/*********************************************************
 *
 *          COMMON
 *
 ********************************************************/
a,
a:visited {
  text-decoration: none;
/*   color: #0084CC; */
}
a:hover,
a:visited:hover {
  text-decoration: underline;
  color: #0084CC;
}
a:focus {
  outline: none;
}
body {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#search-form {
  margin-bottom: 25px;
}
.b-0 {
  border: none !important;
}
.p-0 {
  padding: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-01 {
  margin-top: 5px !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mb-01 {
  margin-bottom: 5px !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.ml-1 {
  margin-left: 10px !important;
}
.ml-2 {
  margin-left: 20px !important;
}
.ml-3 {
  margin-left: 30px !important;
}
.mr-1 {
  margin-right: 10px !important;
}
.mr-2 {
  margin-right: 20px !important;
}
.mr-3 {
  margin-right: 30px !important;
}
.c-blue {
  color: #0084CC;
}
.c-grey {
  color: #303030;
}
.modal-content-primary-alt .modal-header,
.modal-content-primary-alt .modal-header h4,
.modal-content-lite .modal-header,
.modal-content-lite .modal-header h4 {
  color: #000000;
  background-color: #999999;
}
.title-with-blue-bellow {
  position: relative;
  margin-bottom: 30px;
}
.title-with-blue-bellow::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 40px;
  height: 4px;
  background-color: #0084CC;
}
.panel-filter .panel-body {
  padding: 10px 10px 15px;
}
/*********************************************************
 *
 *          LOADING
 *
 ********************************************************/
.loadingContainer {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.shader {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 99999;
}
.overlay {
  background-color: rgb(255, 255, 255, 70%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
}
#divLoading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loader-wrapper {
  position: relative;
  top: 20px;
}
.loading {
  margin: auto;
  background: url(../images/loading.gif) center center no-repeat;
  width: 100px;
  height: 100px;
}
/*********************************************************
 *
 *          BREADCRUMBS
 *
 ********************************************************/
.breadcrumbs-container {
  position: relative;
  margin: 10px 0 10px 0;
  text-decoration: none;
  color: #000;
}
.breadcrumbs-container span a {
  color: #000;
  text-decoration: underline;
}
.breadcrumbs-container span a:hover {
  text-decoration: underline;
}
.breadcrumbs-container>span>i {
  font-size: 11px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
.breadcrumbs-container>span>i:before {
  color: #7B8082;
}
.breadcrumbs-container>span:last-of-type>i {
  display: none;
}
.breadcrumbs-container .chapter-icon {
  color: #0084CC;
  position: absolute;
  height: 35px;
  top: 0;
  right: 0;
  font-size: 30px;
}
.breadcrumbs-wrapper {
  margin: 0;
  position: relative;
  padding: 0 0 40px 0;
}
.max-breadcrumb-container {
  min-width: 520px;
  margin-bottom: 20px;
  position: relative;
  display: none;
}
.max-breadcrumb-fix {
  margin-top: 15px;
  margin-bottom: 0;
  max-width: 620px;
}
.max-breadcrumb-sections {
  margin-top: 3px;
}
.max-breadcrumb-sections>a::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 30px;
  left: 2px;
  border-left: 2px solid #0084CC;
  border-bottom: 2px solid #0084CC;
  z-index: 10;
}
.expanded-breadcrumb {
  color: black;
  font-size: 14px;
  margin-top: 12px;
  margin-left: 25px;
  position: relative;
}
.expanded-breadcrumb>a>.max-breadcrumb-codes::before {
  display: none;
}
.expanded-breadcrumb>div {
  margin-left: 120px;
}
.breadcrumb-fragment {
  min-height: 42px;
  color: black;
  font-size: 12px;
  margin-top: 12px;
  margin-left: 25px;
  position: relative;
}
.breadcrumb-fragment .max-breadcrumb-codes::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  left: -25px;
  border-left: 2px solid #0084CC;
  border-bottom: 2px solid #0084CC;
}
.breadcrumb-fragment .max-breadcrumb-codes {
  position: absolute;
  top: 0;
  left: -90px;
}
a .max-breadcrumb-text {
  text-decoration: underline;
  font-weight: bold;
}
.max-breadcrumb-codes,
.max-breadcrumb-text.bold {
  font-weight: bold;
}
.max-breadcrumb-codes {
  color: #303030;
}
.max-breadcrumb-text {
  min-height: 15px;
  color: #0084CC;
  overflow-x: hidden;
}
.max-breadcrumb-depth {
  float: left;
  margin-right: 10px;
  font-weight: normal;
  color: #303030;
}
a .not-bold {
  font-weight: normal;
}

.breadcrumb-display {
  display: block;
}
/*********************************************************
 *
 *          BREADCRUMBS - Minimized version
 *
 ********************************************************/
.mini-breadcrumb {
  position: relative;
}
.mini-breadcrumb-section {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mini-breadcrumb-section>span+span:before {
  font-family: 'FontAwesome';
  content: "\00a0\f105\00a0";
  padding: 0 6px;
  font-size: 16px;
  color: #7B8082;
}
.mini-breadcrumb-codes {
  margin: 0 0 0 0;
}
.mini-breadcrumb-codes>div {
  font-weight: bold;
  display: inline-block;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mini-breadcrumb-codes>div+div:before {
  font-family: 'FontAwesome';
  content: "\00a0\f105\00a0";
  padding: 0 4px 0 8px;
  font-size: 16px;
  color: #7B8082;
}
.mini-breadcrumb-section>span>a,
.mini-breadcrumb-codes>div>a {
  text-decoration: underline;
  color: #303030;
}
.mini-breadcrumb-codes .lighter-color {
  color: #7B8082;
}
/* ========== END OF: Minimized breadcrumb */
/* Expand or Minimize link that toggles between different views of the breadcrumb */
.breadcrumbs-expander {
  font-weight: bold;
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #0084CC;
  font-size: 12px;
}
.breadcrumbs-expander:after {
  color: #0084CC;
}
.breadcrumbs-expander span {
  cursor: pointer;
}
/* END OF: Breadcrumbs */
/*********************************************************
 *
 *          NAVEGATION
 *
 ********************************************************/
ul.main-list, ul.sub-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.main-list {
  margin-top: 30px;
}
.main-list .main-item {
  background-color: #E9EFF2;
  margin-bottom: 5px;
  color: #0084CC;
  font-weight: bold;
  position: relative; 
}
.main-list .main-item.click-pointer {
  cursor: pointer;
}
.main-list .main-item > a {
  display: block;
}
.main-list .main-item span {
  display: inline-block;
  padding: 7px 15px 5px;
  font-size: 16px;
  font-weight: bold;
}
.main-list .main-item .arrow-panel::after {
  font-family: "FontAwesome";
  content: "\f077";
  position: absolute;
  right: 10px; 
  top: 5px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.main-list .main-item.collapsed .arrow-panel::after {
  content: "\f078";
}
.main-list .main-item .arrow-nav::after {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  right: 10px; 
  top: 5px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.main-list .main-item:hover span,
.main-list .main-item:hover .arrow-nav::after,
.main-list .main-item:hover .arrow-panel::after {
  color: #23527c;
  text-decoration: none;
  outline: none;
}
.main-list .main-item .sub-list {
  border: 1px solid #E9EFF2;
  display: none;
}
.main-list .main-item .sub-list .sub-item {
  padding: 5px 30px;
  background-color: #FFF;
  font-size: 14px;
  color: #333;
  font-weight: initial;
}
.main-list .main-item .sub-list .sub-item:first-child {
  padding-top: 10px;
}
.main-list .main-item .sub-list .sub-item:last-child {
  padding-bottom: 10px;
}
.main-list .main-item .sub-list .sub-item .sub-item-link {
  position: relative;
  font-size: 16px;
  padding-left: 5px;
}
.main-list .main-item .sub-list .sub-item .sub-item-link::before {
  font-family: "nova_pauta";
  content: "\e919";
  position: absolute;
  left: -13px; 
  top: -2px;
  font-size: 14px;
  font-weight: 400;
  color: #0084CC;
}
/*********************************************************
 *
 *          TABLES - COMMONS
 *
 ********************************************************/
 table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: none !important;
  background-color: #ffffff;
}
table thead > tr > th,
table tbody > tr > th,
table tfoot > tr > th,
table thead > tr > td,
table tbody > tr > td,
table tfoot > tr > td {
  padding: 2px;
  line-height: 1.42857143;
  vertical-align: top;
}
table tbody > tr:first-child {
  border-top: 2px solid #0084CC;
}
table tbody > tr:last-child {
  border-bottom: 2px solid #0084CC;
}
table tbody > tr:nth-child(odd) {
  background-color: #e6f3fa;
}
table tbody > tr:hover {
  background-color: #f5f5f5;
}
table.table-striped-blue tbody tr td {
  padding: 0 10px;
  border-top: 1px solid #ddd !important;
  font-size: 12px;
}
table.table-striped-blue tbody tr td h6 {
  color: #0084CC;
  text-transform: initial;
}
table.table-striped-blue thead tr th {
  padding: 10px;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-wrapper {
  background-color: #F0F2F3;
  padding: 0.5rem 0 0 0;
  margin: 0;
}
table.dataTable.no-footer {
  margin-top: 10px;
  border-collapse: collapse;
}
#content .pagination i {
  font-family: FontAwesome !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: 0;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 8px;
}
/*********************************************************
 *
 *      DATEPICKER - Alterações necessárias por conta 
 *      da configuração obrigatória de table acima.
 *
 ********************************************************/
.datepicker table thead > tr:last-child > th, .datepicker table thead:last-child > tr:last-child > th, 
.datepicker table thead > tr:last-child > td, .datepicker table thead:last-child > tr:last-child > td, 
.datepicker table tbody > tr:last-child > th, .datepicker table tbody:last-child > tr:last-child > th, 
.datepicker table tbody > tr:last-child > td, .datepicker table tbody:last-child > tr:last-child > td,
.datepicker table thead > tr:first-child > th, .datepicker table thead:first-child > tr:first-child > th, 
.datepicker table thead > tr:first-child > td, .datepicker table thead:first-child > tr:first-child > td, 
.datepicker table tbody > tr:first-child > th, .datepicker table tbody:first-child > tr:first-child > th, 
.datepicker table tbody > tr:first-child > td, .datepicker table tbody:first-child > tr:first-child > td,
.datepicker table tbody > tr:last-child {
  border-bottom: none;
}
.datepicker table thead > tr > th, .datepicker table tbody > tr > th, .datepicker table tfoot > tr > th, 
.datepicker table thead > tr > td, .datepicker table tbody > tr > td, .datepicker table tfoot > tr > td,
.datepicker table tbody > tr:first-child {
  border-top: none;
}
.datepicker table tbody > tr:nth-child(odd),
.datepicker table tbody > tr:hover {
  background-color: initial;
}
/*********************************************************
 *
 *          SELECTS
 *
 ********************************************************/
.select2-dropdown {
	border-color: #AAA;
  box-shadow: none;
  min-width: 200px;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 34px;
	border-radius: 0;
  padding: 6px 4px;
  font-size: 14px;
  line-height: normal;
	color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-selection__arrow {
	height: 34px;
	right: 3px;
	position: absolute;
  top: 1px;
  width: 20px;
}
.select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
	border: 1px solid #CDD1D3;
	outline: none;
	border-radius: 2px;
}
.has-error .select2-container--default .select2-selection--single {
	border-color: #D75743;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #AAA;
}
.select2-search--dropdown {
  padding: 5px;
}
.select2-results__option {
  padding: 3px 10px;
}
select[readonly].select2 + .select2-container {
  border: none;
  background-color: #D9DCDE;
  pointer-events: none;
  touch-action: none;
}
select[readonly] {
  border: none;
  background-color: #D9DCDE;
  pointer-events: none;
  touch-action: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #FFF;
  border: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
	color: #7B8082;
  cursor: not-allowed;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--multiple {
  background-image: linear-gradient(#f0f2f3,#fff);
  min-height: 34px;
  margin-top: 2px;
  border-radius: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #aaa 1px;
  outline: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 16px;
  margin-right: 0px;
}
/*
 *    LABEL CODE & DESIGNATION && BUTTONS THAT OPENS A BLANK PAGE WITH PDF DOCUMENTS
 *
 * * */
.container-for-columns-label {
  position: relative;
  color: #707070;
  padding-left: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.container-for-notes {
  position: absolute;
  top: 0px;
  right: 0;
}
.container-for-notes a:first-child {
  margin-right: 10px;
}
.container-for-columns-label .code-label {
  position: absolute;
}
.container-for-columns-label .designation-label {
  margin-left: 21%;
}
/*********************************************************
 *
 *          PANEL INFO
 *
 ********************************************************/
 .panel-info {
  border-color: #0084CC;
}
.panel-info .panel-heading {
  background-color: #0084CC;
  border-color: #0084CC;
}
.panel-info .panel-heading .panel-title {
  color: #FFF;
}
/*
 *    MODAL
 *
 * * */
.modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 2rem 2rem 2rem;
}
.modal-body>p {
  font-weight: 600;
}
#modal-top-title {
  color: #0084CC;
}
#modal-top-title i {
  font-size: 26px;
  margin-right: 10px;
}
.modal-sub-title {
  font-weight: bold;
  color: #0084CC;
  margin: 10px 0;
}
.modal-header-divider {
  margin: 20px 0 20px 0;
  width: 40px;
  height: 4px;
  background-color: #0084CC;
}
.modal-list-title {
  font-weight: bold;
  color: #0084CC;
  margin: 10px 0;
}
.modal-text {
  color: #303030;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
}
.modal-text a {
  font-weight: bold;
}
.modal-header-blue,
.modal-header-blue h1,
.modal-header-blue h4  {
    color: #FFF !important;
    background-color: #0084cc !important;
}
.modal-header-yellow,
.modal-header-yellow h1,
.modal-header-yellow h4 {
    color: #FFF !important;
    background-color: #EDC50A !important;
}
.modal-header-dark-green,
.modal-header-dark-green h1,
.modal-header-dark-green h4 {
    color: #FFF !important;
    background-color: #005317 !important;
}
.modal-header-blue h1 i:before,
.modal-header-yellow h1 i:before,
.modal-header-dark-green h1 i:before {
    color: #FFF; 
    font-size: 30px;
    vertical-align: sub;
}
.modal-text .small-title {
  display: block;
  color: #0084CC;
  font-weight: bold;
}
/*
 * RESTRICTIONS TABLE FOR THE MODAL
 *
 */
.restrictions-model-table-container {
  font: normal 12px / 14px Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  background-color: #F0F2F3;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 30px;
}
.restrictions-model-table {
  border-collapse: collapse;
  width: 100%;
}
.restrictions-model-table th {
  width: 50%;
  background-color: #CDD1D3;
  color: #303030;
}
#dont-remove-this-id td,
#dont-remove-this-id th {
  border-right: 1px solid #777;
  text-align: center;
  padding: 10px;
}
#dont-remove-this-id td:last-child,
#dont-remove-this-id th:last-child {
  border-right: none;
}
.restrictions-model-table>tbody>tr:nth-child(odd) {
  background-color: white;
}
.restrictions-model-table>tbody>tr:nth-child(even) {
  background-color: transparent;
}
/* Notas de Secção e Capitulo */
a.button-notes-section-chapter {
  margin: 0 0 0 30px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 5px 15px 4px 15px;
  font-size: 12px;
  line-height: 11px;
  border: none;
  background-color: #7B8082;
  text-decoration: none;
  color: #FFF;
  outline: 0;
}
a.button-notes-section-chapter:hover {
  text-decoration: underline;
}
.button-notes-section-chapter:visited,
.button-notes-section-chapter:active {
  outline: 0;
  text-decoration: none;
  color: white;
}
/* END OF: Notas de Secção e Capitulo */
/*
 *  TABS EXPORT IMPORT
 *
 */
.import-export-tabs {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #c0c0c0;
}
.import-export-tabs a:hover i::before {
  color: #bcc3c7;
}
.import-export-tabs a:hover,
.import-export-tabs a:focus {
  color: #bcc3c7;
  background-color: #eeeeee;
  border-bottom: 4px solid #bcc3c7;
}
.import-tab, .export-tab {
  display: inline-block;
  color: #CDD1D3;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 5px 10px;
  margin-bottom: -3px;
}
.import-tab:hover, .export-tab:hover,
.import-tab:focus, .export-tab:focus {
  text-decoration: none;
}
.import-export-tabs span:not(.tab-selected) {
  cursor: pointer;
}
.import-tab i, .export-tab i {
  padding-right: 5px;
}
.import-tab i::before, .export-tab i::before {
  font-size: 16px;
  color: #CDD1D3;
}
.tab-selected {
  color: #0084cc;
  border-bottom: 4px solid #0084CC;
}
.tab-selected i::before {
  color: #0084cc;
}
/* Search Form
   ========================================================================== */
.search-form__remove-input-field {
  z-index: 10000;
  position: absolute;
  top: 8px;
  right: -20px;
  background-color: transparent !important;
  border: none;
  cursor: pointer;
}
.search-form__remove-input-field>span {
  margin-left: 0 !important;
}
.input-wrapper {
  position: relative;
  margin-bottom: 10px;
}
#add-extra-code-input {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 10px;
  margin-left: 10px;
  font-size: 12px;
  color: #707070;
  margin-bottom: 10px;
}
#add-extra-code-input i {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: -10px;
}
.extra-code-input-container {
  margin-bottom: 10px;
}
.extra-codes-in-form__bottom {
  width: calc(100% - 100px);
}
/*
 *  FOR THE ERROR PAGE
 *
 */
.error-page-icon {
  font-size: 88px;
  color: #cdd1d3;
  font-family: 'FontAwesome' !important;
}
/*
 *  FOR THE SMALLEST SCREEN SIZE
 *
 */
@media only screen and (max-width: 400px) {
  .import-tab, .export-tab {
    font-size: 16px;
    padding: 10px 5px;
    margin-right: 8px;
    margin-bottom: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-panel {
    padding: 40px 40px 10px 10px;
  }
  .fav-container {
    padding: 40px 40px 10px 10px;
  }
  .extra-code-input-container {
    width: calc(100% - 32px);
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .breadcrumbs-container .chapter-icon {
    display: none;
  }
}