@import url("https://fonts.cdnfonts.com/css/satoshi");
.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 1em;
}
.loadingmask-message .loadingmask-message-content {
  animation: loading-animation 1.2s infinite ease-out;
  background: transparent;
  border-radius: 50%;
  border-width: 0;
  clear: both;
  color: transparent;
  height: 1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transform: translateZ(0);
  width: 1em;
}

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%;
}

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF;
}

/* ---------- Status ---------- */
.entry-status {
  border-left: 4px solid transparent;
}

span.alert {
  display: inline-block;
}

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left;
}

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000;
}
.quick-access-nav a {
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid #FFF;
  left: 0;
  outline: none;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
}
.quick-access-nav a:focus {
  color: #FFF;
  top: 1000px;
}

@media (max-width: 991px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%;
  }
  .responsive-table-horizontal:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;
  }
  .responsive-table-horizontal tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .responsive-table-horizontal tbody tr td {
    display: block;
    margin-bottom: 20px;
  }
  .responsive-table-horizontal tbody tr td:first-child {
    text-align: left;
  }
  .responsive-table-horizontal thead {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .responsive-table-horizontal thead:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal thead th {
    display: block;
    margin-bottom: 20px;
    text-align: right;
  }
  .responsive-table-horizontal thead th:first-child {
    text-align: right;
  }
  .ie9 .responsive-table-horizontal thead {
    float: none;
  }
}
.important {
  font-weight: bold;
}

.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px;
}

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important;
}

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

.unselectable, .unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #A6A6A6;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.lfr-asset-category-container .no-matches {
  color: #999;
}

.lfr-asset-category-search-container {
  background-color: #D3DADD;
  border-bottom-color: #AEB8BC;
}

.lfr-asset-category-list a.selected {
  background-color: #EEE;
}

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%;
}

.lfr-asset-column-actions-content {
  background-color: #D7F1FF;
}

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88C5D9;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7D7D7D;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7D7D7D;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}

.lfr-asset-panels .lfr-panel.lfr-extended, .lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #CCC;
}

.lfr-form-row {
  border-bottom-color: #CCC;
}

.lfr-form-row:hover {
  background-color: #DFFCCB;
  border-color: #B2FF3A;
}

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
}

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #FFF;
}

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word;
}
@media (min-width: 768px) {
  .definition-of-terms dt {
    width: auto;
  }
}

.lfr-code {
  background: #FFF;
  border-color: #777;
  font-family: monospace;
}
.lfr-code tr td.line-numbers {
  background: #FAFAFA;
}
.lfr-code tr td.line-numbers:before {
  color: #AAA;
  text-shadow: 1px 1px #FFF;
}

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold;
}

.lfr-token {
  background-color: #B3DAEF;
  border-color: #5FA8FF;
  color: #444;
  text-decoration: none;
}
.lfr-token:hover {
  background-color: #D1E5EF;
}

.lfr-token-primary {
  font-weight: bold;
}
.lfr-token-primary, .lfr-token-primary:hover {
  background-color: #B3DAEF;
}

.lfr-token-close:hover {
  text-decoration: none;
}

.lfr-button {
  background: no-repeat 0 50%;
}

.lfr-table > tbody > tr > th, .lfr-table > thead > tr > th, .lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-checkbox-preselected, .lfr-configurator-visibility {
  opacity: 0.5;
}

.lfr-header-row {
  border-bottom-color: #7B7B7B;
}
.lfr-header-row .lfr-search-combobox {
  border-color: #5F5F5F;
}

.openid-login input[type=text] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #FFF;
  background-position: 0 50%;
  color: #000;
}

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em;
}

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal;
}

.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
}

.lfr-panel-container, .lfr-floating-container {
  background: #FFF;
}

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold;
}
.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0;
}
.lfr-panel-titlebar .lfr-panel-button:hover {
  background-position: 0 100%;
}

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%;
}
.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png);
}
.lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
  background-image: url(../images/application/panel_header_toggler_open.png);
}
.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #D6D6D6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #CDCDCD;
}

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #CECECE;
}

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.lfr-panel-page .panel-page-content {
  border-left-color: #CCC;
}
.lfr-panel-page .lfr-add-content h2 {
  border-color: #CCC;
}
.lfr-panel-page .lfr-add-content h2 span {
  background: #EFEFEF;
}
.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #CCC;
}
.lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
  background: none;
}

.lfr-panel-content .paginator-container {
  background: #CFD2D5;
  border-bottom-color: #DCDEE0;
  border-top-color: #DCDEE0;
}
.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #CFD2D5;
}
.lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
  background: #99A7B3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
  border-color: #6B7785 #7C8994 #919FA9;
  color: #FFF;
  font-weight: bold;
}
.lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
  background: #5094D7 url(../images/application/current_page_bg.png) repeat-x 0 0;
  border-color: #31659C #396EA8 #4C8CCB;
}

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em;
}

.lfr-preview-file-content {
  border-bottom-color: #6D6D6E;
}

.lfr-preview-file-image-current-column, .lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png);
}

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5;
}
.lfr-preview-file-toolbar .icon-arrow-1-l {
  background: url(../images/document_library/preview_left.png) no-repeat 0 50%;
}
.lfr-preview-file-toolbar .icon-arrow-1-r {
  background: url(../images/document_library/preview_right.png) no-repeat 0 50%;
}
.lfr-preview-file-toolbar .icon-zoomin {
  background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%;
}

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1;
}

.lfr-preview-file-info {
  background: #333;
  color: #FFF;
  opacity: 0.5;
}
.lfr-preview-file-info:hover {
  opacity: 1;
}

.lfr-preview-file-index {
  font-weight: bold;
}

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
}

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #AEB8BC;
}

.lfr-preview-file-image-selected img, .lfr-preview-file-image:hover img {
  border-color: #00A2EA;
}

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #FFF;
}

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555;
}

.firefox .lfr-preview-video-content div.video-node {
  height: 100%;
}

textarea.lfr-editor-textarea {
  font-family: monospace;
}

.lfr-rich-editor.ace_editor {
  border-color: #A1A2A4;
}

.lfr-plain-editor textarea, .lfr-rich-editor.ace_editor {
  font-family: "Monaco", "Menlo", "Droid Sans Mono", "Courier New", monospace;
  font-size: 12px;
}

.lfr-spa-loading-bar {
  background: #2FA4F5;
}

.lfr-tag-selector-popup label {
  border-bottom-color: #EEE;
}
.lfr-tag-selector-popup .no-matches {
  color: #999;
}

.lfr-toolbar {
  background-color: #E5E4E8;
}
.lfr-toolbar .lfr-button:focus {
  border-color: #000;
}
.lfr-toolbar .lfr-button:hover {
  border-color: #CCC #777 #777;
}
.lfr-toolbar .lfr-separator {
  border-left-color: #FFF;
  border-right-color: #CCC;
  font-size: 12px;
}

.lfr-toolbar .lfr-button, .lfr-emoticon-container .lfr-button {
  border-color: #E5E4E8;
}

.lfr-emoticon-container {
  background: #E5E4E8;
  border-color: #CCC;
}

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #D1E5EF;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598BEC;
  border-color: #224FA8;
  color: #FFF;
}

.lfr-tree a {
  text-decoration: none;
}

.tree-drag-helper {
  z-index: 1035;
}

.lfr-upload-container .upload-target {
  border-color: #DDD;
}
.lfr-upload-container .upload-target h4 span {
  text-transform: lowercase;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat;
}
.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #869CAD;
}
.lfr-upload-container .delete-button {
  color: #869CAD;
}
.lfr-upload-container .file-added .success-message {
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #FDD url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal;
}
.lfr-upload-container .upload-complete .error-message, .lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
}
.lfr-upload-container .file-uploading {
  background-color: #FFC;
}
.lfr-upload-container .progress-bar {
  background: #FFF;
  margin-top: 25px;
  text-align: left;
  width: 100%;
}
.lfr-upload-container .progress {
  background: #8DB2E3;
}

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #DDEDDE;
  border-color: #7D7;
  border-style: dashed;
}

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65B6F0;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab {
  border-left: 4px solid #93ccf5;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
  border-left-color: #c2e2f9;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
  border-left-width: 0;
  padding-left: 0;
}

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px;
}
.hsv-palette .hsv-view-container .hsv-value {
  width: 56px;
}

.yui3-color-picker-popover .palette-container {
  border-collapse: separate;
}

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
    bottom: auto !important;
    height: 100%;
    left: 50% !important;
    max-height: 375px;
    max-width: 650px;
    right: auto !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
  bottom: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    border-radius: 0;
    border-width: 0;
  }
}
@media (max-width: 767.98px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
    padding: 1rem;
  }
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
  width: 100%;
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
  margin: 0;
}

.dialog-bd {
  min-height: 30px;
}

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px;
}

.dialog-iframe-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.dialog-iframe-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.dialog-iframe-popup .lfr-form-content {
  padding: 15px;
}
.dialog-iframe-popup .portlet-body,
.dialog-iframe-popup .portlet-boundary,
.dialog-iframe-popup .portlet-column,
.dialog-iframe-popup .portlet-layout {
  height: 100%;
}
.dialog-iframe-popup .portlet-column {
  position: static;
}
.dialog-iframe-popup .dialog-body > .container-fluid-1280, .dialog-iframe-popup .dialog-body .container-view,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree .container-view,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content .container-view,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content .container-view,
.dialog-iframe-popup .process-list > .container-fluid-1280,
.dialog-iframe-popup .process-list .container-view,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.dialog-iframe-popup .dialog-body > .container-fluid-1280 > .nav-tabs-default, .dialog-iframe-popup .dialog-body > .container-fluid-1280 .nav-tabs-underline, .dialog-iframe-popup .dialog-body .container-view > .nav-tabs-default, .dialog-iframe-popup .dialog-body .container-view .nav-tabs-underline,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .export-dialog-tree .container-view > .nav-tabs-default,
.dialog-iframe-popup .export-dialog-tree .container-view .nav-tabs-underline,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view > .nav-tabs-default,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .lfr-form-content .container-view > .nav-tabs-default,
.dialog-iframe-popup .lfr-form-content .container-view .nav-tabs-underline,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .portlet-configuration-body-content .container-view > .nav-tabs-default,
.dialog-iframe-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.dialog-iframe-popup .process-list > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .process-list > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .process-list .container-view > .nav-tabs-default,
.dialog-iframe-popup .process-list .container-view .nav-tabs-underline,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .roles-selector-body .container-view > .nav-tabs-default,
.dialog-iframe-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -20px;
}
.dialog-iframe-popup .dialog-body > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .process-list > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body > .lfr-nav + .container-fluid-1280 {
  padding-top: 0;
}
.dialog-iframe-popup .login-container {
  padding: 1.5rem;
}
.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 768px) {
  .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
  .dialog-iframe-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
}
.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.dialog-iframe-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 768px) {
  .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .dialog-iframe-popup .lfr-dynamic-uploader,
  .dialog-iframe-popup .process-list {
    top: 48px;
  }
}
.dialog-iframe-popup .portlet-export-import-publish-processes {
  top: 0;
}

@media (min-width: 992px) {
  .dialog-with-footer #main-content, .dialog-with-footer #wrapper {
    height: calc(100% - 60px);
  }
}
.dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
  background-color: #FFF;
  border-top: 1px solid #e7e7ed;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
    position: fixed;
  }
}
.dialog-with-footer .button-holder.dialog-footer .btn, .dialog-with-footer .sheet-footer.dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
@media (min-width: 992px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px;
  }
}
.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive, .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive-lg {
  overflow: visible;
}
.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #D3DADD;
}

.active-area {
  background: #FFC;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #CCC;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727C81;
  margin-top: 1px;
}

.lfr-freeform-layout-drag-indicator {
  visibility: hidden;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.lfr-editable {
  outline: 1px dashed #68BB30;
  outline-offset: 2px;
  position: relative;
}
.lfr-editable:after {
  background: #68BB30 url(../images/common/edit_white.png) no-repeat 50%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}
.lfr-editable:focus:after {
  display: none;
}
.lfr-editable:focus:hover {
  background-color: transparent;
}
.lfr-editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
  outline-color: #519226;
}
.lfr-editable:hover:after {
  background-color: #519226;
}

.lfr-editable-notice-close {
  margin-left: 1em;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.alloy-editor-container .alloy-editor {
  outline: 0;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder {
  color: #2B4259;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  background: transparent;
  border-left-color: #DBDDE1;
  color: #B0B4BB;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
  color: #CCC;
}
.alloy-editor-container .alloy-editor-icon {
  color: #869CAD;
}

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #CC6677;
}

.cke_dialog .cke_dialog_ui_input_text {
  height: auto;
}

.cke_editable_inline a {
  cursor: pointer;
}

.cke_panel.cke_combopanel {
  width: 220px;
}

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
}
.cke_panel_block .cke_panel_list {
  margin-left: 0;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem {
  line-height: initial;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
  text-decoration: none;
}

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px;
}
.cke_show_border td {
  height: 15px;
}

.html-editor.portlet {
  background: #FFF;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start;
}

.html-editor.portlet-message-boards {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-wrap: break-word;
}
.html-editor.portlet-message-boards blockquote {
  background: #EEF0F2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
  border: 1px solid #777;
  padding: 5px 45px;
}
.html-editor.portlet-message-boards blockquote:after {
  background: url(../images/message_boards/quoteright.png) no-repeat 50%;
  content: "";
  display: block;
  float: right;
  height: 24px;
  margin-right: -35px;
  margin-top: -25px;
  width: 31px;
  z-index: 999;
}
.html-editor.portlet-message-boards blockquote cite {
  display: block;
  font-weight: bold;
}
.html-editor.portlet-message-boards pre {
  background: #F9F9F9;
  border: 1px solid #777;
  padding: 0.5em;
}

.lfr-source-editor {
  border-color: #CCC;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #FFF;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #FFF;
  color: #2B4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #EDEDEF;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "\f0d7";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "\f0da";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #FFF;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #CCC;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #EDEDEF;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34ADAB;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1D5EC7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #FF6C58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #F00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474F;
  color: #FFF;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555E;
  color: #FFF;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009AED;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394E;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #FFF;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4D91FF;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #CCC;
}

.mce-content-body {
  text-align: start;
}

.file-icon-color-0 {
  background-color: #6B6C7E;
  color: #FFF;
}

.file-icon-color-1 {
  background-color: #A7A9BC;
  color: #FFF;
}

.file-icon-color-2 {
  background-color: #50D2A0;
  color: #FFF;
}

.file-icon-color-3 {
  background-color: #AF78FF;
  color: #FFF;
}

.file-icon-color-4 {
  background-color: #FFB46E;
  color: #FFF;
}

.file-icon-color-5 {
  background-color: #FF5F5F;
  color: #FFF;
}

.file-icon-color-6 {
  background-color: #4B9BFF;
  color: #FFF;
}

.file-icon-color-7 {
  background-color: #272833;
  color: #FFF;
}

.lfr-item-viewer .image-viewer-base {
  outline: none;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lfr-item-viewer .search-info {
  background-color: #D3E8F1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .progress-container {
  background-color: #FFF;
}
.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}

.image-viewer-caption {
  color: #777;
}

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777;
}

@media (min-width: 768px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0;
  }
}

.image-viewer-sidenav dd {
  color: #8B8B8B;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .image-viewer-sidenav dd {
    color: #777;
  }
}
.image-viewer-sidenav .h5 {
  color: #869CAD;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .image-viewer-sidenav .h5 {
    color: #FFF;
  }
}
.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px;
}
.image-viewer-sidenav .nav-tabs-default > li:first-child {
  padding-left: 0;
}
.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0;
}
.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0;
}
.image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
  border-color: transparent;
  color: #777;
}
@media (min-width: 768px) {
  .image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
    color: #FFF;
  }
}
.image-viewer-sidenav .nav-tabs-default > .active > a:after {
  background-color: #65B6F0;
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.image-viewer-sidenav-body {
  padding-top: 0;
}

.lfr-item-viewer .lfr-item-viewer-close {
  color: #FFF;
  opacity: 1;
}
.lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
  color: #FFF;
}
.lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
  color: #777;
}

.lfr-item-viewer-icon-info {
  color: #FFF;
}

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #E5F5FC;
  color: #009AE5;
}
.nav.list-group > .active {
  border-width: 1px 0 0 0;
}
.nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
  background-color: #60BFEF;
  border: 1px solid #60BFEF;
  color: #FFF;
}
.nav.list-group .list-group-item {
  padding: 0;
}
.nav.list-group .list-group-item.nav-header {
  background-color: #F3F3F3;
  padding-left: 10px;
  padding-right: 10px;
}

.lfr-page-templates li a {
  padding: 0;
}
.lfr-page-templates li a label {
  cursor: pointer;
  display: block;
  padding: 5px 0 5px 5px;
}

.menu {
  position: absolute;
  width: auto;
}
.menu .notice-message {
  background-image: none;
  margin: 3px;
  padding: 6px;
}

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px;
}
.menu-content li {
  margin: 0;
  padding: 0;
}
.menu-content li .disabled {
  color: #999;
}

.menu-content {
  background: #CCC9C9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0;
}

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF;
}

.menugroup-content ul {
  display: block;
  min-width: 0;
}

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-content li.first {
  border-top-width: 0;
}
.menu-content li.last {
  border-bottom-width: 0;
}

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none;
}

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34;
}

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold;
}
.category-portlets .app-view-drop-active {
  background-color: #00A2EA;
  color: #FFF;
}

.basecelleditor [class~=form-validator-message] {
  clip: rect(auto auto auto auto);
  width: auto;
}

.document-library-file-entry-cell-editor-hidden {
  display: none;
}

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle;
}

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px;
}

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
  word-break: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  box-shadow: inset 0 0 0 2px #65B6F0;
}

.dialog-iframe-popup #main-content, .dialog-iframe-popup #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed;
}

.modal-body {
  overflow: auto;
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: none;
  }
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}

.modal-hidden {
  display: none;
}

.modal-open .modal {
  overflow: hidden;
}

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #5EAF3D;
}

.customizable-layout-column-content {
  background-color: #C92C3C;
}
.customizable-layout-column-content.yui3-widget-content-expanded {
  margin: 0 15px;
}

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8);
}

.customizable .customizable-layout-column-content {
  background-color: #5EAF3D;
}
.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8);
}

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative;
}

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15;
}
.layout-customizable-controls label {
  color: #FFF;
}

.paginator-link {
  background: #EEE no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
}

.paginator-page-link {
  height: auto;
  text-indent: 0;
}

.paginator-current-page {
  background: #0083BD url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57;
}

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png);
}

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png);
}

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png);
}

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png);
}

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em;
}

.paginator-current-page-report {
  margin-left: 2em;
}

.taglib-page-iterator .search-pages .page-links {
  padding: 0;
}

.info-panel .panel-group {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.lfr-panel-container {
  background: #FFF;
}

.lfr-panel-content {
  padding: 5px 10px;
}

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px;
}

.panel-hd {
  background: #C0C2C5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer {
  display: inline-flex;
}
.sheet-footer .btn {
  margin-right: 1rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%;
  }
}
.splitter {
  border-radius: 0.25rem 0.25rem 0 0;
  color: #6B6C7E;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}
.splitter.splitter-spaced {
  border-radius: 0.25rem;
  margin-bottom: 20px;
}

.table > tbody > tr.splitter {
  height: auto;
}
.table > tbody > tr.splitter > td {
  padding: 0;
}

.lfr-nav.nav-tabs {
  margin-bottom: 20px;
}

.tab-active strong {
  font-weight: normal;
}

.tab-back {
  float: right;
}

.tab-back-content {
  border-width: 0;
  padding: 1px;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud {
  line-height: 2.5em;
}
.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.tagselector-content {
  border-width: 0;
  padding: 0;
}
.tagselector-content .textboxlistentry-holder {
  border-bottom: 2px solid #869CAD;
  margin-bottom: 10px;
  padding: 0;
}

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0;
}

.lfr-portal-tooltip {
  display: inline-block;
}
.lfr-portal-tooltip, .lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tooltip {
  max-width: 200px;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .icon-check:before {
  content: "\f096";
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node .tree-node-checked .icon-check:before {
  content: "\f046";
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.underlay {
  clear: both;
  top: 100%;
}
.underlay .yui3-widget-hd {
  height: 38px;
}

.underlay-hidden {
  display: none;
}

.underlay-content {
  background: #F4F3F3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px;
}

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.user-icon-color-0 {
  background-color: #4C0079;
}

.user-icon-color-1 {
  background-color: #FD8300;
}

.user-icon-color-2 {
  background-color: #009E57;
}

.user-icon-color-3 {
  background-color: #F9B500;
}

.user-icon-color-4 {
  background-color: #DF4230;
}

.user-icon-color-5 {
  background-color: #BE67E5;
}

.user-icon-color-6 {
  background-color: #004B8D;
}

.user-icon-color-7 {
  background-color: #ACCB02;
}

.user-icon-color-8 {
  background-color: #A82003;
}

.user-icon-color-9 {
  background-color: #FD63A7;
}

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px;
}

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 2em;
  position: relative;
}

.modify-pages li {
  position: relative;
}
.modify-pages li.lfr-nav-hover .delete-tab {
  opacity: 1;
}
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%;
}
.modify-pages .delete-tab:hover {
  color: #B50303;
}
.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px;
}

.controls-hidden .modify-pages .drag-handle {
  display: none;
}

@media (min-width: 992px) {
  .touch .modify-pages .drag-handle {
    display: none;
  }
}

.nav li .toolbar {
  margin-top: 5px;
}

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.navigation-pane .body-row ul li a .icon {
  float: left;
  margin-right: 5px;
}
.navigation-pane .lfr-component {
  margin-left: 0;
}
.navigation-pane .navigation-entry {
  position: relative;
}
.navigation-pane .navigation-entry.folder.error {
  display: block;
  padding: 6px 8px;
}
.navigation-pane .navigation-entry .browse-folder, .navigation-pane .navigation-entry .nav-item-label {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: middle;
}
.navigation-pane .navigation-entry .nav-item-icon {
  vertical-align: middle;
}
.navigation-pane .navigation-entry .overlay.entry-action {
  bottom: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.navigation-pane .navigation-entry .overlay.entry-action .btn {
  border-width: 0;
  margin: 0;
  padding: 11px 14px;
}
@media (min-width: 992px) {
  .navigation-pane .navigation-entry .overlay.entry-action .btn {
    padding: 11px;
  }
}

.nav-menu ul {
  padding-left: 10px;
}
.nav-menu li a.ancestor {
  font-weight: bold;
}
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png);
}

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px;
}
.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0;
}

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.split-button-dropdowns > li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle;
}
.form-options input {
  border-width: 0;
  display: inline;
  float: left;
}

.form-triggers {
  float: left;
}

.form-trigger {
  background: #C4C4C4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left;
}
.form-trigger img {
  background: no-repeat 50% 40%;
  height: 25px;
  padding: 0 3px;
  vertical-align: middle;
  width: 16px;
}
.form-trigger:focus, .form-trigger:hover {
  background-color: #83B0CA;
  background-image: url(../images/application/button_bg_over.png);
}

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png);
}
.trigger-selected:focus, .trigger-selected:hover {
  background-color: #B7DEF4;
  background-image: url(../images/application/button_bg_selected_over.png);
}

.options-trigger img {
  background-image: url(../images/common/configuration.png);
}

.save-trigger img {
  background-image: url(../images/common/check.png);
}

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
.freeform .portlet {
  margin-bottom: 0;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto;
}

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 3rem;
}

.portlet-draggable .portlet-topper {
  cursor: move;
}

@media (min-width: 768px) {
  .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block;
}

@media (max-width: 767px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}

.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
}

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663;
}

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900;
}

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F;
}

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png);
}

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif);
}

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34;
}

.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
}

.lfr-message {
  position: relative;
}
.lfr-message .lfr-message-control {
  background-color: #333;
  display: inline-block;
}
.lfr-message .lfr-message-controls {
  display: none;
  left: 3px;
  margin: -8px 8px 0 3px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.lfr-message .lfr-message-close {
  background-image: url(../images/portlet/close_borderless.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.lfr-message .lfr-message-close-all {
  color: #FFF;
  display: none;
  font-size: 0.8em;
  margin-left: 10px;
  padding: 1px 10px;
  text-shadow: 1px 1px 0 #000;
  vertical-align: top;
}
.lfr-message .lfr-message-close-all a {
  color: #FFF;
}
.lfr-message .lfr-message-controls-hover .lfr-message-close-all {
  display: inline-block;
}
.lfr-message.pending {
  background-image: url(../images/common/time.png);
}

.lfr-message-content.alert {
  margin-bottom: 0;
}

.lfr-message-close {
  cursor: pointer;
}

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81;
}

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media (min-width: 768px) {
  .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper, .portlet.open > .portlet-topper {
    opacity: 1;
    -webkit-transform: translateY(-97%);
    -moz-transform: translateY(-97%);
    -ms-transform: translateY(-97%);
    -o-transform: translateY(-97%);
    transform: translateY(-97%);
  }
}

@media (min-width: 768px) {
  .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable, .portlet.open > .portlet-content-editable {
    border-color: #D7E5FF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
.portlet-content-editable {
  border-color: #D7E5FF;
  border-radius: 0 0 8px 8px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 10px;
}

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right;
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2;
}

.portlet-title-menu {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #F1F5FF;
  border-color: #D7E5FF;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #0B5FFF;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a, .portlet-topper-toolbar > span > a, .portlet-topper-toolbar .lfr-icon-menu > a {
  color: #0B5FFF;
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}

/* ---------- Portlet controls in mobile ---------- */
@media (max-width: 767px) {
  .controls-visible .portlet-content-editable {
    border-color: #D7E5FF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6;
}
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1;
}

.lfr-panel-page {
  width: 100%;
}
.lfr-panel-page .portlet-title {
  font-size: 13px;
}
.lfr-panel-page .lfr-add-content h2 span {
  background-color: #D3DADD;
}

.main-content-body {
  margin-top: 20px;
}

.restricted, .restricted td {
  background: #FDD;
  border-width: 0;
}
.restricted * {
  color: #727C81;
}

.alt.restricted td {
  background-color: #FFC0C0;
}

.hover.restricted td {
  background-color: #D3BDC0;
}

.alt.restricted td.first, .restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.portlet-decorate .portlet-content {
  background: #FFF;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  word-wrap: break-word;
}

.portlet-barebone .portlet-content {
  background: #FFF;
  padding: 12px;
}

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-lists-display .lfr-ddm-field-group, .portlet-dynamic-data-lists .lfr-ddm-field-group, .portlet-journal .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px 28px;
}

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 10px;
}

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0;
}
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0;
}
.taglib-calendar tr td a:hover {
  background-color: #727C81;
  color: #FFF;
}
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4;
}
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7;
}
.taglib-calendar table td {
  border-width: 0;
}
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF;
}
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline;
}

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0;
}

.widget-toolbar .btn + .btn, .widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem;
}

.widget-mode-detail {
  padding-top: 1rem;
}
.widget-mode-detail .title {
  font-size: 36px;
}
.widget-mode-detail .sub-title {
  font-size: 26px;
  margin-bottom: 32px;
}
.widget-mode-detail .widget-metadata {
  margin-bottom: 2rem;
}
.widget-mode-detail .widget-mode-detail-text {
  margin-top: 48px;
}
.widget-mode-detail .widget-mode-detail-text img {
  max-width: 100%;
}
.widget-mode-detail .widget-mode-detail-text p {
  font-size: 18px;
  line-height: 1.8;
}

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px;
}
.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0;
}
.widget-mode-card .card-title {
  position: relative;
}
@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px;
  }
}

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px;
}
.widget-mode-simple .widget-metadata {
  margin-bottom: 24px;
}
.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem;
}
.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px;
}

.menu-content, .underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
}

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px;
}

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
}

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
}

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}

.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #CCC;
}

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px;
}

.overlaymask-content {
  background-color: #FFF;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}

.lfr-search-combobox-item {
  border-radius: 1px;
}

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px;
}
.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px;
}

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  border-radius: 10px;
}

.portlet-language .portlet-body .current-language, .portlet-language .portlet-body .taglib-icon, .portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px;
}

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  border-radius: 4px;
}

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  border-radius: 5px;
}

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder, .portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px;
}

.taglib-categorization-filter .asset-entry {
  border-radius: 14px;
}

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.input-localized .lfr-input-localized-state {
  border-radius: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #DDD;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  box-shadow: 0 0 3px #FF0047;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27C1F2;
}

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
}

.lfr-message .lfr-message-control {
  border-radius: 10px;
}

.lfr-token {
  border-radius: 8px;
}

.staging-tabview-list {
  border-radius: 0;
}

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none;
}

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999;
}

.lfr-action-label {
  border-radius: 2px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-size: 40px 40px;
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  transition: width, 0.5s, ease-out;
}

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
@-o-keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
@keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  -moz-animation: highlight-animation 0.7s;
  -webkit-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s;
}

.lfr-spa-loading .lfr-spa-loading-bar {
  -moz-animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  -o-animation: shift-rightwards 1s ease-in-out infinite;
  -ms-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.lfr-spa-loading-bar {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-moz-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-o-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text, .mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px;
}

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
.upload-drop-active .lfr-upload-container .upload-target {
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #B8C1D1;
}

.upload-drop-intent .lfr-upload-container .upload-target {
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
}

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-linear-gradient(#FFF, #E4E4E4);
  background-image: linear-gradient(#FFF, #E4E4E4);
  border-radius: 2px;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-linear-gradient(#F2F2F2, #CCC);
  background-image: linear-gradient(#F2F2F2, #CCC);
}

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00F;
}
input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in;
}

/* ---------- Image selector ---------- */
.taglib-image-selector .glyphicon-ok {
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px;
}
.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0;
}

/* ---------- Drop here info ---------- */
.drop-here-info {
  transition: all 0.2s ease-in-out;
}
.drop-here-info .drop-icons {
  transition: all 0.2s ease-in-out;
}
.drop-here-info .drop-icons span {
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
}

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.customfileinput .inf__drop-area * {
  box-sizing: border-box;
}
.customfileinput .inf__drop-area {
  position: relative;
  display: flex;
  align-items: center;
  height: 65px;
  width: 450px;
  max-width: 100%;
  border: 1px dashed #c4c4c4;
  border-radius: 3px;
  padding: 0 20px;
  transition: 0.2s;
}
.customfileinput .inf__drop-area.is-active {
  background-color: rgba(0, 20, 20, 0.03);
}
.customfileinput input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.customfileinput input[type=file]:focus {
  outline: none;
}
.customfileinput .inf__btn {
  display: inline-block;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  padding: 5px 12px;
  margin-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
}
.customfileinput .inf__hint {
  flex: 1;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.font-code {
  font-family: "Courier New", Courier, monospace;
}

.bg-blue {
  background-color: #003893;
}

.bg-red {
  background-color: #cf2027;
}

.bg-green {
  background-color: #006233;
}

.bg-grey {
  background-color: #e2e2e2;
}

.nav-bg {
  background-color: rgba(0, 46, 121, 0.95);
  position: relative;
  z-index: 1;
}

.bg-blue-logo {
  background-color: #003893;
  background-image: url("./brasao.svg");
  background-position: right -160px;
  background-repeat: no-repeat;
}

.alert-warning {
  background-color: rgba(250, 169, 71, 0.2);
  border-color: #faa947;
  color: #faa947;
}

.alert-success {
  background-color: rgba(0, 98, 51, 0.1);
  border-color: #006233;
  color: #006233;
}

body {
  color: #241d19;
  background-color: #fff;
  font-family: "satoshi", satoshi;
  font-weight: normal;
  font-style: normal;
}

body, html, .flipped {
  min-height: 100%;
  height: 100%;
}
body #wrapper, html #wrapper, .flipped #wrapper {
  display: flex;
  min-height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body #wrapper .main-content, html #wrapper .main-content, .flipped #wrapper .main-content {
  flex: 1 0 auto;
}
body #wrapper footer#footer, html #wrapper footer#footer, .flipped #wrapper footer#footer {
  flex-shrink: 0;
}

figure {
  margin: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login {
  background-position: top;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}

.overflowx-hidden {
  overflow-x: hidden;
}

.w-30 {
  width: 30% !important;
}

.portlet {
  margin-bottom: 0;
}
.portlet .portlet-topper {
  z-index: 10000;
}

.autofit-float.autofit-row.portlet-header {
  display: none;
}

.is-not-admin #wrapper,
.is-not-admin.open #wrapper {
  margin-top: 0 !important;
  padding-left: 0 !important;
}

.portlet-blogs {
  max-width: none;
  margin: 0;
}

#portlet_com_liferay_layout_admin_web_portlet_GroupPagesPortlet .layout-column {
  height: auto;
}

.portlet.open > .portlet-topper,
.portlet:hover > .portlet-topper,
.portlet.focus > .portlet-topper {
  opacity: 1;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%);
}

.dropdown-menu-bottom {
  position: absolute;
  transform: translate3d(30px, 30px, 0px);
  left: 0px;
  will-change: transform;
  min-width: max-content;
}

:focus {
  outline: none;
}

.language-selector {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .language-selector {
    right: 25px;
  }
}
.language-selector .truncate-text {
  margin-top: 5px;
}
.language-selector .truncate-text span {
  font-size: 20px;
}

.page-body.page-scnd-level .main-content {
  border-top: 0;
}
.page-body.page-scnd-level .main-content .intro-description-full {
  margin-bottom: 20px;
}
.page-body.page-scnd-level .main-content .htmlblock {
  margin-bottom: 30px;
}
.page-body.page-scnd-level .main-content h2 {
  color: #241d19;
  font-size: 16px;
  margin: 10px 0;
}
.page-body.page-scnd-level .main-content h3 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-body.page-scnd-level .main-content {
    margin-bottom: 30px;
  }
}
.page-body .main-content {
  border-top: 2px solid rgba(0, 46, 121, 0.1);
}
.page-body .main-content h2 {
  font-size: 26px;
  color: #002e79;
  font-weight: 600;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .page-body .main-content h2 {
    font-size: 22px;
  }
}
.page-body .page-featured-links {
  border-top: 2px solid rgba(0, 46, 121, 0.1);
}
.page-body .page-featured-links h3 {
  font-size: 26px;
  color: #002e79;
  font-weight: 600;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .page-body .page-featured-links h3 {
    font-size: 22px;
  }
}

.thecontent {
  padding-top: 40px;
  padding-bottom: 40px;
}

.level1 .page-featured-links {
  overflow: hidden;
}
.level1 h2 {
  font-size: 26px;
  color: #003893;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 66.66%;
}
@media screen and (max-width: 768px) {
  .level1 h2 {
    max-width: 100%;
  }
}
.level1 .descricao {
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 66.66%;
}
@media screen and (max-width: 768px) {
  .level1 .descricao {
    max-width: 100%;
  }
}
.level1 h3 {
  font-size: 22px;
  color: #003893;
  font-weight: 600;
  margin-bottom: 20px;
}
.level1 .d-flex {
  margin-bottom: 20px;
  align-content: flex-start;
  width: 102%;
}
.level1 .d-flex a {
  display: block;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .level1 .d-flex a {
    width: 100%;
    margin-right: 0;
  }
}
.level1 .d-flex a figure {
  border: 1px solid #ccc;
  position: relative;
}
.level1 .d-flex a figure i {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 36px;
  height: 36px;
  background: #003893;
  color: #fff;
  padding: 0 0 0 13px;
  font-size: 33px;
}
.level1 .d-flex a figure:hover i {
  background: #faa947;
}
.level1 .d-flex a h4 i {
  margin-left: 3px;
  font-size: 14px;
}

.main-nav .navbar .nav li.nav-item:hover a.nav-link {
  background-color: #002460;
}
.main-nav .navbar .nav li.nav-item:focus a.nav-link {
  background-color: #002460;
}
.main-nav .navbar .nav li.nav-item.dropdown a.nav-link:hover {
  background-color: #002460;
}
.main-nav .navbar .nav li.nav-item.dropdown a.nav-link:focus {
  background-color: #002460;
}
.main-nav .navbar .nav li.nav-item.dropdown .dropdown-menu {
  position: absolute;
  z-index: 999999;
  top: 90%;
  border: none;
  min-width: 320px;
  max-width: 320px;
  background-color: #002460;
  transition: opacity 0.2s ease;
  border-radius: 0;
  box-shadow: none;
}
.main-nav .navbar .nav li.nav-item.dropdown .dropdown-menu a {
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
}
.main-nav .navbar .nav li.nav-item.dropdown .dropdown-menu a:hover {
  color: #fff;
  background-color: #003893 !important;
}
.main-nav .navbar .nav li.nav-item.dropdown .dropdown-menu a:focus {
  color: #fff;
  background-color: #003893 !important;
}

table tbody tr.even {
  background-color: rgba(0, 0, 0, 0.05);
}
table tbody tr.even td {
  background-color: transparent !important;
  border-bottom-width: 0px;
  border-top-width: 0.5px;
}

.ReactModal__Overlay {
  z-index: 99;
}

.pcpage {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #d4d4d4;
}
.pcpage.pchp {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.pcpage.pchp .portlet-layout.row .portlet-login {
  margin: 0 -12px 0 -12px;
}
.pcpage.pchp .col-md-12.portlet-column.portlet-column-only {
  padding: 0;
}
.funcionario .pcpage {
  padding-top: 40px;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .pcpage .btn-group {
    width: 100%;
    margin-top: 20px;
  }
  .pcpage .btn-group .btn {
    font-weight: 400;
    flex: 1 1 auto;
  }
  .pcpage .btn-group .btn i {
    display: none;
  }
}
.pcpage .btn-group .btn i {
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .pcpage [type=submit] {
    display: block;
    width: 100%;
  }
}

body .react-tel-input .form-control {
  background-clip: border-box;
  width: 100%;
  border-width: 0.0625rem;
  min-width: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}
body .has-error .react-tel-input .form-control {
  background-color: #feefef;
  border-color: #f48989;
  box-shadow: none;
  color: #272833;
}

.request-page-header h1,
.request-page-header h5 {
  color: rgba(36, 29, 25, 0.7);
}

.request-page-body h3 {
  font-size: 28px;
  padding-bottom: 20px;
  border-bottom: 4px solid #e2e2e2;
}
.request-page-body small {
  color: rgba(36, 29, 25, 0.7);
  font-weight: 600;
}

.breadcrumb {
  font-weight: 600;
}
.breadcrumb .breadcrumb-item {
  color: #003893;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumb .breadcrumb-item {
    font-size: 10px;
  }
}
.breadcrumb .breadcrumb-item:first-child:before {
  display: none;
}
.breadcrumb .breadcrumb-item:before {
  content: ">";
  font-family: "source-sans-pro";
  color: #241d19;
  font-weight: 600;
  background: none;
  top: calc(50% - 7px);
  width: auto;
  height: auto;
}
.breadcrumb .breadcrumb-item.active {
  color: #241d19;
  text-decoration: none;
}

a {
  color: #003893;
}
a:active {
  color: #4a90e2;
}

.btn {
  font-size: 14px;
  border-radius: 2px;
  transition: opacity 0.2s ease;
}
.btn:hover {
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.btn:active {
  box-shadow: none !important;
}
.btn:focus {
  box-shadow: none;
}
.btn.btn-primary {
  border-radius: 2px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
  background-color: var(--primary-color);
  color: #ffffff;
  border: 0;
}
.btn.btn-primary:hover {
  opacity: 0.8;
  cursor: pointer;
}
.btn.btn-secondary {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.btn.btn-green {
  color: #241d19;
  border: 1px solid #006233;
  background-color: rgba(0, 98, 51, 0.1);
}
.btn.btn-green:hover {
  opacity: 0.9;
  transition: opacity 0.2s ease;
  border: 1px solid #003893;
}
.btn.btn-green:active {
  background-color: #006233 !important;
  color: #fff;
}
.btn.btn-blue {
  color: #241d19;
  border: 1px solid #003893;
  background-color: rgba(0, 56, 147, 0.1);
  font-weight: 600;
}
.btn.btn-blue:hover {
  opacity: 0.9;
  transition: opacity 0.2s ease;
  border: 1px solid #003893;
}
.btn.btn-blue:active {
  background-color: #003893 !important;
  color: #fff;
}
.btn.btn-darkblue {
  color: #fff;
  border: 1px solid #002e79;
  background-color: #003893;
}
.btn.btn-darkblue:hover, .btn.btn-darkblue:active {
  background-color: #002e79 !important;
}
.btn.btn-black {
  color: #241d19;
  border: 1px solid #241d19;
  background-color: #fff;
  font-weight: 600;
}
.btn.btn-danger {
  background-color: rgb(214, 84, 89);
  color: #ffffff;
  border-color: 1px solid #f7979b;
}
.btn.btn-danger:hover {
  background-color: #DA1414;
}
.btn.btn-light {
  border-color: #bbb;
}
.btn.btn-light:hover {
  opacity: 1;
  background-color: #cecece;
}
.btn.btn-small, .btn.btn-sm {
  padding: 3px 10px;
}

.btn-arrow {
  border-radius: 2px;
  padding: 10px;
  background-color: #003893;
  color: #fff;
  transition: opacity 0.2s ease;
}
.btn-arrow:hover {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.btn-more {
  border-top: 2px solid rgba(36, 29, 25, 0.1);
  text-align: center;
  font-weight: 600;
  color: rgba(36, 29, 25, 0.6);
  padding: 15px 0;
  transition: opacity 0.2s ease;
}
.btn-more i {
  padding-left: 5px;
}
.btn-more:hover {
  color: #003893;
  opacity: 0.9;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.btn-notifications {
  position: relative;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 10px 25px 10px 10px;
}
.btn-notifications .icon-bell-alt {
  color: rgba(255, 255, 255, 0.6);
}
.btn-notifications .badge {
  position: absolute;
  top: 0;
  left: 30px;
  color: #003893;
}

.btn-doc {
  font-size: 12px;
  font-weight: 600;
  color: #c7c7c7;
  padding: 0 5px;
}
.btn-doc:hover {
  color: #c7c7c7;
}

.btn-link-blue {
  font-size: 13px;
  font-weight: 600;
  color: #003893;
  padding: 15px 0;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.btn-link-blue:hover {
  color: #003893;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.tag-user {
  background-color: #fccb75;
  border: 1px solid #faa947;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.tag-user span {
  display: inline-flex;
}

.tag-note {
  background-color: #006233;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 25px;
}

.closecross {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
.closecross:after, .closecross:before {
  position: absolute;
  left: 10px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #333;
}
.closecross:after {
  transform: rotate(-45deg);
}
.closecross:before {
  transform: rotate(45deg);
}

.card .card-header {
  background-color: transparent;
}
.card .card-header.success {
  background-color: #00954e;
  color: #fff;
  border: 1px solid #00954e;
}
.card .card-header.danger {
  background-color: rgba(207, 32, 39, 0.2);
  background-color: #e86d72;
  color: #fff;
  border: #e24047;
}
.card .card-header.warning {
  background-color: rgba(250, 169, 71, 0.2);
  color: #faa947;
  border: 1px solid #fbc079;
}
.card .card-header.info {
  background-color: rgba(0, 56, 147, 0.2);
  color: #003893;
  border: 1px solid #8098bf;
}
.card .card-header.primary {
  background-color: #4a90e2;
  color: #fff;
  border: 1px solid #4a90e2;
}
.card .card-body p {
  font-size: 16px;
  color: #241d19;
  margin: 0;
}
.card .btn-more {
  border-top: 0;
}
.card .card-footer {
  padding: 25px 35px;
  background-color: transparent;
}

.pcpage .card .card-header {
  font-weight: 600;
}
.pcpage .card .card-header h3 {
  margin: 6px 0;
}
.pcpage .card .form-group {
  margin: 10px 0;
}

.dropdown-pesquisa {
  padding: 10px 15px;
  background: #f1f1f1;
  border: 1px solid #ececec;
  box-shadow: 0px 0px 0px 0.5px #ececec;
  font-weight: bold;
}
.dropdown-pesquisa .input-group .btn {
  z-index: 0;
}
.dropdown-pesquisa .advancedfilters label {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .dropdown-pesquisa .advancedfilters label {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .dropdown-pesquisa .advancedfilters .btn {
    width: 100%;
  }
}
.dropdown-pesquisa p.advanced {
  margin: 0;
}
.dropdown-pesquisa p.advanced a {
  color: #888;
}
@media screen and (max-width: 768px) {
  .dropdown-pesquisa .input-group {
    display: block;
  }
  .dropdown-pesquisa .input-group * {
    width: 100%;
    border-radius: 0 !important;
    margin: 0 0 15px 0 !important;
    display: block;
  }
}

.component-featured-services,
.component-featured-links {
  padding: 15px 0;
  border-top: 2px solid #006233;
}

.component-featured-links a {
  color: #002e79;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 5px 0;
  line-height: 1.3;
}
.component-featured-links a.active {
  color: #241d19;
  cursor: default;
}

.component-faqs {
  padding: 15px 0;
}
.component-faqs h5 {
  border-top: 2px solid #cf2027;
  padding-top: 15px;
}
.component-faqs .h3 {
  color: #003893;
}

.component-services-pricing {
  border-top: 4px solid #e2e2e2;
}

.carousel-indicators {
  margin: 0;
  bottom: 0;
}
.carousel-indicators li {
  margin: 0;
  width: 33.33%;
  height: 8px;
}

.component-doc {
  padding: 0;
}
.component-doc .card-header {
  padding: 15px 25px;
  border-bottom: 4px solid #e2e2e2;
}
.component-doc .card-header .doc-range {
  font-size: 13px;
  color: rgba(36, 29, 25, 0.6);
}
.component-doc .card-body {
  padding: 15px 35px;
}

.accordion-faqs .card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.accordion-faqs .card:nth-child(even) .card-header .btn {
  color: #cf2027;
}
.accordion-faqs .card .card-header {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
}
.accordion-faqs .card .card-header .btn {
  width: 100%;
  padding: 15px;
  text-align: left;
  color: #003893;
  border: 0;
  border-radius: 0;
  position: relative;
}
.accordion-faqs .card .card-header .btn:after {
  content: "-";
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  font-size: 20px;
}
.accordion-faqs .card .card-header .btn.collapsed:after {
  content: "+";
}
.accordion-faqs .card .card-body {
  padding: 15px 20% 15px 15px;
}
.accordion-faqs h5 {
  border-top: 0;
  font-size: 17px;
  padding: 0;
  margin: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.badge {
  padding: 7px 16px;
  border-radius: 16px;
  text-transform: uppercase;
}
.badge.success {
  background-color: rgba(0, 98, 51, 0.2);
  color: #006233;
}
.badge.danger {
  background-color: rgba(207, 32, 39, 0.2);
  color: #cf2027;
}
.badge.warning {
  background-color: #ffe5b6;
  color: #ca4808;
}
.badge.serious {
  background-color: rgba(199, 199, 199, 0.4);
  color: #444;
}
.badge.info {
  background-color: rgba(0, 56, 147, 0.2);
  color: #003893;
}
.badge.primary {
  background-color: #4a90e2;
  color: #fff;
}

.tooltips {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.tooltips .icon-info-sign {
  color: #003893;
  cursor: pointer;
}
.tooltips .tooltip-icon {
  background: #003893;
  color: #fff;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.tooltips .tooltip-icon:before {
  font-family: FontAwesome;
  content: "\f129";
  position: absolute;
  color: white;
  font-size: 10px;
  margin-left: 6px;
}
.tooltips .tooltiptext {
  visibility: hidden;
  width: 250px;
  background: #003893;
  color: #fff;
  text-align: left;
  border-radius: 2px;
  padding: 11px;
  position: absolute;
  z-index: 1;
  left: -117px;
  bottom: 45px;
  box-shadow: 0px 2px 4px 0px #cccccc;
  font-weight: 700;
}
.tooltips .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #003893 transparent transparent transparent;
}
.tooltips:hover .tooltiptext {
  visibility: visible;
  z-index: 10000 !important;
}

blockquote.tip {
  font-size: 19px;
  font-style: italic;
  color: #666;
  padding: 15px;
  border-left: 2px solid #4a90e2;
  margin-bottom: 30px;
}

.circlecheckmark {
  border: 3px solid #34b979;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
}
.circlecheckmark .checkmark {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 8px;
}
.circlecheckmark .checkmark:after {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  border: solid #00954e;
  border-width: 0 6px 6px 0;
  transform: rotate(45deg);
}

.exclamationmark {
  border: 3px solid #ccc;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
}
.exclamationmark span {
  font-size: 50px;
  position: absolute;
  color: #989898;
  font-weight: 700;
  top: -4px;
  left: 24px;
}

.rejeitado {
  border: 3px solid #ff5b5b;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  position: relative;
}
.rejeitado span {
  font-size: 47px;
  position: absolute;
  color: #ff5b5b;
  font-weight: 400;
  top: -4px;
  left: 25%;
}

blockquote.extrainfo {
  padding-left: 50px;
  position: relative;
  color: #777;
}
blockquote.extrainfo svg {
  position: absolute;
  width: 38px;
  height: 38px;
  fill: #ccc;
  left: 0;
  top: 50%;
  top: 50%;
  margin-top: -19px;
}

.form-control {
  background-color: #fff;
  border-radius: 3px;
}
.form-control:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 0.1rem #4a90e2;
}
.form-control:hover {
  border: 1px solid #4a90e2;
}
.form-control.error {
  border: 1px solid #cf2027;
}
.form-control.success {
  border: 1px solid #006233;
}
.form-control.is-valid {
  border-color: #006233;
}
.form-control.is-invalid {
  border-color: #cf2027;
}
.form-control.disabled {
  border-color: #b2b2b2;
  background-color: #eee;
  opacity: 1;
}

.valid-feedback {
  color: #006233;
  font-weight: 400;
}

.invalid-feedback {
  color: #cf2027;
  font-weight: 400;
}

.input-group .input-group-prepend .input-group-text {
  background-color: #fff;
  border-right: 0;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.form-control-feedback.red {
  color: #cf2027;
}
.form-control-feedback.green {
  color: #006233;
}
.form-control-feedback.grey {
  color: #b2b2b2;
}

.help-block {
  font-size: 14px;
  font-weight: 600;
}
.help-block.red {
  color: #cf2027;
}
.help-block.green {
  color: #006233;
}

.custom-radio {
  position: relative;
  padding-bottom: 20px;
}
.custom-radio .help-block {
  position: absolute;
  bottom: -10px;
  left: 0;
}
.custom-radio .custom-control-label {
  font-weight: 400;
  font-size: 14px;
  padding: 3px 0 0 5px;
}
.custom-radio .custom-control-label:before {
  margin-right: 5px;
  top: 1px;
  width: 19px;
  height: 19px;
}
.custom-radio .custom-control-label:after {
  left: 7px;
  top: 6px;
  width: 15px;
  height: 15px;
  background-size: 100% !important;
}
.custom-radio .custom-control-input:focus {
  outline: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4a90e2;
}
.custom-radio .custom-control-input {
  left: 0.21875rem;
  z-index: 1;
}

.form-check {
  margin: 10px 0;
}
.form-check.inline {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  padding-bottom: 10px;
}
.form-check.inline .help-block {
  position: absolute;
  bottom: -39px;
  left: -12px;
  white-space: nowrap;
}
.form-check .form-check-label {
  padding-left: 10px;
}
.form-check .form-check-label:hover {
  color: #003893;
}
.form-check .form-check-label .form-check-input {
  display: inline-block;
}
.form-check .form-check-label .form-check-input[type=radio] {
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px;
  -webkit-appearance: button;
  border: solid 1px #c7c7c7;
  background-color: #fff;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  width: 18px;
  height: 18px;
  outline: none;
  position: absolute;
  top: -7px;
  left: 0;
}
.form-check .form-check-label .form-check-input[type=radio]:hover {
  border: solid 1px #003893;
  background-color: #4a90e2;
}
.form-check .form-check-label .form-check-input[type=radio]:hover:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 5px;
  margin-left: 0px;
}
.form-check .form-check-label .form-check-input[type=radio]:checked {
  border: solid 1px #003893;
  background-color: #4a90e2;
}
.form-check .form-check-label .form-check-input[type=radio]:checked:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 5px;
  margin-left: 0px;
}
.form-check .form-check-label .form-check-input[type=radio].disabled {
  border: solid 1px #c7c7c7;
  background-color: #c7c7c7;
}
.form-check .form-check-label.has-error .form-check-input[type=radio] {
  border-color: #f48989;
}

.form-check-label {
  font-weight: 400;
}

.form-control-lg {
  font-size: 14px;
  font-weight: 600;
}

.switch {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 34px;
}
.switch input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  display: none;
}
.switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #29a66a;
  border: solid 1px #006233;
}
.switch input:checked + .slider:hover {
  background-color: #006233;
}
.switch input:focus + .slider {
  border: solid 1px #b2b2b2;
}
.switch input:focus + .slider:hover {
  background-color: #b2b2b2;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.customfileinput .inf__drop-area {
  width: 100%;
  height: auto;
  border: 1px solid #2E5AAC;
  padding: 0;
  background: #fff;
}
.customfileinput .inf__drop-area .inf__btn {
  display: inline-block;
  border: none;
  border-radius: 0;
  padding: 7px 18px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  /* background: #a4cdfd;
  color: #3d6cb9; */
  background-color: #2E5AAC;
  color: #fff;
}
.customfileinput .inf__drop-area .inf__hint {
  flex: 1;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
.customfileinput .inf__drop-area:hover .inf__btn {
  background: #003893;
}

.switch-group {
  display: block;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 74px;
  height: 30px;
  padding: 3px;
  border-radius: 30px;
  cursor: pointer;
}
.switch .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 12px;
  text-transform: uppercase;
  background: #c7c7c7;
  border: 1px solid #b2b2b2;
  border-radius: inherit;
}
.switch .switch-label:hover {
  background: #b2b2b2;
}
.switch .switch-label:before,
.switch .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch .switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #6c736c;
}
.switch .switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #fff;
  opacity: 0;
}
.switch .switch-input:checked ~ .switch-label {
  background: #29a66a;
  border: 1px solid #006233;
}
.switch .switch-input:checked ~ .switch-label:hover {
  background: #006233;
}
.switch .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch .switch-handle {
  position: absolute;
  top: 8px;
  left: 7px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 10px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch .switch-input:checked ~ .switch-handle {
  left: 47px;
}

a.item-news {
  color: #241d19;
  display: block;
}
a.item-news:hover {
  color: #003893;
}
a.item-news h3 {
  font-size: 20px;
  margin-bottom: 0;
}
a.item-news figure {
  height: 300px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  a.item-news figure {
    height: 250px;
  }
  a.item-news h3 {
    font-size: 20px;
  }
}
a.item-news .item-event {
  display: none;
  font-size: 12px;
  margin-top: 5px;
}
a.item-news .item-event span {
  display: block;
}
a.item-news.item-news-secondary figure {
  height: 120px;
}
a.item-news.item-news-secondary h3 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  a.item-news.item-news-secondary figure {
    height: 250px;
  }
  a.item-news.item-news-secondary h3 {
    font-size: 20px;
  }
}
a.item-news.item-destaque figure {
  height: 200px;
}
a.item-news.item-destaque h3 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  a.item-news.item-destaque figure {
    height: 250px;
  }
  a.item-news.item-destaque h3 {
    font-size: 20px;
  }
}
a.item-news.item-news-featured .item-image {
  height: 340px;
}
@media screen and (max-width: 768px) {
  a.item-news.item-news-featured .item-image {
    height: 270px;
  }
}
@media screen and (max-width: 640px) {
  a.item-news.item-news-featured .item-image {
    height: 230px;
  }
}

.item-portal-access {
  color: #fff;
  background-color: #cf2027;
  padding: 25px;
  margin-bottom: 20px;
}
.item-portal-access img {
  width: 50%;
  max-width: 160px;
}
.item-portal-access h4 {
  margin-top: 20px;
  color: #fff;
  font-size: 21px;
}
.item-portal-access p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

.item-featured-services {
  display: block;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(36, 29, 25, 0.07);
}
.item-featured-services h4 {
  color: #003893;
  font-weight: 700;
  padding-right: 30px;
  margin-bottom: 0;
  position: relative;
}
.item-featured-services i {
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
}

.item-value {
  margin: 0 0 15px 0;
  border: 1px solid #e2e2e2;
  color: #fff;
  height: 100px;
  position: relative;
}
.item-value:hover .item-content {
  left: -25%;
  transition: all 0.2s ease;
}
.item-value .item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px 25px;
  transition: all 0.2s ease;
}
.item-value .item-content img {
  width: 32px;
}
.item-value .item-content h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.item-value .item-content h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.item-timeline-twitter {
  max-height: 470px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 30px;
}
.item-timeline-twitter .item-header {
  background-color: #e2e2e2;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.item-timeline-twitter .item-header h5 {
  color: #003893;
}

.item-page-featured-links {
  position: relative;
}
.item-page-featured-links .item-image {
  position: relative;
  height: 170px;
  border-radius: 2px;
}
.item-page-featured-links .item-image-disable {
  opacity: 0.5;
}
.item-page-featured-links .item-image-disable:hover {
  opacity: 0.5;
}
.item-page-featured-links a {
  color: #241d19;
}
.item-page-featured-links a h4 {
  font-size: 18px;
  font-weight: 600;
  color: #241d19;
  margin: 10px 0 0 0;
}
.item-page-featured-links a h4 i {
  margin-left: 3px;
}
.item-page-featured-links .btn-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}
.item-page-featured-links.item-onhold .item-image {
  position: relative;
  border: 1px solid rgba(0, 98, 51, 0.3);
}
.item-page-featured-links.item-onhold .item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(226, 226, 226, 0.4);
}
.item-page-featured-links.item-onhold .tag-note {
  position: absolute;
  top: 15px;
  right: 0;
}
.item-page-featured-links.item-onhold .btn-arrow {
  z-index: 1;
}

.item-services-pricing {
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
.item-services-pricing h4 {
  font-size: 19px;
  font-weight: 600;
  color: #002e79;
  margin: 0;
}
.item-services-pricing p {
  margin: 0;
}
.item-services-pricing .item-price {
  color: #241d19;
  font-weight: 600;
  font-size: 18px;
}
.item-services-pricing .item-price.noprice {
  font-size: 15px;
}

.home-support,
.item-support {
  padding: 25px 0;
}
.home-support .icon-phone-sign:before,
.item-support .icon-phone-sign:before {
  font-size: 42px;
}
.home-support h5,
.item-support h5 {
  font-size: 22px;
}
.home-support a,
.item-support a {
  font-weight: 600;
  color: #241d19;
}
.home-support a:hover,
.item-support a:hover {
  color: #241d19;
}

.item-data {
  border-bottom: 2px solid rgba(199, 199, 199, 0.8);
  padding: 15px 0;
}
.item-data label {
  font-size: 13px;
  color: rgba(36, 29, 25, 0.5);
  margin-bottom: 0;
}
.item-data .user-data {
  font-size: 13px;
  font-weight: 600;
}

.item-doc {
  margin-bottom: 20px;
}
.item-doc .icon-doc-status {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #3a966a;
  background-color: rgb(180, 245, 214);
  margin-top: 3px;
}
.item-doc .icon-doc-status i {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  color: #006233;
}
.item-doc .item-doc-status {
  font-size: 12px;
  font-weight: 700;
  color: #006233;
  text-transform: uppercase;
}
.item-doc .item-doc-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.item-doc .item-doc-title a i {
  opacity: 0;
  margin-left: 5px;
  text-decoration: none;
  font-size: 16px;
}
.item-doc .item-doc-title a:hover i {
  opacity: 1;
}
.item-doc .item-info {
  font-size: 14px;
  color: rgba(36, 29, 25, 0.6);
  margin-bottom: 0;
}
.item-doc.danger .icon-doc-status {
  border-color: #cf2027;
  background-color: pink;
}
.item-doc.danger .icon-doc-status i {
  display: none;
}
.item-doc.danger .item-doc-status {
  color: #cf2027;
}
.item-doc.serious .icon-doc-status {
  border-color: #bdbdbd;
  background-color: rgba(199, 199, 199, 0.4);
}
.item-doc.serious .icon-doc-status i {
  display: none;
}
.item-doc.serious .item-doc-status {
  color: #777;
}
.item-doc.warning .icon-doc-status {
  border-color: #efb858;
  background-color: #ffe5b6;
}
.item-doc.warning .icon-doc-status i {
  display: none;
}
.item-doc.warning .item-doc-status {
  color: #ca7e08;
}
.item-doc.info .icon-doc-status {
  border-color: #4a90e2;
  background-color: #d9e7ff;
}
.item-doc.info .icon-doc-status i {
  display: none;
}
.item-doc.info .item-doc-status {
  color: #4a90e2;
}

.list-login,
.list-social,
.list-contacts-info,
.list-news,
.swich-lang {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-login li {
  display: inline-flex;
  margin: 0 5px;
}

.list-social li {
  margin: 0 5px;
  display: inline-flex;
}
.list-social li a {
  display: block;
  color: #e2e2e2;
  font-size: 18px;
  padding: 5px;
}

.list-contacts-info li {
  color: #fff;
  font-size: 13px;
}
.list-contacts-info li a {
  color: #fff;
}

.list-group .list-group-item {
  color: #002e79;
  font-weight: 600;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid rgba(0, 46, 121, 0.3);
  line-height: 1.2;
}
.list-group.fixed {
  position: fixed;
  top: 120px;
}
.list-group.bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

.dataTables_wrapper.dataTable {
  width: 100%;
}
.dataTables_wrapper.dataTable th {
  background: #efefef;
  height: auto;
}
.dataTables_wrapper.dataTable td {
  height: auto;
  padding: 4px 12px;
}
.dataTables_wrapper .dataTables_info {
  font-size: 12px;
  padding-left: 10px;
  color: #888;
}
.dataTables_wrapper .page-link:hover, .dataTables_wrapper .page-link:active {
  background-color: #4a90e2;
  color: #fff;
}
.dataTables_wrapper .page-link:focus {
  box-shadow: none;
}
.dataTables_wrapper li.active .page-link {
  background-color: #4a90e2;
  color: #fff;
}

.filtrostabelas {
  margin-bottom: 20px;
  padding: 15px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.filtrostabelas .input-group .btn {
  z-index: 0;
}
.filtrostabelas .advancedfilters label {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .filtrostabelas .advancedfilters label {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .filtrostabelas .advancedfilters .btn {
    width: 100%;
  }
}
.filtrostabelas p.advanced {
  margin: 5px 0 -5px 0;
}
.filtrostabelas p.advanced a {
  color: #888;
}
@media screen and (max-width: 768px) {
  .filtrostabelas .input-group {
    display: block;
  }
  .filtrostabelas .input-group * {
    width: 100%;
    border-radius: 0 !important;
    margin: 0 0 15px 0 !important;
    display: block;
  }
}

.portlet-search-bar {
  padding: 40px 20px;
  background: #fff;
}
.portlet-search-bar .search-bar-keywords-input-wrapper {
  max-width: 600px;
  margin: 0 auto;
  border: 2px solid #b5bac1;
  border-radius: 4px;
}
.portlet-search-bar .search-bar-keywords-input-wrapper * {
  border: none !important;
}
.portlet-search-bar .search-bar-keywords-input-wrapper .input-group-inset-item {
  border-left: 1px solid #b5bac1 !important;
}
.portlet-search-bar .search-bar-keywords-input-wrapper .input-group-inset-item:hover {
  background-color: #4a90e2;
}
.portlet-search-bar .search-bar-keywords-input-wrapper .input-group-inset-item:hover svg {
  fill: #fff;
}

.searchpage {
  padding: 30px 0 50px 0;
}
.searchpage p.search-total-label {
  font-style: italic;
  color: #808080;
  font-size: 18px;
}
.searchpage ul.list-group li.list-group-item {
  box-shadow: none;
}
.searchpage ul.list-group li.list-group-item h6 {
  font-weight: 400;
  color: #666;
}
.notifications-portlet .navigation-bar-secondary {
  background-color: #e8e8e8;
  border-color: transparent;
  border-style: solid;
  color: #241d19;
}
.notifications-portlet .nav-link {
  color: #7b7b7b;
}
.notifications-portlet .nav-link.active, .notifications-portlet .nav-link:hover {
  color: #003893;
}
.notifications-portlet .list-group-item {
  box-shadow: none;
}
.notifications-portlet .list-group-item h5.text-default {
  font-weight: 400;
  color: #555;
  margin-bottom: 0;
}
.notifications-portlet .list-group-item .autofit-col {
  padding: 0;
}
.notifications-portlet .list-group-item .autofit-col .checkbox {
  padding: 0 10px;
}
.notifications-portlet .list-group-item .autofit-col .user-info {
  display: none;
}
.notifications-portlet .lfr-template.list-group-item {
  display: none;
}

.faqbox {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 50%;
  margin-left: 25%;
}
@media screen and (max-width: 768px) {
  .faqbox {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
}
.faqbox .grupo {
  margin-bottom: 30px;
}
.faqbox .grupo h3 {
  color: #003893;
  font-size: 23px;
}
.faqbox .grupo p.descricao {
  color: #777;
  font-size: 16px;
  margin-top: -5px;
}
.faqbox .grupo .card {
  box-shadow: none;
  margin-bottom: 7px;
}
.faqbox .grupo .card .card-header {
  padding: 0;
}
.faqbox .grupo .card .card-header .btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 17px;
  white-space: normal;
}
.faqbox .grupo .card .card-header .btn, .faqbox .grupo .card .card-header .btn:hover, .faqbox .grupo .card .card-header .btn.collapsed:hover {
  background: #003893;
  color: #fff;
}
.faqbox .grupo .card .card-header .btn.collapsed {
  background: #e6e6e6;
  color: #002e79;
}

.cookies {
  background: #002e79;
  padding: 20px 0;
}
.cookies h5 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin: 7px 0 0 0;
}

.main-header {
  color: #fff;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .main-header {
    font-size: 12px;
    padding-top: 15px;
  }
}
.main-header .row:first-child {
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main-header .row:first-child {
    align-items: flex-start;
  }
}
.main-header h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main-header h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .main-header h4 {
    font-size: 10px;
  }
}
.main-header .logo {
  margin-bottom: 20px;
  max-width: 260px;
}
@media screen and (max-width: 640px) {
  .main-header .logo {
    max-width: 230px;
  }
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main-header .login-container .btn-group {
    margin-top: -4px;
  }
}
.main-header .login-container .btn-group .btn {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .main-header .login-container .btn-group .btn {
    font-size: 11px;
    padding: 3px 6px;
  }
}
@media screen and (max-width: 360px) {
  .main-header .login-container .btn-group .btn {
    font-size: 10px;
    padding: 3px;
  }
}
.main-header .login-container .btn-group .btn.btn-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-header .login-container .btn-group .btn.btn-primary:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2;
}
.main-header .login-container .btn-group .btn.btn-primary.invert {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #002e79;
}
.main-header .login-container .btn-group .btn.btn-primary.invert:hover {
  background: #4a90e2;
}
.main-header .login-container span {
  color: #fccb75;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .main-header .login-container span {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .main-header .login-container span {
    font-size: 16px;
  }
}
.main-header .login-container .list-login {
  display: inline-flex;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  .main-header .login-container .list-login a {
    font-size: 10px;
  }
}
.main-header .login-container .btn-monospaced {
  height: auto;
}
.main-header .button-language-selector {
  border: none;
}
.main-header .button-language-selector span {
  font-size: 1.1rem;
}
.main-header .button-language-selector:active {
  background: transparent !important;
}

.langsocial .list-social {
  display: inline-flex;
}
.langsocial .switch-lang {
  padding-left: 20px;
  display: inline-flex;
}
.langsocial .switch-lang li {
  display: inline-flex;
}
.langsocial .switch-lang li:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5215686275);
}
.funcionario .langsocial .switch-lang li:last-child {
  border-left: 1px solid #ccc;
}
.langsocial .switch-lang li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 0 5px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .langsocial .switch-lang li a {
    padding: 0 10px;
  }
}
.langsocial .switch-lang li a.active {
  font-weight: 700;
  opacity: 1;
  padding: 0 7px;
}
.funcionario .langsocial .switch-lang li a {
  color: #666;
}
.langsocial.d-block.d-md-none {
  padding-top: 20px;
}
.langsocial.d-block.d-md-none .list-social {
  margin-left: 10px;
}
.langsocial.d-block.d-md-none .list-social a {
  font-size: 20px;
}
.langsocial.d-block.d-md-none .switch-lang li a {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .navbar {
    top: 0;
    left: 0;
  }
}

.main-nav {
  margin: 0 auto;
}
.main-nav .nav {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main-nav .nav {
    display: block;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .main-nav .nav li.nav-item {
    display: block;
  }
}
.main-nav .nav li.nav-item a.nav-link {
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 15px;
  transition: opacity 0.2s ease;
  background-color: transparent;
  opacity: 1;
}
.main-nav .nav li.nav-item a.nav-link .lfr-nav-child-toggle {
  margin-left: 4px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .main-nav .nav li.nav-item a.nav-link .lfr-nav-child-toggle {
    display: none;
  }
}
.main-nav .nav li.nav-item a.nav-link.collapse {
  background-color: #003893 !important;
  opacity: 0.8 !important;
}
.main-nav .nav li.nav-item a.nav-link.collapsed {
  background-color: transparent !important;
  opacity: 1 !important;
}
.main-nav .nav li.nav-item a.nav-link .icon-chevron-down {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .main-nav .nav li.nav-item a.nav-link .icon-chevron-down {
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
  }
}
.main-nav .nav li.nav-item:hover a.nav-link {
  background-color: #003893;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.main-nav .nav li.nav-item .child-menu {
  background-color: #003893;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 4px 20px;
  max-height: none;
  min-width: 280px;
  max-width: 360px;
}
.main-nav .nav li.nav-item .child-menu li {
  border-bottom: 2px solid #002e79;
}
.main-nav .nav li.nav-item .child-menu li:last-child {
  border-bottom: none;
}
.main-nav .nav li.nav-item .child-menu li a {
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 15px 0;
  white-space: nowrap;
}
.main-nav .nav li.nav-item .child-menu li a:hover, .main-nav .nav li.nav-item .child-menu li a:active {
  background-color: #003893;
  color: #fccb75;
}
@media screen and (max-width: 768px) {
  .main-nav .nav li.nav-item .child-menu {
    position: relative;
    width: 100%;
    max-width: none;
    display: block !important;
    background-color: transparent !important;
  }
  .main-nav .nav li.nav-item .child-menu li {
    border-bottom: none;
  }
  .main-nav .nav li.nav-item .child-menu li a {
    font-weight: 400;
    display: block;
    padding: 4px 0 4px 8px;
    white-space: normal;
  }
  .main-nav .nav li.nav-item .child-menu li a:hover, .main-nav .nav li.nav-item .child-menu li a:active {
    background-color: transparent;
    color: #fff;
  }
}

.search-toggler {
  color: #fff;
  padding: 15px;
  transition: opacity 0.2s ease;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .search-toggler {
    font-size: 18px;
    right: 37px;
    top: -50px;
    position: absolute;
  }
}
.search-toggler:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.search-toggler-not-signed {
  right: 0;
}

.search-container .form-search {
  position: relative;
}
.search-container .form-search .icon-search {
  position: absolute;
  top: calc(50% - 9px);
  left: 10px;
  color: rgba(36, 29, 25, 0.3);
  z-index: 1;
}
.search-container .form-search .form-control {
  padding-left: 40px;
  border-radius: 2px;
}
.search-container .form-search .form-control ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(36, 29, 25, 0.4);
}
.search-container .form-search .form-control ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(36, 29, 25, 0.4);
}
.search-container .form-search .form-control :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(36, 29, 25, 0.4);
}
.search-container .form-search .form-control :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(36, 29, 25, 0.4);
}
.search-container .portlet-search-bar {
  background-color: transparent;
  padding: 26px;
  border: none;
}
.search-container .portlet-search-bar .search-bar-keywords-input-wrapper {
  max-width: 600px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
}
.search-container .portlet-search-bar .search-bar-keywords-input-wrapper * {
  border: none !important;
}
.search-container .portlet-search-bar .search-bar-keywords-input-wrapper .input-group-inset-item {
  background-color: #4a90e2;
}
.search-container .portlet-search-bar .search-bar-keywords-input-wrapper .input-group-inset-item:hover {
  color: #241d19;
  background-color: #faa947;
}
.search-container .portlet-search-bar .search-bar-keywords-input-wrapper .input-group-inset-item svg {
  fill: #fff;
}

.navbar-toggler {
  position: absolute;
  top: -45px;
  right: 0;
}
.navbar-toggler a {
  color: #fff;
  padding: 5px 0 5px 5px;
  font-size: 24px;
  display: block;
}
.navbar-toggler a:hover {
  text-decoration: none;
}
.navbar-toggler a:before {
  content: "\f139";
}
.funcionario .navbar-toggler a {
  color: #666;
}
.navbar-toggler.collapsed a:before {
  content: "\f0c9";
}

.gotoportal .btn.btn-primary.invert:hover {
  color: #241d19;
  background-color: #faa947;
}
@media screen and (max-width: 768px) {
  .gotoportal .btn.btn-primary.invert {
    font-size: 12px;
    margin-top: -4px;
  }
}

.pcheader .logo {
  margin-bottom: 0;
  max-width: none;
  padding-left: 0;
}
.pcheader .logo img {
  max-width: none;
  display: inline-block;
}
.pcheader .logo img.logo-pc {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .pcheader .logo img.logo-pc {
    width: 100px;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .pcheader .logo img.logo-pc {
    width: 100px;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .pcheader .logo img.logo-pc {
    width: 90px;
    display: block;
  }
}
.pcheader .logo img.logo-mnec {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .pcheader .logo img.logo-mnec {
    width: 100px;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .pcheader .logo img.logo-mnec {
    width: 100px;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .pcheader .logo img.logo-mnec {
    width: 90px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pcheader .user-container {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
.pcheader .switch-lang {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .pcheader .switch-lang {
    top: -57px;
  }
  .pcheader .switch-lang li a {
    font-size: 13px !important;
  }
}
.pcheader .main-nav {
  background: #002e79;
}
.pcheader .main-nav .nav-dashboard {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .pcheader .main-nav .nav-dashboard {
    font-size: 10px;
    flex-direction: column;
    position: relative;
    padding: 20px 0 20px 20px;
  }
}
.pcheader .main-nav .nav-dashboard .nav-link {
  display: inline-flex;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .pcheader .main-nav .nav-dashboard .nav-link {
    font-weight: 400;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pcheader .main-nav .nav-dashboard .nav-link {
    display: block;
    padding: 7px;
  }
  .pcheader .main-nav .nav-dashboard .nav-link:hover, .pcheader .main-nav .nav-dashboard .nav-link:active {
    background: transparent !important;
  }
}
.pcheader .main-nav .nav-dashboard .nav-link i {
  font-size: 15px;
  padding: 4px 7px;
}
.pcheader .main-nav .nav-dashboard .nav-link i.icon-calendar {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .pcheader .main-nav .nav-dashboard .nav-link i {
    display: none;
  }
}
.pcheader .main-nav .nav-dashboard .nav-link:hover, .pcheader .main-nav .nav-dashboard .nav-link:active {
  background: #002460;
}
.funcionario .pcheader .main-nav {
  background: #1d5abd;
}
@media screen and (max-width: 768px) {
  .funcionario .pcheader .main-nav {
    background-color: transparent;
  }
}
.funcionario .pcheader .main-nav .nav-link:hover, .funcionario .pcheader .main-nav .nav-link:active {
  background: #003893;
}
.pcheader .useractions:hover .user-avatar-link {
  background: #1850ab;
}
.pcheader .useractions .dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
  top: 20px;
  background: #0e4296;
  border-radius: 0 0 6px 6px;
  border: none;
  margin: 0;
  padding: 20px 0 0 0;
  max-height: none;
  min-width: 120px;
  max-width: 200px;
  position: absolute;
  z-index: 1;
}
.pcheader .useractions .dropdown-menu.dropdown-menu-right .dropdown-item {
  color: #fff;
  white-space: nowrap;
}
.pcheader .useractions .dropdown-menu.dropdown-menu-right .dropdown-item:hover, .pcheader .useractions .dropdown-menu.dropdown-menu-right .dropdown-item:active {
  background-color: #002e79;
}
.pcheader .useractions .dropdown-menu.dropdown-menu-right .dropdown-item .notificationsbadge {
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  border-radius: 50%;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  background: #faa947 !important;
  border: none;
  color: #241d19;
  font-size: 11px;
}
.pcheader .useractions .dropdown-menu.dropdown-menu-right .dropdown-item .notificationsbadge:hover, .pcheader .useractions .dropdown-menu.dropdown-menu-right .dropdown-item .notificationsbadge:active {
  background: gold !important;
}
@media screen and (max-width: 768px) {
  .pcheader .useractions .dropdown-menu.dropdown-menu-right {
    display: none !important;
  }
}
.pcheader .useractions .personal {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pcheader .useractions .personal {
    margin-top: auto;
    position: initial;
    top: 8px;
  }
}
@media screen and (max-width: 600px) {
  .pcheader .useractions .personal {
    top: 0px;
  }
}
.pcheader .useractions .personal .user-avatar-link {
  display: inline-block;
  padding: 6px;
  background: #0e4296;
  border-radius: 21px;
}
.pcheader .useractions .personal .user-avatar-link:hover {
  background: #1850ab;
}
.pcheader .useractions .personal .user-full-name {
  color: #fff;
  margin: 0 10px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pcheader .useractions .personal .user-full-name {
    display: none;
  }
}
.pcheader .useractions .personal a {
  display: inline-block;
  text-decoration: none;
}
.pcheader .useractions .personal a.text-default .user-icon {
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
  width: 27px;
}
.pcheader .useractions .personal a.text-default .user-avatar-image {
  margin-right: 0;
}
.pcheader .useractions .personal a .sticker-right {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  border-radius: 50%;
  font-size: 13px;
  height: 27px;
  line-height: 27px;
  width: 27px;
  background: #faa947 !important;
  border: none;
  color: #241d19;
}
.pcheader .useractions .personal a .sticker-right:hover, .pcheader .useractions .personal a .sticker-right:active {
  background: gold !important;
}
.funcionario .pcheader {
  /* .logo {
      width: 100px;
  } */
}
.funcionario .pcheader.bg-blue {
  background: #f3f3f3;
}
.funcionario .pcheader .funcbadge {
  color: #241d19;
  padding: 3px 8px;
  margin-left: 15px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 3px;
  background: #fccb75;
}
@media screen and (max-width: 1100px) {
  .funcionario .pcheader .funcbadge {
    display: none;
  }
}
.funcionario .pcheader .useractions .dropdown-menu.dropdown-menu-right {
  background: #f3f3f3;
}
.funcionario .pcheader .useractions .dropdown-menu.dropdown-menu-right .dropdown-item {
  color: #241d19;
}
.funcionario .pcheader .useractions .dropdown-menu.dropdown-menu-right .dropdown-item:hover, .funcionario .pcheader .useractions .dropdown-menu.dropdown-menu-right .dropdown-item:active {
  background-color: #fff;
  color: #003893;
}
.funcionario .pcheader .useractions .personal .user-avatar-link {
  background: #eaeaea;
}
.funcionario .pcheader .useractions .personal .user-avatar-link:hover {
  background: #ccc;
}
.funcionario .pcheader .useractions .personal a.text-default .user-full-name {
  color: #241d19;
}
.funcionario .pcheader .useractions .personal .user-full-name {
  color: #241d19;
  font-size: 14px;
}
.pcheader #container-header {
  margin-left: 0;
}
@media screen and (max-width: 774px) {
  .pcheader .searchLogin {
    padding-right: 48px;
  }
}

.footer-bg {
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 112%;
  background-color: #053996;
}
@media screen and (max-width: 768px) {
  .footer-bg {
    background-size: 300%;
  }
}
.footer-bg .footer-content {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.footer-bg .footer-content a.logo {
  max-width: 300px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer-bg .footer-content a.logo {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
.footer-bg .footer-content a.logo:hover {
  background: none;
}
.footer-bg .footer-content a.logo img {
  display: block;
  width: 100%;
}

#footer.main-footer {
  margin-top: 0;
}
#footer.main-footer .label-follow {
  color: #fff;
  font-size: 12px;
  vertical-align: text-top;
}
#footer.main-footer .list-social {
  display: inline-flex;
}

.footer-nav .navbar-nav {
  flex-direction: column;
  margin-top: 72px;
}
@media screen and (max-width: 575px) {
  .footer-nav .navbar-nav {
    margin: 40px 0 20px 0;
  }
}
.footer-nav .navbar-nav li {
  margin: 3px 0;
}
.footer-nav .navbar-nav li a.nav-link {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 0 0 6px 0;
}
.footer-nav .navbar-nav li a.nav-link .lfr-nav-child-toggle {
  display: none;
}
.footer-nav .navbar-nav li .child-menu.dropdown-menu {
  position: relative;
  display: none;
  border: none;
  background: none;
  padding: 0 0 5px 15px;
  margin: 0;
  box-shadow: none;
}
.footer-nav .navbar-nav li .child-menu.dropdown-menu li a {
  color: #fff;
  font-size: 12px;
  padding: 0;
}
.footer-nav .navbar-nav li .child-menu.dropdown-menu li a:hover, .footer-nav .navbar-nav li .child-menu.dropdown-menu li a:active, .footer-nav .navbar-nav li .child-menu.dropdown-menu li a:focus {
  background: none;
}

.terms-nav .nav {
  display: inline-flex;
  flex-direction: row;
}
@media screen and (max-width: 480px) {
  .terms-nav .nav {
    display: block;
  }
}
.terms-nav .nav li {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .terms-nav .nav li {
    display: block;
    margin-right: 0;
  }
}
.terms-nav .nav li a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .terms-nav .nav li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .terms-nav .nav li a {
    padding: 3px 0;
  }
}

.footerpc {
  position: relative;
  overflow: hidden;
}
.footerpc .bg-grey {
  -webkit-box-shadow: inset 0px 10px 25px -9px rgba(150, 150, 150, 0.3);
  -moz-box-shadow: inset 0px 10px 25px -9px rgba(150, 150, 150, 0.3);
  box-shadow: inset 0px 10px 25px -9px rgba(150, 150, 150, 0.3);
}
.footerpc .logo {
  display: inline-block;
}
.footerpc .logo img {
  height: auto;
  display: inline-block;
}
.footerpc .logo img.logo-gov {
  width: 135px;
}
.footerpc .logo img.logo-portal {
  width: 140px;
  margin-left: 15px;
}
.footerpc .logo img.logo-social-media {
  width: 35px;
  float: right;
}
.footerpc img.brasao {
  position: absolute;
  height: 200%;
  width: auto;
  top: -50%;
  right: 0;
}
.footerpc p.ctct {
  font-size: 13px;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 400px) {
  .footerpc p.ctct {
    margin-top: 10px;
  }
}
.footerpc p.footerElem {
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}
.footerpc #container {
  background: #888687;
}
.footerpc ul.footer-list {
  list-style-type: none;
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footerpc ul.footer-list {
    margin: auto;
  }
}
.footerpc .ul.footer-list {
  display: inline-block;
  vertical-align: top;
}
.footerpc #first-row {
  padding-bottom: 1%;
}
.footerpc a.top {
  color: white;
  font-weight: 500;
}
.footerpc a.top:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footerpc .footer-list.last {
    border-bottom: 1px solid white;
  }
}
@media screen and (max-width: 768px) {
  .footerpc .footer-list.links {
    border-top: 1px solid white;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
}
.footerpc .center-element {
  align-self: center !important;
}
@media screen and (max-width: 768px) {
  .footerpc .footer-elem {
    text-align: left;
  }
}
.footerpc .img-tradu {
  width: 35px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footerpc .logos-portal {
    border-top: 1px solid white;
  }
}
@media screen and (max-width: 768px) {
  .footerpc .border-top {
    border-top: none !important;
  }
}
.footerpc .language {
  top: -9px;
}
@media screen and (max-width: 767px) {
  .footerpc .language-social {
    justify-content: flex-start;
  }
}

.page-header {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e9e8e8;
}
.page-header .col-lg-10 {
  position: relative;
  overflow: hidden;
}
.page-header h1 {
  color: #00183e;
  font-weight: 700;
  font-size: 33px;
  margin-bottom: 0;
  padding: 10px 0 10px 37px;
}
@media screen and (max-width: 992px) {
  .page-header h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .page-header h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .page-header h1 {
    font-size: 20px;
  }
}
.funcionario .page-header {
  padding: 20px 0;
  background-color: #fff;
  border-bottom: none;
}
.funcionario .page-header h1 {
  font-size: 25px;
}
.page-header svg {
  position: absolute;
}
.page-header svg.linha {
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.page-header img.brasao {
  position: absolute;
  height: 200%;
  width: auto;
  top: -50%;
  right: 0;
}

.main-content-home {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-content-home {
    margin-top: -1px;
  }
}

.home-header {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home-header .owl-carousel {
  position: relative;
}
.home-header .owl-carousel .owlitem {
  position: relative;
}
.home-header .owl-carousel .owlitem a {
  position: relative;
  height: 540px;
  padding-top: 360px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .home-header .owl-carousel .owlitem a {
    height: 420px;
    padding-top: 200px;
  }
}
.home-header .owl-carousel .owlitem a figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-header .owl-carousel .owlitem a h3 {
  position: relative;
  z-index: 2;
  display: inline;
  line-height: 1.2;
  padding: 11px 12px 4px 8px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  background: rgba(255, 255, 255, 0.5843137255);
  background: #29a66a;
}
.home-header .owl-carousel .owlitem a h3 span {
  color: #003893;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.home-header .owl-carousel .owlitem a h3 span:hover {
  color: #003893;
  color: #fccb75;
}
.home-header .owl-carousel .owl-dots {
  position: absolute;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 20px;
  align-items: flex-end;
}
.home-header .owl-carousel .owl-dots .owl-dot {
  flex-basis: 100%;
  height: 15px;
  background: rgba(255, 255, 255, 0.4392156863);
  border-left: 1px solid rgba(255, 255, 255, 0.5215686275);
}
.home-header .owl-carousel .owl-dots .owl-dot.active, .home-header .owl-carousel .owl-dots .owl-dot:focus {
  background: #fff;
  outline: none;
  height: 20px;
}
.home-header .owl-carousel .owl-dots .owl-dot:hover {
  background: rgba(255, 255, 255, 0.5725490196);
}

.home-featured-info .section-title {
  color: #002e79;
  margin-bottom: 10px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .home-featured-info .btn-more {
    padding-bottom: 25px;
  }
}

.home-values-twtimeline {
  padding: 40px 0 20px 0;
  background-position: right center;
  background-repeat: no-repeat;
}

.home-faqs {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20%;
}
@media screen and (max-width: 992px) {
  .home-faqs {
    background: none;
  }
}

.home-press {
  padding-top: 20px;
  padding-bottom: 70px;
}
.home-press .image {
  height: 370px;
  background-position: center -110px;
}
@media screen and (max-width: 1000px) {
  .home-press .image {
    background-position: center -60px;
  }
}
@media screen and (max-width: 768px) {
  .home-press .image {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .home-press .image {
    background-size: contain;
    background-position: center 20px;
    height: 280px;
  }
}
.home-press h5 {
  position: relative;
  padding: 15px 0;
  font-size: 20px;
}
.home-press h5:before {
  width: 160px;
  height: 2px;
  background: #006233;
  content: "";
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .home-press .presscoms .item-press {
    margin-bottom: 20px;
  }
}
.home-press .presscoms .item-press a {
  display: block;
  position: relative;
  padding: 25px 25px 53px 25px;
  border-radius: 2px;
  background-color: rgba(0, 98, 51, 0.05);
  border: 1px solid rgba(0, 98, 51, 0.3);
  height: 100%;
  color: #241d19;
  text-decoration: none;
}
.home-press .presscoms .item-press a h4 {
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.2em;
}
@media screen and (max-width: 992px) {
  .home-press .presscoms .item-press a h4 {
    font-size: 14px;
  }
}
.home-press .presscoms .item-press a .icon-chevron-right {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 36px;
  height: 36px;
  background: #003893;
  color: #fff;
  padding: 10px 0 0 13px;
  font-size: 18px;
}
.home-press .presscoms .item-press a .item-meta {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 25px;
}
.home-press .presscoms .item-press a .item-meta span {
  display: block;
}
.home-press .presscoms .item-press a:hover .icon-chevron-right {
  background: #faa947;
}
@media screen and (max-width: 768px) {
  .home-press .presscoms .item-press a {
    padding-top: 15px;
  }
}

.newspage {
  padding: 60px 0 30px 0;
}
.newspage .d-flex {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.newspage .d-flex .noticia {
  display: block;
  width: 33.33%;
  padding: 10px 10px 30px 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .newspage .d-flex .noticia {
    width: 100%;
  }
}
.newspage .d-flex .noticia figure {
  height: 260px;
}
.newspage .d-flex .noticia h3 {
  color: #241d19;
  margin-top: 12px;
}
.newspage .d-flex .noticia p.data {
  font-size: 12px;
  color: #444;
  margin: 0 0 5px 0;
}
.newspage .d-flex .noticia p.widget-resume {
  display: none;
}
.newspage .d-flex .noticia .autofit-col {
  display: none;
}
.newspage .d-flex .noticia:first-child {
  width: 100%;
}
.newspage .d-flex .noticia:first-child figure {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .newspage .d-flex .noticia:first-child figure {
    height: 260px;
  }
}
.newspage .d-flex .noticia:first-child h3 {
  font-size: 30px;
}
.newspage .d-flex .noticia:first-child p.widget-resume {
  display: block;
}
.newspage .d-flex .noticia:hover h3, .newspage .d-flex .noticia:active h3 {
  color: #003893;
}
.newspage.homepagenews {
  padding: 0;
  margin: 0 -10px;
}
.newspage.homepagenews a.noticia {
  padding: 0 10px 15px 10px;
}
.newspage.homepagenews a.noticia h3 {
  font-size: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .newspage.homepagenews a.noticia h3 {
    font-size: 19px;
  }
}
.newspage.homepagenews a.noticia figure {
  height: 140px;
}
@media screen and (max-width: 768px) {
  .newspage.homepagenews a.noticia figure {
    height: 260px;
  }
}
.newspage.homepagenews a.noticia:first-child {
  width: 100%;
}
.newspage.homepagenews a.noticia:first-child figure {
  height: 360px;
}
@media screen and (max-width: 768px) {
  .newspage.homepagenews a.noticia:first-child figure {
    height: 260px;
  }
}
.newspage.homepagenews a.noticia:first-child h3 {
  font-size: 23px;
}
.newspage.homepagenews a.noticia:first-child p.widget-resume {
  font-size: 14px;
  margin: 0;
}
.newsportlet .newspage.homepagenews + .taglib-page-iterator {
  display: none;
}
.newspage + .taglib-page-iterator {
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.newspage + .taglib-page-iterator .lfr-pagination-delta-selector,
.newspage + .taglib-page-iterator .search-results,
.newspage + .taglib-page-iterator .lfr-pagination-buttons.pager {
  display: none;
}

.blogpage .page-header {
  display: none;
}
.blogpage .widget-mode-detail {
  padding: 0;
}
.blogpage .portlet-layout.row {
  display: block;
  flex-wrap: unset;
}
.blogpage .noticiadetalhe {
  padding: 0 0 40px 0;
}
.blogpage .noticiadetalhe .theheader h4.sub-title {
  font-weight: 400;
  margin: 10px 0;
  font-size: 22px;
}
.blogpage .noticiadetalhe .userstuff {
  display: none;
}
.blogpage .noticiadetalhe .datestuff {
  margin: -20px 0 10px 0;
}
.blogpage .noticiadetalhe .datestuff .text-truncate.username {
  display: none;
}
.blogpage .noticiadetalhe img.foto {
  margin: 20px 0 30px 0;
  width: 100%;
  display: block;
}
.blogpage .noticiadetalhe .imagecaption {
  font-size: 15px;
  margin: -15px 0 20px auto;
}
.blogpage .noticiadetalhe .imagecaption * {
  color: #666;
}
.blogpage .noticiadetalhe .thebody p {
  text-align: justify;
}
.blogpage .morenews .entry-navigation {
  padding: 0;
}
.blogpage .morenews .entry-navigation h2 {
  font-size: 18px;
}
.blogpage .morenews .entry-navigation .card {
  box-shadow: none;
}
.blogpage .morenews .entry-navigation .card-body {
  padding: 0;
}
.blogpage .morenews .entry-navigation .card .autofit-col.inline-item-before {
  display: none;
}
.blogpage .morenews .entry-navigation .card .text-truncate.username {
  display: none;
}

figure.no-image {
  background-color: #efefef;
}

.login-page-header {
  height: 240px;
  /*
  custom hp proposal
  height: 400px;
  figure {
      background-position: center 39%;
  }
  h1 {
      font-size: 70px;
      color: $white;
      margin-top: 180px;
  }
  h2 {
      color: $white;
      margin-top: -20px;
  }
  */
}

.login-page-body h1 {
  font-size: 28px;
  font-weight: 600;
}
.login-page-body h2 {
  font-size: 16px;
  font-weight: 400;
}
.login-page-body h3 {
  color: #002e79;
  font-size: 28px;
  font-weight: 600;
}
.login-page-body h4 {
  font-size: 15px;
  color: rgba(36, 29, 25, 0.7);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .login-page-body h1,
  .login-page-body h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .login-page-body {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.login-page-body .c-mt-3.navigation {
  position: absolute;
  right: 0;
  z-index: 2;
  margin-right: 35px;
}
.login-page-body .c-mt-3.navigation a {
  color: rgba(36, 29, 25, 0.7);
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
}
.login-page-body .c-mt-3.navigation a i {
  display: none;
}
.login-page-body .c-mt-3.navigation a:hover, .login-page-body .c-mt-3.navigation a:active {
  color: #241d19;
}
.login-page-body fieldset.fieldset > div {
  position: relative;
}
.login-page-body fieldset.fieldset > div .form-group {
  z-index: 1;
}
.login-page-body fieldset.fieldset > div .navigation {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.login-page-body fieldset.fieldset > div .navigation a {
  color: rgba(36, 29, 25, 0.7);
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
}
.login-page-body fieldset.fieldset > div .navigation a i {
  display: none;
}
.login-page-body fieldset.fieldset > div .navigation a:hover, .login-page-body fieldset.fieldset > div .navigation a:active {
  color: #241d19;
}
.login-page-body .button-holder {
  margin: 0;
}
.login-page-body.forgotpass .taglib-captcha .refresh {
  margin-left: 10px;
}
.login-page-body.forgotpass .taglib-captcha .refresh a {
  font-size: 21px;
  color: #9e9e9e;
  text-decoration: none;
}
.login-page-body.forgotpass .taglib-captcha .refresh a:hover {
  color: #003893;
}
.login-page-body.forgotpass .btn-default i {
  margin-right: 4px;
}

#portlet_terms-of-use,
#portlet_new-password,
#portlet_password-reminder {
  padding-top: 70px;
}
#portlet_terms-of-use .sheet-title,
#portlet_new-password .sheet-title,
#portlet_password-reminder .sheet-title {
  font-size: 30px;
  margin-bottom: 0;
}

#listaPedidosTable.table p {
  margin: 2px 0;
}
#listaPedidosTable.table .pedidoinfo p {
  font-size: 13px;
  color: #777;
}
#listaPedidosTable.table .pedidoinfo p.req {
  font-size: 15px;
}
#listaPedidosTable.table .pedidoinfo.doc p {
  color: #241d19;
}
#listaPedidosTable.table .btn-group {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #listaPedidosTable.table .btn-group {
    display: block;
  }
  #listaPedidosTable.table .btn-group * {
    width: 100%;
    border-radius: 0 !important;
    margin: 0 0 -1px 0 !important;
    display: block;
  }
}

.listapedidos .table .pedidoinfo p {
  font-size: 13px;
  margin: 2px 0;
  color: #777;
}
.listapedidos .table .pedidoinfo p b {
  color: #241d19;
}
.listapedidos .table .pedidoinfo p b a {
  font-size: 12px;
}
.listapedidos .table .btn-sm {
  font-size: 13px;
  font-weight: 400;
  padding: 5px 13px;
}
.listapedidos .table tr td:last-child,
.listapedidos .table tr th :last-child {
  text-align: right;
}

.pedidodetalhe .flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.pedidodetalhe .card {
  box-shadow: none;
  border: none;
}
.pedidodetalhe .card .card-header {
  color: #003893;
  background: #fff;
  font-size: 22px;
  border-bottom: none !important;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.pedidodetalhe .card .card-header h5 {
  color: #555;
  font-size: 18px;
  font-weight: 400;
}
.pedidodetalhe .card .card-header h2 {
  margin: 0;
}
.pedidodetalhe .card .card-body {
  box-shadow: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 20px;
  border-top: none;
}
.pedidodetalhe .card .sub-card {
  border: none;
  box-shadow: none;
}
.pedidodetalhe .card .sub-card .card-body {
  border: none;
}
.pedidodetalhe .card.evolucao .table th {
  color: #241d19;
}
.pedidodetalhe .card.evolucao .table td {
  font-size: 16px;
  font-weight: 400;
}
.pedidodetalhe .card.evolucao .table td b a {
  font-size: 14px;
  display: block;
}
.pedidodetalhe .card.evolucao .table tr:last-child td {
  border-bottom: none;
}
.pedidodetalhe .list-group input[type=file] {
  max-width: 100%;
}
.pedidodetalhe .actions {
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
  padding-bottom: 5px;
}
.pedidodetalhe .actions .btn-group .btn {
  padding: 8px 20px;
}
@media screen and (max-width: 999px) {
  .pedidodetalhe .d-flex {
    flex-direction: column !important;
  }
}
.pedidodetalhe .d-flex .keyvalue {
  padding: 20px;
  width: auto;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
@media screen and (max-width: 999px) {
  .pedidodetalhe .d-flex .keyvalue {
    width: 100%;
    padding: 10px 0;
  }
}
.pedidodetalhe .d-flex .keyvalue label {
  display: block;
  padding-bottom: 4px;
}
@media screen and (max-width: 999px) {
  .pedidodetalhe .d-flex .keyvalue label {
    margin: 0;
    padding: 0;
  }
}
.pedidodetalhe .d-flex .keyvalue small {
  line-height: 1.2;
  display: inline-block;
}
.pedidodetalhe .d-flex.detalhes {
  flex-wrap: wrap;
}
.pedidodetalhe .d-flex.detalhes .keyvalue {
  width: 25%;
}
.pedidodetalhe .d-flex.detalhes .keyvalue.half {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .pedidodetalhe .d-flex.detalhes .keyvalue {
    width: 100%;
  }
}
.pedidodetalhe .actionsfunc {
  background: #f3f3f3;
  border-top: 1px solid #ccc;
  margin: 0 -20px -10px -20px;
  padding: 20px 40px;
}
.pedidodetalhe .actionsfunc h5 {
  margin-bottom: 20px;
  color: #444;
  font-weight: 400;
}
.pedidodetalhe .actionsfunc .estado.portratar {
  display: block;
  width: 100%;
}
.pedidodetalhe .actionsfunc .estado.portratar .customfileinput {
  margin-top: 10px;
}
.pedidodetalhe .actionsfunc .estado.portratar .obs h5 {
  margin: -9px 0 4px 0;
  font-size: 12px;
  color: #868686;
}
.pedidodetalhe .actionsfunc .estado.portratar .obs textarea {
  height: 38px;
  transition: all 0.3s;
  overflow: hidden;
}
.pedidodetalhe .actionsfunc .estado.portratar .obs textarea:focus {
  height: 80px;
  background-color: #fff;
  border-color: #2E5AAC;
  box-shadow: none;
  overflow: auto;
}
.pedidodetalhe .actionsfunc .estado.aceite .obs h6 {
  margin: 15px 0 4px 0;
  font-size: 12px;
  color: #5f5956;
}
.pedidodetalhe .actionsfunc .estado.aceite .obs p {
  font-size: 14px;
  max-width: 100%;
}
.pedidodetalhe .actionscidadao .obs h5 {
  margin: -9px 0 4px 0;
  font-size: 12px;
  color: #868686;
}
.pedidodetalhe .actionscidadao .obs textarea {
  height: 38px;
  transition: all 0.3s;
  overflow: hidden;
}
.pedidodetalhe .actionscidadao .obs textarea:focus {
  height: 80px;
  background-color: #fff;
  border-color: #2E5AAC;
  box-shadow: none;
  overflow: auto;
}
.pedidodetalhe .resultado .btn {
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  .pedidodetalhe .resultado .btn {
    width: 100%;
    display: block;
    margin: 0 0 4px 0;
  }
}
.pedidodetalhe .resultado .btn i {
  margin-right: 5px;
}
.pedidodetalhe .resultado h3 {
  padding-left: 20px;
  margin: 0;
}
.pedidodetalhe .resultado h3 small {
  display: block;
}
@media screen and (max-width: 768px) {
  .pedidodetalhe .resultado h3 {
    margin-top: 10px;
  }
}
.pedidodetalhe .resultado.portratar svg {
  width: 60px;
  height: 60px;
  fill: #ccc;
}
.pedidodetalhe .resultado.docready h4 {
  font-size: 21px;
  margin: 0 auto 20px auto;
  font-weight: 400;
}
.pedidodetalhe .resultado.docready .btn-lg {
  margin-bottom: 15px;
}
.pedidodetalhe .resultado.docready .btn-lg i {
  margin-right: 6px;
}
.pedidodetalhe .voltarpedidos i {
  font-size: 12px;
  margin-right: 6px;
}

.pedidodetalhe .card.evolucao .table th {
  color: #241d19;
  background: #fafbfd;
}

.badge {
  padding: 4px 10px 4px 8px;
  border-radius: 80px;
  text-transform: uppercase;
  font-weight: 400;
}

.badge.warning {
  background-color: #f6a847;
  color: #292929;
}

.badge.info {
  background-color: #dfe1e3;
  color: var(--dark-blue);
}

.badge.success {
  background-color: #29a66a;
  color: #ffffff;
}

.dashboard .userinfo .card {
  background: #f3f3f3;
  margin: -30px 0;
}
@media screen and (max-width: 768px) {
  .dashboard .userinfo .card {
    margin: -30px 0 30px 0;
  }
}
.dashboard .userinfo .card .iniciais {
  padding: 15px;
}
.dashboard .userinfo .card .iniciais .tag-user {
  margin: 0;
}
.dashboard .userinfo .card .infos {
  padding: 15px 15px 15px 0;
}
.dashboard .userinfo .card .infos p {
  font-size: 13px;
}
.dashboard .userinfo .card .infos .actions {
  margin-top: 2px;
}
.dashboard .userinfo .card .infos .actions a {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}
.dashboard .nav.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.dashboard .nav.nav-tabs .nav-item .nav-link {
  cursor: pointer;
  padding: 14px 24px;
}
.dashboard .nav.nav-tabs .nav-item .nav-link h2 {
  margin: 0;
  font-size: 20px;
  color: #868686;
}
.dashboard .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #ccc;
  border-bottom-color: #fff;
}
.dashboard .nav.nav-tabs .nav-item .nav-link.active h2, .dashboard .nav.nav-tabs .nav-item .nav-link:hover h2 {
  color: #003893;
}
@media screen and (max-width: 768px) {
  .dashboard .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 14px;
  }
  .dashboard .nav.nav-tabs .nav-item .nav-link h2 {
    font-size: 14px;
  }
}
.dashboard .tab-pane {
  border: 1px solid #ccc;
  border-top: none;
  padding-top: 20px;
}
.dashboard .table td {
  font-size: 14px;
}
.dashboard .table td a {
  font-size: 13px;
}
.dashboard .alertMessage {
  margin: -30px 0 35px 0;
}

.servicospage .level1 .d-flex a {
  display: block;
  width: 23%;
  margin-right: 1%;
  margin-bottom: 15px;
}
.servicospage .level1 .d-flex a .item-page-featured-links .item-image {
  height: auto;
  border: none;
}
.servicospage .level1 .d-flex a .item-page-featured-links .item-image img {
  display: block;
  max-width: 100%;
}
.servicospage .level1 .d-flex a .item-page-featured-links .item-image i {
  bottom: 0;
  right: 0;
}
.servicospage .level1 .d-flex a .item-page-featured-links .item-image .item-image-disable {
  opacity: 0.5;
}
.servicospage .level1 .d-flex a .item-page-featured-links .item-image .item-image-disable:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .servicospage .level1 .d-flex a {
    width: 100%;
    margin-right: 0;
  }
}

.minhaarea .newpedido {
  font-size: 13px;
  padding: 4px 12px;
  margin-bottom: 9px;
}
.minhaarea .card {
  border: 1px solid #d2d2d2;
  border-radius: 0.25rem;
}
.minhaarea .card.userinfo .card-header {
  padding-bottom: 0;
}
.minhaarea .card .card-body {
  border: none;
  border-radius: 0.25rem;
}
.minhaarea .meusdocs .card-body {
  padding: 7px 30px;
}
.minhaarea .meusdocs .card-body p {
  font-size: 13px;
  color: #444;
}
.minhaarea .meusdocs .card-body p.completos {
  margin: 10px 0 0 0;
}
.minhaarea .meusdocs .card-body .item-doc {
  margin: 23px 0;
}
@media screen and (max-width: 768px) {
  .minhaarea .meusdocs .card-body .item-doc .icon-doc-status {
    display: none;
  }
}
.minhaarea .meusdocs .btn-group .btn {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .minhaarea .meusdocs .btn-group {
    width: auto;
    margin-top: 10px;
  }
}
.minhaarea .table {
  border: none;
}
.minhaarea .table tr:last-child td {
  border: none;
}
.minhaarea .table td {
  text-align: center;
}
.minhaarea .table td b {
  display: block;
}
.minhaarea .table td a {
  display: block;
  text-align: center;
}
.minhaarea .table td a.btn-more {
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0;
}
.minhaarea .semdocs .card-body {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: #f9f9f9;
}
.minhaarea .semdocs .card-body h2 {
  font-weight: 400;
  color: #999;
  font-style: italic;
  margin: 0;
}
.minhaarea .servicos-pc {
  margin-top: 50px;
}
.minhaarea .servicos-pc h3 {
  color: #241d19;
}
@media screen and (max-width: 768px) {
  .minhaarea .servicos-pc h3 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.minhaarea .servicos-pc a figure {
  height: auto;
  border: none !important;
}
.minhaarea .servicos-pc a figure img {
  display: block;
  max-width: 100%;
}
.minhaarea .servicos-pc a figure i {
  bottom: 0 !important;
  right: 0 !important;
}
@media screen and (max-width: 768px) {
  .minhaarea .servicos-pc a {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.minhaarea.meuspedidos .meusdocs .table tr th.situacao {
  width: 65px;
  padding-left: 8px;
}
.minhaarea.meuspedidos .meusdocs .table tr td {
  background: #fff !important;
  text-align: left;
}
.minhaarea.meuspedidos .meusdocs .table tr td a {
  text-align: left;
}
.minhaarea.meuspedidos .meusdocs .table tr td a span {
  font-weight: 400;
}
.minhaarea.meuspedidos .meusdocs .table tr td .btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .minhaarea.meuspedidos .meusdocs .table tr td .btn {
    display: block;
    width: 100%;
    padding: 6px 10px;
  }
  .minhaarea.meuspedidos .meusdocs .table tr td .btn i {
    display: none !important;
  }
}
.minhaarea.meuspedidos .meusdocs .table tr td p {
  margin: 3px 0 0 0;
}
.minhaarea.meuspedidos .meusdocs .table tr td b {
  display: inline;
}
.minhaarea.meuspedidos .meusdocs .table tr td b.nome {
  color: #5d5d5d;
  font-size: 14px;
}
.minhaarea.meuspedidos .meusdocs .table tr td.situacao {
  width: 65px;
  padding-left: 0;
}
.minhaarea.meuspedidos .meusdocs .table tr td.situacao .icon-doc-status {
  margin: 0;
}
.minhaarea.meuspedidos .meusdocs .table tr td.situacao p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
}

.faturacao *:disabled {
  color: #666 !important;
  font-style: italic;
}
.faturacao .flashy {
  -webkit-animation-name: flashy;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes flashy {
  0% {
    border-color: #4a90e2;
    box-shadow: 0 0 0 0.1rem #c5e0ff;
  }
  100% {
    box-shadow: none;
    border-color: #e7e7ed;
  }
}

.tablecheckout tbody td {
  line-height: 1.3;
}
.tablecheckout .remove {
  width: 20px;
  padding: 12px 0;
}
.tablecheckout .text-right {
  width: 50px;
  font-weight: bold;
}
.tablecheckout tfoot .total td {
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: bold;
}
.tablecheckout .closecross:after,
.tablecheckout .closecross:before {
  background-color: #a7a7a7;
}
.tablecheckout .closecross:hover:after,
.tablecheckout .closecross:hover:before {
  background-color: red;
}
.tablecheckout .remove-checkout {
  text-decoration: none;
}

.checkout-personal-bar a {
  color: white;
  text-decoration: none;
}
.checkout-personal-bar .checkout-shopping-cart {
  position: relative;
  bottom: -6px;
  margin-left: 7px;
}
.checkout-personal-bar .intranet {
  color: #1d5abd;
}
.checkout-personal-bar .checkout-count-badge {
  position: relative;
  left: -10px;
  right: auto;
  top: -10px;
  border-radius: 50%;
  font-size: 11px;
  height: 20px;
  line-height: 27px;
  width: 20px;
  background: #faa947 !important;
  border: none;
  color: #241d19;
  text-align: center;
  vertical-align: middle;
}

.checkoutdetalhe .flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.checkoutdetalhe .card {
  box-shadow: none;
  border: none;
  margin-bottom: 40px;
}
.checkoutdetalhe .card .card-header {
  color: #003893;
  font-weight: 400;
  background: #fff;
  font-size: 22px;
  padding: 0 0 8px 0;
  border-bottom: 4px solid #ccc;
}
.checkoutdetalhe .card .card-header h5 {
  color: #555;
  font-size: 18px;
  font-weight: 400;
}
.checkoutdetalhe .card .card-header h2 {
  margin: 0;
}
.checkoutdetalhe .card .card-body {
  box-shadow: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 20px;
}
.checkoutdetalhe .card .sub-card {
  border: none;
  box-shadow: none;
}
.checkoutdetalhe .card .sub-card .card-body {
  border: none;
}
.checkoutdetalhe .card.evolucao .table th {
  color: #241d19;
}
.checkoutdetalhe .card.evolucao .table td {
  font-size: 16px;
  font-weight: 400;
}
.checkoutdetalhe .card.evolucao .table td b a {
  font-size: 14px;
  display: block;
}
.checkoutdetalhe .card.evolucao .table tr:last-child td {
  border-bottom: none;
}
.checkoutdetalhe .list-group input[type=file] {
  max-width: 100%;
}
.checkoutdetalhe .actions {
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
  padding-bottom: 5px;
}
.checkoutdetalhe .actions .btn-group .btn {
  padding: 8px 20px;
}
@media screen and (max-width: 999px) {
  .checkoutdetalhe .d-flex {
    flex-direction: column !important;
  }
}
.checkoutdetalhe .d-flex .keyvalue {
  padding: 20px;
  width: auto;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
@media screen and (max-width: 999px) {
  .checkoutdetalhe .d-flex .keyvalue {
    width: 100%;
    padding: 10px 0;
  }
}
.checkoutdetalhe .d-flex .keyvalue label {
  display: block;
  padding-bottom: 4px;
}
@media screen and (max-width: 999px) {
  .checkoutdetalhe .d-flex .keyvalue label {
    margin: 0;
    padding: 0;
  }
}
.checkoutdetalhe .d-flex .keyvalue small {
  line-height: 1.2;
  display: inline-block;
}
.checkoutdetalhe .d-flex.detalhes {
  flex-wrap: wrap;
}
.checkoutdetalhe .d-flex.detalhes .keyvalue {
  width: 25%;
}
.checkoutdetalhe .d-flex.detalhes .keyvalue.half {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .checkoutdetalhe .d-flex.detalhes .keyvalue {
    width: 100%;
  }
}
.checkoutdetalhe .actionsfunc {
  background: #f3f3f3;
  border-top: 1px solid #ccc;
  margin: 0 -20px -10px -20px;
  padding: 20px 40px;
}
.checkoutdetalhe .actionsfunc h5 {
  margin-bottom: 20px;
  color: #444;
  font-weight: 400;
}
.checkoutdetalhe .actionsfunc .estado.portratar {
  display: block;
  width: 100%;
}
.checkoutdetalhe .actionsfunc .estado.portratar .customfileinput {
  margin-top: 10px;
}
.checkoutdetalhe .actionsfunc .estado.portratar .obs h5 {
  margin: -9px 0 4px 0;
  font-size: 12px;
  color: #868686;
}
.checkoutdetalhe .actionsfunc .estado.portratar .obs textarea {
  height: 38px;
  transition: all 0.3s;
  overflow: hidden;
}
.checkoutdetalhe .actionsfunc .estado.portratar .obs textarea:focus {
  height: 80px;
  background-color: #fff;
  border-color: #2E5AAC;
  box-shadow: none;
  overflow: auto;
}
.checkoutdetalhe .actionsfunc .estado.aceite .obs h6 {
  margin: 15px 0 4px 0;
  font-size: 12px;
  color: #5f5956;
}
.checkoutdetalhe .actionsfunc .estado.aceite .obs p {
  font-size: 14px;
  max-width: 100%;
}
.checkoutdetalhe .resultado .btn {
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  .checkoutdetalhe .resultado .btn {
    width: 100%;
    display: block;
    margin: 0 0 4px 0;
  }
}
.checkoutdetalhe .resultado .btn i {
  margin-right: 5px;
}
.checkoutdetalhe .resultado h3 {
  padding-left: 20px;
  margin: 0;
}
.checkoutdetalhe .resultado h3 small {
  display: block;
}
@media screen and (max-width: 768px) {
  .checkoutdetalhe .resultado h3 {
    margin-top: 10px;
  }
}
.checkoutdetalhe .resultado.portratar svg {
  width: 60px;
  height: 60px;
  fill: #ccc;
}
.checkoutdetalhe .resultado.docready h4 {
  font-size: 21px;
  margin: 0 auto 20px auto;
  font-weight: 400;
}
.checkoutdetalhe .resultado.docready .btn-lg {
  margin-bottom: 15px;
}
.checkoutdetalhe .resultado.docready .btn-lg i {
  margin-right: 6px;
}
.checkoutdetalhe .voltarpedidos i {
  font-size: 12px;
  margin-right: 6px;
}

.btn.btn-primary {
  color: #fff;
  font-weight: 600;
  background-color: #1d3e87;
}

.tablecheckout tfoot .total td {
  background-color: #f4f4f4;
  font-size: 0.875rem;
  font-weight: bold;
}

.tablecheckout .text-right {
  width: 50px;
}

.indicativoTlm {
  border: 1px solid var(--gray);
  border-radius: 4px;
  color: var(--brand-gray-700) !important;
  background-color: white !important;
  height: 56px;
}

.paymethods label {
  display: block;
}
.paymethods label .method {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .paymethods label .method {
    flex-wrap: wrap;
    padding-left: 0;
  }
}
.paymethods label .method:hover {
  background: #f4f4f4;
}
.paymethods label .method.chosen {
  background: #d4ffd4;
}
.paymethods label .method .radiocol {
  width: 40px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .paymethods label .method .radiocol {
    width: 36px;
  }
}
.paymethods label .method .text {
  flex-grow: 1;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .paymethods label .method .text {
    width: 100%;
    padding-top: 10px;
    padding-left: 40px;
  }
}
.paymethods label .method .text h5 {
  font-size: 17px;
  margin-bottom: 0;
}
.paymethods label .method .text p {
  font-size: 15px;
  font-weight: 400;
  color: #777;
}
.paymethods label .method .logos {
  width: 240px;
}
.paymethods label.allcards .method .logos img {
  max-height: 40px;
  width: auto;
}
.paymethods label.multibanco .method .logos img {
  width: 130px;
  margin-left: 5px;
}
.paymethods label.mbway .method .logos img {
  width: 87px;
}

.paymentsecure .btn-group {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  flex-flow: nowrap;
}
@media screen and (max-width: 768px) {
  .paymentsecure .btn-group {
    width: auto;
  }
}
.paymentsecure .btn-group .btn {
  padding: 0;
  width: 86px;
  height: 62px;
  background-position: center;
  background-repeat: no-repeat;
}
.paymentsecure .btn-group .btn.mc, .paymentsecure .btn-group .btn.visa {
  border-left: 1px solid #ccc;
  background-size: contain;
}
.paymentsecure .btn-group .btn.mc:hover, .paymentsecure .btn-group .btn.visa:hover {
  opacity: 0.7;
}
.paymentsecure .btn-group .btn.cgd {
  background-size: 124%;
  cursor: default;
}
.paymentsecure .btn-group .btn.cgd:hover {
  opacity: 1;
}

.paymentpage.mb .table {
  max-width: 600px;
  margin: 40px auto;
}
.paymentpage.mb .table td {
  font-size: 16px;
}
.paymentpage.mbway .telemovel {
  padding: 20px 0;
  font-size: 17px;
}
.paymentpage.mbway .telemovel b {
  font-size: 21px;
  display: block;
  margin: 4px 0;
}
.pedidocertidao button.btn.btn-invisible {
  background: none;
}
.pedidocertidao .item-services-pricing {
  padding: 13px 0 0 0;
  border: none;
}
.pedidocertidao .item-services-pricing b {
  font-size: 17px;
}
.pedidocertidao .item-services-pricing .item-price {
  font-size: 22px;
}
.pedidocertidao .component-featured-links {
  margin-bottom: 40px;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .pedidocertidao .component-featured-links {
    margin-top: 0;
  }
}
.pedidocertidao .component-featured-links h5 {
  font-weight: 400;
  font-size: 17px;
}
.pedidocertidao .card {
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0;
  border: none;
  margin-bottom: 2rem;
}
.pedidocertidao .card.clean {
  box-shadow: none;
}
.pedidocertidao .card.clean .card-header {
  box-shadow: none;
}
.pedidocertidao .card .card-header {
  color: #241d19;
  font-size: 18px;
  padding: 5px 10px;
  font-weight: bold;
  box-shadow: 0px 0px 0px 0.5px #ececec;
}
.pedidocertidao .card .card-body {
  box-shadow: none;
  border: none;
  background: #fff;
}
.pedidocertidao .card.tipo label {
  margin-top: 5px;
}
.pedidocertidao .sub-card {
  box-shadow: none;
  padding-top: 15px;
}
.pedidocertidao .sub-card .card {
  box-shadow: none;
}
.pedidocertidao textarea {
  min-height: inherit !important;
  height: auto !important;
}
.pedidocertidao .custom-control-input {
  left: 0.21875rem;
  z-index: 1;
}
.pedidocertidao .nav.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.pedidocertidao .nav.nav-tabs .nav-item .nav-link {
  cursor: pointer;
  padding: 14px 24px;
}
.pedidocertidao .nav.nav-tabs .nav-item .nav-link h2 {
  margin: 0;
  font-size: 20px;
  color: #868686;
}
.pedidocertidao .nav.nav-tabs .nav-item .nav-link h2.error {
  color: #e87272;
}
.pedidocertidao .nav.nav-tabs .nav-item .nav-link.error {
  background-color: #feefef;
}
.pedidocertidao .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #ccc;
  border-bottom-color: #fff;
}
.pedidocertidao .nav.nav-tabs .nav-item .nav-link.active.error {
  border-color: #f48989;
}
.pedidocertidao .nav.nav-tabs .nav-item .nav-link.active h2, .pedidocertidao .nav.nav-tabs .nav-item .nav-link:hover h2 {
  color: #003893;
}
.pedidocertidao .nav.nav-tabs .nav-item .nav-link.active h2.error, .pedidocertidao .nav.nav-tabs .nav-item .nav-link:hover h2.error {
  color: #DA1414;
}
@media screen and (max-width: 768px) {
  .pedidocertidao .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 14px;
  }
  .pedidocertidao .nav.nav-tabs .nav-item .nav-link h2 {
    font-size: 14px;
  }
}

.pedido-form select.form-control {
  padding-top: 3px;
  padding-bottom: 3px;
}

.float {
  position: fixed;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .float {
    bottom: 40px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .float {
    bottom: 0;
    right: 0;
  }
}

.listacidadaos .nav.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.listacidadaos .nav.nav-tabs .nav-item .nav-link {
  cursor: pointer;
  padding: 14px 24px;
}
.listacidadaos .nav.nav-tabs .nav-item .nav-link h2 {
  margin: 0;
  font-size: 20px;
  color: #868686;
}
.listacidadaos .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #ccc;
  border-bottom-color: #fff;
}
.listacidadaos .nav.nav-tabs .nav-item .nav-link.active h2, .listacidadaos .nav.nav-tabs .nav-item .nav-link:hover h2 {
  color: #003893;
}
@media screen and (max-width: 768px) {
  .listacidadaos .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 14px;
  }
  .listacidadaos .nav.nav-tabs .nav-item .nav-link h2 {
    font-size: 14px;
  }
}
.listacidadaos .tab-pane {
  border: 1px solid #ccc;
  border-top: none;
  padding-top: 20px;
}
.listacidadaos .table p {
  margin: 2px 0;
}
.listacidadaos .table .pedidoinfo p {
  font-size: 13px;
  color: #777;
}
.listacidadaos .table .pedidoinfo p.req {
  font-size: 15px;
}
.listacidadaos .table .pedidoinfo.doc p {
  color: #241d19;
}
.listacidadaos .table .btn-group {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .listacidadaos .table .btn-group {
    display: block;
  }
  .listacidadaos .table .btn-group * {
    width: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
    display: block;
  }
}

.cidadaodetalhe .card {
  box-shadow: none;
  border: none;
  margin-bottom: 20px;
}
.cidadaodetalhe .card .card-header {
  color: #003893;
  font-weight: 400;
  background: #fff;
  font-size: 22px;
  padding: 0 0 8px 0;
  border-bottom: 4px solid #ccc;
}
.cidadaodetalhe .card .card-header h2 {
  margin: 0;
}
.cidadaodetalhe .card .card-body {
  box-shadow: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 20px;
}
.cidadaodetalhe .card .card-body .d-flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .cidadaodetalhe .card .card-body .d-flex {
    flex-direction: column !important;
  }
}
.cidadaodetalhe .card .card-body .d-flex .keyvalue {
  padding: 10px 20px;
  width: 25%;
}
.cidadaodetalhe .card .card-body .d-flex .keyvalue.half {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .cidadaodetalhe .card .card-body .d-flex .keyvalue {
    width: 100%;
    padding: 10px 0;
  }
}
.cidadaodetalhe .card .card-body .d-flex .keyvalue label {
  display: block;
  padding-bottom: 4px;
}
@media screen and (max-width: 999px) {
  .cidadaodetalhe .card .card-body .d-flex .keyvalue label {
    margin: 0;
    padding: 0;
  }
}
.cidadaodetalhe .card .card-body .d-flex hr {
  width: 100%;
  height: 1px;
}
.cidadaodetalhe .voltar i {
  font-size: 12px;
  margin-right: 6px;
}
.cidadaodetalhe .custom-control-input {
  left: 0.21875rem;
  z-index: 1;
}

.marcacoes .list-contacts-info li {
  color: #333;
  font-size: 15px;
  display: flex;
  line-height: 1.3;
  margin-bottom: 10px;
}
.marcacoes .list-contacts-info li span {
  padding-top: 3px;
}
.marcacoes .list-contacts-info li a {
  color: #003893;
  display: block;
}
.marcacoes .fc .fc-button {
  border-radius: 0;
}
.marcacoes .fc .fc-button.fc-state-default {
  background: #fff;
  border-color: #2f77cc;
  text-shadow: none;
  box-shadow: none;
}
.marcacoes .fc .fc-button.fc-state-default.fc-state-disabled {
  opacity: 0.9;
  color: #777;
  cursor: default;
}
.marcacoes .fc .fc-header-toolbar {
  background: #4a90e2;
  margin: 0;
  padding: 10px;
}
.marcacoes .fc .fc-header-toolbar .fc-left h2 {
  font-size: 16px;
  font-weight: 400;
  padding-top: 7px;
  color: #fff;
  padding-left: 10px;
}
.marcacoes .fc table th {
  font-size: 14px;
  background: #f3f3f3;
  color: #777;
}
.marcacoes .fc table th span {
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
}
.marcacoes .fc table td.fc-time {
  background: #f3f3f3;
}
.marcacoes .fc .fc-event-container {
  margin: 0 !important;
}
.marcacoes .fc .fc-event-container .fc-event {
  background: #003893;
  border-radius: 0;
  border: none;
}
.marcacoes .fc .fc-event-container .fc-event .fc-content {
  top: 4px;
  color: #fff;
}
.marcacoes .fc .fc-event-container .fc-event.usercreated {
  background: #006233;
}
.marcacoes .modal-content {
  max-width: 80%;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.marcacoes .modal-header {
  background-color: #003893;
  color: #fff;
}

.cidadao .marcacoes .fc .fc-event-container .fc-event {
  background: repeating-linear-gradient(-45deg, #8b8b8b, #8b8b8b 10px, #757575 10px, #757575 20px);
}
.cidadao .marcacoes .fc .fc-event-container .fc-event .fc-content {
  display: none;
}
.cidadao .marcacoes .fc .fc-event-container .fc-event.usercreated {
  background: #006233;
}
.cidadao .marcacoes .fc .fc-event-container .fc-event.usercreated .fc-content {
  top: 4px;
  color: #fff;
  display: block;
}

.iframe-container {
  min-height: 420px;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.porGravar {
  color: #faa947;
}

.botoes-edicao {
  float: right;
}

botoes-criar {
  margin-top: 12px;
}

.workflows {
  display: flex;
  align-items: center;
}
.workflows .wrapper {
  position: relative;
  height: 100%;
}
.workflows .wrapper .estado {
  position: absolute;
  width: 95%;
  top: 0;
}
.workflows .icones {
  justify-content: center;
  text-align: center;
  display: inherit;
}
.workflows .icones .lixo {
  cursor: pointer;
}

.botoes-gestao {
  position: absolute;
  transform: translate3d(0px, 36px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}

.modal-close-btn {
  display: flex;
  justify-content: flex-end;
}
.modal-close-btn .modal-close {
  cursor: pointer;
  padding: 0.5rem;
}

.modal-button .nav.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.modal-button .nav.nav-tabs .nav-item .nav-link {
  cursor: pointer;
  padding: 14px 24px;
}
.modal-button .nav.nav-tabs .nav-item .nav-link h2 {
  margin: 0;
  font-size: 20px;
  color: #868686;
}
.modal-button .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #ccc;
  border-bottom-color: #fff;
}
.modal-button .nav.nav-tabs .nav-item .nav-link.active h2, .modal-button .nav.nav-tabs .nav-item .nav-link:hover h2 {
  color: #003893;
}
@media screen and (max-width: 768px) {
  .modal-button .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 14px;
  }
  .modal-button .nav.nav-tabs .nav-item .nav-link h2 {
    font-size: 14px;
  }
}
.modal-button .tab-pane {
  border: 1px solid #ccc;
  border-top: none;
  padding-top: 20px;
}

.modal-table {
  table-layout: fixed;
}
.modal-table .modal-rows {
  cursor: pointer;
}
.modal-table .modal-rows .modal-selected {
  background-color: #F2F5F8;
}

.portlet-decorate .portlet-content {
  background: #FFF;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  word-wrap: break-word;
}

.portlet-barebone .portlet-content {
  background: #FFF;
  padding: 12px;
}

header .portlet, header .field-wrapper, header .form-group {
  margin-bottom: 0;
}
header .text-default {
  color: #6B6C7E;
  font-weight: 600;
}
header .field-wrapper {
  position: absolute;
  right: 4px;
  top: 2px;
}
header .field-wrapper a {
  color: #FFF;
}
header .portlet {
  margin-bottom: 0;
}
header .portlet:hover {
  z-index: 1034;
}
header .user-avatar-link {
  position: relative;
}
header .user-personal-bar .fieldset {
  position: relative;
}
header .user-personal-bar .sticker {
  bottom: auto;
  left: -1rem;
  right: auto;
  top: -1rem;
}
header .search-input {
  font-size: 0.88rem;
  padding: 0.28rem 2rem 0.28rem 1rem;
}
header .user-avatar-image {
  display: inline-flex;
  margin-right: 0.5rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  header .user-full-name {
    display: none;
  }
}

.navbar-top {
  padding-bottom: 0.907rem;
  padding-top: 0.907rem;
}

.navbar-classic {
  background-color: #FFF;
}

.navbar-classic.navbar-light {
  border-bottom: 1px solid #E7E7ED;
}

@media only screen and (max-width: 767px) {
  .navbar-classic .navbar-blank {
    margin-top: 2rem;
  }
  .search-container {
    display: none;
  }
}
.navbar-classic .navbar-form {
  padding: 0;
}

.navbar-classic .navbar-form .field-wrapper {
  right: 0;
  top: 0;
}

.navbar-classic .navbar-form .field-wrapper .lfr-icon-item {
  color: #6B6C7E;
}

@media (max-width: 767.98px) {
  .navbar-classic .portlet-search-bar {
    width: 100%;
  }
}
.navbar-classic .logo:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .navbar-classic .navbar-nav .nav-item:not(:last-of-type) .nav-link {
    margin-right: 16px;
  }
}
.navbar-classic .nav-link {
  color: #6B6C7E;
  font-size: 0.9375rem;
  font-weight: 600;
}

.portlet-layout .portlet .management-bar > .container-fluid-max-xl, .portlet-layout .portlet .navbar-underline > .container-fluid-max-xl {
  padding-left: 0;
  padding-right: 0;
}
.portlet-layout .portlet .portlet-title-text {
  color: #6B6C7E;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .btn-group + .info-panel {
    top: auto;
  }
}

#footer {
  background-color: #30313F;
  color: #FFF;
}
#footer > .container {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.icon-wrapper {
  width: 14px;
  height: 14px;
}

/**
* The CSS for Portal Único is based on an architecture suggestion for design system
* at this link: https://bradfrost.com/blog/post/css-architecture-for-design-systems/
*/
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("font-awesome/font/outfit-400.woff2") format("woff2"), url("font-awesome/font/outfit-400.woff") format("woff"), url("font-awesome/font/outfit-400.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("font-awesome/font/outfit-500.woff2") format("woff2"), url("font-awesome/font/outfit-500.woff") format("woff"), url("font-awesome/font/outfit-500.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("font-awesome/font/outfit-700.woff2") format("woff2"), url("font-awesome/font/outfit-700.woff") format("woff"), url("font-awesome/font/outfit-700.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("font-awesome/font/outfit-900.woff2") format("woff2"), url("font-awesome/font/outfit-900.woff") format("woff"), url("font-awesome/font/outfit-900.ttf") format("truetype");
}
:root {
  --primary-color: #1d3e87;
  --dark-blue: #13295b;
  --light-gray: #f3f5f8;
  --dark-gray: #292929;
  --gray: #8e8f91;
  --brand-gray-100: #dfe1e3;
  --brand-gray-200: #cacccf;
  --brand-gray-600: #535862;
  --brand-gray-700: #656667;
  --whyte: #ffffff;
  --success-color: #29a66a;
  --warning-color: #f6a847;
  --error-color: #e06b6f;
  --info-color: #dfe1e3;
  --black: #000000;
  --brand-blue-50: #cdd4e5;
  --brand-blue-100: #b4bfd7;
  --brand-blue-200: #8194bd;
  --brand-green-50: #dbf0e6;
  --brand-green-700: #208152;
  --brand-red: #cf2127;
  --brand-red-50: #fae6e7;
  --brand-red-500: #cf2127;
  --brand-red-600: #b91d23;
  --brand-yellow-50: #fef5eb;
  --brand-yellow-900: #885e27;
  --pu-icon-white-filter: invert(100%) sepia(100%) saturate(27%) hue-rotate(29deg) brightness(107%) contrast(106%);
  --portal-font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: var(--portal-font-family) !important;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.content-section {
  padding: 0 0;
}
@media (max-width: 767px) {
  .content-section {
    /* Styles for phones */
    margin-top: 0; /* Hack to not hide content under navbar */
    padding: 0 0;
  }
}

.pu-c-btn--white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #2C508C;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  box-shadow: 0 1px 10px rgba(44, 80, 140, 0.12);
  transition: all 0.2s ease;
}
.pu-c-btn--white:hover {
  box-shadow: 0 4px 12px rgba(44, 80, 140, 0.18);
  transform: translateY(-1px);
}
.pu-c-btn--white:focus-visible {
  outline: 3px solid var(--primary-color);
  outline-offset: 2px;
}

.pu-login-icon {
  width: 16px;
  height: 16px;
}

.pu-u-heading-1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .pu-u-heading-1 {
    /* Styles for phones */
    font-size: 32px;
    line-height: 40px;
  }
}

.pu-u-heading-2 {
  font-size: 32px !important;
  line-height: 48px;
  font-weight: 900;
  color: var(--dark-blue);
}

.pu-u-heading-3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: var(--dark-blue);
}

.pu-u-heading-6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: var(--dark-blue);
  font-family: "Outfit", sans-serif;
}

.pu-u-heading-6-black {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: var(--black);
  font-family: "Outfit", sans-serif;
}

.pu-u-body-1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--dark-blue);
}

.pu-u-body-2 {
  font-size: 0.95rem;
  line-height: 24px;
  font-weight: 400 !important;
  color: var(--dark-blue) !important;
}

.pu-u-caption-1 {
  font-size: 0.95rem !important;
  line-height: 18px;
  font-weight: 400;
  color: #a2a3a5;
}

.pu-u-heading-7 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--primary-color);
}

/* End of Typography */
/* General Utilities */
.pu-u-container {
  max-width: 1328px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 128px;
}
@media (max-width: 767px) {
  .pu-u-container {
    /* Styles for phones */
    padding: 0 16px;
  }
}

.pu-u-responsive-margin-left {
  padding-left: 12px;
}

.pu-u-responsive-margin-bottom {
  margin-left: 32px;
}

.pu-u-responsive-margin-bottom-1 {
  margin-left: 32px;
}

@media (min-width: 768px) {
  .pr-md-32 {
    padding-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .pu-u-responsive-margin-bottom-1 {
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
  }
  .pu-u-responsive-margin-bottom {
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 0;
  }
  .pu-u-responsive-margin-left {
    padding-left: 0;
  }
}
.pu-u-text-decoration-none, .pu-u-text-decoration-none:hover {
  text-decoration: none;
}

.pu-u-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin-top: 2rem;
  gap: 2rem;
}

.pu-u-icon-white {
  filter: invert(100%) sepia(100%) saturate(27%) hue-rotate(29deg) brightness(107%) contrast(106%);
}

.pu-u-text-gray {
  color: #535862 !important;
}

.pu-u-text-black {
  color: #181d27 !important;
}

.pu-u-red-border {
  border: 2px solid var(--brand-red);
}

/* End of General Utilities */
/* Header */
.pu-c-header {
  padding-left: 110px;
  padding-right: 110px;
  border-bottom: 2px solid var(--primary-color);
}

.pc-c-header__menus a {
  color: var(--dark-gray);
}

.pc-c-header__menu-item:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.pu-c-header__search-button {
  cursor: pointer;
}

.pu-c-header__search-overlay {
  width: 860px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
}

/* End of Header */
/* Service Card */
.pu-c-service-card {
  height: 180px;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  min-width: 240px;
  padding: 24px;
}

.pu-c-service-card:hover {
  border: 1px solid #002e78;
}

.pu-c-service-card__link:hover {
  text-decoration: none;
}

.pu-c-service-card__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  margin-top: 24px;
}

.pu-c-service-card__button {
  height: 40px;
  width: 40px;
}

@media (min-width: 1240px) {
  .pu-c-service-card-column {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1239.98px) {
  .pu-c-service-card-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1239.98px) {
  .pu-c-service-card-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* End of Service Card */
/* Services Card */
.pu-c-services-card {
  height: 230px !important;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  min-width: 280px;
}

.pu-c-services-card:hover {
  border: 1px solid #002e78;
}

.pu-c-services-card__link:hover {
  text-decoration: none;
}

.pu-c-services-card__toptag {
  height: 30px;
  padding: 6px 8px;
  border-radius: 4px 4px 0 0;
}

.pu-c-services-card__toptag--success {
  background-color: #29a66a;
  color: #ffffff;
}

.pu-c-services-card__toptag--warning {
  background-color: #f6a847;
  color: #292929;
}

.pu-c-services-card__toptag--info {
  background-color: #dfe1e3;
  color: #0d1c3c;
}

.pu-c-services-card__toptag__description {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
}

.pu-c-services-card__bottomtag {
  height: 30px;
  padding: 6px 8px 6px 24px;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid var(--light-gray);
  background-color: #cdd4e5;
  margin-top: -2px;
}

.pu-c-services-card__bottomtag__description {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-color);
}

.pu-c-services-card-title-row {
  display: flex;
  align-items: center;
}

.pu-c-services-card__body {
  flex-grow: 1;
  padding: 24px;
}

.pu-c-services-card__body img:first-child {
  width: 64px;
  height: 64px;
}

.pu-c-services-card__button {
  height: 40px;
  width: 40px;
}

.pu-c-services-card__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  margin-top: 24px;
}

@media (max-width: 1120px) {
  #services-section .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 830px) {
  #services-section .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* End of Services Card */
@media (max-width: 1120px) {
  #identification-services .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 830px) {
  #identification-services .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Buttons */
.pu-c-btn {
  border-radius: 2px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 16px;
  padding-right: 16px;
}

.pu-c-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.pu-c-btn--primary {
  background-color: var(--primary-color);
  color: #ffffff;
  border: 0;
}

/* End of Buttons */
/* News Card */
.news_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 2rem;
}

.pu-c-news-card__link {
  display: block;
  width: 360px;
  height: 314px;
  text-decoration: none;
}

.pu-c-news-card__link:hover {
  text-decoration: none;
}

.pu-c-news-card {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #FFFFFF;
}

/* Responsividade */
@media (max-width: 830px) {
  .pu-c-news-card__link {
    width: 100%;
    height: auto;
  }
}
.pu-c-news-card__image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.pu-c-news-card__body {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.pu-c-news-card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pu-c-news-card__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End of News Card */
/* Hero */
.pu-c-hero {
  border-radius: 16px;
  width: 100%;
}

.pu-c-hero__top {
  height: 422px;
  padding: 0 64px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #003893;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: image-set(url("../images/footer/hero-desktop-1x.png") 1x, url("../images/footer/hero-desktop-2x.png") 2x);
}
@media (max-width: 767px) {
  .pu-c-hero__top {
    /* Styles for phones */
    background-image: image-set(url("../images/footer/hero-mobile-1x.png") 1x, url("../images/footer/hero-mobile-2x.png") 2x);
  }
}

.pu-c-hero__bottom {
  border-top: 2px solid #d02127;
  background-color: var(--light-gray);
  padding: 32px 64px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pu-c-hero__frequent-service-card {
  color: #292929;
}

.pu-c-hero__frequent-service-card:hover {
  color: #292929;
  text-decoration: none;
}

/* End of Hero */
/* Personal Area Column */
.pu-c-personal-area-column__header {
  background-color: #d4deed;
  padding: 8px 16px;
  border-radius: 4px;
}

.pu-c-personal-area-column__card {
  padding: 16px 24px;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  margin-top: 16px;
}

.pu-c-personal-area-column__card:hover {
  padding: 16px 24px;
  border: 1px solid var(--primary-color);
}

/* End of Personal Area Column */
/* Badge */
.pu-c-badge {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  width: max-content;
}

.pu-c-badge--pill {
  padding: 4px 10px 4px 8px;
  border-radius: 80px;
}

.pu-c-badge__image {
  padding-bottom: 2px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.pu-c-badge--primary {
  background-color: var(--primary-color);
  color: #ffffff;
}

.pu-c-badge--info {
  background-color: var(--info-color);
  color: var(--dark-blue);
}

.pu-c-badge--warning {
  background-color: var(--warning-color);
  color: var(--dark-gray);
}

.pu-c-badge--success {
  background-color: var(--success-color);
  color: #ffffff;
}

.pu-c-badge--danger {
  background-color: var(--brand-red-500);
  color: #ffffff;
}

.pu-c-personal-area-column__card__date {
  border-left: 1px solid var(--light-gray);
  margin-top: -16px;
  margin-bottom: -16px;
}

.pu-c-personal-area-column__card__link:hover {
  text-decoration: none;
}

/* End of Badge */
/* Announcements List */
.pu-c-announcements-list__horizontal-scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  background-color: #f3f5f8;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE e Edge legado */
}

.pu-c-announcements-list__horizontal-scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

@media (max-width: 767px) {
  .pu-c-announcements-list__section {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
}
.pu-c-announcements-list__wrapper {
  display: flex;
  align-items: center;
  list-style: none;
  height: 54px;
  gap: 24px;
  padding-left: 24px;
  margin: 0;
}

.pu-c-announcements-list__item {
  display: flex;
  align-items: center;
  min-width: auto;
  background-color: inherit;
}

.pu-c-announcements-list__item:not(:last-child) {
  border-right: 1.62px solid var(--primary-color);
  padding-right: 14px;
}

.pu-c-announcements-list__item--link, .pu-c-announcements-list__item--link:hover {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--primary-color);
}

.pu-c-announcement-list__item--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: var(--primary-color);
}

.pu-c-announcement-list__item--description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--primary-color);
}

.pu-c-announcement-list__chevron-right--layout {
  padding-inline: 12px;
}

/* End of Announcements List */
.redb {
  border: solid 2px red;
}

/* Feedback Component */
.pu-c-feedback__content {
  background-color: #ffffff;
  border: solid 1px var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem;
}

.pu-c-feedback__ratings {
  border-right: solid 1px var(--primary-color);
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .pu-c-feedback__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 1rem;
  }
  .pu-c-feedback__ratings {
    border-right: none;
    border-bottom: solid 1px var(--primary-color);
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.pu-c-feedback__score-value {
  font-size: 1.75rem;
  color: var(--dark-blue);
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.pu-c-feedback__stars {
  color: var(--warning-color);
  font-size: 1.25rem;
}

.pu-c-feedback__meters {
  gap: 160px;
}

.pu-c-feedback__meter {
  display: flex;
  flex-direction: column;
}

.pu-c-feedback__meter:not(:last-child) {
  margin-bottom: 1rem;
}

.pu-c-feedback__meter-label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.5rem;
}

meter {
  --background: #dfe1e3;
  --optimum: var(--success-color);
  --sub-optimum: var(--warning-color);
  --sub-sub-optimum: var(--error-color);
  background: var(--background);
  width: 100%;
  height: 4px; /* Ajuste gray meter */
  border-radius: 8px; /* Arredondamento do gray meter */
  overflow: hidden; /* Garante que os cantos ficam arredondados */
}

/* The gray background in Chrome */
meter::-webkit-meter-bar {
  background: var(--background);
  height: 4px;
}

/* The green (optimum) bar in Firefox */
meter:-moz-meter-optimum::-moz-meter-bar {
  background: var(--optimum);
  border-radius: 8px;
}

/* The green (optimum) bar in Chrome etc. */
meter::-webkit-meter-optimum-value {
  background: var(--optimum);
  border-radius: 8px;
}

/* The yellow (sub-optimum) bar in Firefox */
meter:-moz-meter-sub-optimum::-moz-meter-bar {
  background: var(--sub-optimum);
  border-radius: 8px;
}

/* The yellow (sub-optimum) bar in Chrome etc. */
meter::-webkit-meter-suboptimum-value {
  background: var(--sub-optimum);
  border-radius: 8px;
}

/* The red (sub-sub-optimum) bar in Firefox */
meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background: var(--sub-sub-optimum);
  border-radius: 8px;
}

/* The red (sub-sub-optimum) bar in Chrome etc. */
meter::-webkit-meter-even-less-good-value {
  background: var(--sub-sub-optimum);
  border-radius: 8px;
}

.pu-c-testimonial-slider {
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 767px) {
  .pu-c-testimonial-slider {
    gap: 0;
  }
}
.pu-c-testimonial-slider img {
  width: 40px;
  height: 40px;
}

.pu-c-testimonial-slider button {
  background-color: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.pu-c-testimonial {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pu-c-testimonial__text {
  color: var(--dark-gray);
}

.pu-c-testimonial__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 28px;
}

.pu-c-testimonial__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.pu-c-testimonial__footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  .pu-c-testimonial__footer {
    flex-direction: column;
    align-items: start;
  }
}
.pu-c-testimonial__author-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pu-c-testimonial__author-name {
  text-transform: uppercase;
}

/* Breadcrumb */
.pu-c-breadcrumb {
  list-style: none;
  display: flex;
  /* align-items: center; */
  padding: 0;
  margin: 0;
}

.pu-c-breadcrumb li {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--dark-blue);
  /* vertical-align: middle; */
  /* margin-bottom: 4px; */
  /* align-items: center; */
}

.pu-c-breadcrumb li::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-image: url("../images/ebcv/chevron-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.pu-c-breadcrumb li + li::before {
  margin-left: 8px;
}

.pu-c-breadcrumb a {
  text-decoration: none;
}

.pu-c-breadcrumb a:hover {
  text-decoration: underline;
  color: var(--dark-blue);
}

/* End of Breadcrumb */
/* DataGrid */
.pu-c-datagrid__header {
  border-bottom: 2px solid var(--dark-blue);
}

.pu-c-datagrid__link:hover {
  text-decoration: none;
  color: var(--dark-blue);
}

/* End of DataGrid */
/* Table */
.pu-c-table {
  border: 2px solid var(--light-gray);
  border-radius: 4px;
}

.pu-c-table th, .pu-c-table > tfoot > tr > td {
  background-color: #f1f3fa !important;
  font-weight: 600;
  font-size: 16px;
  color: #0d1c3c !important;
  border: 2px solid var(--light-gray);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* End of Table */
/* Public Services */
.pu-l-public-services-page-wrapper {
  display: flex;
  gap: 56px;
}
@media (max-width: 768px) {
  .pu-l-public-services-page-wrapper {
    flex-direction: column;
    gap: 0;
  }
}

.pu-l-public-services-sections-wrapper {
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.pu-l-public-services-section {
  display: flex;
  flex-direction: column;
}

.pu-l-public-services-section > ol {
  padding-left: 0;
  margin: 0;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pu-l-public-services-section > ol > li ul {
  padding-left: 16px;
  list-style-type: disc;
}

.pu-l-public-services-section li.pu-u-heading-6 {
  color: var(--dark-gray);
}

.pu-l-public-services-section .pu-u-body-1 {
  color: var(--dark-gray);
}

/* End of Public Services: Passport */
/*  Pagination */
.pu-c-pagination--active {
  background-color: var(--primary-color) !important;
  font-weight: 700;
  color: #ffffff !important;
  border-radius: 4px;
}

/* End of Pagination */
/* Public FAQS */
.pu-l-public-faqs-page-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "sections empty";
}
@media (max-width: 768px) {
  .pu-l-public-faqs-page-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "sections";
  }
}

.pu-l-public-faq-category-sections {
  grid-area: sections;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* End of Public FAQS */
/* Search bar */
.portlet-search-bar {
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Remove qualquer wrapper/container */
.portlet-search-bar .portlet-body,
.portlet-search-bar .container,
.portlet-search-bar .container-fluid,
.search-bar-suggestions {
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}

/* Container externo - Layout horizontal como na imagem */
.search-bar-suggestions,
.portlet-search-bar .input-group {
  display: flex !important;
  align-items: center !important;
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 650px;
  margin: 0 auto !important;
  gap: 8px;
}

/* Input - igual à imagem */
.search-bar-keywords-input,
.portlet-search-bar .form-control {
  flex: 1;
  height: 42px;
  border-radius: 6px !important;
  border: 1px solid #ced4da !important;
  background-color: #ffffff !important;
  padding: 8px 12px !important;
  box-shadow: none !important;
  font-size: 14px;
  color: #495057;
}

/* Remove focus azul padrão do Bootstrap */
.search-bar-keywords-input:focus,
.portlet-search-bar .form-control:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25) !important;
  border-color: #007bff !important;
  background-color: #ffffff !important;
}

/* Placeholder */
.search-bar-keywords-input::placeholder,
.portlet-search-bar .form-control::placeholder {
  color: #6c757d;
  font-style: normal;
}

/* Botão "Procurar" - igual à imagem */
.search-btn,
.portlet-search-bar .btn,
.portlet-search-bar button[type=submit] {
  background-color: #556B8D !important;
  border: none !important;
  border-radius: 6px;
  height: 42px;
  padding: 8px 16px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  min-width: 120px;
}

/* Garantir que o texto do botão seja visível */
.portlet-search-bar .btn .sr-only,
.portlet-search-bar button[type=submit] .sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  border: 0 !important;
}

/* Hover */
.search-btn:hover,
.portlet-search-bar .btn:hover,
.portlet-search-bar button[type=submit]:hover {
  background-color: #485a78 !important;
}

/* Ícone branco */
.search-btn .lexicon-icon,
.portlet-search-bar .btn .lexicon-icon,
.portlet-search-bar .btn svg {
  fill: #ffffff !important;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  flex-shrink: 0;
}

/* Remove elementos inset que interferem no layout */
.portlet-search-bar .input-group-inset-item {
  position: static;
  background: none;
  border: none;
  padding: 0;
}

/* End of Search bar */
/* DataGrid */
.pu-c-datagrid__header {
  border-bottom: 2px solid var(--dark-blue);
}

.pu-c-datagrid__link:hover {
  text-decoration: none;
  color: var(--dark-blue);
}

.dt-paging-button.page-item.active {
  background-color: var(--primary-color) !important;
  border-radius: 4px;
}

.dt-paging {
  margin-top: 8px !important;
}

.dt-paging-button.page-item.active.page-item.active .page-link {
  font-weight: 700;
  color: #ffffff !important;
}

/* End of DataGrid */
/* Table */
.pu-c-table {
  border: 2px solid var(--light-gray);
  border-radius: 4px;
}

.pu-c-table th, .pu-c-table > tfoot > tr > td {
  background-color: #f1f3fa !important;
  font-weight: 600;
  font-size: 16px;
  color: #0d1c3c !important;
  border: 2px solid var(--light-gray);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* End of Table */
.pu-c-logged-in-btn__wrapper {
  position: relative;
  display: inline-block;
}

.pu-c-logged-in-btn__wrapper button:focus:not(:focus-visible) {
  outline: none;
}

.pu-c-logged-in-btn {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--dark-gray);
  border: solid 1px var(--info-color);
  background-color: white;
  overflow: hidden;
  padding: 0;
}

.pu-c-logged-in-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.pu-c-logged-in-btn--open {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--dark-gray);
  border: solid 1px var(--info-color);
  background-color: white;
  overflow: hidden;
  padding: 0;
}

.pu-c-logged-in-btn--open:hover {
  opacity: 0.8;
  cursor: pointer;
}

.pu-c-logged-in-btn--open:focus {
  outline: none;
}

.pu-c-logged-in-btn-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding-inline: 8px;
  border-right: 2px solid var(--brand-red);
  border-left: 2px solid transparent;
  min-height: 32px;
}
@media (min-width: 768px) {
  .pu-c-logged-in-btn-content {
    min-height: 40px;
  }
}

@media (min-width: 992px) {
  .pu-c-logged-in-btn-content > span {
    display: none;
  }
}
.pu-c-logged-in-btn-content__right-chevron {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  transition: transform 0.1s ease;
}

.pu-c-logged-in-btn-content__right-chevron--open {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  transform: rotate(180deg);
  transition: transform 0.1s ease;
}

.pu-c-logged-in-btn__dropdown {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  border-radius: 4px;
  border: 1px solid var(--info-color);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.1s ease, opacity 0.2s ease;
  overflow: hidden;
  z-index: 1000;
}

.pu-c-logged-in-btn__dropdown.open {
  opacity: 1;
  transform: scaleY(1);
}

.pu-c-logged-in-btn__dropdown-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 210px;
  padding-left: 8px;
  padding-right: 6px;
  padding-block: 8px;
  border-right: 2px solid var(--brand-red);
  border-left: 2px solid transparent;
  background-color: white;
}

.pu-c-logged-in-btn__dropdown-content > li {
  list-style: none;
}

.pu-c-private-sidebar-menu__dropdown-content > li {
  list-style: none;
}

.pu-c-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

#servicosDropdownMenu {
  left: 50%;
  transform: translateX(-50%);
}

.pu-c-logged-in-btn__dropdown .open {
  z-index: 50000;
}

.pc-c-header__menus a {
  color: var(--dark-gray);
}

.pc-c-header__menu-item:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.pu-c-header__search-button {
  cursor: pointer;
}

.pu-c-header__search-overlay {
  width: 860px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  padding: 0 !important;
}

.pu-c-user-menu-item__wrapper {
  display: flex;
  align-items: center;
  padding-block: 8px;
  padding-inline: 16px;
  padding-inline-start: 4px;
  gap: 8px;
  border-radius: 4px;
  color: var(--dark-gray);
  overflow: hidden;
  width: 100%;
  font-size: 0.95rem;
}

.pu-c-user-menu-item__wrapper img {
  width: 14px;
  height: 14px;
}

.pu-c-user-menu-item__wrapper span {
  font-size: 0.95rem;
  line-height: 18px;
  font-weight: 400;
}

.pu-c-user-menu-item__wrapper:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.pu-c-user-menu-item__wrapper:hover img {
  filter: var(--pu-icon-white-filter);
}

.btn-header {
  padding-right: 0;
}

.portlet-column-only {
  padding-left: 0;
  padding-right: 0;
}

.pu-c-recent-service-column-card {
  padding: 16px 24px;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  margin-top: 16px;
}

.pu-c-recent-service-column-card:hover {
  cursor: pointer;
  border: 1px solid var(--primary-color);
}

.pu-c-notification-column-card {
  padding: 16px 24px;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  margin-top: 16px;
  cursor: pointer;
  max-width: 500px;
}

.pu-c-notification-column-card:hover {
  cursor: pointer;
  border: 1px solid var(--primary-color);
}

.pu-c-notification-column-card__button {
  cursor: pointer;
}

.pu-c-notification-column-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pu-c-notification-column-card__message {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pu-c-card-column__header {
  background-color: #d4deed;
  padding: 8px 16px;
  border-radius: 4px;
}

.pu-c-appointment-column-card {
  padding: 16px 24px;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  margin-top: 16px;
}

.pu-c-appointment-column-card:hover {
  cursor: pointer;
  border: 1px solid var(--primary-color);
}

.pu-c-notification-column-card__date {
  border-left: 1px solid var(--light-gray);
  margin-top: -16px;
  margin-bottom: -16px;
}

.pu-c-app-secondary-banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: var(--brand-blue-50);
  overflow: hidden;
  border-radius: 16px;
  min-height: 250px;
  min-width: 100%;
  padding-inline: 64px;
  gap: 128px;
}
@media (max-width: 1320px) {
  .pu-c-app-secondary-banner {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .pu-c-app-secondary-banner {
    padding-inline: 16px;
    flex-direction: column;
    max-height: 100%;
    text-align: center;
    gap: 0;
  }
}

.pu-c-app-secondary-banner__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding-block: 32px;
  color: var(--primary-color) !important;
}

.pu-c-app-secondary-banner__title {
  color: var(--primary-color);
}

.pu-c-app-secondary-banner__links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pu-c-app-secondary-banner__links {
    flex-direction: column;
    padding-inline: 10vw;
    justify-content: center;
    align-items: center;
  }
}

.pu-c-app-secondary-banner__links img {
  display: block;
  max-width: 135px;
}

.pu-c-app-secondary-banner__picture {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (max-width: 767px) {
  .pu-c-app-secondary-banner__picture {
    justify-content: center;
  }
}

.pu-c-app-secondary-banner__picture img {
  display: block;
  max-width: 301px;
  transform: translateY(20px);
}
@media (max-width: 1320px) {
  .pu-c-app-secondary-banner__picture img {
    transform: translateY(0);
  }
}

.pu-c-empty-placeholder__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 128px;
}

.pu-c-empty-placeholder__wrapper h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: var(--primary-color);
}

.pu-c-empty-placeholder__wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--dark-gray);
}

.pu-notification-body {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

dialog:not([open]) {
  display: none;
}

dialog {
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  background: white;
  padding: 0;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.pu-c-modal__wrapper {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 2rem;
}

.pu-c-modal__content {
  max-width: 650px;
  max-height: 650px;
  overflow-y: auto;
}

.pu-c-modal__footer {
  display: flex;
  justify-content: end;
  gap: 1rem;
}

.pu-u-body-2--dark-gray {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: var(--dark-gray);
}

.pu-u-heading-5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: var(--dark-blue);
}

.pu-c-private-sidebar-menu__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 12.5rem;
}

.pu-c-private-sidebar-menu__wrapper h4 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pu-c-private-sidebar-menu__dropdown-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 8px;
  border-left: 2px solid var(--brand-red);
  background-color: white;
}

.pu-u-heading-4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.pu-u-heading-4--dark-blue {
  color: var(--dark-blue);
}

.li-side-menu.active > a {
  background-color: var(--primary-color);
  color: var(--white);
}

.li-side-menu.active > a img {
  filter: var(--pu-icon-white-filter);
}

.li-side-menu.active > a span {
  text-decoration: none;
}

.pu-c-dropdown-menu-item__wrapper {
  display: flex;
  align-items: center;
  padding-block: 8px;
  padding-inline: 16px;
  padding-inline-start: 4px;
  gap: 8px;
  color: var(--dark-gray);
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #cdd4e5;
}

:host-context(pu-dropdown-menu[type=secondary]):host(:first-of-type) .pu-c-dropdown-menu-item__wrapper {
  border-top: none;
}

.pu-c-dropdown-menu-item__wrapper span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--primary-color);
}

.pu-c-dropdown-menu-item__wrapper:hover,
.pu-c-dropdown-menu-item__wrapper:hover span {
  background-color: var(--primary-color);
  color: var(--white);
}

.pu-c-dropdown-menu__wrapper {
  --shadow: 0px 1px 2px rgba(0, 0, 0, 0.3),
  0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  position: relative;
  display: inline-block;
}

.pu-c-dropdown-menu-btn {
  position: relative;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: var(--primary-color);
  background-color: white;
  padding: 0;
  min-width: 200px;
  box-shadow: none;
  z-index: 1;
}

.pu-c-dropdown-menu-btn--primary--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: box-shadow 0.1s ease;
  box-shadow: var(--shadow);
}

.pu-c-dropdown-menu-btn--secondary {
  border: solid 1px var(--gray);
  border-radius: 2px;
}

.pu-c-dropdown-menu-btn:focus:not(:focus-visible) {
  outline: none;
}

.pu-c-dropdown-menu-btn:hover {
  cursor: pointer;
}

.pu-c-dropdown-menu-btn__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding-inline: 8px;
}
@media (min-width: 768px) {
  .pu-c-dropdown-menu-btn__content {
    min-height: 40px;
  }
}

.pu-c-dropdown-menu-btn__content__right-chevron {
  display: flex;
  align-items: center;
  transition: transform 0.1s ease;
}

.pu-c-dropdown-menu-btn__content__right-chevron--open {
  display: flex;
  align-items: center;
  transform: rotate(180deg);
  transition: transform 0.1s ease;
}

.pu-c-dropdown-menu__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 4px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.1s ease, opacity 1s ease;
  z-index: 2;
  min-width: 200px;
  box-shadow: none;
  transition: box-shadow 0.2s ease;
}

.pu-c-dropdown-menu__dropdown--primary::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: white;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.pu-c-dropdown-menu__dropdown--primary.open--primary::after {
  opacity: 1;
}

.pu-c-dropdown-menu__dropdown.open--primary {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: bottom;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: var(--shadow);
  transition: box-shadow 0.2s ease;
}

.pu-c-dropdown-menu__dropdown--secondary {
  top: calc(100% + 2px);
  border: 2px solid var(--primary-color);
}

.pu-c-dropdown-menu__dropdown.open--secondary {
  opacity: 1;
  transform: scaleY(1);
}

.pu-c-dropdown-menu__dropdown__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  background-color: white;
}

.pu-c-dropdown-menu__dropdown__content--primary {
  padding-block: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pu-c-dropdown-menu__dropdown__content--secondary {
  border-radius: 4px;
}

.pu-c-dropdown-menu__dropdown__content:nth-child(1) {
  border-top: none;
}

.pu-c-card-detail__wrapper {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid var(--brand-blue-50);
  height: 100%;
}

.pu-c-btn--outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: transparent;
  color: var(--primary-color);
  border: solid 1px var(--gray);
}

.no-border {
  border: none !important;
}

.pu-c-notification-clickable:hover {
  border: 1px solid var(--primary-color);
  cursor: pointer;
}

.pu-c-notification-clickable.active {
  border: 1px solid var(--primary-color);
}

.pu-c-service-section {
  border: 2px solid var(--light-gray);
  border-radius: 4px;
  padding: 16px;
  margin-top: 16px;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: left;
}

:host {
  display: block;
}

.pu-c-callout {
  position: relative;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-family: sans-serif;
}

.pu-c-callout__close-button {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: inherit;
}

.pu-c-callout--success {
  background-color: var(--brand-green-50);
  color: var(--brand-green-700);
}

.pu-c-callout--info {
  background-color: var(--brand-blue-50);
  color: var(--primary-color);
}

.pu-c-callout--warning {
  background-color: var(--brand-yellow-50);
  color: var(--brand-yellow-900);
}

.pu-c-callout--danger {
  background-color: var(--brand-red-50);
  color: var(--brand-red-600);
}

.pu-c-callout__img-container {
  display: flex;
  align-items: start;
  margin-top: 0.1875rem;
}

.pu-c-callout__text-container {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
}

.pu-c-callout__text-container p {
  margin: 0;
}

.breadcrumb-text-truncate {
  display: inline;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-right: 10px;
}

.breadcrumb-text-truncate {
  font-weight: 500;
}

.active.breadcrumb-text-truncate {
  font-weight: 700;
}

.breadcrumb .breadcrumb-item:before {
  content: url("/o/portal-unico-theme/images/ebcv/chevron-right.svg");
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-item {
  display: inline-block !important;
  font-size: 0.95rem;
}

.portlet-breadcrumb {
  display: inline-block;
  margin-left: -12px;
}

.nav-breadcrumbs-section {
  margin-bottom: 1.5rem;
}

li.breadcrumb-item span {
  margin-left: 10px;
}

.pu-c-toggle-switch {
  position: relative;
  display: inline-block;
}

.pu-c-toggle-switch--lg {
  width: 57.6px;
  height: 32px;
}

.pu-c-toggle-switch--md {
  width: 43.2px;
  height: 24px;
}

.pu-c-toggle-switch--sm {
  width: 28.8px;
  height: 16px;
}

.pu-c-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b6b8ba;
  animation-delay: 0.3s;
  transition: 0.3s ease-in-out;
  border-radius: 24px;
}

.slider::before {
  content: "";
  position: absolute;
  height: 80%;
  aspect-ratio: 1/1;
  left: 8%;
  bottom: 10%;
  background-color: white;
  animation-delay: 0.3s;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
}

.pu-c-toggle-switch input:checked + .slider {
  background-color: var(--primary-color);
}

.pu-c-toggle-switch input:checked + .slider::before {
  transform: translateX(90%);
}

.pu-c-input {
  border: 1px solid var(--gray);
  border-radius: 4px;
  color: var(--brand-gray-700) !important;
  background-color: white !important;
  height: 56px;
}

.pu-c-input::placeholder {
  color: var(--brand-gray-200);
}

.pu-c-input:hover {
  border-color: var(--dark-gray) !important;
}

.pu-c-input:focus {
  border-color: var(--primary-color) !important;
}

.pu-c-service-section {
  border: 2px solid var(--light-gray);
  border-radius: 4px;
  padding: 16px;
  margin-top: 16px;
}

.pu-c-payment-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  cursor: pointer;
}

.content {
  display: flex;
  flex-direction: column;
}

.pu-u-body-2--gray-600 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: var(--brand-gray-600);
}

.pu-c-chat-session-card__wrapper {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid var(--brand-blue-50);
  height: 100%;
  max-height: 600px;
}

.pu-c-chat-session-card__messages {
  font-family: "Source Sans Pro", sans-serif;
  flex: 1;
  overflow-y: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pu-c-chat-session-card__message {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  align-items: flex-end;
}

.pu-c-chat-session-card__message--user {
  flex-direction: row-reverse;
}

.pu-c-chat-session-card__bubble {
  padding: 8px 12px;
  border-radius: 10px;
  max-width: 75%;
  font-size: 16px;
  font-weight: 400;
  word-break: break-word;
  white-space: normal;
  flex-wrap: nowrap;
}

.pu-c-chat-session-card__message--user .pu-c-chat-session-card__bubble {
  flex-direction: row-reverse;
}

.pu-c-chat-session-card__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.pu-c-chat-session-card__author {
  font-size: 16px;
  font-weight: 600;
}

.pu-c-chat-session-card__text {
  display: inline-block;
  line-height: 1.4;
  white-space: pre-wrap; /* Supports
line breaks */
  word-break: break-word;
}

.pu-c-chat-session-card__bubble--bot {
  background-color: var(--light-gray);
  color: var(--dark-gray);
}

.pu-c-chat-session-card__bubble--user {
  background-color: var(--primary-color);
  color: white;
}

.pu-c-chat-session-card__input-section {
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  gap: 8px;
  padding: 12px;
  flex-shrink: 0;
}

.pu-c-chat-session-card__input-section .pu-input {
  flex: 1;
}

.pu-c-chat-session-card__send-button {
  background: transparent;
  border: none;
  cursor: pointer;
}

.pu-c-stepper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 64px;
}

.pu-c-stepper__step-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pu-c-stepper__step-wrapper:not(:last-child) .pu-c-stepper__step-content {
  padding-right: 16px;
}
@media (max-width: 768px) {
  .pu-c-stepper__step-wrapper:not(:last-child) .pu-c-stepper__step-content {
    padding-right: 4px;
  }
}

.pu-c-stepper__step-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .pu-c-stepper__step-label {
    display: none;
  }
}

.pu-c-stepper__step-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .pu-c-stepper__step-content {
    gap: 4px;
  }
}

.pu-c-stepper__step-content__circle {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  background-color: var(--brand-gray-100);
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.pu-c-stepper__step-content__line {
  height: 4px;
  width: 100%;
  background-color: var(--brand-gray-100);
  border-radius: 2px;
  position: relative;
}

.pu-c-stepper__step-content__line::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 0;
  background-color: transparent;
  border-radius: 2px;
  transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.pu-c-stepper__step-content__line.current::after {
  width: 20px;
  background-color: var(--brand-blue-100);
}

.pu-c-stepper__step-content__line.done::after {
  width: 100%;
  background-color: var(--primary-color);
}

.pu-c-stepper__current-step {
  background-color: var(--brand-blue-100) !important;
}

.pu-c-stepper__done-step {
  background-color: var(--primary-color) !important;
}

.pu-c-stepper__button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
}

.pu-c-stepper__button-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pu-c-radio-card {
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--brand-gray-700) !important;
  background-color: white !important;
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 16px;
  cursor: pointer;
}

.pu-c-radio-card--secondary-card {
  border: 1px solid var(--brand-gray-100);
  min-width: 280px;
}

.pu-c-radio-card--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.pu-c-radio-card label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: var(--brand-gray-700) !important;
}

:host([data-checked]) .pu-c-radio-card,
:host([data-checked]) .pu-c-radio-card label {
  border-color: var(--primary-color) !important;
  color: var(--dark-blue) !important;
}

.pu-c-radio-card:not(.pu-c-radio-card--disabled):hover,
.pu-c-radio-card:not(.pu-c-radio-card--disabled):hover label,
.pu-c-radio-card:not(.pu-c-radio-card--disabled):focus,
.pu-c-radio-card:not(.pu-c-radio-card--disabled):focus label {
  border-color: var(--dark-gray) !important;
  color: var(--dark-gray) !important;
}

.pu-c-radio-card:not(.pu-c-radio-card--disabled):active,
.pu-c-radio-card:not(.pu-c-radio-card--disabled):active label {
  border-color: var(--dark-gray) !important;
  color: var(--dark-gray) !important;
}

.pu-c-radio-card__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.pu-c-radio-card__description {
  margin: 0;
  color: var(--brand-gray-500) !important;
}

::slotted(input[type=radio]) {
  flex: 0 0 auto;
}

.DayPicker * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Outfit", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.DayPicker {
  --cell-size: 3rem;
  --header-height: 4rem;
  --btn-size: 1.5rem;
  --btn-y-offset: calc((var(--header-height) - var(--btn-size)) / 2);
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  background-color: var(--light-gray);
  max-width: 100%;
  padding: 0 0.75rem;
}

.DayPicker-wrapper {
  position: static;
}

.DayPicker-Month {
  width: 100%;
}

.DayPicker-NavBar {
  position: relative;
}

.DayPicker-NavButton {
  position: absolute;
  top: var(--btn-y-offset);
  right: 0;
  width: fill;
  height: var(--btn-size);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: var(--primary-color);
  cursor: pointer;
}

.DayPicker-NavButton--prev {
  margin-right: 2rem;
}

.DayPicker-Caption > div {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.DayPicker-Weekday {
  vertical-align: middle;
  text-align: center;
  width: var(--cell-size);
  height: var(--cell-size);
}

.DayPicker-Day {
  height: var(--cell-size);
  width: var(--cell-size);
}

.DayPicker-Day--today {
  color: var(--primary-color);
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  background-color: var(--primary-color);
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: var(--primary-color);
  opacity: 0.8;
}

.DayPicker:not(.DayPicker--interactionDisabled),
.DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: var(--brand-blue-100);
}

.pu-c-toggle-banner {
  background-color: rgba(0, 56, 147, 0.02);
  padding: 16px 24px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.pu-c-radio-input {
  accent-color: var(--primary-color);
  width: 20px;
  height: 20px;
}

.pu-c-btn:disabled,
.pu-c-btn:disabled:hover {
  background-color: #f3f5f8;
  color: #a2a3a5;
  border: 0;
  cursor: not-allowed;
}

.pu-c-btn:disabled svg {
  filter: brightness(0) saturate(100%) invert(78%) sepia(6%) saturate(83%) hue-rotate(182deg) brightness(84%) contrast(85%);
}

.help-block {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--brand-red-500);
}

.pu-c-video-overlay-username {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: var(--light-gray);
  padding: 8px 16px;
  max-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
}

.pu-c-video-container {
  position: relative;
  display: inline-block;
}

.pu-c-video {
  background-color: var(--black);
  display: block;
}

.pu-c-video__overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.pu-c-video-conference-container {
  position: relative;
  display: inline-block;
}

.pu-c-video-conference__main-video {
  display: block;
  flex: auto;
}

.pu-c-video-conference__small-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.pu-vc-border {
  padding: 24px;
  border: 1px solid var(--light-gray);
}

#loginBtn {
  width: 144px;
  height: 40px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #loginBtn {
    width: 100vw;
  }
}

.top:hover {
  text-decoration: underline;
}

.input-group.search-bar-suggestions {
  border: 2px solid var(--gray);
  border-radius: 4px;
  height: 56px;
}

.input-group-inset-item.input-group-inset-item-after {
  background: #fff;
  border-radius: 0;
}

.input-group.search-bar-suggestions:hover {
  border: 2px solid var(--primary-color);
}

.input-group.search-bar-suggestions:active {
  border: 2px solid var(--primary-color);
}

.search-bar-keywords-input {
  height: 53px;
  border-radius: 0;
}

.footer-middle-links-row {
  display: flex;
  align-items: center;
  gap: 11px;
}

@media (max-width: 768px) {
  .footer-middle-links-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pu-c-text-btn {
  border-radius: 2px;
  border: none;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 16px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: transparent;
  color: var(--primary-color);
}

.pu-c-text-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.pu-c-text-btn:active {
  border: none;
}

.detail-badge {
  margin-bottom: 12px;
}

.primary-color {
  color: var(--primary-color);
}

.pu-c-btn--outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: transparent;
  color: var(--primary-color);
  border: solid 1px var(--gray);
}

.main-nav {
  position: relative;
}

.dropdown-full-container {
  position: absolute;
  top: 80px;
  left: 0;
  max-width: 1328px;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 3010;
  padding: 32px 0;
  border-radius: 0 0 12px 12px;
}

.dropdown-full-container .container {
  max-width: 1328px;
  margin: 0 auto;
}

.dropdown-item a {
  display: block;
  color: #222;
  font-size: 1.1em;
  padding: 16px 16px;
  text-decoration: none;
  border-radius: 8px;
}

.dropdown-item a:hover {
  background: #edf2fa;
}

.novo {
  background: #19ae5b;
  color: #fff;
  font-size: 0.8em;
  padding: 3px 10px;
  border-radius: 13px;
  margin-left: 10px;
}

.dropdown-menu-item-logo {
  padding-top: 16px;
}

.dropdown-menu-item-logo img {
  width: 25px;
  height: 25px;
}

.dropdown-item a:hover {
  background: none;
}

.stepper .step-label {
  font-size: 0.95rem !important;
}

.pu-c-section-header__wrapper {
  background-color: hsla(216deg, 41%, 88%, 0.5);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "header cards";
  margin-block: 64px;
  margin-top: 30px;
}

.pu-c-section-header__content > h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 900;
  color: var(--dark-blue);
  max-width: 20ch;
}

.pu-c-section-header {
  background-color: hsla(216deg, 41%, 88%, 0.5);
  padding: 64px;
  gap: 64px;
  border-radius: 16px;
  margin-bottom: 64px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .pu-c-section-header {
    padding-inline: 16px;
  }
}

.pu-c-section-header > h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 900;
  color: var(--dark-blue);
  max-width: 22ch;
}
@media (max-width: 767px) {
  .pu-c-section-header > h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

/* Selection card*/
.pu-c-service-selection-card {
  min-height: 300px;
  max-width: 300px;
  height: 100%;
  min-width: 300px;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  padding: 32px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--white);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
}
@media (max-width: 767px) {
  .pu-c-service-selection-card {
    min-height: auto;
  }
}

.pu-c-service-selection-card.current {
  background-color: var(--light-gray);
}

.pu-c-service-selection-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pu-c-service-selection-card__divider {
  width: 100%;
  height: 1px;
  background-color: #cf2127;
}

.pu-c-service-selection-card__btn-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

nav.pu-c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
}

footer.pu-c-footer {
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.pu-u-container {
  min-height: calc(100vh - 100px);
  display: flex;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .pu-u-container {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

main#content {
  flex: 1;
}

.pu-c-header-mobile {
  display: none;
}

.pu-c-header-desktop {
  justify-content: center;
}

.container-header {
  margin-left: 0;
  margin-right: 0;
  max-width: 1328px !important;
}

@media (max-width: 767px) {
  .pu-c-header-desktop {
    display: none;
  }
  .pu-c-header-mobile {
    height: 64px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--primary-color);
    padding: 20px 16px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: white;
  }
}
.menu-header-mobile {
  display: block;
  margin-left: auto;
}

.header-opened-content {
  padding-left: 16px;
  padding-right: 16px;
  top: 0;
  margin-top: 64px !important;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1050;
  background-color: white;
}
@media (min-width: 769px) {
  .header-opened-content {
    display: none;
  }
}

/* Footer */
.pu-c-footer {
  position: relative;
  color: #F3F5F8;
  background-color: #0F3163;
  width: 100%;
}

.pu-c-footer__watermark {
  position: absolute;
  inset: 0;
  background-image: url("../images/footer/footer-pu-cropped_new.svg");
  opacity: 0.7;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 125%;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 769px) {
  .pu-c-footer__watermark {
    left: 0;
    right: 0;
  }
}

.footer-container {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .footer-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .pl-16-mobile {
    padding-left: 16px !important;
  }
}

.pu-c-footer__list {
  list-style-type: none;
  display: block;
  padding: 0;
  margin-bottom: 0;
}

.footer-copyright {
  color: #FFFFFF !important;
  font-size: 16px;
  font-weight: 400;
}

.header-container {
  padding-left: 110px;
  padding-right: 110px;
}

.pu-c-footer__list a, .pu-c-footer__bottom a {
  text-decoration: none;
  color: #FFFFFF !important;
}

.pu-c-footer__list li {
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .pu-c-footer__list li {
    padding-bottom: 16px;
    margin-top: 0;
  }
}

.pu-c-footer__middle {
  padding-top: 32px;
  padding-bottom: 32px;
  justify-content: end;
  margin-left: 0;
}
@media (max-width: 768px) {
  .pu-c-footer__middle {
    justify-content: start;
  }
}

.pu-c-footer__middle img {
  margin-right: 16px;
  margin-bottom: 16px;
}

.pu-c-footer__bottom {
  width: 100%;
  border-top: 1px solid #E9EAEB;
  padding-top: 32px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 64px !important;
  justify-content: space-between;
}

.pu-c-footer__copyright {
  color: #F3F5F8;
}

@media (min-width: 768px) {
  .pu-u-responsive-float-right {
    float: right;
  }
}
.inner-footer-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1328px !important;
}

@media (max-width: 768px) {
  .play-store-img {
    margin-left: 0 !important;
  }
  .footer-container {
    padding: 40px 24px;
  }
  .inner-footer-container {
    max-width: 1328px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pu-c-footer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .pu-c-footer__list {
    margin-top: 24px;
  }
  .pu-c-footer__bottom {
    margin-top: 40px;
    text-align: left;
  }
  .pu-c-footer__bottom .row {
    flex-direction: column;
  }
  .pu-c-footer__bottom a {
    display: block;
    margin-top: 12px;
  }
}
/* End of Footer */
.admin-true {
  z-index: 900 !important;
  margin-top: 56px !important;
}

.nav-link {
  cursor: pointer;
}

.cadmin .control-menu-container {
  position: fixed;
  width: 100%;
}

.header-opened-content-admin {
  background-color: white;
}

@media (min-width: 768px) {
  .pl-32 {
    padding-left: 32px !important;
  }
}
#breadcrumbs {
  padding-bottom: 24px;
}