@font-face {
    font-family: lato;
    src: url(../font/lato-regular.ttf);
  }
  
  @font-face {
    font-family: gotham;
    src: url(../font/gotham-bold.otf);
  }
  
  @font-face {
    font-family: F25_Bank_Printer;
    src: url(../font/F25_Bank_Printer.ttf);
  }
  
  * {
    font-family: lato;
  }
  
  html {
    position: relative;
    min-height: 100%;
  }
  
  body {
    margin-bottom: 50px;
    /* = .footer > height */
    background: #f9f9f9;
    color: #333;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* 06-05-21 */
  #btn--toggle--edit--circuito {
    cursor: pointer;
  }
  
  .enabled--edit {
    background-color: #eee;
    pointer-events: none;
  }
  
  
  /* 14-04-21 */
  
  #table--csv--error {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #table--csv--error td,
  #table--csv--error th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #table--csv--error tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  #table--csv--error th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4caf50;
    color: white;
  }
  .highlight--cell {
    background-color: rgb(219, 163, 163);
  }
  
  .ddi--disabled {
    color: #999;
    background-color: #fff;
    border: 0px;
  }
  
  /* 13-04-21 */
  
  .required--empty {
    border: 1px solid #c40000;
  }
  
  /* 09-04-21 */
  .wrap--logo {
    display: flex;
    align-items: center;
  }
  
  .wrap--logo span {
    color: #fff;
    border-left: 1px solid #fff;
    padding: 6px 0px;
    padding-left: 7px;
  }
  /* End */
  
  .table-todas-as-chamadas,
  .table-todas-as-chamadas th,
  .table-todas-as-chamadas td {
    /* border: 1px solid #000; */
    padding: 2px;
  }
  .table-todas-as-chamadas tr:nth-child(even) {
    background: #eee;
  }
  .table-todas-as-chamadas tr:nth-child(odd) {
    background: #fff;
  }
  .table-todas-as-chamadas tbody tr:hover {
    background: #afea72;
  }
  
  form [name="variable"] option[disabled] {
    color: #ccc;
  }
  
  #modal_configurar_fatura input[type="checkbox"] {
    width: 22px;
    margin: 0px 5px;
  }
  
  .input-danger {
    border: 1px solid tomato;
  }
  
  .help-block {
    padding: 4px 6px;
    border: 1px solid #f5c6cb;
    background: #f8d7da;
    color: #721c24;
    border-radius: 3px;
  }
  .none {
    display: none;
  }
  
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    /* = body > margin-bottom */
    background-color: #333;
    color: #9d9d9d;
    line-height: 39px;
    display: flex;
  }
  
  .footer-left {
    width: 50%;
    text-align: left;
    padding-left: 15px;
  }
  
  .footer-right {
    width: 50%;
    text-align: right;
    padding-right: 15px;
  }
  
  .footer-right i {
    margin-right: 5px;
  }
  
  .footer-right i:last-child {
    margin-left: 15px;
  }
  
  .footer__fixed-l { margin-top: 1.9px; }
  
  .footer__fixed-l,
  .footer__fixed-r {
    align-items: center;
    display: flex;
    font-size: 14px;
   }
  
  .footer__fixed-r {
    justify-content: flex-end;
  }
  
  .footer__icon {
    font-size: 14px;
    vertical-align: middle;
  }
  
  
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: #ee3537;
    text-decoration: none;
  }
  
  .footer__link:focus {
    color: #9d9d9d;
    text-decoration: none;
  }
  .footer__link:hover {
    color: #ee3537 !important;
  }
  
  input,
  textarea,
  .form-control {
    width: 100%;
    border-radius: 0;
    font-family: lato !important;
  }
  
  textarea:focus,
  input:focus,
  input[type]:focus {
    border-color: #333;
    box-shadow: 0 1px 1px rgba(51, 51, 51, 0.075) inset,
      0 0 8px rgba(51, 51, 51, 0.6);
    outline: 0 none;
  }
  
  .botao_confirma {
    font-size: 12px;
    font-weight: bold;
  }
  
  button,
  .btn {
    border-radius: 1px;
    /*    font-weight: bold;
          text-transform: uppercase;*/
  }
  
  .btn-danger {
    background-color: #ee3537;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5 {
    padding: 0;
    margin: 0;
  }
  
  h4 {
    /*margin: 10px 0 5px 0;*/
  }
  
  .m-t-15 {
    margin-top: 4px;
  }
  
  .m-b-15 {
    margin-bottom: 6px;
  }
  
  .m-b-30 {
    margin-bottom: 30px;
  }
  
  .navbar {
    border: none;
    background-color: black;
  }
  
  .navbar.login {
    text-align: center;
  }
  
  .navbar.login > .logo {
    margin: 15px 0;
    height: 140px;
  }
  
  .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 11px;
  }
  
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #ee3537;
    color: white;
  }
  
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #ee3537;
    color: white;
  }
  
  .navbar-toggle {
    margin: 15px 15px 0 0;
    border: none;
    padding: 0;
  }
  
  .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
  }
  
  .navbar-brand {
    padding: 5px 20px 5px 15px;
  }
  
  .logo {
    height: 40px;
  }
  
  .login-conteudo {
    border: 1px solid #ddd;
    background-color: white;
    width: 450px;
    max-width: 100%;
    padding: 30px;
    margin: 15px auto;
  }
  
  .login-conteudo * {
    font-family: gotham;
  }
  
  .login-nome-sistema {
    font-family: gotham;
    padding: 0px 0 15px 0;
    color: #ee3537;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
  }
  
  .login-main-title {
    font-weight: bold;
    margin-bottom: 30px;
  }
  
  .login-esqueceu-senha a {
    font-family: lato;
    float: right;
    margin-top: -28px;
  }
  
  .login-bt-entrar {
    font-size: 16px;
    letter-spacing: 1px;
  }
  
  #conteudo h2 {
    border-bottom: 2px solid #f00;
  }
  
  .edit__area{
    position: relative;
  }
  
  .edit__did {
    background-color: #C40000;
    border: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    position: absolute;
    right: 1.5rem;
    top: 3.4rem;
    transform: translate(20rem, 0);
    transition: all 0.6s ease;
  }
  .edit__did.isActive {
    opacity: 1;
    transform: translate(0);
  }
  
  .edit__did .did__title {
    border: 0 !important;
    color: #eee;
    font-size: 1.5rem !important;
    padding: 1rem 0;
  }
  
  
  #conteudo {
    margin-bottom: 70px;
    /* Margin para o conteúdo não encostar no footer */
  }
  
  #loader {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .btn-cabecalho {
    margin: 5px 5px 5px 0;
  }
  
  .btn-filtro {
    margin: 5px;
  }
  
  .m-r {
    margin-right: 5px;
  }
  
  .m-5 {
    margin: 5px;
  }
  
  .filtros {
    text-align: center;
    display: none;
  }
  
  .filtros > * {
    display: inline-block;
  }
  
  table.dataTable.dtr-inline.collapsed > tbody > tr.child > td:first-child:before,
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.child
    > th:first-child:before {
    display: none !important;
  }
  
  table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: unset !important;
    left: 4px !important;
    height: 18px !important;
    width: 18px !important;
    display: block !important;
    position: absolute !important;
    color: white !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 0 3px #444 !important;
    box-sizing: content-box !important;
    text-align: center !important;
    font-family: "FontAwesome" !important;
    line-height: 18px !important;
    content: "\f067" !important;
    background-color: #5cb85c !important;
  }
  
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > td:first-child:before,
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > th:first-child:before {
    content: "\f068" !important;
    background-color: #d9534f !important;
  }
  
  .input-group.padrao {
    margin-bottom: 15px;
  }
  
  .input-group.padrao i {
    line-height: 36px;
  }
  
  .input-group.padrao > * {
    height: 45px;
  }
  
  .input-group.padrao > *:not(span) {
    width: 100%;
  }
  
  .dataTables_filter label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .dataTables_filter label input {
    height: 30px;
    font-weight: normal;
    padding: 0px 7px;
    border: 1px solid #ccc;
  }
  
  .dataTables_filter label i {
    font-size: 18px;
  }
  
  table.dataTable.display tbody tr td button {
    margin: 1px;
  }
  
  .dataTables_processing {
    z-index: 9998;
    position: absolute !important;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    content: "1" !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  .dataTables_processing:after {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    content: url(../img/loader_tables.svg) !important;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button.current,
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #ccc;
    border: none;
    font-weight: bold;
    line-height: 1;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #ccc;
    border: 1px solid transparent;
    font-weight: bold;
    line-height: 1;
    color: #333 !important;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #999 !important;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 0 !important;
  }
  
  table.dataTable tbody th,
  table.dataTable tbody td,
  table.dataTable thead td,
  table.dataTable thead th {
    padding: 2px 10px !important;
  }
  
  table.dataTable thead th,
  table.dataTable thead td {
    padding-right: 15px !important;
    white-space: nowrap;
  }
  
  table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
    padding-left: 30px !important;
  }
  
  table {
    width: 100% !important;
    border: none !important;
  }
  
  .btn-lista {
    min-width: 80px;
    line-height: 1;
    text-transform: uppercase;
  }
  
  i.ajuda {
    float: right;
    cursor: pointer;
  }
  
  .select_cabecalho {
    display: inline-block;
    width: 220px !important;
    margin-top: 5px;
    float: right;
    margin-bottom: 30px;
  }
  
  .select_cabecalho.dois {
    margin-left: 10px;
  }
  
  .margin_circuitos_fatura {
    margin-top: 30px;
  }
  
  .margin_circuitos_fatura_col_2 {
    margin-top: 62px;
    /*right: 3%;*/
  }
  
  .atendimento_descricao_timeline {
    border-left: 5px solid #ddd;
  }
  
  .atendimento_descricao_timeline li {
    display: flex;
    padding: 10px 0 10px 10px;
  }
  
  .atendimento_descricao_timeline li .byline {
    color: #999;
    font-style: italic;
    font-size: 12px;
  }
  
  .atendimento_descricao_timeline li .excerpt {
    margin: 0;
  }
  
  .atendimento_descricao_timeline li .block,
  .atendimento_descricao_timeline li .block_content {
    width: 100%;
  }
  
  .atendimento_descricao_timeline li h4 {
    margin-left: 5px;
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #ee3537;
  }
  
  .atendimento_descricao_timeline li:before {
    content: "\F14B";
    font-family: FontAwesome;
    font-size: 25px;
    margin-top: -7px;
    color: #ee3537;
  }
  
  .atendimento_descricao_timeline_arrows {
    position: absolute;
    margin-top: -20px;
    margin-left: -5px;
    color: #ddd;
  }
  
  .fatura_circuito_resumo_div_1 {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 5px;
  }
  
  .fatura_circuito_resumo_div_2 {
    display: flex;
    width: 50%;
    justify-content: flex-start;
    margin-top: 5px;
  }
  
  .flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .fatura_circuito_resumo_div_1_chamado {
    display: flex;
    /*width: 50%;*/
    width: 10%;
    justify-content: flex-end;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 5px;
  }
  
  .fatura_circuito_resumo_div_2_chamado {
    display: flex;
    width: 80%;
    justify-content: flex-start;
    margin-top: 5px;
  }
  
  .flex_center_chamado {
    display: flex;
    /*    justify-content: center;
          align-items: center;*/
  }
  
  input[type="radio"],
  input[type="checkbox"] {
    box-shadow: none !important;
  }
  
  .tabela_separada_titulo {
    background: #ccc;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 0 0;
  }
  
  .tabela_separada {
    border: 1px solid #ccc !important;
    border-bottom: 5px solid #ccc !important;
  }
  
  .tabela_cdr,
  .tabela_cdr th,
  .tabela_cdr_faturamento,
  .tabela_cdr_faturamento th {
    text-align: center;
  }
  
  .tabela_cdr *,
  .tabela_ramais_ativos * {
    white-space: nowrap;
  }
  
  .tabela_cdr td {
    width: 25%;
  }
  
  .persa_ramais_checkbox {
    width: 20px;
    height: 20px;
  }
  
  .radio_defraf_cobranca,
  .radio_defraf_conferencia {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 5px;
  }
  
  #tabela_faturamento_fechados tbody tr td {
    white-space: nowrap;
  }
  
  #tabela_faturamento_fechados tbody tr td:last-child {
    white-space: normal;
  }
  
  .rota_scm_default_modal span {
    /*min-width: 115px;*/
  }
  
  .pointer {
    cursor: pointer;
  }
  
  #circuitos_lote_tabela * {
    text-align: center;
  }
  
  .ramais_gravando {
    display: inline-block;
    border-radius: 50%;
    background: red;
    height: 15px;
    width: 15px;
    margin-top: 2px;
  }
  
  #tabela_ramais_ativos tbody tr td:nth-child(2),
  #tabela_ramais_khomp tbody tr td:nth-child(2) {
    text-align: center;
  }
  
  .prioridade_baixa,
  .prioridade_media,
  .prioridade_alta,
  .prioridade_urgente {
    display: none;
    margin: 0 0 10px 14px;
  }
  
  #tabela_ddr tbody tr td:nth-child(2),
  #tabela_ddi tbody tr td:last-child {
    text-align: center;
  }
  
  .radio_alinhado {
    width: 14px;
    vertical-align: top;
    margin: 4px 4px 0 0 !important;
  }
  
  .fa-trash {
    color: red !important;
  }
  
  .multiselect-native-select > .btn-group > .dropdown-menu {
    min-width: 100% !important;
  }
  
  .multiselect-native-select > .btn-group > .dropdown-menu > li > a > label {
    padding: 3px 15px 3px 15px !important;
  }
  
  .multiselect-native-select
    > .btn-group
    > .dropdown-menu
    > li
    > a
    > label
    > input {
    width: 15px !important;
    height: 15px !important;
    position: relative !important;
    vertical-align: middle !important;
    margin: 0 !important;
  }
  
  .input-group-addon {
    width: 150px;
  }
  
  #form_filtro_pesquisa .input-group-addon {
    width: auto !important;
  }
  
  /*------------------RESPONSIVO------------------*/
  
  /*------------------RESPONSIVO------------------*/
  
  /*------------------RESPONSIVO------------------*/
  
  @media (max-width: 1280px) {
    .navbar-header {
      float: none;
    }
    .navbar-left,
    .navbar-right {
      float: none !important;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
      display: none !important;
    }
    .navbar-nav {
      float: none !important;
      margin: 0;
      box-shadow: 1px 1px 10px #555;
      background: #f5f5f5;
    }
    .navbar-nav > li {
      float: none;
      padding: 0 15px;
      /*ie*/
      margin: 0 -15px\0;
    }
    /*mozilla*/
    @-moz-document url-prefix() {
      .navbar-nav > li {
        margin: 0 -15px;
      }
    }
    .navbar-nav > li > a {
      line-height: normal;
      padding: 10px 15px;
    }
    .collapse.in {
      display: block !important;
    }
    .navbar-collapse {
      box-shadow: none;
    }
    .navbar-inverse .navbar-collapse {
      border: none;
      margin-top: 0;
      padding: 0;
    }
    .footer__fixed-l { margin-top: 2px; }
  }
  
  @media (max-width: 992px) {
    .toggle.btn {
      width: 100% !important;
    }
    .input-group-addon {
      border-right: 1px solid #ccc !important;
      border-radius: 0;
      display: block;
      line-height: 34px;
      text-align: left;
      padding: 0 0 0 12px;
      width: 100%;
      border-bottom: 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px !important;
    }
    .footer {
      line-height: 19px;
      display: block;
    }
    .footer-left,
    .footer-right {
      width: 100%;
      text-align: center;
      padding-left: 0;
    }
    .cliente_central_modulos_check {
      margin: 0 !important;
      position: absolute;
      left: -10px;
    }
    .cliente_central_modulos_titulo {
      justify-content: flex-start;
      margin-left: 25px;
    }
  }
  
  @media (max-width: 810px) {
    .fatura_circuito_resumo_div_1_chamado {
      display: flex;
      width: 50%;
      justify-content: flex-end;
      font-weight: bold;
      margin-right: 5px;
    }
    .fatura_circuito_resumo_div_2_chamado {
      display: flex;
      width: 50%;
      justify-content: flex-start;
    }
    .flex_center_chamado {
      display: flex;
      justify-content: center;
    }
  }
  
  @media  (max-width: 750px) {
    .client__button--clearfix {
      clear:both;
    }
    .client__buttons {
      margin: 1rem 0;
    }
  }
  
  @media (min-width: 751px) {
    .client__buttons {
      margin: 2rem 0;
    }
  }
  
  @media (max-width: 667px) {
    .select_cabecalho {
      display: block;
      width: 100% !important;
      float: none;
    }
    .select_cabecalho.dois {
      margin-left: 0;
    }
    .margin_circuitos_fatura {
      margin-top: 0;
    }
  }
  
  @media (max-width: 450px) {
    body {
      margin-bottom: 70px;
      /* Margin bottom by footer height */
    }
    #conteudo {
      margin-bottom: 100px;
      /* Margin para o conteúdo não encostar no footer */
    }
    .footer {
      height: 70px;
      /* Set the fixed height of the footer here */
      line-height: 23px;
    }
  }
  
  .dados_trace {
    font-family: F25_Bank_Printer !important;
  }
  
  .cliente_central_modulos_check {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px !important;
  }
  
  .cliente_central_modulos_titulo {
    text-transform: uppercase;
    margin-top: 26px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .acessos_adicionar_usuario_modulo {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  
  .acessos_adicionar_usuario_modulo .cliente_central_modulos_titulo {
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
  }
  
  .acessos_adicionar_usuario_modulo .cliente_central_modulos_check {
    margin: 0 10px 0 0 !important;
  }
  
  .modulos_gerencimento_check {
    margin-top: -2px !important;
    width: 15px;
    height: 15px;
    vertical-align: middle;
  }
  
  .modulos_gerencimento {
    line-height: 30px;
  }
  
  .info-tab {
    width: 36px;
    height: 50px;
    float: left;
    margin-left: -21px;
    position: relative;
    top: 3px;
    background: url(../img/icon_aviso.png) no-repeat;
  }
  
  .color-box {
    padding-left: 17px;
    width: 25%;
  }
  
  .space {
    margin-bottom: 25px !important;
  }
  
  .color-box .shadow {
    margin: 0;
  }
  
  .shadow {
    background: #f7f8f9;
    padding: 3px;
    margin: 10px 0;
  }
  
  .tip-box {
    color: #2e5014;
    background: #d5efc2;
  }
  
  .tip-box p {
    padding: 15px;
    margin-left: 15px;
  }
  
  .search .form-section {
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid #414141;
    border-radius: 5px;
    padding: 10px;
  }
  
  .serchtile {
    color: #fff;
  }
  
  .tabela_datatables {
    font-size: 14px !important;
  }
  
  .bloco {
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 10px -15px 15px -14px;
    background-color: #f5f5f5;
  }
  
  .bloco .modal-title {
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
  }
  
  .colunas {
    width: 100%;
    max-width: 850px;
  }
  
  .colunas2 {
    width: 100%;
    max-width: 570px;
  }
  
  .colunas3 {
    width: 100%;
    max-width: 350px;
  }
  
  .modal.fade.in {
    padding: 0 15px !important;
  }
  
  @media (min-width: 992px) and (max-width: 1400px) {
    html {
      zoom: 0.85;
    }
  }
  
  .atendimento_filtros {
    padding: 15px;
    background-color: #eee;
    margin: 15px 0;
  }
  
  .atendimento_filtros .input-group-addon {
    min-width: 40px;
  }
  
  .fatura_resumo_titulos {
    width: 205px;
    text-align: right;
    float: left;
    font-weight: bold;
  }
  
  .fatura_resumo_titulos_2 {
    width: 58px;
    text-align: right;
    float: left;
    font-weight: bold;
  }
  
  #tabela-legenda {
    text-align: center;
    margin: 15px;
  }
  
  #tabela-legenda div {
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
  }
  
  #tabela-legenda .atendidas {
    color: white;
    background-color: green;
  }
  
  #tabela-legenda .naoatendidas {
    color: black;
    background-color: #dadada;
  }
  
  #tabela-legenda .ocupadas {
    color: black;
    background-color: orange;
  }
  
  #tabela-legenda .invalidas {
    color: white;
    background-color: red;
  }
  
  .campo_ativo_sim {
    color: green;
    font-weight: bold;
  }
  
  .campo_ativo_nao {
    color: red;
    font-weight: bold;
  }
  
  .text-right {
    text-align: right;
  }
  
  /* RELATÓRIO DE ASR */
  #relatorio_asr {
    padding: 15px;
    background-color: #eee;
  }
  
  /* RELATÓRIO DE LIGAÇÕES */
  #relatorio_ligacoes_filtros {
    padding: 15px;
    background-color: #eee;
  }
  
  #relatorio_ligacoes_filtros button {
    width: 100%;
  }
  
  .relatorio_ligacoes_filtros_chamadas_div {
    margin-top: 5px;
  }
  
  .relatorio_ligacoes_filtros_chamadas {
    white-space: nowrap;
  }
  
  .relatorio_ligacoes_filtros_chamadas input {
    width: 15px;
    margin: -1px 5px 0 20px;
    height: 15px;
    vertical-align: middle;
  }
  
  .top-table-batimento {
    background-color: #1f1f1f11;
    border-bottom: 1px solid darkgray;
  }
  
  /*.table-batimento tr:nth-child(even) {
      background-color: white;
  }*/
  
  .table-batimento tr {
    border: 1px solid darkgray;
  }
  
  #tabela-div-color-batimento {
    text-align: center;
    margin: 15px;
  }
  
  #tabela-div-color-batimento div {
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
  }
  
  #tabela-div-color-batimento .saperx {
    color: black;
    background-color: #ffdddd;
  }
  
  #tabela-div-color-batimento .conferencia {
    color: black;
    background-color: #baffbf;
  }
  
  .tr-color-saperx {
    background-color: #ffdddd;
  }
  
  .tr-color-conferencia {
    background-color: #baffbf;
  }
  
  .div-centralizada-detraf-batimento {
    margin: 0 auto;
    text-align: center;
  }
  
  .divInfo {
    background-color: #10739e;
    color: white;
    padding: 16px;
    text-align: center;
    font-size: 15px;
    border: 1px solid black;
    border-radius: 10px;
  }
  
  .fontSizeInfo {
    font-size: 20px;
  }
  
  .relatorios-faturas-atacados-align-right{
    text-align: right;
  }
  
  .client__buttons {
    background-color: #5cb85c;
    border-radius: 1rem;
    box-shadow: 2px 4px 2px 1px #21232950;
    cursor: pointer;
    max-width: 123px;
    opacity: 0.9;
    padding: 1rem 2rem;
    transition: all 0.2s ease;
  }
  
  .client__buttons:hover { 
    background-color: #4ba24b; 
    opacity: 1;
  }
  
  .client__search--area {
    display: flex;
    justify-content: center;
  }
  
  .client__search {
    border: 1px solid #4b484855;
    box-shadow: 1px 2px 0 rgba(72, 75, 75, 40%);
    transition: all 200ms ease;
  }
  
  .client__search:focus {
    border: 2px solid #4b4848AA !important;
    box-shadow: 0 1px 0 rgba(72, 75, 75, 40%) !important;
    transform: translate(1px, 0);
  }
  
  .client__buttons--area { margin: 5rem auto; }
  
  .client__buttons--disabled { opacity: 0.4;}
  
  .client__buttons--disabled:hover { opacity: 0.4; }
  
  .warning__text { font-size: 18px; }
  
  .input--margin { padding-right: 1rem; }
  
  .table__title { 
    background-color: #f4f4f4;
    font-size: 14px;
    padding: 0.5rem;
  }
  
  .table__body {
    border: 1px solid #f4f4f4;
  }
  
  .table__tdcontent {
    border: 1px solid #f4f4f4;
    font-size: 14px;
    padding: 0.3rem 0.5rem;
  }
  
  .table__row--odd:nth-child(even) { background-color: #4b48480e;}
  .action__btns { 
    text-align: center;
   }
  
  .table__action--button {
    background-color: transparent;
    border: 0;
    padding: 0.3rem;
    transition: transform 0.4s ease;
  }
  
  .table__action--button:hover {
    color: #10739e;
    transform: scale(1.2);
  }
  
  .contract { 
    padding-left: 0.5rem; 
    padding-right: 1.5rem;
  }
  
  .contract__type--area {
    padding: 1rem;
    position: relative;
  }
  
  .contract__type--input {
    margin: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
  }
  
  .contract__type--input,
  .contract__type--label { cursor: pointer; }
  
  .contract__type--label {
    align-items: center;
    background-color: #F4F4F4;
    border: 1px solid #CCC;
    box-shadow: 0 5px 1px #21232990;
    color: #21232990;
    display: flex;
    font-size: 13px;
    justify-content: center;
    padding: 0.5rem;
    position: relative;
    text-align: center;
    transition: all 250ms ease;
    width: 100%;
  }
  
  .contract__type--label:hover {
    color: #F4F4F4;
    background-color: #21232990;
  }
  
  .contract__type--input:checked ~ .contract__type--label{
    box-shadow: 0 0 0 transparent;
    background-color: #449d44;
    color: #F4F4F4;
    font-size: 12px;
    justify-content: initial;
    padding: 0.4rem;
    transform: translate(0, 5px);
  }
  
  .choosen {
    color: #F4F4F4;
    position: absolute;
    left: 0.5rem;
    transition: all 250ms ease;
    transform: scale(0);
  }
  
  .contract__type--input:checked ~ .contract__type--label .choosen {
    position: initial;
    transform: scale(1);
  }
  
  .contract__type--name { width: 100%; }
  
  .form__group--padding { padding-right: 1rem;}
  
  .group__relative { position: relative; }
  
  .group__input { 
    border: 1px solid #4B484833 !important;
    box-shadow: 0 1px 2px 0 rgba(72, 75, 75, 50%) !important;
    padding-left: 2.6rem;
    transform: scaleY(0.9);
    transition: all 300ms ease;
    min-width: 240px;
  }
  
  .group__textarea {
    border: 1px solid #4B484833 !important;
    box-shadow: 0 1px 2px 0 rgba(72, 75, 75, 50%) !important;
    transform: scaleY(0.9);
    transition: all 300ms ease;
    min-width: 240px;
  }
  
  .group__icon { 
    bottom: 0.6rem;
    left: 0.5rem; 
    opacity: 0.5;
    position: absolute;
  }
  
  .group__input:focus ~ .group__icon { opacity: 0.9; }
  
  .group__input:focus,
  .group__input:hover,
  .group__textarea:focus {  
    border: 1px solid #4B484866 !important;
    transform: scaleY(1);
  }
  
  .register__modal--header::before {
    content: initial !important; 
  }
  
  .modal__register--dialog { width: max-content !important; }
  
  .contact__infos--area { position: relative; }
  
  .contact__infos--input { padding-left: 3.2rem; }
  
  .contact__infos--icon {
    bottom: 0.5rem;
    color: #21232980;
    left: 0.7rem;
    position: absolute;
  }
  
  .client__circuit--title {
    margin-bottom: 0.8rem;
    padding-bottom: 0.5rem;
  }
  
  .btns__edit--blocked { 
    cursor: not-allowed;
  }
  
  .toast__empty {
    background-color: rgba(207, 47, 58);
    bottom: -3.5rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 3px 1px #9d9d9d;
    color: #F4F4F4;
    padding: 0.5rem 1rem;
    position: absolute;
    left: 1.5rem;
    transform: scale(0);
    transition: all 250ms ease;
  }
  
  .toast__empty .text {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
  }
  
  .toast__empty.isActive { transform: scale(1); } 
  
  .closed__bills .even,
  .closed__bills .odd { 
    line-height: 2;
  }
  
  .closed__bills .odd,
  .closed__bills .odd .sorting_1 {
    background-color: #F4F4F4 !important;
  }
  
  .closed__bills .even .sorting_1 { background-color: #FFF !important; }