@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
@import url("https://fonts.googleapis.com/css?family=Exo+2:500,600");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500;600&display=swap");

body {
    overflow-x: hidden;
    background: #EBEBEB !important;
    padding-top: 60px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.bg-selected {
	background: rgb(54 59 67) !important;
}

.bg-gray {
	background: #eee !important;
	color: black !important;
	font-weight: 500;
}

.bg-transparent {
	background: transparent !important;
}

.bg-orange {
	background: #ffaf00 !important;
}

.itemSelectedBlue {
	border: 1px solid #02a9f4;
	background: #cfebfd !important;
}

.item-menu-link:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
    transition: background-color .3s ease !important;
    border-radius: 8px !important;
}

.dropdown .extended {
    width: 280px;
    padding: 0;
    margin-left: -1px;
    z-index: 3;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .102);
    border: none;
    max-height: 330px;
    margin-top: 4px;
}

.dropdown .extended li {
    border-bottom: 1px solid #f3f5f6;
    line-height: 20px;
}

.dropdown .extended li a {
    padding: 10px 20px !important;
}

.dropdown .extended i {
    float: left;
    width: 38px;
    margin-right: 10px;
    text-align: center;
    margin-top: 5px;
    font-size: 22px;
}

.dropdown .extended p {
    font-weight: 600;
    padding: 10px 15px 11px 15px;
    margin-bottom: 0px;
}
.dropdown .extended p a {
    padding: 0px !important;
    text-align: right !important;
}

.dropdown .pro-menu i {
    margin-right: 5px;
}

.dropdown .pro-menu a {
    padding: 7px 20px !important;
}

.wordwrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
}

.obrigatorio {
    border: 1px solid #ff9800;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: rgba(255, 255, 255, 0.82);
}

.ui-state-error2 {
    border: 1px solid #f08080 !important;
}

.ui-state-error {
    border: 1px solid var(--cor-principal-90) !important;
}

.ui-layout-unit-content {
    padding: 0 !important;
}

.ui-tabs-panel {
    padding: 0 !important;
}

.alignTop {
    vertical-align: top;
}

.ui-selectonemenu-filter-container {
    font-size: 12px !important;
}

.ui-widget {
    font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 300;
}

.ui-widget .ui-widget {
    font-family: "Montserrat", sans-serif;
}

.dataMinHeigth20 .ui-datatable-tablewrapper {
    min-height: 256px !important;
}

.dataMinHeigth10 .ui-datatable-tablewrapper {
    min-height: 256px !important;
}

.ui-panelgrid-cell {
    border-width: 1px !important;
}

.ui-panelgrid ui-widget,
.ui-bco {
    background-color: var(--branco-100);
}

.disabled {
    background: #f8f8f8 !important;
}

.green {
    color: green !important;
}

.green input {
    color: green !important;
}

.red {
    color: red !important;
}

.red input {
    color: red !important;
}

.ui-dialog-titlebar {
    line-height: 20px;
    color: var(--branco-100);
    border: 1px solid #2f3f57;
    border-radius: 0px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .102);
    background-color: #3d3c3c !important;
    padding: 15px 18px;
    margin: 0;
    text-transform: uppercase;
}

.ui-dialog-title {
    font-size: 15px !important;
    font-weight: 200 !important;
}

.textBody,
.ui-outputlabel,
ui-panelgrid-cell {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    color: #000 !important;
}

.ui-inputfield {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: var(--branco-100);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .102);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-size: 11px !important;
    letter-spacing: 1px;
    padding: 5px !important;
}

.ui-icon {
    -webkit-mask-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.4));
}

pre {
	background-color: #f5f5f5;
    border-radius: 17px;
    font-size: 15px !important;
    border: 0;
}

.subCat {
    color: var(--branco-100);
    background-color: #7d839c;
    border: 1px solid #7d839c;
    padding: 3px;
    vertical-align: top;
    text-align: center;
}

.ui-accordion-header {
    color: #ee872a !important;
}

.ui-dialog-content {
    background-color: #f6f9fa !important;
    overflow-x: hidden;
}

.footerDialog {
    text-align: center;
    background: #eff1f2;
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px;
}


h4 {
    font-weight: 400;
    color: #2f3f57;
}


.ui-inputtext {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: var(--branco-100);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ui-selectonemenu {
    width: 100% !important;
    height: 33px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: var(--branco-100);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    min-width: 100% !important;
    display: flex !important;
}

.ui-selectonemenu-label {
    position: relative !important;
    top: -7px !important;
    left: -10px !important;
    background: none !important;
    margin: 0px !important;
    padding: 10px !important;
    width: 100% !important;
}

.ui-selectonemenu-trigger {
    width: 25px !important;
}

.row {
    padding-bottom: 8px;
}

.disabled .ui-inputfield {
    background: #f8f8f8 !important;
}

.ui-autocomplete-dropdown {
    position: relative;
    right: 0px;
}

h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 22px;
    color: #9295a9;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
}

.ui-widget-content {
	color: black;
    background: none;
    border: none;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #5d6c85;
}

.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        display: block;
        padding: 0px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #2f2e2e;
        border-right: solid 1px #c5d6de;
    }

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 5;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: var(--branco-100);
    background-color: #428bca;
}

.img-sm {
    width: 36px !important;
    height: 36px !important;
}

.main {
    padding: 24px 40px 80px 40px !important;
    width: 100%;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    float: left;
    visibility: visible;
}

:not(.carousel-inner) > .left:not(.carousel-control) {
    display: inline-block;
    white-space: nowrap;
    width: 50px;
    transition: width 1s;
    background-color: #222;
    float: left;
    background-color: var(--branco-100);
    height: calc(100% - 60px);
}

:not(.carousel-inner) > .left:not(.carousel-control) a {
    color: var(--branco-100);
}

:not(.carousel-inner) > .item {
    background-color: #2f2e2e;
    border-bottom: 1px solid #222;
    color: var(--branco-100);
    padding: 16px;
    font-size: 12px;
}

.left:not(.carousel-control):hover {
    width: 250px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .102);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.item:hover {
    background-color: #367bbf;
}

.left .glyphicon {
    margin: 15px;
    width: 20px;
    color: var(--branco-100);
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }

    .main2 {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}

.navbar {
    background: -webkit-linear-gradient(top, var(--branco-100), #fafafa);
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0.15), 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
    background-color: #fafafb;
    transition: box-shadow cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
    box-sizing: border-box;
    padding-left: 15px;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
    color: var(--branco-100);
}

.navbar-fixed-top {
    border-color: #d8e2e7;
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 90, 0.15);
    -moz-box-shadow: 0 2px 10px -1px rgba(87, 97, 90, 0.15);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 90, 0.15);
    z-index: 5;
}

.bottom {
    padding-top: 6px;
    padding-bottom: -6px;
}

.rigth {
    text-align: right;
}

.ui-panelmenu-header {
    padding: 12px;
    font-size: 14px;
    color: var(--branco-100);
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background: #2f2e2e;
}

.ui-panelmenu-header > a {
    color: #e7e8e8 !important;
    text-shadow: none;
    font-size: 14px !important;
}

.ui-menuitem {
    border-bottom: 1px solid #414e5d;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 7px;
    font-size: 14px !important;
}

.ui-menuitem-link {
    color: #e7e8e8 !important;
    font-size: 13px !important;
    width: 100% !important;

    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 10px;
}

.ui-menuitem-link2 {
    color: #a4a8a8 !important;
    font-size: 13px !important;
    width: 100% !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 10px;
}

.ui-menuitem-text {
    padding-left: 5px;
}

.ui-state-hover {
    color: var(--preto-100) !important;
}

.ui-corner-flat {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-selectonemenu-items-wrapper,
.ui-autocomplete-panel {
    background: var(--branco-100);
}

.ui-icon.fa {
    text-indent: 0px;
    background-image: none;
    padding-right: 10px;
}

.box-search {
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 5px 5px 0 0;
    background: var(--branco-100);
    border: 1px solid #d8e2e7;
    padding: 10px;
}

.btn-group .btn {
    transition: background-color 0.3s ease;
}

.btn-group-justified {
    width: 100%;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
    width: fit-content;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large > li > ul > li {
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: var(--accent-color);
    white-space: normal;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #222222;
    font-size: 18px;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }

    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }

    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }

    .icon-bar {
        background: var(--preto-100);
    }
}

li .header {
    background: #cccccc;
    color: var(--preto-100);
    height: auto;
    padding: 10px;
    display: inline-block;
}

.ui-calendar,
.hasDatepicker {
    width: min-content;
}

.ui-datepicker td .ui-state-default {
    min-width: 0px !important;
    min-height: 0px !important;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background: var(--branco-100) !important;
}

.ui-growl-image,
.ui-messages-error-icon {
    background: none;
}

@media (min-width: 992px) {
    footer {
        margin-left: 230px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px;
    }

    .ui-widget {
        font-size: 11.5px !important;
    }

    label {
        letter-spacing: 0.1em;
        font-size: 10px;
    }

    .ui-helper-reset {
        font-size: 11px;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .btn {
        display: inline-block;
        padding: 6px;
    }
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 2px 5px;
    display: inline-block;
    background: var(--branco-100);
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    height: 260px;
    box-shadow: 2px 2px 10px #a2a2a2;
}

.x_title {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

.x_title .filter {
    width: 40%;
    float: right;
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.x_title h2 small {
    margin-left: 10px;
}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

.x_content h4 {
    font-size: 16px;
    font-weight: 500;
}

.legend {
    padding-bottom: 7px;
    border-radius: 50px;
    line-height: 1 !important;
}

.event .media-body a.title {
    font-weight: bold;
}

.event .media-body p {
    margin-bottom: 0;
}

.media {
    margin-top: 15px;
}

.media .date {
    background: #00648a !important;
    width: 52px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 5px;
}

.media .dateOk {
    background: #4caf50 !important;
}

.media .dateNok {
    background: #f44336 !important;
}

.media .dateNN {
    background: red !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

article.media {
    width: 100%;
}

.ui-autocomplete .ui-autocomplete-dropdown {
    position: absolute;
    height: 100%;
    width: 2.4em;
    top: 0px;
}

.ui-chkbox-box {
    margin: 5px;
}

.ui-dialog {
    position: absolute !important;
}

.input-group-btn .btnmais {
    padding: 0px;
    height: 38px;
    width: 41px;
    font-size: 18px !important;
    content: "\f15d";
}

.ui-selectonemenu-panel {
    background: #cccccc !important;
}

.ui-selectcheckboxmenu {
    display: block;
    width: 100% !important;
    height: 33px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: var(--branco-100);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ui-selectcheckboxmenu-label {
    position: relative !important;
    background: none !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
    width: 26px;
}

.ui-selectcheckboxmenu-panel {
    width: 550px !important;
    background: var(--branco-100);
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item label {
    display: block;
    padding-left: 3.6em;
    padding-top: 0.9em;
    overflow: hidden;
    font-weight: bold;
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
    border: 0 none;
    cursor: pointer;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item .ui-chkbox{
    margin-top: -15px !important;
}

.ui-inputnumber input {
    text-align: right !important;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -7px;
    padding: 0 !important;
}

.navbar-brand {
    float: left;
    height: 40px;
    padding: 6px 8px 2px;
    font-size: 18px;
    line-height: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 0px;
    padding-left: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px;
}

.breadcrumb {
    list-style: none;
    background-color: #59655b;
    border-radius: 0px;
    margin-bottom: 0px;
}

.breadcrumb-item > a {
    color: #b2e39a;
    font-family: "Montserrat", sans-serif;
}

.breadcrumb > .active {
    color: var(--branco-100);
    font-family: "Montserrat", sans-serif;
}

.left ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
}

.left li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
}

.sub-menu li.active, .sub-menu li.active a {
    color: #d19b3d;
}

.sub-menu li {
    background-color: #181c20;
    border: none;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
    font-size: 12px;
    font-weight: 200;
}

.sub-menu li:hover {
    background-color: #020203;
}

.sub-menu li:before{
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.left .img-circle {
    border-radius: 50%;
    border: 2px solid #367bbf;
}

.ui-datatable {
    min-height: 100px;
}

.dropdown-menu-search {
    width: 565px;
    margin-top: -1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.dropdown-menu-search .btn {
    margin-top: 8px;
    padding-top: 3px;
}

.dropdown-menu-search .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group-btn .btn {
    height: 38px;
    min-width: 38px !important;
}

.btn-green,
.btn-successol {
    background-color: #419641 !important;
    background-image: -webkit-linear-gradient(#5cb85c, #419641) !important;
    background-image: linear-gradient(#5cb85c, #419641) !important;
    box-shadow: inset 0 1px 1px #5cb85c, 0 2px 2px -1px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #419641 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 9px !important;
    font-weight: 500 !important;
}

.btn-yellow {
    background: #f2bf0c !important;
    color: #fff !important;
    background-color: #f2bf0c !important;
    background-image: -webkit-linear-gradient(#f2bf0c, #ddad04) !important;
    background-image: linear-gradient(#f2bf0c, #ddad04) !important;
    border: 1px solid #cfa203 !important;
    border-bottom: 1px solid #cfa203 !important;
    box-shadow: inset 0 1px #facc29, 2px 0 4px rgba(0, 0, 0, 0.1), -2px 0 4px rgba(0, 0, 0, 0.1) !important;
    text-transform: uppercase;
    font-size: 9px !important;
    font-weight: 500 !important;
}

.btn-blue {
    background-color: #61adf0 !important;
    background-image: -webkit-linear-gradient(#6ab5f2, #53a0ee) !important;
    background-image: linear-gradient(#6ab5f2, #53a0ee) !important;
    box-shadow: inset 0 1px 1px #77bdf4, 0 2px 2px -1px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #4d93d7 !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.btn-gray {
    background-color: #6a6969 !important;
    background-image: -webkit-linear-gradient(#6a6969, #6a6969) !important;
    background-image: linear-gradient(#6a6969, #6a6969) !important;
    border: 1px solid #6a6969 !important;
    color: #fff !important;
}

.btn-red {
    background: var(--cor-principal-90) !important;
    color: #fff !important;
    background-color: var(--cor-principal-90) !important;
    background-image: -webkit-linear-gradient(#9a9a9a, #888888) !important;
    background-image: linear-gradient(#9a9a9a, #888888) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled= false) !important;
    border: 1px solid #888888 !important;
    border-bottom: 1px solid #d95419 !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.btn-danger {
    background: var(--cor-principal-90) !important;
    background-color: var(--cor-principal-90) !important;
    background-image: -webkit-linear-gradient(var(--cor-principal-90), var(--cor-principal)) !important;
    background-image: linear-gradient(#9a9a9a, #888888) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled= false) !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.btn-danger:hover {
    background-image: -webkit-linear-gradient(var(--cor-principal), var(--cor-principal-90)) !important;
    background-image: linear-gradient(var(--cor-principal), var(--cor-principal-90)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0) !important;
}

.ui-inputfield.ui-state-error {
    color: #333333;
    border: 1px solid var(--cor-principal-90) !important;
}

.ui-button {
    margin-right: 1px;
    border-radius: 5px !important;
    border: none !important;
}

.dropdown-menu li a {
    color: var(--preto-100);
    padding: 10px;
    font-size: 14px !important;
}

.ui-wizard-step-title {
    font-size: 18px;
    margin: 0 3px 0 0;
    padding: 0.4em;
    float: left;
    width: 24%;
    text-align: center;
    border-radius: 0px !important;
}

.ui-rating-star {
    padding: 5px;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 1;
    background-image: none;
}

.ui-dashboard-column {
    width: 33%;
}

.ui-panel-titlebar {
    background: #eef093;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #222222;
    background-color: #fff987 !important;
    background-image: none;
}

.dropdown-menu-large li.col-md-3 {
    min-width: 200px;
}

.profile-img-card {
    width: auto;
    height: auto;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    border-radius: 5%;
}

.ui-picklist.ui-picklist-responsive .ui-picklist-list {
    background: var(--branco-100);
}

a {
    color: black;
    text-decoration: none;
}

.ui-button-text-only .ui-button-text {
    padding: 0.3em 1em;
    padding-top: 0.3em;
    padding-right: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.3em;
}

.atention {
    background-color: var(--verde);
    width: 148px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    color: var(--branco-100);
    text-align: center;
    border-radius: 5px;
    padding-top: 5px !important;
    margin-top: 10px !important;
}

.cleanblue {
    background-color: #338efb;
    width: 148px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    color: var(--branco-100);
    text-align: center;
    border-radius: 5px;
    padding-top: 5px !important;
    margin-top: 10px !important;
}

.wizard {
    margin: 0px auto;
    background: #e7f5da;
}

.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: #f5f5f5;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: var(--verde);
    position: absolute;
    width: 82%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: var(--verde);
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: var(--branco-100);
    border: 2px solid #c7ffa3;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #c7ffa3;
}

.wizard li.active span.round-tab {
    background: var(--branco-100);
    border: 2px solid var(--verde);
}

.wizard li.active span.round-tab i {
    color: #59655b;
}

span.round-tab:hover {
    color: var(--verde);
    border: 2px solid var(--verde);
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: var(--verde);
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: var(--verde);
}

.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
}

.wizard h3 {
    margin-top: 0;
}

@media (max-width: 585px) {
    .wizard {
        width: 100%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .wizard .nav-tabs > li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 10px auto;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


.ui-widget-content .ui-inputfield {
    font-weight: normal;
    border: solid 1px #eee;
    border-radius: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-color: #dcdbdb;
    max-height: 38px !important;
    box-shadow: none;
}

.ui-radiobutton .ui-radiobutton-box {
    min-height: 0px !important;
}

.ui-paginator.ui-paginator-bottom {
    border-top: 0 none !important;
    background: transparent !important;
    border: 0 !important;
}

.ui-paginator .ui-paginator-page,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev {
    min-width: 30px;
    min-height: 0px !important;
}

.dialogPDF > .ui-widget-content {
    padding: 0px;
}

.ui-selectoneradio label {
    margin: 0 !important;
}

.full-width {
    display: block;
}
.ui-tabs.ui-tabs-top {
    border-bottom: 0;
}

.ui-messages-warn,
.ui-message-warn {
    color: var(--preto-100);
}


.ql-blank {
    background: var(--branco-100) !important;
}

b,
strong {
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.ui-selectonebutton .ui-state-default {
    padding: 7px;
}

.ui-selectonebutton .ui-state-active {
    background: #58645b !important;
    color: var(--branco-100);
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.ui-inputswitch {
    height: 44px !important;
}

.ui-inputswitch-handle {
    height: 44px !important;
    border: 2px solid #b5b5b5 !important;
}

.ui-inputswitch-off {
    height: 44px !important;
    background: #cccccc;
}

.ui-inputswitch-on {
    height: 44px !important;
}

.ui-inputswitch-on span {
    padding-top: 10px;
    font-size: 14px;
}

.ui-inputswitch-off span {
    padding-top: 10px;
    font-size: 14px;
}

.ui-dialog-titlebar-close {
    background: red !important;
}

/* Circle */

.circle {
    width: 50px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
}

.circle strong {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #676565;
    margin-top: 12px;
    font-size: 10px;
    text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    color: var(--branco-100) !important;
    background-color: var(--selecionado) !important;
}

.ui-tabs .ui-tabs-nav.ui-widget-header li a {
    color: black !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    color: white !important;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tablez li {
    padding: 5px;
}

.tablez li:nth-child(odd) {
    background: #fff;
    border: 0px;
}

.tablez li:nth-child(even) {
    background: #f4f5f4 !important;
}

.ql-editor {
    background: #fff;
}

.blackList .ui-datalist-item:nth-child(odd) {
    background: #fff;
}
.blackList .ui-datalist-item:nth-child(even) {
    background: #f4f5f4;
}


.input-group .input-group-btn button {
    height: 38px;
    background: #f5f5f5;
    border: solid 1px #eee;
    color: black;
}





/* Novos adicionados */

.page-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 38px;
    font-family: "GTWalsheimpro" !important;
    display: block;
}

.list-title{
	font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    font-family: "GTWalsheimpro" !important;
    display: block;
}

.sub-title{
	font-size: 14px;
    font-weight: 300 !important;
}

.tiny-info-lower{
	/*font-size: 12px !important;*/
	font-size: 11px !important;
    margin: 0;
    color: #333;
}

.tiny-info{
	font-size: 12px !important;
    margin: 0;
    color: #333;
    font-weight:600 !important;
}

.fill{
	width: -webkit-fill-available;	
}

.ui-datalist-item{
	padding: 8px;
	border-radius: 8px;
}

.FormaPg .ui-datalist-item{
	padding:8px;
	border-radius:8px;
}

.input-info-gray {
	background: #eee;
	border-radius: 8px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	margin-bottom: 8px;
}

/* Botões de filtro - container */
.btn-filtro-container {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	align-items: stretch;
	height: 60px;
}

/* Botão base de filtro */
.btn-filtro {
	max-width: 100px !important;
	min-width: 50px !important;
	height: 100% !important;
	min-height: 100% !important;
	border-radius: 5px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	cursor: pointer;
	border: none;
	font-size: 14px;
}

/* Botão Filtros (cinza) */
.btn-filtro-toggle {
	background: #80808080 !important;
	color: #333;
}

.btn-filtro-toggle:hover {
	background: #6c6c6c80 !important;
}

/* Botão Limpar (vermelho) */
.btn-filtro-limpar {
	background: #dc3545 !important;
	color: white !important;
}

.btn-filtro-limpar:hover {
	background: #c82333 !important;
}

.itemSelectedGreen {
	border-left: 3px solid var(--verde) !important;
	border-radius: 5px !important;
}
.itemSelectedGreen span {
	color: var(--verde);
}

.itemSelectedRed {
	border-left: 3px solid #c0392b !important;
	border-radius: 5px !important;
}
.itemSelectedRed span {
	color: #c0392b;
}

.item-arrow-right,
.item-close-right {
	position: relative;
	padding-right: 30px !important;
}
.item-arrow-right::after,
.item-close-right::after {
	font-family: "FontAwesome";
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.item-arrow-right::after {
	content: "\f054";
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: var(--verde);
	color: #fff;
	border-radius: 3px;
	font-size: 11px;
	opacity: 1;
}
.item-close-right::after {
	content: "\f00d";
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #eee;
	color: #000;
	border-radius: 3px;
	font-size: 11px;
	opacity: 1;
}
