body{
  transition: all 0.5s ease-in-out;
}

.display-none {
  display: none;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0 none !important
}

.tituloPrincipal a,
.tituloPrincipal a:hover,
.tituloPrincipal a:visited,
.tituloPrincipal a:focus,
.tituloPrincipal a:active {
  color: #FFF;
  text-decoration: none
}


.lista-icones {
  list-style: none;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 0;
  text-align: center
}

.lista-icones div {
  height: 90px
}

.lista-icones a {
  color: #111
}

.lista-icones a:hover,
.lista-icones a:active,
.lista-icones a:focus {
  color: #267345;
  text-decoration: none
}

.lista-icones i {
  display: block
}

.alerta_msg {
  bottom: 3px;
  margin-bottom: 50px;
  padding: 0;
  position: fixed;
  right: 0;
  z-index: 5000
}

.btn-none {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
  padding-top: -1px
}

.btn-control {
  display: block;
  line-height: 1.42857143;
  width: 100%
}

.a-none,
.a-none i {
  opacity: 1
}

.a-none:hover {
  color: #FFF;
  text-decoration: none
}

.margin-right-15 {
  margin-right: 15px
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-right-30 {
  margin-right: 30px
}

.margin-left-15 {
  margin-left: 15px
}

.margin-left-30 {
  margin-left: 30px
}


.margin-top-5 {
  margin-top: 5px
}

.margin-top-15 {
  margin-top: 15px
}

.margin-top-30 {
  margin-top: 30px
}

.fl {
  float: left
}

.fr {
  float: right
}

a {
  cursor: pointer
}

.center {
  text-align: center !important
}

.right {
  text-align: right !important
}

.right-md {
  text-align: right !important
}

.left {
  text-align: left !important
}

.justificado {
  text-align: justify !important
}

.bg-default {
  background: #333;
  color: #FFF
}

.bg-danger,
.bg-importante {
  background: #a94442;
  color: #FFF
}

.bg-warning {
  background: #fcf8e3;
  color: #FFF
}

.navbar-default .navbar-nav>li>a.text-success {
  color: #3c763d
}

.navbar-default .navbar-nav>li>a.text-danger {
  color: #a94442
}

.bg-primary {
  background: #267345;
  color: #FFF;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;    
}

a.dropdown-item:hover {
    text-decoration: none;
}

.dropdown-item:hover {
    background: #e6e4e6;    
}

.dropdown-menu>li>a.text-danger, .text-danger, .text-importante {
  color: #a94442;
}

.text-success {
  color: #3c763d
}

.modal_alert {
  z-index: 1200 !important;
}

.modal_alert .modal-header {
  padding: 5px
}

.modal_alert .modal-content {
  border: #a94442 solid 2px;
  font-size: 16px
}

.modal_success .modal-header {
  padding: 5px
}

.modal_success .modal-content {
  border: #267345 solid 2px;
  font-size: 16px;
  font-weight: 700;
}

.modal_preload{
  z-index: 2000!important;
  cursor:wait;
}

.modal_preload .modal-preview {
  z-index: 2000!important;
  width: 150px;
  cursor:wait;
}

.modal_preload .modal-content {
  z-index: 2000!important;
  border-radius: 10px;
  font-weight: 700;
  cursor:wait;
}

.clear {
  clear: both;
  width: 100%
}

.operacao {
  border-radius: 10px;
  bottom: 45px;
  padding: 15px;
  position: fixed;
  right: 10px;
  z-index: 1999
}

.container {
  width: 100%
}

input,
select,
textarea {
  margin-bottom: 5px
}

textarea {
  resize: none
}

textarea.resize {
  resize: vertical
}

.checkbox label {
  margin-right: 10px
}

input:invalid,
textarea:invalid,
select:invalid {
  border-color: #a94442;
  color: #a94442;
  font-weight: 700
}

input:-webkit-autofill , input:-webkit-autofill:focus{
  -webkit-box-shadow: 0 0 0 30px white inset;
}

hr {
  margin: 0;
  margin-bottom: 10px;
  padding: 0
}

h1.titulo,
h2.titulo,
h3.titulo,
h4.titulo {
  margin: 0;
  margin-top: 5px;
  padding: 0
}

.validar_campo_formulario {
  text-align: right
}

#modal_menu button.close {
  color: #a94442;
  font-size: 30px;
  margin: 5px;
  opacity: 1
}

.validar_campo_formulario .label {
  background: #a94442;
  font-weight: 400;
  margin-right: 5px;
  position: relative;
  top: -12px;
  width: auto
}

select.erro_validacao {
  border-color: #a94442;
  color: #a94442;
  font-weight: 700
}

.modal {
  overflow-y: auto
}

.accordion-toggle {
  cursor: pointer
}

.accordion-toggle:hover {
  background: #3a7450 !important
}

.panel-primary .panel-heading {
  background: #428c60;
  border-color: #428c60
}

.panel-primary .panel-body {
  border: solid 1px #428c60
}

.shadow {
  box-shadow: 0 0 5px 0 rgba(200, 200, 200, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(200, 200, 200, 0.75);
  -webkit-box-shadow: 0 0 5px 0 rgba(200, 200, 200, 0.75)
}

.cinza-aba {
  background-color: #969696;
  border: solid 1px #d7d7d7;
  color: #fff
}

.cinza-fundo {
  background-color: #d2d2d2
}

.data-table-inline {
  display: inline-block;
  width: auto
}

@media (max-width: 720px) {
  .data-table-inline {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%
  }
  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important
  }

  .btn-control-xs {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .modal_preload .modal-preview {
    left: 50%;
    margin-left: -74px
  }
}

.connectedSortable {
  border: 0;
  list-style-type: none;
  margin: 0;
  min-height: 20px;
  padding: 5px
}

.caixas .fa {
  text-align: center;
  width: 20px
}

.caixas li {
  padding: 5px
}

#sortable2 {
  height: 130px
}

.sortable1 .submenu {
  margin-left: 20px
}

.caixas .ui-state-disabled {
  cursor: pointer;
  filter: Alpha(Opacity=1);
  font-weight: 700;
  opacity: 1
}

.caixas li {
  cursor: move
}

.ui-state-default:active {
  background-color: #555
}

.show {
  display: block
}

.xdsoft_datetimepicker,
.xdsoft_datetimepicker .xdsoft_label {
  background: #DDD
}

.xdsoft_datetimepicker .xdsoft_calendar {
  background: #FFF
}

table tbody tr td.titulo {
  background: #ccc;
  font-weight: 700
}

table tbody tr td.titulo i {
  color: #333;
  opacity: 1
}

table.hover>tbody>tr:hover,
tr.hover:hover {
  background: #DDD;
  color: #000;
  cursor: pointer
}

tr.destaque {
  font-weight: 700
}

.tr_success {
  background: #3c763d !important;
  color: #FFF
}

.tr_danger {
  background: #a94442 !important;
  color: #FFF
}

.tr_warning {
  background: #f0ad4e !important;
  color: #FFF
}

.padding-button {
  border: none;
  margin-right: 5px;
  padding: 5px 7px !important;
}

@font-face {
  font-family: 'Avance';
  src: url('../fonts/avance.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}

.fv {
  display: inline-block;
  font: normal normal normal 14px/1 Avance;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fv-avance:before {
  content: "\0041"
}

.fv-2x {
  font-size: 2em
}

.fv-3x {
  font-size: 3em
}

.forca_senha {
  background: #FFF;
  border: 0 !important;
  color: #FFF
}

.label-table-responsive {
  display: none
}

@media (max-width: 500px) {
  .table-responsive thead {
    display: none
  }
  .table-responsive tbody td,
  .table-responsive tbody th {
    border: none !important;
    border-bottom: #DDD dashed 1px !important;
    display: inline-block;
    text-align: left !important;
    width: 100%
  }
  .table-responsive tbody td:nth-last-child(1) {
    border-bottom: none !important
  }
  .table-responsive tbody tr {
    border-bottom: solid 1px #AAA
  }
  .table-responsive {
    border-left: solid 1px #AAA;
    border-right: solid 1px #AAA;
    border-top: solid 1px #AAA
  }
  .label-table-responsive {
    display: block
  }
  .table-resposive-ocultar {
    display: none !important
  }
  .no_link {
    display: none !important
  }
}

@media (max-width: 991px) {
  .navbar-toggle{
    position: absolute;
    right: 10px;
  }

  .right-md {
    text-align: left !important;
  }
}

a.padding-button:hover {
  text-decoration: none
}

#retornoAutoCompleteAvance {
  z-index: 9999
}

#retornoAutoCompleteAvance li a {
  padding: 5px 15px !important
}

.modal-fullscreen .modal-dialog, .modal-lg {
  width: 95%
}


.checkbox label,
.radio label {
  line-height: 1.1
}

.destaque {
  font-weight: bold
}

.navbar-collapse ul>.active {
  border-bottom: 5px solid;
  border-bottom-color: #5e5e5e;
  font-weight: bold;
  margin: -5px 15px 0 15px
}

.bg-green {
  background-color: #267345;
  border-color: #267345
}

.navbar .dropdown-toggle {
  color: #fff
}

.open>.dropdown-toggle {
  color: #000
}

.navbar .dropdown-toggle:hover {
  color: #000
}

.sombra_autocomplete {
  border: solid 1px #66afe9;
  box-shadow: 0 0 3px 1px rgba(102, 175, 233, 0.75);
  -moz-box-shadow: 0 0 3px 1px rgba(102, 175, 233, 0.75);
  -webkit-box-shadow: 0 0 3px 1px rgba(102, 175, 233, 0.75)
}

.sombra_autocomplete>ul>li>a {
  color: #000
}

.sombra_autocomplete>ul>li:nth-child(even) {
  background-color: #f7f7f7
}

.foco_autocomplete {
  background-color: #3a7450 !important;
  color: #000
}

.rodape_fixo {
  background: #999;
  bottom: 0;
  height: 30px;
  left: 0;
  position: fixed;
  width: 100%
}

.autocomplete {
  position: relative;
  width: 100%
}

.autocomplete input {
  font-size: 1.2em;
  width: 100%
}

.autocomplete ul {
  border: solid 1px #66afe9;
  box-shadow: 0 0 3px 1px rgba(102, 175, 233, 0.75);
  -moz-box-shadow: 0 0 3px 1px rgba(102, 175, 233, 0.75);
  -webkit-box-shadow: 0 0 3px 1px rgba(102, 175, 233, 0.75);
  left: 0;
  list-style: none;
  list-style-position: inside;
  padding: 0;
  z-index: 1
}

.autocomplete li {
  padding: 5px 15px
}

.autocomplete li:nth-child(even) {
  background-color: #f7f7f7
}

.autocomplete li.active {
  background-color: #3a7450 !important;
  color: #fff !important;
  font-weight: bold
}

a.graficoAvanceItem:hover {
  color: #113b1e !important;
  text-decoration: none
}

.table>tbody>tr.active td {
  background: #3a7450 !important;
  color: #FFFFFF;
}

.table .checkbox, .table .radio {
  margin: 0;
  padding: 0;
}

.table tr td, .table tr {
  vertical-align: center;
}

.panelTituloButton {
  padding-top: 6px
}

tr.tdAgruparDetalhado td {
  font-weight: bold;
  padding-left: 50px !important;
}

.select2-container-multi .select2-choices {
  max-height: 100% !important;
  overflow: hidden !important;
  overflow-y: scroll !important;
}

.formTitulo {
  font-size: 22px !important;
  font-weight: bold;
  margin: 0px;
}

ul.listNome {
  margin: 0;
  padding: 5px;
  list-style: none;
}

.contentNav {
  display: none;
}

.navbar-toggle {
  display: block;
  float: left;
}

.scrollLoad {
  position: fixed;
  bottom: 10px;
  border: solid 1px #ccc;
  right: 0;
  width: 200px;
  background: #FFF;
  -webkit-box-shadow: -2px 1px 13px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: -2px 1px 13px 0px rgba(0,0,0,0.30);
  box-shadow: -2px 1px 13px 0px rgba(0,0,0,0.30);
}

.abaInativa a{
  color: #333333;
}

.tabela-extrato{
  background-color: #eeeeee;
  margin-left: 8px;
  width: 98%;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 10px;
}

.item_cupom_titulo{
  font-size:14px;
  margin-top:10px;
}

.item_cupom{
  font-size: 12px;
}

.color_green{
  color:#449d44;
}

.color_red{
  color: #c9302c;
}

.cabecalho_itens_extrato{
  margin-top:10px;
  border-top: 2px solid #bbbbbb;
}


.cursor_pointer{
  cursor: pointer;
}

.retirar-borda{
  border: 0px;
}

.item_cancelado{
  text-decoration:line-through;
  color:#bbbbbb;
}

.bonus_total{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.no-bold b{
  font-weight: normal;
}

.valeCompraCab{
  background-color: #267345!important;
  color: #FFFFFF!important;
  font-weight: bold!important;
  border-top: 20px solid #FFFFFF!important;
}

.valeCompraCabExpirado {
  background-color: #C9302C!important;
  color: #FFFFFF!important;
  font-weight: bold!important;
  border-top: 20px solid #FFFFFF!important;
}

.ultimoItemExtratoValePresenteVerde{
  /*background-color: #84e8ac!important;
  color: #FFFFFF!important;*/
  font-weight: bold!important;
  font-size: 20px;
  /*color:#267345;*/
  text-decoration: underline overline;
}

.ultimoItemExtratoValePresenteAmarelo{
  font-weight: bold!important;
  font-size: 20px;
  /*color:#c4ad00;*/
  text-decoration: underline overline;
}

.ultimoItemExtratoValePresenteVermelho{
  font-weight: bold!important;
  font-size: 20px;
  /*color:#C9302C;*/
  text-decoration: underline overline;
}

.ultimoItemExtratoValePresenteBranco{
  font-weight: bold!important;
  font-size: 20px;
  color:#FFFFFF;
}

.verde-negrito{
  color:#267345!important;
  font-weight: bold!important;
}

.negrito{
  font-weight: bold!important;
}

.vermelho-negrito{
  color:#c90000!important;
  font-weight: bold!important;
}

.visaoGeralAmarelo{
  background-color: #ffe0b8;
  text-align: center;
  min-height:100px;
  border: 5px solid #FFFFFF;
}

.visaoGeralVermelho{
  background-color: #ffbcb8;
  text-align: center;
  min-height:100px;
  border: 5px solid #FFFFFF;
}

.visaoGeralAzul{
  background-color: #b8d7ff;
  text-align: center;
  min-height:100px;
  border: 5px solid #FFFFFF;
}

.visaoGeral p{
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  text-align: center;
  -webkit-transform: translateY( -50% );
  -moz-transform: translateY( -50% );
  transform: translateY( -50% );
}

.sem-borda{
  background-color: #fff;
}


.linha-selecionada{
  background-color: #c9ffa5!important;
  color: #000000;
}

.link{
  cursor: pointer;
}
.grupoVisaoGeralVermelho{
  font-size: 17px;
}

.destacado{
  background-color: #ffe5e5!important;
}

.progLabel {
  height: 50px;
}

.comBonusRow{
  height: 20px;
  margin-top: 20px;
}

.valeCompraTabela{
  border-collapse: separate!important;
}

.valeCompraTbody{
  border-collapse: collapse!important;
}

.historicoSmsVerde{
  background-color: #baffc6;
}
.historicoSmsVermelho{
  background-color: #ffbcb8;
}
.historicoSmsCinza{
  background-color: #eeeeee;
}

.total{
  background-color: #449D44!important;
  color: #FFFFFF;
}

.no-padding{
  padding:0!important;
}

.graficos{
  margin-top: 10px;
}

.esconder{
  display:none!important
}

.react-bs-table-no-data {
  text-align: center!important;
}

.asterisco-obrigatorio{
  color:red;
}

.clientes-modal{
  width: 95%;
}

.bg-new{
  background: #267345;
  color: #FFF
}

.x-button{
  float: right;
  position: absolute;
  right: 1%;
  top: 1%;
  cursor: pointer;
}

.x-button:hover{
  color:#ccc;
}

.modal-body-novo-cliente{
  padding-top: 0;
}

.eextrato-enviar-btn{
  text-align: right;
  margin:auto;
}

.warningValidacao{
  display: none;
  color: #c04848;
}

.warningVazio{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: #c04848;
  text-align: center;
  color: #FFFFFF;
  font-size:20px;
  line-height: 40px;
}

.warningIcon{
  color: yellow;
}

.warningVazioPai{
  width: 100%;
  display: none;
}

.table-hover tbody {
  cursor: pointer;
}

.alerta-ativo {
  animation-name: bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from {transform: scale(1)}
  50%  {transform: scale(0.9)}
  to {transform: scale(1)}
}

.btn {
  margin: 0 5px;
}

#faltante{
  width: 6em !important;
  height: 2em !important;
}

#componentT .modal-dialog {
  height: 85%;
}

.barra-de-rolagem-perguntas{
  overflow-y: scroll;
  height: 24em;
}

.barra-de-rolagem{
    overflow-y: scroll;
    height: 20em;
}
.padding-button-addQuestao{
  padding: 24px 0px 0px 1px;
  float: left;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.rating, .number{
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}


.rating label{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #CCC;
}

input[type=radio] {
    color:#00f;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #FC0;
}

input[type=checkbox]:checked 
.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #CCC;
  text-shadow: 0 0 5px #FC0;
}

.number input[type=radio] {
  display:none;
}
