table.listTable thead > tr > th.sorting_asc, table.listTable thead > tr > th.sorting_desc, table.listTable thead > tr > th.sorting,
table.listTable thead > tr > td.sorting_asc,
table.listTable thead > tr > td.sorting_desc,
table.listTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.listTable thead > tr > th:active,
table.listTable thead > tr > td:active {
  outline: none;
}
table.listTable thead .sorting,
table.listTable thead .sorting_asc,
table.listTable thead .sorting_desc,
table.listTable thead .no_sorting,
table.listTable thead .sorting_asc_disabled,
table.listTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  font-weight: 500;
font-size: 13px;
}
table.listTable thead .sorting:after,
table.listTable thead .sorting_asc:after,
table.listTable thead .sorting_desc:after,
table.listTable thead .sorting_asc_disabled:after,
table.listTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
table.listTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
table.listTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
table.listTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
table.listTable thead .sorting_asc_disabled:after,
table.listTable thead .sorting_desc_disabled:after {
  color: #eee;
}


table.listTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:after {
  background-image: url("../icons/sort_asc.png");
}

table.listTable thead .sorting_desc:after, 
table.dataTable thead .sorting_desc:after {
  background-image: url("../icons/sort_desc.png");
}

table.listTable thead .sorting:after,
table.dataTable thead .sorting:after {
  background-image: url("../icons/sort_both.png");
}

table.listTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:after {
  background-image: url("../icons/sort_asc_disabled.png");
}

table.listTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  background-image: url(".../icons/sort_desc_disabled.png");
}

table.listTable thead .sorting:after,
table.listTable thead .sorting_asc:after,
table.listTable thead .sorting_desc:after,
table.listTable thead .sorting_asc_disabled:after,
table.listTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 12px;
  content: "";
  width: 19px;
  height: 19px;
  background-position: center center;
  opacity: 1;
}

table.listTable.table-condensed .sorting:after,
table.listTable.table-condensed .sorting_asc:after,
table.listTable.table-condensed .sorting_desc:after,
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 12px;
}


table.listTable tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}


/**/

.site-logo {
    width: 227px;
}
.site-menu .mega-menu {
    left: 20% !important;
    width: 60% !important;
}


.btn-icon2{
	color: #9e9e9e;
	border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1em;
    font-size: 1.1em;
    padding: .6rem;
    -webkit-font-smoothing: subpixel-antialiased;
        user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .215rem;
    cursor: pointer;
}

.page-title {
    margin-bottom: 20px;
}


.form-group label {
    padding-left: 0px !important;
}

@media (min-width: 1200px) {
	.form-button{
		padding-top: 24px;
	}
  .form-button-min{
    padding-top: 18px;
  }
}


.avatar img{
    display: block;    
    width: 30px;
    height: 23px;
    border-radius: 5%;
}

.listTable td{
    vertical-align: middle;
}

.pages li{
    margin-right: 4px
}

label.error, input.error{
  color: #f00;
}


.inativelk {
  text-decoration: line-through !important;
}

.fonte13{
  font-size: 13px !important;
}


#cropFoto{
  border-radius: 4px;
}


.btn-tabela{
  margin: 0px;
}

#frmbuscaAv .form-group {
      margin-bottom: 6px !important;
}

#frmbuscaAv{
  margin-bottom: 14px !important;  
}

.no-margin-top{
  margin-top: 0px;
}

.no-padding{
  padding: 4px 8px;
}

.form-control-no-border{
  border: 0px;
  border-radius: 0px
}

.form-control-no-border:focus{
  border-bottom: 1px solid #efefef;
}

.total_produtos, .total_confirmar, .total_parcelas{
  text-align:  right;
}

.total_parcelas strong,
.total_produtos strong,
.total_confirmar strong{
  font-size: 25px;
  font-weight: 500;
}


.listTable .form-control-no-padding{
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.no-margin{
  margin: 0px !important;
}

.form-control {
    padding-right:10px !important;
}

.hr-border-4{
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-body-contratos{
  padding: 4px;
}
.card-body-contratos .tab-content{
  border-bottom: 1px solid #e1e7ec;
  border-right: 1px solid #e1e7ec;
  border-left: 1px solid #e1e7ec;
  background: #fff;
}

.card-body-contratos .tab-content{
  padding: 12px;
  text-align: left;
}

td.tbl-sem-borda {
  border-top: none !important;
}


.form-horizontal .form-group  label{
  padding-top: 14px;
}



.card.bg-dark .table thead th, 
.card.bg-dark .table td, 
.card.bg-dark .table th {
    border-color: #656565 !important;
}



.interacoes{
  background: url("../img/interacao.jpg") top left no-repeat;
  padding-left: 30px;
  padding-bottom: 20px;
}
.interacoes:first-child{
   background: url("../img/interacao-primeiro.jpg") top left no-repeat;
}

.interacoes  strong{ font-weight: 500; }


.tabs-crmleads .nav-pills + .tab-content,
.tabs-renovacao .nav-pills + .tab-content,
.tabs-csonboard .nav-pills + .tab-content,
.tabs-atrasados .nav-pills + .tab-content {
    padding: 12px 20px 20px 20px;
}
.tabs-crmleads .nav-pills ,
.tabs-renovacao .nav-pills ,
.tabs-csonboard .nav-pills ,
.tabs-atrasados .nav-pills  {
  padding-left: 20px;
  padding-right: 20px;
}




.tabs-atrasados .tab-pane{
 padding-bottom: 100px;
}

@media (min-width: 576px){
  #mdEditar .modal-lg {
      max-width: 1300px !important;
  }
  #mdEditarBranca .modal-lg {
      max-width: 1300px !important;
  }
}

#mdEditarBranca.modal.fade .modal-dialog {
  /*transform: translate(25%, 0); */
}
#mdEditarBranca.modal.show .modal-dialog {
/*  transform: translate(0, 0); */
}


#mdEditarBranca
{
    background-color: #fff !important;
}
#mdEditarBranca.show
{
    opacity: 1; 
    background-color: rgba(255, 255, 255, .75) !important;
}
#mdEditarBranca .modal-dialog 
{
    background: transparent !important;
}


#mdEditarBranca .modal-content{
  background: transparent;
  border: 0px !important;
}

#mdEditarBranca .modal-body{
  background: #fff;
    padding: 30px 30px;
  border: 0px !important;
}


#mdEditarBranca .modal-header{
    padding-right: 20px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
}

#mdEditarBranca .modal-title {
    line-height: 1.5 !important;
    font-size: 28px !important;
}
#mdEditarBranca .close {
      font-size: 38px;
      padding: 0px !important;
}



@media (min-width: 992px){
  #mdEditar .modal-lg {
      max-width: 1300px !important;
  }
  #mdEditarBranca.modal-lg {
      max-width: 1300px !important;
  }
}

#mdEditarMLarge .modal-dialog {
      max-width: 700px !important;
  }

.modal-primary .modal-header{
    border-bottom: 1px solid #50c6e9;
    border-top-left-radius: 0;
    border-top-right-radius: .0;
    background: #50c6e9;
}
.modal-primary .modal-header .modal-title{
  color: #fff;
}

.modal-primary .modal-content {
    border-radius: 0px; 
    border:0px; 
}




.modal-success .modal-header{
    border-bottom: 1px solid #50c6e9;
    border-top-left-radius: 0;
    border-top-right-radius: .0;
    background: #43d9a3;
}
.modal-success .modal-header .modal-title{
  color: #fff;
}

.modal-success .modal-content {
    border-radius: 0px; 
    border:0px; 
}




.modal-danger .modal-header{
    border-bottom: 1px solid #ff5252;
    border-top-left-radius: 0;
    border-top-right-radius: .0;
    background: #ff5252;
}
.modal-danger .modal-header .modal-title{
  color: #fff;
}

.modal-danger .modal-content {
    border-radius: 0px; 
    border:0px; 
}


.dv_semmargem{
  padding-right: 0px;
}

.atrasado-bar{
  height:550px; 
  overflow-y: scroll;
}


.atrasado-bar-rec{
  padding-left: 4px !important;
  padding-right: 4px !important;
}


.card .alert-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    font-family: feather;
    font-size: 14px;
    cursor: pointer;
}

.card .alert-close::before {
    content: '\e117';
    color: #606975;
}


.sweet-overlay {   
    z-index: 9300 !important;
}

.sweet-alert {
    z-index: 9301 !important;
}

.atrasado-cliente .dv_semmargem{
  font-size: 12px;
}

.editable{
  border-bottom: 1px dashed #50c6e9;

}

.edt_total .editable{
  width: 100%;
  display: block;
  min-height: 20px;
}

input.editable{
  /*display:block;*/
  border: 0px !important;
  max-width: 100% !important;
  border-bottom: 1px dashed #50c6e9 !important;
}


.renovacao-mensagem .form-group{
  margin-bottom: 4px !important;
}

.renovacao-mensagem h5{
  color: #900;
  margin-top: 8px;
}


.guiaempresa-info{
  width: 263px !important; 
  margin-left: auto !important; 
  margin-right: auto !important;
}

.guiaempresa-logo {
    width: 263px !important;
}

.guiaempresa-logo img{
   border-radius: 0px !important;
   border: 5px solid #f4f4f4 !important;
}

.user-info-wrapper{
  padding-top: 62px !important;
}



.b-random-ge:nth-child(1) {
    border-left: 4px solid #1565C0;
}

.b-random-ge:nth-child(2) {
    border-left: 4px solid #E91E63;
}

.b-random-ge:nth-child(3) {
    border-left: 4px solid #FFC107;
}

.b-random-ge:nth-child(4) {
    border-left: 4px solid #4CAF50;
}

.b-random-ge:nth-child(5) {
    border-left: 4px solid #E91E63;
}

.b-random-ge:nth-child(6) {
    border-left: 4px solid #9C27B0;
}

.b-random-ge:nth-child(7) {
    border-left: 4px solid #9E9E9E;
}

.b-random-ge:nth-child(8) {
    border-left: 4px solid #607D8B;
}

.b-random-ge:nth-child(9) {
    border-left: 4px solid hsl(14, 100%, 74%);
}

.b-random-ge:nth-child(10) {
    border-left: 4px solid #607D8B;
}
.b-random-ge{
  margin-bottom: 20px;
}
.b-random-ge .card-title span{
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5em;
  color: #666;
}

.logo_empresa{
  border: 5px solid #eee !important;
}


.empresa_endereco_modal{
  height: 465px; 
  overflow-y: scroll;
  overflow-x: hidden;
}

.empresa_endereco_modal h5 span{
  font-size: 13px;
  display: block;
  font-weight: normal;
}


.forma_pagto{
  float: left;
  padding: 6px;
}

.forma_pagto img{
  height: 38px;
  width: 60px;
}

.img-desativo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.3;
}

.empresa_forma{
  cursor: pointer;
}


.img_detalhes_lista{
  background-size: cover;
  border: 1px solid #eee;

    width: 166px;
    height: 166px;
    background-size: cover;
}

.imagens-lista input[type=text]{
  width: 100% !important;
}

.img-galeria > div {
    margin-bottom: 30px;
}

figure.widget-header.overlay-hover.overlay a {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 0px;
    background: rgba(72, 72, 72, 0.86);
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 1px;
    border: 1px solid #383838;
}



.padding-labeault{
  margin-right: 12px;
}



.pills .nav-link.pisca-pisca.active {

}


.pisca-pisca{
  background: #f00 !important;
  color: #fff !important;
  border-color: #C00 !important;
  -webkit-animation: pisca_pisca 2s infinite linear;
    animation: pisca_pisca 2s infinite linear;}

 /*   
@-webkit-keyframes pisca_pisca {
  0% {
    box-shadow: 0 0 0px 0px #62a8ea;
    opacity: .7;
  }
  100% {
    box-shadow: 0 0 0px 5px #62a8ea;
    opacity: 1;
  }
}
@keyframes pisca_pisca {
  0% {
    box-shadow: 0 0 2px 0px rgba(0,0,0,.4),0 0 1px 0px rgba(98, 168, 234, 1);
    opacity: .7;
  }
  100% {
    box-shadow: 0 0 2px 0px rgba(0,0,0,.4),0 0 1px 5px rgba(98, 168, 234, 0);
    opacity: 1;
  }
}
*/

@-webkit-keyframes pisca_pisca {
  0% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pisca_pisca {
  0% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}

.pisca-pisca2{
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  -webkit-animation: pisca_pisca2 2s infinite linear;
    animation: pisca_pisca2 2s infinite linear;}

 /*   
@-webkit-keyframes pisca_pisca2 {
  0% {
    box-shadow: 0 0 0px 0px #666;
    opacity: .8;
  }
  100% {
    box-shadow: 0 0 0px 5px #666;
    opacity: 1;
  }
}
@keyframes pisca_pisca2 {
  0% {
    box-shadow: 0 0 2px 0px rgba(0,0,0,.4),0 0 1px 0px rgba(98, 168, 234, 1);
    opacity: .8;
  }
  100% {
    box-shadow: 0 0 2px 0px rgba(0,0,0,.4),0 0 1px 5px rgba(98, 168, 234, 0);
    opacity: 1;
  }
}
*/

@-webkit-keyframes pisca_pisca2 {
  0% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pisca_pisca2 {
  0% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}

.dados-nota-enviar{
  height: 450px;
  overflow-y: scroll;
}

.dados-nota-enviar .row{
  margin-bottom: 8px;
}
.dados-nota-enviar .row span{
  font-weight: 500 !important;
  color: #900;
}


.cont-total-padd{
   padding: 12px 20px 20px 20px;
}


.aviso_pagamento td, .aviso_pagamento td:hover{
 background: #AED581 !important;
 color: #000;
}

.aviso_pagamento_pagarme td,.aviso_pagamento_pagarme td:hover{
 background: #F48FB1 !important;
}

.aviso_pagamento_finalizar td,.aviso_pagamento_finalizar td:hover{
  background: #B2EBF2 !important;
  color: #000;

}
.aviso_cancelar td, .aviso_cancelar td:hover{
  background: #f00 !important;
  color: #000;
}


.aviso_abink td,  .aviso_abink td button, .aviso_abink td:hover{
  background: #990000 !important;
  color: #fff;
}

.aviso_preto td, .aviso_preto td:hover{
  background: #000 !important;
  color: #fff;
}


.aviso_roxo td, .aviso_roxo td:hover,.aviso_roxo td strong{
  background: #ad08e4 !important;
  color: #fff !important;
}


.aviso_rosa td, .aviso_rosa td:hover,.aviso_rosa td strong,.aviso_rosa td button{
  background-color: #B200B2;
  color: #fff !important;
}


.card-acompanhamento{
  margin-bottom: 12px;
  border-left: 10px solid #E1E7EC;
}

.card-acompanhamento .cliente{
  font-size: 13px;
  margin-bottom: 4px;
  color: #888;
  display: block;
}


.card-acompanhamento .acom-tipo{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #888;
  border-right: 1px solid #E1E7EC;
} 


.card-preto{
  border-color: #000;
  background:  #E6E6E6;
}


.card-preto .cliente, .card-preto .acom-tipo{
 color: #000;
}

.card-vermelho{
  border-color: #F00;
  background:  #FFE6E6;
}

.card-vermelho .cliente, .card-vermelho .acom-tipo{
  color: #F00;
}


.card-acompanhamento .acom-tipo img{
  margin-bottom: 4px;
}
.card-acompanhamento .acom-tipo small{
  display: block;
  font-size: 11px;
  margin-top: -8px;
}

.card-acompanhamento .acom-titulo{
  border-right: 1px solid #E1E7EC;
}

.card-acompanhamento .acom-titulo h4{
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}

.card-acompanhamento .acom-titulo .badge{
  padding: 0.6em 1.6em;
}

.card-acompanhamento .acom-interacao{
   border-right: 1px solid #E1E7EC;
   font-size: 12px;
}

.card-acompanhamento .acom-usuario{
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  font-size: 11px;
  margin-top: 12px;
}

.card-acompanhamento .acom-status{
  font-weight: bold;
  margin-top: 12px;
}
.card-acompanhamento .acom-status .aviso{
  color: #FF7F00;
}

.card-acompanhamento .acom-status .status{
  color: #F00;
  font-size: 17px;
}

.card-acompanhamento .acom-botao{
  text-align: center;
  margin-top: 20px;
}





.card-acompanhamento .acom-botao a{
  padding-left: 4px;
  padding-right: 4px;
}

.card-acompanhamento .card-body{
   padding: 8px 16px !important;
}


.fluxo_saldo_total td{
  color: #fff;
  font-size: 15px;
  border-top: none;
  font-weight: bold;
}
.fluxo_saldo_total .azul{
  background: #0777C4;
}
.fluxo_saldo_total .vermelho{
  background: #FF2626;
  text-align: right;
}
.fluxo_saldo_total .verde{
  background: #008C00;
  text-align: right;
}

.fluxo_detalhes th,
.fluxo_detalhes td{
  text-align: right;
}
.fluxo_detalhes td{
  /*background :#F0F0F0;*/
}

.fluxo_detalhes .texto_azul{
  color: #0777C4;
}
.fluxo_detalhes .texto_vermelho{
  color: #FF2626;
}
.fluxo_detalhes .fundo_verde{
  background-color: #008C00;
  color: #fff;
}
.fluxo_detalhes .fundo_vermelho{
  background-color: #FF2626;
  color: #fff;
}
.fluxo_detalhes .bold{
  font-weight: bold;
}
.fluxo_detalhes tfoot th{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}
.fluxo_detalhes tfoot th.texto{
  font-size: 12px;
}
.fluxo_detalhes tfoot th.fundo_vermelho,
.fluxo_detalhes tfoot th.fundo_verde,
.fluxo_detalhes tfoot th.texto_azul,
.fluxo_detalhes tfoot th.texto_vermelho{
  font-size: 18px;
}


.accordionEndereco{}

#accordionEndereco .card {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    border: none !important;
}
#accordionEndereco .card .card-header{
  background: none !important;
  border-bottom: 0px !important;
  /*padding: 0px;*/
}
#accordionEndereco .card .card-body{
   padding: 0px;
}

#accordionEndereco [data-toggle='collapsed'],
#accordionEndereco [data-toggle='collapse']{
    font-weight: normal;
    font-size: 12px;
     text-align: right;
     padding-right: 20px;
}


.acordo td{
  background: #e4c2c2 !important;
}

.table-fluxo td{
  padding: 0.4em 0.75em;
  border-top: 0px !important;
  border-bottom: 1px solid #dee2e6;
}
.table-fluxo .texto_azul{
  color: #0777C4;
}
.table-fluxo .texto_vermelho{
  color: #FF2626;
}


.monitor_graficos{
  border: 1px solid red;
  position:relative;
  text-align: center;
}

.monitor_graficos #grafico_venda_pct{
  font-weight: bold;
  position:absolute;
  top: 50px;
  left: 44%;
  text-align: center;
}

.highcharts-yaxis-grid .highcharts-grid-line {
  display: none;
}


.table_monitor{
  
}

.table_monitor thead th{
    font-weight: 500;
    font-size: 12px;
}

.table_monitor .vendedor{
  font-size: 18px;
  font-weight: 500;
}
.table_monitor .meta_cliente{
  text-align: center;

}

.table_monitor .meta_cliente span{
  font-weight: bold;
  font-size: 13px;
}
.table_monitor .meta_cliente .progress{
      border-radius: 4px;
}


.table_monitor .meta_valor .progress{
      border-radius: 4px;
}
.table_monitor .meta_valor .progress .progress-bar {
  height: 15px;
}

.table_monitor .comissao{
  text-align: center;
  color: #DC3545;
  font-size: 22px;

}

.table_monitor .desempenho{
  text-align: center;
  color: #DC3545;
  font-size: 22px;

}

.total-clientes{
  font-size: 15px;
  font-weight: 500;
}

.total-clientes span{
  font-weight: 600;
  font-size: 20px;
}


.accordion_interna_aula .card-body{
  padding: 0px;
}
.table-aulas{
  border-top: 4px solid #6FBF4A;
}
.table-aulas td{
  font-size: 15px;
}

.img-border-cinza-menor{
  border: 2px solid #7C818A;
  border-radius: 3px;
  width: 100%;
}

.no-padding{
  padding: 0px;
}


.treinamentos-lista-modulos .accordion .card .card-header::after {
  width: 30px;
  height: 6px;
  display: block;
    position: absolute;
  border: 1px solid red;
  background: url("../../img/fundo-aula-modulo.png") no-repeat top left;
}

.bt-continuar-curso{
  margin-right: 12px;
}


.curso-descricao {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.modal-title-borda {
    border-bottom: 4px solid #009988;
    width: 50px;
}


.bb_baixado td{
    background: #FF8000;
    color: #000;
}

.bb_nao_encontrado td{
    background: #2693FF;
    color: #fff;
}

.bb_valor_diferente td{
    background: #FFC1C1;
    color: #000;
}

.table_monitor td{
  vertical-align: top;
}


.table_top td{
  vertical-align: top;
}


.dre_subtitulo{
  font-weight: 500;
  /*background: #efefef3d;*/
}

.cursorPointer{
  cursor: pointer;
}



.table-dre td,
.table-dre tr,
.table-dre th{
  border-color:#efefef3d !important;
}

.table-dre tbody+tbody{
  border: 0px !important;
}

.table-dre th, .table-dre td {
    padding: 1px !important;
}

.dv_semmargem_crm{
  font-weight: 500 !important;
}


.cs_ALTA td{
 background: #660000;
 color: #fff;
}


.cs_MEDIO td{
 background: #D9A300;
 color: #fff;
}
.cs_BAIXO td{
 background: #888888;
 color: #fff;
}


.badge-large-cs{
  display: block;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}


.card-onboard{
  padding: 15px !important;
  position: relative;
  border-right: 50px solid #E1E7EC;
}
.card-onboard .cad-subcategoria{
  font-size: 13px !important;
  padding-bottom: 4px;
}

.card-onboard .card-logo img{
   border-radius: 4px;
   float: left;
   margin-right: 15px;
}
.card-onboard .card-logo h4{  
    font-size: 19px !important;
    margin-bottom:2px !important;
}
.card-onboard .card-logo .data{
  font-size: 13px !important;
}
.card-onboard .acom-usuario{
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin-top: 4px !important;
}
.card-onboard .acom-botao{
  position: absolute;
  width: 50px;
  right: -50px;
 top: -15px;
}

.card-onboard .acom-botao a{
      margin-bottom: 5px;
    margin-top: 5px;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
}


.card-onboard .acom-status{
  margin-top: 0px;
  line-height: 1.2em !important;
  font-weight: normal !important;
}


/**/

.modal-right {
  padding-right: 0 !important; }
  .modal-right .modal-dialog {
    margin: 0 auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-width: 500px; }
  .modal-right .modal-content {
    min-height: 100%; 
    border-radius: 0px;
  }
  .modal-right .modal-header {
   /*flex: 0 0 120px; */

  }
    @media (max-width: 1439px) {
      .modal-right .modal-header {
       /* flex: 0 0 90px; */

      } }
    @media (max-width: 1199px) {
      .modal-right .modal-header {
       /* flex: 0 0 80px; */} }
    @media (max-width: 767px) {
      .modal-right .modal-header {
       /* flex: 0 0 70px;*/ } }
  .modal-right .modal-footer {
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-right.modal.fade .modal-dialog {
    transform: translate(25%, 0); }
  .modal-right.modal.show .modal-dialog {
    transform: translate(0, 0); }



[role="log"]{
  display: none !important;
}


.badge.badge-preto {
    background-color: #000;
}


.card-atrasados h3{
      font-size: 22px !important;
      margin-bottom: 0px;
}

.card-atrasados .valor_venc{
      font-size: 15px;
}




.card-atrasados .acom-atrasado-check{
  position: relative;
  border: 1px solid red;
  top: -60px;
  left: 0px;
}


.table-financeiro thead th {
    border-color: #e1e7ec;
    font-weight: 400;
    font-size: 13px;
    border-top: 0px;
    padding-bottom: 4px;
}


.modal-fill-in
{
    background-color: #fff;
}
.modal-fill-in.show
{
    opacity: 1; 
    background-color: rgba(255, 255, 255, .75);
}
.modal-fill-in .modal-dialog
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display:         flex;

    max-width: 100%;
    height: 100%;
    margin: 0 auto;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}
@media (min-width: 768px)
{
    .modal-fill-in .modal-dialog > *
    {
        width: 600px;
    }
    .modal-fill-in .modal-dialog.modal-sm > *
    {
        width: 300px;
    }
    .modal-fill-in .modal-dialog button.close
    {
        font-size: 2rem;

        position: fixed;
        z-index: 1;
        top: 20px;
        right: 40px;

        -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
             -o-transform: translate(0%, 0%);
                transform: translate(0%, 0%); 

        opacity: .3;
    }
}
@media (min-width: 992px)
{
    .modal-fill-in .modal-dialog.modal-lg > *
    {
        width: 900px;
    }
}
.modal-fill-in .modal-content
{ 
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}


.media_estrela{
      font-size: 16px;
      margin-right: 4px;
}


/*Financeiro*/
.financeiro-aba{
  height: 550px;
  overflow-y: scroll;
}

.financeiro-aba .dv_semmargem{
    font-size: 12px !important;
}
.financeiro-aba .btn-status{
    padding: 0px 7px;
    margin-top: 0px !important;
    margin-right: 5px !important;
}
.btn-boleto{
    height: 24px;
    padding: 0px 8px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 22px;
}

#accordionEndereco [data-toggle='collapsed'],
#accordionEndereco [data-toggle='collapse']{
    font-weight: normal;
    font-size: 12px;
     text-align: right;
     padding-right: 20px;
}


div.financeiro_disabled{
  pointer-events: none;

  /* for "disabled" effect */
  opacity: 0.5;
  background: #CCC;
}

div.financeiro_disabled input,
div.financeiro_disabled textarea{
  background: #CCC;
}


.leads_avisos{
  font-size: 11px; color: #f00; background:#FFCACA;
  padding: 4px 8px;
  margin-top: 4px; 
}



/*AJAX RESPONSES MESSAGES*/

.ajax_response {
    position: fixed;
    padding: 20px 20px 0 0;
    z-index: 998;

    top: 96px;
    right: 0;
    width: 300px;
    max-width: 100%;
}

.ajax_response .message {
    color: #ffffff;
    font-size: var(--font-normal);
    font-weight: var(--weight-normal);
    overflow: hidden;
    border: none;

    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 15px 15px;
    background: #333333;
    margin-bottom: 15px;
    position: relative;

    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);

    cursor: pointer;
}

.ajax_response .message:before {
    flex-basis: 0;
    margin: -5px 15px 0 0 !important;
    font-size: calc(var(--font-max) * 1.2);
    color: rgba(0, 0, 0, 0.5);
}

.ajax_response .message_time {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4%;
    height: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.ajax_response .message.success {
    background: var(--color-green);
}

.ajax_response .message.info {
    background: var(--color-blue);
}

.ajax_response .message.warning {
    background: var(--color-yellow);
}

.ajax_response .message.error {
    background: var(--color-red);
}




.list-treinamento a:first-child{
  border: 0px !important;
}


.list-treinamento a{
  border-radius: 0px !important;
}

.treinamento_descricao p,
.treinamento_descricao{
  font-size: 1.26rem;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: -0.4px;

}

.treinamento_descricao img{
  max-width: 100%;
}

.treinamento_descricao ul li{
  padding-bottom: 14px;
  
}


/*AJAX RESPONSES MESSAGES*/

.ajax_response {
    position: fixed;
    padding: 20px 20px 0 0;
    z-index: 998;

    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
}

.ajax_response .message {
    color: #ffffff;
    font-size: var(--font-normal);
    font-weight: var(--weight-normal);
    overflow: hidden;
    border: none;

    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 15px 15px;
    background: #333333;
    margin-bottom: 15px;
    position: relative;

    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);

    cursor: pointer;
}

.ajax_response .message:before {
    flex-basis: 0;
    margin: -5px 15px 0 0 !important;
    font-size: calc(var(--font-max) * 1.2);
    color: rgba(0, 0, 0, 0.5);
}

.ajax_response .message_time {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4%;
    height: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.ajax_response .message.success {
    background: var(--color-green);
}

.ajax_response .message.info {
    background: var(--color-blue);
}

.ajax_response .message.warning {
    background: var(--color-yellow);
}

.ajax_response .message.error {
    background: var(--color-red);
}
