/*!
 * Preboot v2
 * LESS version by @mdo, http://getpreboot.com
 *
 * Open sourced under MIT license by @mustangostang.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */

/* CSS BOOTSTRAP SIDEBAR */
/*
    DEMO STYLE
*/

/* CLIENTE STYLE */


.table-informacoes, .table-informacoesCNSLTCRDT {
    margin-bottom: 20px;
    width: 100%;
    color: black;
    text-align: left;
    border-collapse: separate;
    //border: 1px solid #e6e6e6
}

.table-informacoes2 td, .table-informacoes2CNSLTCRDT td{
  text-align: left !important;
  font-weight: normal !important;
}
.table-informacoes tbody tr td{
    border-bottom: 2px solid #e6e6e6 !important;
    border-left: none;
    border-right: none;
}

.bg-danger{
    background-color: none !important
}

.table-informacoes th,
.table-informacoes td,
.table-informacoesCNSLTCRDT th,
.table-informacoesCNSLTCRDT td  {
    border: 2px solid white;
    padding: 5px 10px
}

.table-informacoes th {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.table-informacoes thead th {
    padding: 10px 10px
}

.table-informacoes tbody .w-25 {
    width: 25%
}

.table-informacoes tbody th {
    text-transform: uppercase;
}
.table-informacoes tr th, .table-informacoesCNSLTCRDT tr th{
    
    border-bottom: 1px solid black;
}
.table-informacoes tr th:nth-child(2n+2) {
    //background-color: #f2f2f2;
    //font-weight: bold;
}

.table-informacoes tr th:first-child,
.table-informacoes tr th:nth-child(2n+3),
.table-informacoes tr td:first-child,
.table-informacoes tr td:nth-child(2n+3) {
    //background-color: #e6e6e6;
    font-weight: bold;
}



.consulta .consulta-title {
    background-color: #364093;
    line-height: 50px;
    font-size: 33px;
    text-align: left;
    color: white;
    margin: 0;
    padding-left: 5px;
  }
.wrapper a.download {
    background: #fff;
    color: #364093;
}
.wrapper a.article,.wrapper  a.article:hover {
    background: #364093 !important;
    color: #fff !important;
}


.list-unstyled.CTAs li a.article{
    border-bottom: 2px solid #2b3375 !important;
}
.table-striped .btn-group a:first-child {
    background-color: #364093;
    color: white;
    border-radius: 5px;
  }
  .table-striped .btn-group a:last-child {
    background-color: white;
    color :#364093;
    border-radius: 5px;
  }

/* FIM CLIENTE STYLE */

/* ------------------------------------- DARK MODE */

.dark .modal-consulta-resultado .modal-content .text-warning>p {
    color: white;
  }
  .dark .modal-consulta-resultado .modal-dialog {
    background-color: #000;
  }
  .dark .modal-consulta-resultado .modal-content {
    background-color: rgba(255,255,255,.1);
  }
  .dark .modal-body .consulta.m-b-20 {
    background-color: none !important;
    background: none !important;
  }
  
  /* BOTÕES */
  .dark .consulta.m-b-20{
    margin: 5px 5px 5px 5px;
    height: auto;
    background-color: rgba(255,255,255,.05);
    color: white;
  }
  .dark .btn, .dark .botao-inf{
      border-radius: 7px;
  }
  .dark .btn-info, .dark .botao-inf, .dark .btn-danger, .dark .btn-warning, .dark .btn-disabled{
      //border-radius: 7px;
  }
  /* FOOTER */
  .dark .text-warning{
      background-color: rgba(255,255,255,.1);
      border-radius: 7px;
  }
  /* TABELA DE CONSULTAS */
  .dark .nada-consta{
      background-color: rgba(255,255,255,.1);
  }
  .dark .table-informacoes, .dark .table-informacoesCNSLTCRDT{
      background-color: rgba(255,255,255,.1) !important;
      color: white !important;
  }
  .dark .table-informacoesCNSLTCRDT tr:nth-child(odd), .dark .table-informacoes tr:nth-child(odd){
      background-color: rgba(255,255,255,.2);
  }
  .dark .table-informacoes tbody tr, .dark .table-informacoesCNSLTCRDT tbody tr{
      background-color: none;
  }
  /* BOX DA HOME */
  .dark .bgwhite08, .dark.m-b-20{
    margin: 5px 5px 5px 5px;
    height: auto;
    background-color: rgba(255,255,255,.05);
    color: white;
  }
  /* PLANO DE FUNDO GRADIENT */
  .dark .page-inner-content{
    background: rgb(31,27,28);
    background: -moz-linear-gradient(140deg, rgba(31,27,28,1) 0%, rgba(45,40,41,1) 50%, rgba(31,27,28,1) 100%);
    background: -webkit-linear-gradient(140deg, rgba(31,27,28,1) 0%, rgba(45,40,41,1) 50%, rgba(31,27,28,1) 100%);
    background: linear-gradient(140deg, rgba(31,27,28,1) 0%, rgba(45,40,41,1) 50%, rgba(31,27,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f1b1c",endColorstr="#1f1b1c",GradientType=1);
  }
  /* BARRA DE PAGINAÇÃO DO SISTEMA */
  .dark .page-inner-content .page-title{
    background-color: #231f20;
  }
  /*  TOP MENU*/
  .dark .navbar-fixed-top, .dark .navbar-fixed-top .navbar-inner .topmenu-outer{
    background-color: #231f20;
  }
  /* NOTÍCIAS */
  .dark .card-header2{
    background-color: rgba(255,255,255,.05);
  }
  /* FOOTER */
  .dark .page-footer{
    background-color: #1f1b1c;
  }
  .dark .wrapper p {
    color: rgba(255,255,255,1);
  }
  .dark #sidebar{
    color: rgba(255,255,255,1) !important;
  }
  /* BOTÃO PADRÃO */
  .dark .btn-default {
    background-color: rgba(255,255,255,.6);
  }
  .dark .btn-consulta-aguardando{
      font-size: 9.5px;
      font-weight: bold;
      background-color: white;
  }
  /* TABELA */
  .dark table.table-striped{
    padding: 10px 10px 10px 10px;
  }
  .dark table.table-striped tbody td{
    border: none;
    border-top: 1px solid #ddd;
  }
  .dark table.table-striped thead th{
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .dark .panel .panel-table{
    padding: 15px;
  }
  .dark .table>thead>tr>th{
    color: white !important;
  }
  .dark .table>tbody>tr.success>td{
    background-color: rgba(30,135,107,.5);
  }
  .dark .table>tbody>tr.success>tr:hover{
    background-color: rgba(27,121,96,.5);
  }
  .dark .table>tbody>tr.danger>td{
    background-color: rgba(255,107,107,.5);
  }
  .dark .table>tbody>tr.danger>tr:hover{
    background-color: rgba(229,96,96,.5);
  }
  .dark .table>tbody>tr.warning>td{
    background-color: rgba(244,183,87,.5);
  }
  .dark .table>tbody>tr.warning>tr:hover{
    background-color: rgba(219,164,78,.5);
  }
  /* ----- */
  .dark .bgwhite08 .table-striped{
    color: white;
  }
  .dark .table-hover>tbody>tr:hover{
    background-color: #231F20;
  }
  .dark .alert{
    color: white;
  }
  .dark .alert.alert-success, .dark .alert.alert-success td{
    background-color: rgba(30,135,107,.5);
  }
  .dark .alert.alert-danger,.dark .alert.alert-danger td{
    background-color: rgba(255,107,107,.5);
  }
  .dark .alert-warning, .dark .alert-warning td{
    background-color: rgba(244,183,84,.5);
  }
  /* TABELA DE HISTÓRICO DE CONSULTAS */
  .dark .table>tbody>tr.info>td {
      background-color: rgba(0,112,158,.5);
  }
  .dark .table-bordered>tfoot>tr>th{
      border: none;
      border-right: none;
      border-left: none;
  }
  /* PAGINAÇÃO */
  .dark .pagination>li>a, .dark .pagination>li>span{
      background-color: grey;
      color: white !important;
      border: none;
  }
  .dark .pagination>li>a:hover, .dark .pagination>li>span:hover{
      background-color: #666666;
  }
  .dark .pagination>li.active>a, .dark .pagination>li.active>span{
      background-color: #337ab7;
      color: white !important;
      border: none;
  }
  .dark .pagination>li.active>a:hover, .dark .pagination>li.active>span:hover{
      background-color: #286192;
      color: white !important;
      border: none;
  }
  /*.dark .table>tbody>tr.info>td {
      background-color: rgba(0,112,158,.5);
  }
  .dark .table>tbody>tr.info>td {
      background-color: rgba(0,112,158,.5);
  }*/
  /* INPUT DOS FORMS */
  .dark select optgroup{
      background-color: rgb(96,96,96);
      color: rgb(213,213,213);
  }
  .dark select option{
      background-color: rgb(96,96,96);
      color: rgb(213,213,213);
  }
  .dark select option:hover{
       background-color: #606060;
       color: #00b0ff;
   }
  .dark .form-control .option .select{
      background-color: #363636;
  }
  .dark .form-control,.dark .form-control input:focus {
    border-radius: 7px !important;
    border: none !important;
    background: rgba(255,255,255,.1);
    color: white !important;
  }
  
  
  .dark .panel-default{
    background-color: rgba(255,255,255,.05);
    color: white
  }
  .dark .panel-footer{
    background-color: rgba(255,255,255,.1);
    color: white;
    border-top: none !important
  }
  .dark .panel-default .btn:first-child{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .dark .panel-default .btn:last-child{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .dark .k-multiselect{
    border: none;
    border-radius: 10px !important;
    background-color: none !important;
    color: white !important;
  }
  .dark .k-multiselect .k-multiselect-wrap{
    background-color: rgba(255,255,255,.13);
    color: white !important;
    border: none;
    padding: 2.5px 4px;
    background-color: #494445;
    border-radius: 7px !important;
  }
  .dark .k-multiselect .k-header .k-state-focused{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .dark .k-multiselect-wrap{
    color: white !important;
  }
  .dark .table-hover{
    border: none;
    color: white;
  }
  .dark .table-hover .info{
    background-color: rgba(30,135,107,.5);
  }
  .dark .table-hover .warning{
    background-color: rgba(244,183,84,.5);
  }
  /* TAREFAS/NOTIFICAÇÕES */
  .dark .task-details{
    color: white !important;
  }
  .dark .dropdown-tarefas-list{
    background-color: #494445;
    color: white;
    border: none;
  }
  .dark .dropdown-tarefas-list li:hover,.dark .dropdown-tarefas-list li a:hover{
    background-color: #5b5657;
    color: white;
  }
  .dark .drop-title, .dark .dropdown-menu li.drop-all a{
    background-color: #494445;
    color: white;
    border: none;
  }
  .dark .dropdown-menu:before, .dark .dropdown-menu .title-caret .dropdown-lg{
    border: rgba(73,68,69,.5);
  }
  /* GRUPO DE CONSULTAS */
  .dark .chosen-container-active .chosen-choices li.search-field input[type="text"] {
      color: white !important;
  }
  .dark .chosen-container-multi .chosen-choices{
       background-color: rgba(255,255,255,.1);
       color: white;
       background-image: none !important;
   }
  .dark .chosen-container .chosen-drop, .dark .chosen-container .chosen-drop ul{
      background-color: #444;
      color: white;
  }
  .dark .chosen-container-multi .chosen-choices li.search-choice{
    background-image: none;
    background-size: none;
    box-shadow: none;
    background-clip: none;
    border: none;
    background-color: #616161;
    color: #d5d5d5;
    border-radius: 1.071em;
    line-height: 1.86em;
    font-weight: 500;
    padding: 0 1.6em 0 .857em;
    margin: 3px 0 3px 3px;
  }
  /* OPTION */
  .dark .select .option{
    background-color: #363636;
  }
  /* ------------------------------------- FIM DARK MODE */
  .nivel-1:not(.success):not(.info) td{
    background-color: inherit !important;
  }
  .panel-footer .btn:last-child{
    border-top-left-radius: 0px ;
    border-bottom-left-radius: 0px ;
  }
  .panel-footer .btn:first-child{
    border-top-right-radius: 0px ;
    border-bottom-right-radius: 0px ;
  }
  
  .btn-group.clearfix .btn, .btn-group.float-right .btn{
    margin-right: 4px; 
  }
  /* border radius buttons */
  
  .k-multiselect .k-multiselect-wrap, .btn, .botao-inf, .text-warning, .form-control, .form-control input:focus, .k-multiselect, .k-multiselect .k-multiselect-wrap, .chosen-container-multi .chosen-choices li.search-choice{
    border-radius: 7px;
  }
  .panel-default .btn:first-child{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .panel-default .btn:last-child{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  
  
  .list-unstyled.CTAs li a{
      font-weight: bold;
  }
  .list-unstyled.CTAs li a.download{
      border-bottom: 2px solid #cccccc !important;
  }
  
  .pull-right .btn{
      margin: 5px;
  }
  
  .table-striped .btn-group a:first-child {
    border-radius: 0px;
  }
  .table-striped .btn-group a:last-child {
    border-radius: 0px;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice{
    border-radius: 7px;
  }
  .panel-default .btn:first-child{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .panel-default .btn:last-child{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .k-multiselect{
    border: none;
    border-radius: 10px !important;
  }
  .k-multiselect .k-multiselect-wrap{
    border: none;
    padding: 3.5px 4px;
    border-radius: 7px !important;
  }
  .form-control,.dark .form-control input:focus {
    border-radius: 7px !important;
  }
  
  
  
  
  
  #sidebar{
    color: white !important;
  }
  
  .div_modal {
    overflow: hidden; /* Faz o div não aumentar a altura por causa da imagem */
  }
  
  .img_modal {
    border: 1px solid black;
    width: 100%;
  }
  .float-right {
    float: right;
  }
  .bgwhite08{
    margin: 5px 5px 5px 5px;
    height: auto;
    background-color: rgba(255,255,255,.8);
  }
  .bgwhite08 canvas{
    width: 100% !important;
    height: auto !important;
  }
  .users-on > col-lg-3{
    padding: 5px 5px 5px 5px;
  }
  
  .dropdown-tarefas-list{
    overflow-y: auto;
    max-height: inherit;
  }
  
  .dropdown-tarefas-list::-webkit-scrollbar                       { width: .5em; }
  .dropdown-tarefas-list::-webkit-scrollbar-button                { /* 2 */ }
  .dropdown-tarefas-list::-webkit-scrollbar-track                 { box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3); background-color: #eee; }
  .dropdown-tarefas-list::-webkit-scrollbar-track-piece           { /* 4 */ }
  .dropdown-tarefas-list::-webkit-scrollbar-thumb                 { background-color: rgba(100, 100, 100, 0.8); box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.5); }
  .dropdown-tarefas-list::-webkit-scrollbar-thumb:window-inactive { background-color: rgba(0, 0, 0, 0.5); }
  .dropdown-tarefas-list::-webkit-scrollbar-corner                { /* 6 */ }
  .dropdown-tarefas-list::-webkit-resizer                         { /* 7 */ }
  
  .dropdown-menu .title-caret .dropdown-lg{
    background-color: white;
  }
  
  .navbar-fixed-top{
    background-color: white;
  }
  .page-inner .page-inner-content{
    min-height: calc(100vh - 60px - 50px);
  }
  
  #mCSB_1, #mCSB_1_container{
    position: auto;
    overflow-y: auto;
  }
  
  nav::-webkit-scrollbar                   { width: .5em; }
  nav::-webkit-scrollbar-button            { /* 2 */ }
  nav::-webkit-scrollbar-track             { box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3); background-color: #eee; }
  nav::-webkit-scrollbar-track-piece       { /* 4 */ }
  nav::-webkit-scrollbar-thumb             { background-color: rgba(100, 100, 100, 0.8); box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.5); }
  nav::-webkit-scrollbar-thumb:window-inactive   { background-color: rgba(0, 0, 0, 0.5); }
  nav::-webkit-scrollbar-corner            { /* 6 */ }
  nav::-webkit-resizer                     { /* 7 */ }
  
  .page-inner#content {
    margin-left: 250px;
  }
  
  .page-inner.active#content {
    margin-left: 0px;
  }
  
  .wrapper #content{
    padding: 0 !important;
  }
  
  .wrapper p {
      font-family: 'Poppins', sans-serif;
      font-size: 1.1em;
      font-weight: 300;
      line-height: 1.7em;
      color: rgba(0,0,0,.8);
  }
  
  .wrapper a, .wrapper a:hover,.wrapper  a:focus {
      //color: inherit;
      text-decoration: none;
      transition: all 0.3s;
  }
  
  .wrapper nav a, .wrapper nav a:hover,.wrapper  nav a:focus {
      color: inherit;
  }
  
  .wrapper .navbar {
      //padding: 15px 10px;
      background: #fff;
      border: none;
      border-radius: 0;
      //margin-bottom: 40px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  
  .wrapper .navbar-btn {
      box-shadow: none;
      outline: none !important;
      border: none;
  }
  
  .wrapper .line {
      width: 100%;
      height: 1px;
      border-bottom: 1px dashed #ddd;
      margin: 40px 0;
  }
  
  /* ---------------------------------------------------
      SIDEBAR STYLE
  ----------------------------------------------------- */
  .wrapper #sidebar {
      width: 250px;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      z-index: 999;
      background: #231F20;
      color: #fff;
      transition: all 0.3s;
  }
  
  .wrapper #sidebar.active {
      margin-left: -250px;
  }
  
  .wrapper #sidebar .sidebar-header {
      padding: 20px 0px 20px 0px;
      background: #1f1b1c;
  }
  
  .wrapper #sidebar ul.components {
      padding: 20px 0;
      //border-bottom: 1px solid #47748b;
  }
  
  .wrapper #sidebar ul p {
      color: #fff;
      padding: 10px;
  }
  
  .wrapper #sidebar ul li a {
      padding: 10px;
      font-size: 1.1em;
      display: block;
  }
  .wrapper #sidebar ul li a:hover {
      color: #0048B2;
      background: #fff;
  }
  
  .wrapper #sidebar ul li.active > a,.wrapper  a[aria-expanded="true"] {
      color: #fff;
      background: #231F20;
  }
  .wrapper #sidebar .sidebar-header ul li.active > a,.wrapper .sidebar-header a[aria-expanded="true"] {
      color: #fff;
      background: #1f1b1c;
  }
  
  .wrapper a[data-toggle="collapse"] {
      //position: relative;
  }
  
  .wrapper a[aria-expanded="false"]::before,.wrapper  a[aria-expanded="true"]::before {
      content: '\e259';
      display: block;
      position: absolute !important;
      right: 20px;
      font-family: 'Glyphicons Halflings';
      font-size: 0.6em;
  }
  .wrapper a[aria-expanded="true"]::before {
      content: '\e260';
  }
  
  
  .wrapper ul ul a {
      font-size: 0.9em !important;
      padding-left: 30px !important;
      //background: #231F20;
  }
  
  .wrapper ul.CTAs {
      padding: 20px;
  }
  
  .wrapper ul.CTAs a {
      text-align: center;
      font-size: 0.9em !important;
      display: block;
      border-radius: 5px;
      margin-bottom: 5px;
  }
  
  /* ---------------------------------------------------
      CONTENT STYLE
  ----------------------------------------------------- */
  .wrapper #content {
      width: calc(100% - 250px);
      //padding: 40px;
      min-height: 100vh;
      transition: all 0.3s;
      //position: absolute;
      top: 0;
      right: 0;
  }
  .wrapper #content.active {
      width: 100%;
  }
  
  
  /* ---------------------------------------------------
      MEDIAQUERIES
  ----------------------------------------------------- */
  
  @media (max-width: 768px) {
      .wrapper #sidebar {
          margin-left: -250px;
      }
      .page-inner.active#content {
          margin-left: 250px;
      }
      .wrapper #sidebar.active {
          margin-left: 0;
      }
      .wrapper #content {
          width: 100%;
          margin-left: 0;
      }
      .wrapper #content.active {
          width: calc(100% - 250px);
      }
      .wrapper #sidebarCollapse span {
          display: none;
      }
  }
  
  
   /* CSS PÁGINA DE MEU PLANO */
  
  .nada-consta{
      text-transform: uppercase;
      font-weight: bold;
      padding: 5px 5px 5px 5px;
      background-color: #dfdfdf;
      margin-bottom: 5px;
  }
  
  .events-table {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
    text-align: left;
    vertical-align: middle;
  }
  .events-table th,
  .events-table td {
    padding: .75rem 0;
  }
  .events-table th {
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
  }
  .events-table th:first-of-type,
  .events-table td:first-of-type {
    width: 40%;
  }
  .events-table th:last-of-type,
  .events-table td:last-of-type {
    width: 30px;
  }
  .events-table .title {
    font-weight: 700;
    color: #1E6C87;
    cursor: pointer;
    transition: color 250ms ease-in-out;
  }
  .events-table .title:hover {
    color: #1a566b;
  }
  .events-table .expand {
    padding: 10px;
    font-weight: 700;
    text-align: center;
    background: #1E6C87;
    color: white;
    border-bottom: 2px solid #eee;
    cursor: pointer;
    transition: background 250ms ease-in-out;
  }
  .events-table .expand::before {
    content: "+";
  }
  .events-table .expand:hover {
    background: #1a566b;
  }
  .events-table .rowgroup.is-open .expand::before {
    content: "-";
  }
  .events-table .description {
    color: #999;
    border-bottom: 2px solid #eee;
  }
  .events-table .description td {
    padding: 0;
  }
  .events-table .description {
    color: #999;
    border-bottom: 2px solid #eee;
  }
  .events-table .description td {
    padding: 0;
    transition: all 250ms ease-in-out;
  }
  .events-table .rowgroup.is-open .description td {
    padding: 0 0 0.75rem;
  }
  .events-table .collapsable {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 250ms ease-in-out;
  }
  .events-table .rowgroup.is-open .collapsable {
    max-height: 1500px;
    opacity: 1;
  }
  
  @media screen and (max-width: 599px) {
    .events-table .headrow,
    .events-table .expand {
      display: none;
    }
    .events-table td {
      padding: 0;
      width: 100% !important;
      display: block;
    }
    .events-table .title {
      cursor: default;
    }
    .events-table .city,
    .events-table .date {
      display: inline;
      font-size: 12px;
      color: #999;
    }
    .events-table .date::after {
      content: " • ";
    }
    .events-table .type {
      display: none;
    }
    .events-table .description {
      color: #4d4d4d;
      border-bottom: none;
    }
    .events-table .collapsable {
      max-height: none;
      padding: .75rem 0 3rem;
      opacity: 1;
    }
  }
  
  
  
   /* FIM CSS PÁGINA MEU PLANO */
   
  .card2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
  }
  
  .card2 > hr {
    margin-right: 0;
    margin-left: 0;
  }
  
  .card2 > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  
  .card2 > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .card-body2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  
  .card-title2 {
    margin-bottom: 0.75rem;
  }
  
  .card-subtitle2 {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }
  
  .card-text2:last-child {
    margin-bottom: 0;
  }
  
  .card-link2:hover {
    text-decoration: none;
  }
  
  .card-link2 + .card-link2 {
    margin-left: 1.25rem;
  }
  
  .card-header2 {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    //border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .card-header2:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  
  .card-header2 + .list-group .list-group-item:first-child {
    border-top: 0;
  }
  .p-0 {
    padding: 0px !important; }
  
  .p-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  
  .p-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  
  .p-t-0 {
    padding-top: 0px !important; }
  
  .p-r-0 {
    padding-right: 0px !important; }
  
  .p-b-0 {
    padding-bottom: 0px !important; }
  
  .p-l-0 {
    padding-left: 0px !important; }
  
  .m-0 {
    margin: 0px !important; }
  
  .m-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  
  .m-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  
  .m-t-0 {
    margin-top: 0px !important; }
  
  .m-r-0 {
    margin-right: 0px !important; }
  
  .m-b-0 {
    margin-bottom: 0px !important; }
  
  .m-l-0 {
    margin-left: 0px !important; }
  
  .p-10 {
    padding: 10px !important; }
  
  .p-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  
  .p-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  
  .p-t-10 {
    padding-top: 10px !important; }
  
  .p-r-10 {
    padding-right: 10px !important; }
  
  .p-b-10 {
    padding-bottom: 10px !important; }
  
  .p-l-10 {
    padding-left: 10px !important; }
  
  .m-10 {
    margin: 10px !important; }
  
  .m-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  
  .m-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  
  .m-t-10 {
    margin-top: 10px !important; }
  
  .m-r-10 {
    margin-right: 10px !important; }
  
  .m-b-10 {
    margin-bottom: 10px !important; }
  
  .m-l-10 {
    margin-left: 10px !important; }
  
  .p-20 {
    padding: 20px !important; }
  
  .p-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  
  .p-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  
  .p-t-20 {
    padding-top: 20px !important; }
  
  .p-r-20 {
    padding-right: 20px !important; }
  
  .p-b-20 {
    padding-bottom: 20px !important; }
  
  .p-l-20 {
    padding-left: 20px !important; }
  
  .m-20 {
    margin: 20px !important; }
  
  .m-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  
  .m-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  
  .m-t-20 {
    margin-top: 20px !important; }
  
  .m-r-20 {
    margin-right: 20px !important; }
  
  .m-b-20 {
    margin-bottom: 20px !important; }
  
  .m-l-20 {
    margin-left: 20px !important; }
  
  .p-30 {
    padding: 30px !important; }
  
  .p-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  
  .p-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  
  .p-t-30 {
    padding-top: 30px !important; }
  
  .p-r-30 {
    padding-right: 30px !important; }
  
  .p-b-30 {
    padding-bottom: 30px !important; }
  
  .p-l-30 {
    padding-left: 30px !important; }
  
  .m-30 {
    margin: 30px !important; }
  
  .m-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  
  .m-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  
  .m-t-30 {
    margin-top: 30px !important; }
  
  .m-r-30 {
    margin-right: 30px !important; }
  
  .m-b-30 {
    margin-bottom: 30px !important; }
  
  .m-l-30 {
    margin-left: 30px !important; }
  
  .p-40 {
    padding: 40px !important; }
  
  .p-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  
  .p-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  
  .p-t-40 {
    padding-top: 40px !important; }
  
  .p-r-40 {
    padding-right: 40px !important; }
  
  .p-b-40 {
    padding-bottom: 40px !important; }
  
  .p-l-40 {
    padding-left: 40px !important; }
  
  .m-40 {
    margin: 40px !important; }
  
  .m-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  
  .m-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  
  .m-t-40 {
    margin-top: 40px !important; }
  
  .m-r-40 {
    margin-right: 40px !important; }
  
  .m-b-40 {
    margin-bottom: 40px !important; }
  
  .m-l-40 {
    margin-left: 40px !important; }
  
  .p-50 {
    padding: 50px !important; }
  
  .p-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  
  .p-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  
  .p-t-50 {
    padding-top: 50px !important; }
  
  .p-r-50 {
    padding-right: 50px !important; }
  
  .p-b-50 {
    padding-bottom: 50px !important; }
  
  .p-l-50 {
    padding-left: 50px !important; }
  
  .m-50 {
    margin: 50px !important; }
  
  .m-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }
  
  .m-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  
  .m-t-50 {
    margin-top: 50px !important; }
  
  .m-r-50 {
    margin-right: 50px !important; }
  
  .m-b-50 {
    margin-bottom: 50px !important; }
  
  .m-l-50 {
    margin-left: 50px !important; }
  
  .p-60 {
    padding: 60px !important; }
  
  .p-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  
  .p-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  
  .p-t-60 {
    padding-top: 60px !important; }
  
  .p-r-60 {
    padding-right: 60px !important; }
  
  .p-b-60 {
    padding-bottom: 60px !important; }
  
  .p-l-60 {
    padding-left: 60px !important; }
  
  .m-60 {
    margin: 60px !important; }
  
  .m-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  
  .m-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  
  .m-t-60 {
    margin-top: 60px !important; }
  
  .m-r-60 {
    margin-right: 60px !important; }
  
  .m-b-60 {
    margin-bottom: 60px !important; }
  
  .m-l-60 {
    margin-left: 60px !important; }
  
  .p-70 {
    padding: 70px !important; }
  
  .p-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }
  
  .p-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  
  .p-t-70 {
    padding-top: 70px !important; }
  
  .p-r-70 {
    padding-right: 70px !important; }
  
  .p-b-70 {
    padding-bottom: 70px !important; }
  
  .p-l-70 {
    padding-left: 70px !important; }
  
  .m-70 {
    margin: 70px !important; }
  
  .m-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }
  
  .m-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  
  .m-t-70 {
    margin-top: 70px !important; }
  
  .m-r-70 {
    margin-right: 70px !important; }
  
  .m-b-70 {
    margin-bottom: 70px !important; }
  
  .m-l-70 {
    margin-left: 70px !important; }
  
  .p-80 {
    padding: 80px !important; }
  
  .p-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  
  .p-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  
  .p-t-80 {
    padding-top: 80px !important; }
  
  .p-r-80 {
    padding-right: 80px !important; }
  
  .p-b-80 {
    padding-bottom: 80px !important; }
  
  .p-l-80 {
    padding-left: 80px !important; }
  
  .m-80 {
    margin: 80px !important; }
  
  .m-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  
  .m-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  
  .m-t-80 {
    margin-top: 80px !important; }
  
  .m-r-80 {
    margin-right: 80px !important; }
  
  .m-b-80 {
    margin-bottom: 80px !important; }
  
  .m-l-80 {
    margin-left: 80px !important; }
  
  .p-90 {
    padding: 90px !important; }
  
  .p-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  
  .p-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  
  .p-t-90 {
    padding-top: 90px !important; }
  
  .p-r-90 {
    padding-right: 90px !important; }
  
  .p-b-90 {
    padding-bottom: 90px !important; }
  
  .p-l-90 {
    padding-left: 90px !important; }
  
  .m-90 {
    margin: 90px !important; }
  
  .m-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  
  .m-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  
  .m-t-90 {
    margin-top: 90px !important; }
  
  .m-r-90 {
    margin-right: 90px !important; }
  
  .m-b-90 {
    margin-bottom: 90px !important; }
  
  .m-l-90 {
    margin-left: 90px !important; }
  
  .no-wrap {
    white-space: nowrap; }
  
  .inline {
    display: inline-block; }
  
  .table tr th, .table tr td {
    vertical-align: middle !important; }
  .table .btn-group {
    white-space: nowrap;
    padding: 0 5px; }
    .table .btn-group .btn {
      float: none;
      display: inline-block; }
  
  .alert.alert-default {
    background-color: #ededed; }
  
  .modal .modal-xl {
    width: 1300px;
    max-width: calc(100% - 30px); }
  .modal .modal-footer .panel {
    margin: 0; }
  
  .panel .panel-heading:empty, .panel .panel-body:empty, .panel .panel-footer:empty {
    display: none; }
  .panel .panel-table {
    padding: 0; }
    .panel .panel-table table {
      margin: 0; }
  .panel .panel-footer .pagination {
    margin: 0; }
  
  .btn-inputfile {
    position: relative;
    overflow: hidden;
    max-width: 100%; }
    .btn-inputfile input {
      position: absolute;
      top: 0;
      left: 0;
      height: 500px;
      width: 500px;
      opacity: 0;
      filter: alpha(opacity=0); }
    .btn-inputfile span span:empty {
      display: none; }
    .btn-inputfile span span {
      overflow: hidden;
      max-width: 40px;
      white-space: nowrap;
      line-height: inherit; }
    .btn-inputfile span span:before {
      content: "{"; }
    .btn-inputfile span span:after {
      content: "}"; }
  
  html body {
    background-image: url(../img/RGC/background.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed; }
  html #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9fd4e6;
    background-image: url(../img/RGC/background.jpg);
    background-position: center;
    background-size: cover;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    filter: "alpha(opacity=0)";
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    html #loading .loading-content {
      text-align: center;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 20px 25px 0 25px;
      vertical-align: middle;
      border-radius: 10px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      html #loading .loading-content span {
        line-height: 60px;
        display: block;
        font-size: 25px;
        text-transform: uppercase; }
  html.loading #loading, html.pre-loading #loading {
    pointer-events: none;
    opacity: 1;
    filter: "alpha(opacity=100)"; }
  
  
  .menu.accordion-menu li > a > .arrow:before {
    line-height: 50px; }
  
  .page-login .page-inner, .page-login .page-content {
    background-color: transparent; }
  .page-login .logo-name {
    color: white; }
  .page-login p, .page-login span, .page-login a {
    color: white;
    text-shadow: 0 0 5px black; }
  
  .logo-box .logo-text img {
    max-width: 100%;
    max-height: 35px; }
  
  .consulta {
    background: white;
    padding: 20px; }
    .consulta .consulta-parametro {
      margin: 10px auto;
      border: 1px solid black;
      text-align: center;
      font-size: 18px;
      text-transform: uppercase;
      padding: 0 10px; }
    .consulta .row.informacoes {
      margin-bottom: 30px; }
      .consulta .row.informacoes [class*=col-] {
        line-height: 40px;
        margin: 0; }
        .consulta .row.informacoes [class*=col-]:after {
          content: '';
          display: block;
          border-bottom: 1px dashed #d9d9d9; }
    .consulta .consulta-header {
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .consulta .consulta-header .title {
        font-size: 18px;
        text-align: center; }
      .consulta .consulta-header .infos {
        line-height: 20px;
        text-align: center;
        border: 1px solid;
        padding: 0px; }
        .consulta .consulta-header .infos .row .col-md-6 {
          padding: 6px;
          font-size: 20px; }
      .consulta .consulta-header .parametro {
        font-size: 18px;
        font-weight: bold;
        padding: 5px;
        border: 1px solid #646464; }
        .consulta .consulta-header .parametro b {
          margin-bottom: 10px;
          display: block; }
    
  
    .consulta .gravame {
      color: #2d2929 !important; }
    .consulta .consulta-item {
      margin-bottom: 20px; }
      .consulta .consulta-item [class*=col] {
        font-size: 14px;
        margin-bottom: 5px; }
    .consulta .alert {
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      font-size: 14px; }
  .bg-danger, .bg-info, .bg-dangerCNSLTCRDT, .bg-infoCNSLTCRDT {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgb(30, 107, 135) !important;
    color: white;
  }
  
  
  .table-informacoes td:nth-child(odd){
    //font-weight: bold;
  }
  
  /*.table-resumo{
    font-weight: bold;
  }
  
  .table-resumo td:nth-child(odd){
    text-align: right;
    width: 5%;
  }
  .table-resumo td:nth-child(even){
    width: 28%;
  }
  
  .table-resumo .label{
    font-size: 14px !important;
  }*/
  
  div > .alert{
    font-weight: bold;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .label-info{
    background-color: rgb(30, 107, 135) !important;
  }
  .w-25, .w-25CNSLTCRDT  {
    width: 25%;
  }
  .w-10 {
    width: 10%;
  }
  .w-70 {
    width: 70%;
  }
  .w-75 {
    width: 75%;
  }
  .w-16 {
    width: 33%;
  }
  //CANVAS
  
  //FIM CANVAS
  //USUARIOS ONLINE
  
  .users-on {
    font-size: 2vw;
  }
  
  //USUARIOS ONLINE
  //MERDA
  
  .header-consulta .info-middle {
        border: 1px solid #12aecd;
        font-size: 20px;
        /*margin: 5px 5px 5px 5px;*/
      }
      .gridcontent .col img {
            width:100px;
      }
      .gridcontent .span_1_of_7 {
        height: max-content;
        min-height: max-content;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
      }
      .gridcontent .span_2_of_7 .inf-border {
        text-align: center;
        border: 1px solid #12aecd;
        font-size: 18px;
        //height: max-content;
        padding: 20px 0px 20px 0px;
        min-height: 120px;
    
        justify-content: center;
        display: flex;
        flex-direction: column;
      }
      .col .div-button {
        padding-top: 5px;
        font-size: 30px;
        height: max-content;
        min-height: max-content;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
      }
      @import url(https://fonts.googleapis.com/css?family=Open+Sans|Hind);
      body {
        font-family: Open Sans;
        background-color:#e0e0e0;
      }
      //--------------just styling things
      .col {  
        background-color: #fff;
        text-align:center;
        padding: 10px 0px;
      }
      .message {
        text-align:center;
        font-size:20px;
        span {
          background-color:#1D1F20;
          font-family: Hind;
          color:#92B38A;
        }
      }
      .example {
        .span_7_of_10 {
          padding: 50px 0px;
        }
        .span_3_of_10 {
          line-height: 3;
        }
      }
  
  
      /* -------------------------= Responsive Grid System
       * -------------------------------------------------------------------------------------------------- */
  
      /*= GROUPING  ======================================================================== */
        .gridrow:before,
        .gridrow:after {
            content:"";
            display:table;
        }
        .gridrow:after {
            clear:both;
        }
        .gridrow {
            clear: both;
            padding: 0px;
            margin: 0 auto;
            zoom:1; /* For IE 6/7 (trigger hasLayout) */
        }
  
      /*= GRID COLUMN SETUP   =============================================================== */
        .col, .colmob {
          display: block;
          float:left;
          margin: 1% 0 1% 1.6%;
        }
        .colmob {
          margin: 1% 0 1% 0%;
        }
        .colnomarg {
          display: block;
          float:left;
          margin: 0 auto;
        }
        .col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
  
        /*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .col { 
            margin: 1% 0 1% 0%;
          }
        }
  
      /*= MAIN GRID CONTAINER SETUP   =============================================================== */
          .gridcontent, .gridcontent950, .gridcontent645, .gridcontent770, .gridcontent1100, .gridcontent1300{
            clear: both;
            width: 100%; /* 1000px / 1250px */
            /*max-width: 960px;*/
            margin: 0 auto;
            padding: 1em 0px;
            position: relative;
            
            //height: 100%;
            //min-height: 100%;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
  
          }
          .gridcontent645{ max-width: 645px; }
          .gridcontent950{ max-width: 950px; }
          .gridcontent1100{ max-width: 1100px; }
          .gridcontent1300{ max-width: 1300px; }
          .gridcontent770{ max-width: 770px; }
          .gridcontentnopad{
            clear: both;
            width: 80%; /* 1000px / 1250px */
            /*max-width: 960px;*/
            margin: 0 auto;
            /*padding: 1em 0px;*/
            position: relative;
          }
          .fullgridcontent {
            clear: both;
            width: auto;
            margin: 0 auto;
            position: relative;
          }
  
           
  
      /*= GRID OF TWO   ======================================================================== */
        .span_2_of_2 { width: 100%; }
        .span_1_of_2 { width: 49.2%; }
        .span_1_of_2mob { width: 48%; }
        .span_2_of_2mob { width: 96%; }
        .span_1_of_2nomarg { width: 50%; }
        .span_1_of_2land { width: 45%; }
  
        /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .span_2_of_2 { width: 100%; }
          .span_1_of_2, .span_1_of_2nomarg { width: 100%; }
        }
  
      /*= GRID OF THREE   ======================================================================== */ 
        .span_3_of_3 { width: 100%; }
        .span_2_of_3 { width: 66.13%; }
        .span_1_of_3 { width: 32.26%; }
        .span_2_of_3nomarg { width: 66.66%; }
        .span_1_of_3nomarg { width: 33.33%; }
        .span_1_of_3border { width: 33%; }
        .span_1_of_3land { width: 33.33%; }
  
        /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .span_3_of_3 { width: 100%; }
          .span_2_of_3, .span_2_of_3nomarg { width: 100%; }
          .span_1_of_3, .span_1_of_3nomarg, .span_1_of_3border { width: 100%; }
        }
  
      /*= GRID OF FOUR   ============================================================================= */
        .span_4_of_4 { width: 100%; }
        .span_3_of_4 { width: 74.6%; }
        .span_2_of_4 { width: 49.2%; }
        .span_1_of_4 { width: 23.8%; }
  
        /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .span_4_of_4 { width: 100%; }
          .span_3_of_4 { width: 100%; }
          .span_2_of_4 { width: 100%; }
          .span_1_of_4 { width: 100%; }
        }
  
      /*= GRID OF FIVE   ======================================================================== */
        .span_5_of_5 { width: 100%; }
        .span_4_of_5 { width: 79.68%; }
        .span_3_of_5 { width: 59.36%; }
        .span_2_of_5 { width: 39.04%; }
        .span_1_of_5 { width: 18.72%; }
  
        /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .span_5_of_5 { width: 100%; }
          .span_4_of_5 { width: 100%; }
          .span_3_of_5 { width: 100%; }
          .span_2_of_5 { width: 100%; }
          .span_1_of_5 { width: 100%; }
        }
  
      /*= GRID OF SIX   ======================================================================== */
        .span_6_of_6 { width: 100%; }
        .span_5_of_6 { width: 83.06%; }
        .span_4_of_6 { width: 66.13%; }
        .span_3_of_6 { width: 49.2%; }
        .span_2_of_6 { width: 32.26%; }
        .span_1_of_6 { width: 15.33%; }
  
        /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .span_6_of_6 { width: 100%; }
          .span_5_of_6 { width: 100%; }
          .span_4_of_6 { width: 100%; }
          .span_3_of_6 { width: 100%; }
          .span_2_of_6 { width: 100%; }
          .span_1_of_6 { width: 100%; }
        }
  
      /*= GRID OF SEVEN   ======================================================================== */
        .span_7_of_7 { width: 100%; }
        .span_6_of_7 { width: 85.48%; }
        .span_5_of_7 { width: 70.97%; }
        .span_4_of_7 { width: 56.45%; }
        .span_3_of_7 { width: 41.94%; }
        .span_2_of_7 { width: 27.42%; }
        .span_1_of_7 { width: 12.91%; }
  
        /*  GO FULL WIDTH BELOW 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, 
          .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
        }
  
      /*= GRID OF EIGHT   ======================================================================== */ 
        .span_8_of_8 { width: 100%; }
        .span_7_of_8 { width: 87.3%; }
        .span_6_of_8 { width: 74.6%; }
        .span_5_of_8 { width: 61.9%; }
        .span_4_of_8 { width: 49.2%; }
        .span_3_of_8 { width: 36.5%; }
        .span_2_of_8 { width: 23.8%; }
        .span_1_of_8 { width: 11.1%; }
  
        /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .span_8_of_8 { width: 100%; }
          .span_7_of_8 { width: 100%; }
          .span_6_of_8 { width: 100%; }
          .span_5_of_8 { width: 100%; }
          .span_4_of_8 { width: 100%; }
          .span_3_of_8 { width: 100%; }
          .span_2_of_8 { width: 100%; }
          .span_1_of_8 { width: 100%; }
        }
  
      /*= GRID OF NINE   ======================================================================== */  
        .span_9_of_9 {width: 100%;}
        .span_8_of_9 {width: 88.71%;}
        .span_7_of_9 {width: 77.42%;}
        .span_6_of_9 {width: 66.13%;}
        .span_5_of_9 {width: 54.84%;}
        .span_4_of_9 {width: 43.55%;}
        .span_3_of_9 {width: 32.26%;}
        .span_2_of_9 {width: 20.97%;}
        .span_1_of_9 {width: 9.688%;}
  
        /*  GO FULL WIDTH BELOW 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .span_1_of_9, .span_2_of_9, .span_3_of_9, .span_4_of_9, 
          .span_5_of_9, .span_6_of_9, .span_7_of_9, .span_8_of_9, .span_9_of_9 { width: 100%; }
        }
  
      /*= GRID OF TEN   ======================================================================== */ 
        .span_10_of_10{width:100%;}
        .span_9_of_10{width:89.84%;}
        .span_8_of_10{width:79.68%;}
        .span_7_of_10{width:69.52%;}
        .span_6_of_10{width:59.36%;}
        .span_5_of_10{width:49.2%;}
        .span_4_of_10{width:39.04%;}
        .span_3_of_10{width:28.88%;}
        .span_2_of_10{width:18.72%;}
        .span_1_of_10{width:8.56%;}
  
        /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .span_10_of_10{width:100%;}
          .span_9_of_10{width:100%;}
          .span_8_of_10{width:100%;}
          .span_7_of_10{width:100%;}
          .span_6_of_10{width:100%;}
          .span_5_of_10{width:100%;}
          .span_4_of_10{width:100%;}
          .span_3_of_10{width:100%;}
          .span_2_of_10{width:100%;}
          .span_1_of_10{width:100%;}
        }
  
      /*= GRID OF ELEVEN   ======================================================================== */
        .span_11_of_11 { width: 100%; }
        .span_10_of_11 { width: 90.76%; }
        .span_9_of_11 { width: 81.52%; }
        .span_8_of_11 { width: 72.29%; }
        .span_7_of_11 { width: 63.05%; }
        .span_6_of_11 { width: 53.81%; }
        .span_5_of_11 { width: 44.58%; }
        .span_4_of_11 { width: 35.34%; }
        .span_3_of_11 { width: 26.1%; }
        .span_2_of_11 { width: 16.87%; }
        .span_1_of_11 { width: 7.63%; }
  
        /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .span_11_of_11 { width: 100%; }
          .span_10_of_11 { width: 100%; }
          .span_9_of_11 { width: 100%; }
          .span_8_of_11 { width: 100%; }
          .span_7_of_11 { width: 100%; }
          .span_6_of_11 { width: 100%; }
          .span_5_of_11 { width: 100%; }
          .span_4_of_11 { width: 100%; }
          .span_3_of_11 { width: 100%; }
          .span_2_of_11 { width: 100%; }
          .span_1_of_11 { width: 100%; }
        }
  
      /*= GRID OF TWELVE   ======================================================================== */
        .span_12_of_12 { width: 100%; }
        .span_11_of_12 { width: 91.53%; }
        .span_10_of_12 { width: 83.06%; }
        .span_9_of_12 { width: 74.6%; }
        .span_8_of_12 { width: 66.13%; }
        .span_7_of_12 { width: 57.66%; }
        .span_6_of_12 { width: 49.2%; }
        .span_5_of_12 { width: 40.73%; }
        .span_4_of_12 { width: 32.26%; }
        .span_3_of_12 { width: 23.8%; }
        .span_2_of_12 { width: 15.33%; }
        .span_1_of_12 { width: 6.86%; }
  
        /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
        @media only screen and (max-width: 640px) {
          .span_12_of_12 { width: 100%; }
          .span_11_of_12 { width: 100%; }
          .span_10_of_12 { width: 100%; }
          .span_9_of_12 { width: 100%; }
          .span_8_of_12 { width: 100%; }
          .span_7_of_12 { width: 100%; }
          .span_6_of_12 { width: 100%; }
          .span_5_of_12 { width: 100%; }
          .span_4_of_12 { width: 100%; }
          .span_3_of_12 { width: 100%; }
          .span_2_of_12 { width: 100%; }  
          .span_1_of_12 { width: 100%; }  
        }
  
  
      .hidden-tablet { display:block; }
      .visible-tablet { display:none; }
      .hidden-mobile { display:block; }
      .visible-mobile { display:none; }
      //tablet
        @media only screen and (max-width: 990px) {
          .hidden-tablet { display:none; }
          .visible-tablet { display:block; }
      }
      //mobile
        @media only screen and (max-width: 640px) {
          .hidden-mobile { display:none; }
          .visible-mobile { display:block; }
      }
  
  //MERDA
  //TABLE-PROCESSOS
  
  .table-processos th, td {
      text-align: left;
      padding: 0px 5px 0px 5px;
  
  }
  .table-processos td:nth-child(even) {
    border-right: 3px solid white;
    border-left: 3px solid white;
  }
  .table-processos th {
    border-left: 2px solid white;
    border-right: 2px solid white;
  }
  .table-processos th {
      background-color: #bde6f5;
      /*color: black;*/
      padding: 5px 5px 5px 5px;
      font-weight: bold;
  }
  .table-processos .title {
  
  }
  .table-processos .inf {
    text-transform: uppercase;
    font-weight: bold;
  }
  .table-processos td:nth-child(odd){
    font-weight: bold;
  }
  
  
  
  .table-processos {
      border-collapse: collapse;
      width: 100%;
      font-size: 16px;
      /*white-space: pre-wrap;*/
  }
  //FIM TABLE-PROCESSOS
  
  
  .alert-danger-border {
    border: 1px solid #f1d9d9;
    border-top: none;
    color: black;
    padding: 5px 5px 5px 5px;
    margin-top: -20px;
  }
  .border-right td {
    border-right: 2px solid white;
    border-left: 2px solid white;
  }
  .table-informacoes tr td.w-25:nth-child(odd), .table-informacoesCNSLTCRDT tr td.w-25CNSLTCRDT:nth-child(odd){
    font-weight: bold;
    //text-align: right;
  }
  
  //.table-informacoes th:nth-child(odd){background-color: #bde6f5}
  //.table-informacoes th:nth-child(even){background-color: #e7e7e7;}
  .table-informacoes tr, .table-informacoesCNSLTCRDT tr  {
      /*background-color: #12afcb;*/
      /*color: black;*/
      padding: 5px 5px 5px 5px;
      //font-weight: bold;
  }
  .table-informacoes .title {
  
  }
  .table-informacoes .inf, .table-informacoesCNSLTCRDT .inf  {
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .containerHiscon{
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
  width:1300px
  }
  
  
  
  .table-custom {
    margin-bottom: 10px;
    width: 100%;
    color: black;
    text-align: left;
    border-collapse: separate;
    border: 1px solid #e6e6e6;
    font-size: 17px; }
    .table-custom th, .table-custom td {
      border: 1px solid white;
      padding: 4px; }
    .table-custom th {
      text-align: center;
      font-weight: bold;
      text-transform: uppercase; }
    .table-custom thead th {
      padding: 10px 10px; }
    .table-custom tbody .tdCustom {
        text-align: center;
        width: 10.96%;
        font-size: 17px;
        background-color: #bde6f5;
      }
      .table-custom tbody .tdCustom2 {
        text-align: center;
        width: 10%;
        font-size: 17px;
        background-color: #f2f2f2;
      }
      .table-custom tbody .tdCustom3 {
        text-align: center;
        width: 12%;
        font-size: 17px;
        background-color: #bde6f5;
      }
      .table-custom tbody .tdCustom4 {
        text-align: center;
        width: 12%;
        font-size: 17px;
        background-color: #f2f2f2;
      }
  
      .table-custom tbody .banco {
        text-align: center;
        width: 22%;
        font-size: 17px;
        background-color: #bde6f5;
      }
      .table-custom tbody .banco2 {
        text-align: center;
        width: 20%;
        font-size: 17px;
        background-color: #f2f2f2;
      }
  
      .table-custom tbody .contrato {
        text-align: center;
        width: 20%;
        font-size: 17px;
        background-color: #bde6f5;
      }
      .table-custom tbody .contrato2 {
        text-align: center;
        width: 20%;
        font-size: 17px;
        background-color: #f2f2f2;
      }
      
  .b-custom {
    font-size: 30px; }
  
  .parametros {
    font-size: 20px;
    padding: 6px !important; }
  
  .text-warning {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    color: #333; }
    .text-warning p {
      color: black;
      font-size: 13px;
      text-align: center !important; }
  .send-email{
    padding: 30px;
  }
  .responsavel div{
    font-size: 16px;
    text-align: center;
  }
  
  input[type="date"]::-webkit-inner-spin-button {
    opacity: 0
  }
  input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(https://cdn3.iconfinder.com/data/icons/linecons-free-vector-icons-pack/32/calendar-16.png) center/80% no-repeat;
    color: rgba(0, 0, 0, 0);
    opacity: 0.5
  }
  input[type="date"]::-webkit-calendar-picker-indicator:hover {
    background: url(https://cdn3.iconfinder.com/data/icons/linecons-free-vector-icons-pack/32/calendar-16.png) center/80% no-repeat;
    opacity: 0.8
  }
  /*# sourceMappingURL=admin.css.map */
  