﻿.content-components {
  font-size: 16px;
  position: relative;
  color: #1b2e4b;
  letter-spacing: -0.2px;
}

@media (min-width: 992px) {
  .content-components {
    /*padding: 25px;*/
    margin-right: 240px;
    top: 65px;
  }
}

@media (min-width: 1200px) {
  .content-components {
    /*padding: 30px;*/
    margin-right: 240px;
  }
}

.content-components .container {
  padding: 0;
  max-width: 780px;
}

.content-components pre[class*="language-"],
.content-components code[class*="language-"] {
  border-color: rgba(72, 94, 144, 0.16);
  font-family: 'Roboto Mono', monospace;
  font-size: 12px;
  letter-spacing: normal;
  background-color: #f8f9fc;
}

.section-nav {
  position: fixed;
  top: 60px;
  bottom: 0;
  right: 0;
  width: 240px;
  padding: 30px;
  display: none;
}

@media (min-width: 1200px) {
  .section-nav {
    display: block;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
  }
}

@media (min-width: 992px) {
  .section-nav {
    display: block;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
  }

  .nav-ambiente-teste {
    position: fixed;
  }

  .content-fixed {
    margin-top: 59px;
  }
}

.section-nav .nav-label {
  font-size: 10px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: .7px;
  color: #8392a5;
  display: block;
  margin-bottom: 15px;
}

.section-nav .nav-link {
  color: #1b2e4b;
  padding: 0;
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 13px;
}

  .section-nav .nav-link:hover {
    color: #0168fa;
  }

  .section-nav .nav-link + .nav-link {
    margin-top: 5px;
  }

  .section-nav .nav-link.active {
    color: #0168fa;
    font-weight: 500;
    letter-spacing: -.12px;
  }

    .section-nav .nav-link.active::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -31px;
      margin-top: -.5px;
      background-color: #0168fa;
      height: 1px;
      width: 30px;
    }



/* css do sistema legado */
input[type="text"], input[type="password"], input[type='file'], textarea, select {
  min-height: 1.2em;
  /*border: 1px solid #ccc;*/
}

input[type="text"], input[type="password"], input[type='file'], textarea, select, option {
  width: 100%;
  min-height: 1.2em;
}

input[type="text"], input[type="password"], input[type='file'], select, textarea {
  padding: 3px 12px;
}

select {
  padding: 5.5px 12px;
}

/*input[type="button"]:not(.btn-link), input[type="submit"]:not(.btn-link), input[type="reset"]:not(.btn-link), button:not([class*="btn"]) {
  font-size: 1.15em;
}
*/
/* INPUTS */
.inline {
  display: inline-block !important;
}

.input-s-sm {
  width: 120px;
}

.input-s {
  width: 200px;
}

.input-s-lg {
  width: 250px;
}

.i-checks {
  padding-left: 0;
}

.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  /*border: 1px solid #e5e6e7;*/
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 1.05em;
  margin-bottom: 5px;
}

  .form-control:focus,
  .single-line:focus {
    border-color: #1ab394 !important;
  }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  border: 1px solid #c0ccda;
}

.has-success .form-control {
  border-color: #1ab394;
}

.has-warning .form-control {
  border-color: #f8ac59;
}

.has-error .form-control {
  border-color: #ed5565;
}

.has-success .control-label {
  color: #1ab394;
}

.has-warning .control-label {
  color: #f8ac59;
}

.has-error .control-label {
  color: #ed5565;
}

.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}

.spinner-buttons.input-group-btn .btn-xs {
  line-height: 1.13;
}

.spinner-buttons.input-group-btn {
  width: 20%;
}

.noUi-connect {
  background: none repeat scroll 0 0 #1ab394;
  box-shadow: none;
}

.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #ed5565;
  box-shadow: none;
}

.table {
  margin-bottom: 10px;
}

.table-responsive {
  overflow-x: initial;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-botton-10 {
  margin-bottom: 10px;
}

.filtro {
  /*padding: 10px;*/
}

  .filtro .campos {
    background-color: #EEE;
    padding: 10px 0px;
  }

  .filtro .botoes {
    background-color: #EEE;
  }

  .filtro .row {
    margin: 0;
  }

  .filtro .resultado {
    margin-top: 10px;
    margin-left: 0px;
  }

  .filtro .rodape {
    background-color: #faf7c9;
  }

    .filtro .rodape div ul {
      padding-left: 0px;
      margin: 5px 0px;
      margin-left: 0;
    }

    .filtro .rodape ul li {
      display: inline;
      list-style-type: none;
      padding-right: 12px;
    }

.createTable input['option'], .detailsTable input['option'], .editTable input['option'] {
  width: auto;
}

.filtroTable {
  background-color: #EEE;
}

  .createTable table, .detailsTable table, .editTable table, .filtroTable table {
    width: 100%;
  }

    .createTable table tr td.createTD, .detailsTable table tr td.detailsTD, .editTable table tr td.editTD, .filtroTable table tr td.filtroTD {
      width: 25%;
      padding-left: 10px;
      padding-right: 15px;
    }

tr.pesq_fields td {
  width: auto !important;
}

tr.filtroRodape {
  padding: 1px;
  background-color: #faf7c9;
}

  tr.filtroRodape td {
    padding: 0px;
  }

    tr.filtroRodape td ul {
      padding-left: 5px;
      margin: 5px 0px;
    }

      tr.filtroRodape td ul li {
        display: inline;
        list-style-type: none;
        padding-right: 12px;
      }

.buttonTD {
  padding-top: 30px;
}

.filtroTD {
  padding-top: 10px;
  font-weight: bold;
}

.createTable h5, .editTable h5 {
  margin-bottom: 10px;
}

#legenda-inline-block {
  width: 100%;
  display: block;
}

.break-word {
  word-wrap: break-word;
}

div.height-fixo {
  max-height: 8em;
  margin-bottom: 10px;
  overflow: auto;
}

#Avancado {
  margin-top: 1em;
  display: block;
}

  #Avancado.hidden {
    display: none;
  }

  #Avancado input[type='text'] {
    width: 98%;
  }

  #Avancado input[type='submit'] {
    padding: 2px 20px;
  }

tr.servico {
  background-color: #FFFF99;
}

tr.principal {
  background-color: #6699CC;
  color: Whitesmoke;
}

.detailsMainContent fieldset {
  border: 1px solid black;
  padding: 10px
}

.createTable input['option'], .detailsTable input['option'], .editTable input['option'] {
  width: auto;
}

.filtroTable table {
  background-color: #EEE;
}

.createTable table, .detailsTable table, .editTable table, .filtroTable table {
  width: 100%;
}

  .createTable table tr td.createTD, .detailsTable table tr td.detailsTD, .editTable table tr td.editTD, .filtroTable table tr td.filtroTD {
    width: 25%;
    padding-left: 10px;
    padding-right: 15px;
  }

tr.pesq_fields td {
  width: auto !important;
}

tr.filtroRodape {
  padding: 1px;
  background-color: #faf7c9;
}

  tr.filtroRodape td {
    padding: 0px;
  }

    tr.filtroRodape td ul {
      padding-left: 5px;
      margin: 5px 0px;
    }

      tr.filtroRodape td ul li {
        display: inline;
        list-style-type: none;
        padding-right: 12px;
      }

.buttonTD {
  padding-top: 10px;
  padding-left: 10px;
}

.filtroTD {
  padding-top: 10px;
  font-weight: bold;
}

.createTable h5, .editTable h5, .detailsTable h5 {
  margin-bottom: 10px;
  margin-top: 0px;
}

.createTable h6, .editTable h6 {
  margin-bottom: 2px;
}

.legendas {
  font-size: 9px;
  margin-left: 4%;
  font-weight: bold;
  float: left;
}

.nova-legenda {
  width: 11px;
  height: 11px;
  float: left;
}

#filtro th {
  background-color: #E0E0E0;
  padding: 10px 7px;
}

#filtro tr {
  background: #FAF7C9;
}

#filtroConsultas {
  background-color: #FFFFFF;
  width: 100%;
}

  #filtroConsultas th {
    background-color: #FFFFFF;
    padding: 10px 7px;
  }

  #filtroConsultas tr {
    background: #E0E0E0;
  }

.webgrid {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
  font-size: 13px;
}



  .webgrid th {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-bottom: 2px solid #3966A2;
    height: 20px;
    border-top: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
  }



  .webgrid tfoot {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-top: 2px solid #3966A2;
    height: 30px;
    border-bottom: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
  }



.webgrid-alternating-row {
  background-color: #f2f2f2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 2px solid #D6E8FF;
  border-right: 2px solid #D6E8FF;
}



.webgrid td {
  border-bottom: 1px solid #d2d2d2;
  border-left: 2px solid #D6E8FF;
  border-right: 2px solid #D6E8FF;
}

.webgrid-selected-row {
  font-weight: bold;
}

.text-class-48 p {
  text-align: justify;
}


p.form-control {
  background-color: #f3f3f4;
  display: inline-table;
  /*margin-bottom: 10px;*/
}

.panel {
  margin-bottom: 0;
}

  .panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
  }

  .panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
  }

  .panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
  }
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777;
}

  .with-nav-tabs.panel-default .nav-tabs > .open > a,
  .with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
  .with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
  .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
  .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
  }

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #ddd;
}

  .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;
  }

    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #ddd;
    }

  .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
  .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
  .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
  }
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: #fff;
}

  .with-nav-tabs.panel-primary .nav-tabs > .open > a,
  .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
  .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
  .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
  .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
  }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #428bca;
  border-color: #3071a9;
}

  .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;
  }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #3071a9;
    }

  .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
  .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
  .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
  }
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
  color: #3c763d;
}

  .with-nav-tabs.panel-success .nav-tabs > .open > a,
  .with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
  .with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
  .with-nav-tabs.panel-success .nav-tabs > li > a:hover,
  .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent;
  }

.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
  color: #3c763d;
  background-color: #fff;
  border-color: #d6e9c6;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

  .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;
  }

    .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
    .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #d6e9c6;
    }

  .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
  .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
  .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
  }
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
  color: #31708f;
}

  .with-nav-tabs.panel-info .nav-tabs > .open > a,
  .with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
  .with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
  .with-nav-tabs.panel-info .nav-tabs > li > a:hover,
  .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent;
  }

.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
  color: #31708f;
  background-color: #fff;
  border-color: #bce8f1;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #d9edf7;
  border-color: #bce8f1;
}

  .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;
  }

    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #bce8f1;
    }

  .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
  .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
  .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
  }
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
  color: #8a6d3b;
}

  .with-nav-tabs.panel-warning .nav-tabs > .open > a,
  .with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
  .with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
  .with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
  .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent;
  }

.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
  color: #8a6d3b;
  background-color: #fff;
  border-color: #faebcc;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #fcf8e3;
  border-color: #faebcc;
}

  .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b;
  }

    .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
    .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #faebcc;
    }

  .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
  .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
  .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
  }
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
  color: #a94442;
}

  .with-nav-tabs.panel-danger .nav-tabs > .open > a,
  .with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
  .with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
  .with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
  .with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent;
  }

.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
  color: #a94442;
  background-color: #fff;
  border-color: #ebccd1;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #f2dede; /* bg color */
  border-color: #ebccd1; /* border color */
}

  .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */
  }

    .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
    .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #ebccd1; /* hover bg color */
    }

  .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
  .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
  .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
  }

/* begin panel-aviso */
.aviso-panel {
  padding: 5px;
  margin: 5px 0px 5px 0px;
}

  .aviso-panel p {
    padding: 0 5px 0 5px;
    font-size: 1.2em;
    margin: 0;
  }

.aviso-panel-note {
  background-color: #ffffcc;
  border-left: 6px solid #ffeb3b
}

.aviso-panel-warning {
  background-color: #ffdddd;
  border-left: 6px solid #f44336
}

.aviso-panel-info {
  background-color: #bce8f1;
  border-left: 6px solid #31708f
}



.modal-header.bg-primary .close {
  color: white;
  opacity: .9;
  outline: none;
}

.fiedset-versao-antiga {
  border: 1px solid #000000;
  position: relative;
  min-width: 80%;
  clear: both;
  padding: 0.5em;
}

  .fiedset-versao-antiga > legend {
    font-size: 1.2em;
    font-weight: bold;
    padding: 2px 4px 8px 0px;
    margin-bottom: 0;
    border-bottom: none;
    width: auto;
    color: #787878
  }

.input-sm {
  height: 30px !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}


/*template*/
.df-example {
  /*font-size: 0.875rem;*/
  letter-spacing: normal;
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgba(72, 94, 144, 0.16);
  position: relative;
}

@media (min-width: 992px) {
  .df-example {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .df-example {
    padding: 25px;
  }
}

.df-example::before {
  content: attr(data-label);
  display: block;
  position: absolute;
  top: -6px;
  left: 5px;
  font-size: 10px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: inherit;
  color: #8392a5;
  padding: 0 5px;
}

.df-example.df-inverse {
  background-color: #1c273c;
  color: rgba(255, 255, 255, 0.7);
  border-width: 0;
}

  .df-example.df-inverse::before {
    background-color: #3b4863;
    top: -16px;
    left: 0;
  }

.df-example-danger {
  border-color: #3b4863;
}

  .df-example-danger::before {
    color: #dc3545;
  }


/*customização de elementos do bootstrap*/
.form-group {
  margin-bottom: 1px;
  /*  font-size: 80%;*/
}

  .form-group > label {
    margin-bottom: 1px;
    font-weight: bold;
  }

.form-fieldset {
  padding: 5px 15px 10px;
  font-size: 90%;
}

.xs-small {
  font-size: 65%;
  font-weight: 400;
}

.input-group-text {
  font-size: 100%;
  padding: 0.4rem 0.625rem;
}
/*
input[type="button"]:not(.btn-link), input[type="submit"]:not(.btn-link), input[type="reset"]:not(.btn-link), button:not([class*="btn"]) {
  font-size: 0.98em;
}*/


/*importação do legado*/
.validation-summary-errors {
  position: relative;
  padding: 0.45rem 0.4rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

  .validation-summary-errors ul {
    margin-bottom: 0px;
    padding-left: 0;
  }

    .validation-summary-errors ul li {
      list-style: none;
    }

.display-label {
  padding: 3px;
  background-color: #EEEEEE;
  color: #111111;
}

.ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 15px;
  top: 12px;
  display: inline-block;
  margin-right: 10px;
}

.ui-accordion-header {
  font-size: 14px;
  font-weight: 500;
  color: #1b2e4b;
  margin-bottom: 0;
  border: 1px solid rgba(72, 94, 144, 0.16);
  background-color: #f5f6fa;
  padding: 12px 15px 12px 35px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.campo-readonly {
  background: #FAF7C9;
  color: #555555;
  width: 100%;
}

/* Holder - Dialog de avisos do sistema */
.Holder {
  padding: 12px;
  background-color: #F8F8F8;
  color: #111;
}


.buttonHolder {
  margin-top: 1.5em;
  border-top: 1px Solid #5c87b2;
  padding-top: 0.5em;
  text-align: right;
}

.titleHolder {
  font-size: 1.4em;
  background-color: #5c87b2;
  color: rgb(255, 255, 255);
  padding: 3px 12px 5px;
  border: 0px none;
}

  .titleHolder img {
    float: left;
    padding-right: 5px;
    padding-top: 1px;
  }

  .titleHolder span {
    vertical-align: middle;
  }


/*
  Itens do bootsrap 3 para não se preciso a conversão
*/

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit
  }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

  .panel-title > .small,
  .panel-title > .small > a,
  .panel-title > a,
  .panel-title > small,
  .panel-title > small > a {
    color: inherit
  }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0
}

  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
  }

  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
  }

  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
  }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group + .panel-footer {
  border-top-width: 0
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0
}

  .panel > .panel-collapse > .table caption,
  .panel > .table caption,
  .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px
  }

  .panel > .table-responsive:first-child > .table:first-child,
  .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
  }

    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px
    }

      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px
      }

      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px
      }

  .panel > .table-responsive:last-child > .table:last-child,
  .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
  }

    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px
    }

      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px
      }

      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px
      }

  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
  }

  .panel > .table > tbody:first-child > tr:first-child td,
  .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
  }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0
}

  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
  }

  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
  }

  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
  }

  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
  }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0
}

.panel-group {
  margin-bottom: 20px
}

  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
  }

    .panel-group .panel + .panel {
      margin-top: 5px
    }

  .panel-group .panel-heading {
    border-bottom: 0
  }

    .panel-group .panel-heading + .panel-collapse > .list-group,
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #ddd
    }

  .panel-group .panel-footer {
    border-top: 0
  }

    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd
    }

.panel-default {
  border-color: #ddd
}

  .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
  }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd
    }

    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333
    }

  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
  }

.panel-primary {
  border-color: #337ab7
}

  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
  }

    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7
    }

    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff
    }

  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
  }

.panel-success {
  border-color: #d6e9c6
}

  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
  }

    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6
    }

    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d
    }

  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
  }

.panel-info {
  border-color: #bce8f1
}

  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
  }

    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1
    }

    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f
    }

  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
  }

.panel-warning {
  border-color: #faebcc
}

  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
  }

    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc
    }

    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b
    }

  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
  }

.panel-danger {
  border-color: #ebccd1
}

  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
  }

    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1
    }

    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442
    }

  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
  }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
  }

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.pagination {
  font-weight: 400;
}

.modal {
  overflow-y: auto !important;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
  font-weight: 900;
}

.input-group input + span.fa.fa-asterisk.form-control-feedback,
.input-group textarea + span.fa.fa-asterisk.form-control-feedback,
.input-group select + span.fa.fa-asterisk.form-control-feedback,
.input-group .ui-dialog, .input-group .modal {
  position: absolute;
  z-index: 999;
  right: 3em;
  top: 1em;
}

input + span.fa.fa-asterisk.form-control-feedback,
textarea + span.fa.fa-asterisk.form-control-feedback,
select + span.fa.fa-asterisk.form-control-feedback,
.ui-dialog {
  position: absolute;
  z-index: 999;
  right: 1.8em;
  top: 2.9em;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e3e7ed;
}


hr.dashed {
  border-top: 2px dashed #999;
}

hr.dotted {
  border-top: 2px dotted #999;
}

hr.solid {
  border-top: 2px solid #999;
}


hr.hr-text {
  position: relative;
  border: none;
  height: 1px;
  background: #999;
}

  hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

option:disabled {
  background-color: #e3e7ed;
}

.table-components {
  border: 1px solid rgba(72, 94, 144, 0.16);
}

  .table-components thead th {
    font-size: 10px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-bottom: 0;
    border-color: rgba(72, 94, 144, 0.16);
    background-color: #f5f6fa;
    white-space: nowrap;
  }

  .table-components tbody td {
    padding: 5px;
    border-color: rgba(72, 94, 144, 0.16);
    font-size: 0.875rem;
  }

  .table-components tfoot td {
    padding: 5px;
    border-color: rgba(72, 94, 144, 0.16);
    font-size: 0.875rem;
  }


.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem
}

  .bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
  }

  .bd-callout p:last-child {
    margin-bottom: 0
  }

  .bd-callout code {
    border-radius: .25rem
  }

  .bd-callout + .bd-callout {
    margin-top: -.25rem
  }

.bd-callout-info {
  border-left-color: #5bc0de
}

  .bd-callout-info h4 {
    color: #5bc0de
  }

.bd-callout-warning {
  border-left-color: #f0ad4e
}

  .bd-callout-warning h4 {
    color: #f0ad4e
  }

.bd-callout-danger {
  border-left-color: #d9534f
}

  .bd-callout-danger h4 {
    color: #d9534f
  }

.bd-callout-sucess {
  border-left-color: #28a745
}

  .bd-callout-sucess h4 {
    color: #28a745
  }

/*-------------------------*/
/*Sociedade Uniprofissional*/
/*-------------------------*/
.detalhes-socios-declarados {
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 5px !important;
}
/*Contribuinte*/
.questionario-declaracao {
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 10px;
  margin: 5px 5px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #f7fafe;
}

.questonario-respostas {
  margin-left: auto;
  display: inline-table;
}

.corpo-anexo-declaracao-uni {
  margin: auto;
}

.item-anexo-declaracao-uni {
  margin-right: 10px;
}

.body-Declaracao-de-Sociedade-Uniprof {
  text-align: -webkit-center;
}

.body-Declaracao-de-Sociedade-Uniprof-card {
  max-width: 25pc;
}

.questoes-marcadas {
  border: 1px solid #10b759;
}


.custom-file-label::after {
  content: "Buscar";
}

.ui-datepicker {
  z-index: 1051 !important;
}


.ps.ps--active-y > .ps__rail-y, .ps.ps--active-y > .ps__rail-y {
  opacity: 1 !important;
}
