﻿.escala {
  transition: all 0.8s;
  background: rgba(128, 128, 128, 0.12);
  display: flex;
  border: solid 4px rgba(128, 128, 128, 0.8);
  border-radius: 25px;
  padding: 10px; }
  .escala:hover {
    background: #4cff00;
    border: solid 4px rgba(0, 38, 255, 0.5); }
  .escala label {
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
    .escala label input:checked {
      background: #4cff00;
      border: solid 4px rgba(0, 38, 255, 0.5); }

.animaSaida {
  transition: all 0.8s; }

.bg-cinzento {
  background: #F0F0F0; }

.inputRadio {
  transition: all 1s;
  width: 24px;
  height: 24px;
  order: 1;
  z-index: 2;
  display: flex;
  margin-top: 15px;
  align-self: center;
  transform: translateY(10%);
  cursor: pointer; }
  .inputRadio:checked {
    width: 50px;
    height: 50px; }

.labelPRadio {
  transition: all 1s;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  border-radius: 25px;
  /*background: rgba(128, 128, 128, 0.08);*/
  cursor: pointer; }
    .labelPRadio:hover {
        background: rgba(111, 239, 99, 0.5);
        border-radius: 15px;
       /* transform: scaleY(115%);*/
    }

   .avatarAtributoPP {
       border: 1px solid #C9C9C9;
       border-radius: 50%;
       width: 48px;
       height: 48px;
       
   }

  .avatarAtributoPP:hover {
      border: 3px solid #89DB81;

  }
  .avatarAtributoPP img {
    width: 44px;
    height: 44px; }

.checkOk {
  transition: all 1s; font-weight:600; }
  .checkOk i {
    color: rgba(160, 255, 150, 1); }

.checkmenos {
  transition: all 1s; }
  .checkmenos i {
    color: #a5a5a5; }

.checkOff i {
  transition: all 1s; }
  .checkOff i i {
    color: rgba(165, 161, 161, 0.66); }

.bg-cinza {
  background: rgba(128, 128, 128, 0.8); }

.border-cinza {
  border-color: rgba(128, 128, 128, 0.5); }

.border-AzulAh {
  border-color: #233863; }

.text-AzulAh {
  color: #233863; }

.border-Laranja {
  border-color: #fd7e14; }

.border-Roxo {
  border-color: #6f42c1; }

.text-Laranja {
  color: #fd7e14; }

.bg-Laranja {
    background: #fd7e14;
}

.text-Roxo {
  color: #6f42c1; }

.legenda-verde {
  background-color: #5CB85C; }

.legenda-vermelha {
  background-color: #CB1313; }

.legenda-amarela {
  background-color: #ECE42D; }

.legenda-verdeTxt {
  color: #5CB85C; }

.legenda-vermelhaTxt {
  color: #CB1313; }

.legenda-amarelaTxt {
  color: #ECE42D; }

.bg-AzulAh {
  /*background: #002060;*/
  background: #233863; }

.inputRadioP {
  transition: all 1s;
  min-width: 24px;
  min-height: 24px;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  order: 0;
  z-index: 2;
  display: flex;
  align-self: center;
  position: relative;
  cursor: pointer; }
  .inputRadioP:checked {
    min-width: 40px;
    min-height: 40px; }

.widgetNps span {
  color: #aaa;
  font-size: 12px; }

.widgetNps button {
  /* padding: 5px 10px; */
  font-size: 16px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  border-radius: 100%;
  margin: 0;
  outline: none;
  margin-left: -1px;
  width: 40px;
  height: 40px;
  border: 3px solid #eee;
  transform: scale(1);
  transition: background 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in, transform 0.2s cubic-bezier(0.5, 2, 0.5, 0.75); }
  .widgetNps button.detractor-hover {
    background: #F44336;
    color: white;
    border-color: #f55a4e;
    transform: scale(1.05); }
  .widgetNps button.passive-hover {
    background: #F57C00;
    color: white;
    border-color: #ff8910;
    transform: scale(1.05); }
  .widgetNps button.promoter-hover {
    background: #4CAF50;
    color: white;
    border-color: #5cb860;
    transform: scale(1.05); }

.widgetNps.widget-sm {
  width: 315px;
  background: #eee;
  border: 2px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 30px; }
  .widgetNps.widget-sm .positive-text, .widgetNps.widget-sm .negative-text {
    position: absolute; }
  .widgetNps.widget-sm .positive-text {
    right: 20px;
    bottom: 10px;
    text-align: right; }
  .widgetNps.widget-sm .negative-text {
    left: 20px;
    bottom: 10px;
    text-align: left; }
  .widgetNps.widget-sm button {
    border: none;
    margin-left: -3px;
    width: 27px;
    height: 27px;
    font-size: 12px;
    font-weight: normal;
    transform: scale(1) !important;
    /* background-color: #ccc; */
    border-radius: none;
    text-align: center;
    display: inline-block; }
