.invalid {
	color: #A90329;
}
aside#left-panel{
    overflow: hidden;
    height: calc( 100vh - 49px);
    overflow-y: auto;
}

aside#left-panel {
    background: #007e84;
}

aside#left-panel::-webkit-scrollbar {
	width: 5px;
}
aside#left-panel::-webkit-scrollbar-thumb {
    background: #007e84;
}
main .well.text-center i {
    color: #6d6a69;
}

#extr-page{
    background-image: url("../img/shared/fundo-login.png");

}


.minifyme {
    background: #007e84;
}
#ribbon {
    background: #007e84;
}
.page-footer {
    background: #007e84;
}
.smart-form .toggle input[type='checkbox'] ~ i{
    border-color: #f1492e !important;
}

.smart-form .toggle input[type='checkbox']:checked ~ i{
    border-color: #3276B1 !important;
}

.smart-form .toggle input[type='checkbox'] ~ i::before{
    background-color: #f1492e !important;
}

.smart-form .toggle input[type='checkbox']:checked ~ i::before{
    background-color: #3276B1 !important;
}

.btn-control-option {
    width:90%;
    margin: auto;
}

.carousel-indicators .active {
    background-color: #000000 !important;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        margin-bottom: 50px !important;
    }
}

.txt-carousel {
    color: #000000;
    /*font-family: Arial;*/
    font-size: 1.8em;
}

img.copyright {
    width: 120px;
    left: 1%;
    /* margin-left: -60px; */
    /* margin-bottom: 6px; */
    position: fixed;
    border: 0px;
    /* right: 13px; */
    bottom: 4px;
    padding: 0px;
    /* opacity: 0.3; */
}

#extr-page .login-header-big {
    font-weight: 600 !important;
}

.fa-stack {
    line-height: unset !important;
}

.error {
	color: #A90329;
}

.select2-search-choice-close {
    min-width: unset !important;
    min-height: unset !important;
}

.smart-form input:disabled, input[readonly], select:disabled, select[readonly], textarea:disabled, textarea[readonly] {
    background: #cccccc !important;
    cursor: not-allowed;
}

.ui-accordion .ui-accordion-content {
    overflow: unset !important;
}

.badge {
    padding: 3px 7px !important;
}

.pos-absolute {
    width: 100vw;
}

.modal-dialog{
    overflow-y: initial !important
}

.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.script-atendimento {
    overflow-y: auto;
    height: 180px;
}

@media (min-width:990px){
    .mg-top-20{
        margin-top: 20%;
    }
}

.txt-color-blue{
    color: #3276b1 !important;
}

.ui-datepicker, .clockpicker-popover{
    z-index: 1099 !important;
}

.bars {
    position: unset !important;
}

.error-text, .error-text-2 {
    font-size: 400% !important;
}

select[readonly] {
	pointer-events: none;
	touch-action: none;
}

.input-addon-xs {
    padding: 2px 10px;
    font-size: 11px;
}

.select-xs {
    height: 24px !important;
    padding: 2px 10px !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
}

.i-table {
    position: absolute !important;
    top: 7.1px !important;
    right: 7px !important;
    width: 5px !important;
    height: 9.5px !important;
    background: #fff !important;
    box-shadow: 0 0 0 6px #fff !important;
}

.mg-top-10px {
    margin-top: 10px !important;
}

.mg-bottom-10px {
    margin-bottom: 10px !important;
}

.white {
    color: #fff !important;
}

#MsgBoxBack{
    position: absolute;
    top: 0;
    left: inherit;
    right: inherit;
    bottom: inherit;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    height: 100vh;
}
.MessageBoxContainer{
    top: 0;
}
.modal-open .modal {
    height: 100vh !important;
}
.modal{
    top: inherit !important;
    height: 100vh !important;
}

#spinner{
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    height:100%;
    width:100%;
}

.fa.fa-spinner{
    color: #007bff;
    position: relative;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed !important;
    pointer-events: unset !important;
}

.table-overflow-auto {
    overflow: hidden;
    overflow-y: auto;
    max-height: 120px;
}

#spinner-cep {
    display: none;
    position: relative;
    z-index: 1;
    left: 85px;
    top: -40px;
}

.red {
    color: red
}

.d-none{
    display: none;
}

#ribbon>.breadcrumb>li>a ,
#ribbon>.breadcrumb>li>span {
    color:white !important;
    text-decoration: none !Important;
}

#ribbon>.breadcrumb>li>a:hover {
    color:#BBB !important;
}

#ribbon>.breadcrumb>li>span:last-child{
    color:#BBB !important;
}


.btn-primary {
    color: #262626;
    background-color: #CCFF00;
    border-color: #CCFF00
}


.btn-primary:hover{
    color: #262626;
    background-color: #CCFF00;
    border-color: #1f496d
}

.select2-results .select2-highlighted {
    background: #CCFF00;
    color: #262626
}

nav ul li a {
    color: #fff;
}


nav ul .active>a {
    color: #CCFF00 !important;
    position: relative;
}

.senhaSegura {
    border: 1px solid #5D98CC;
    padding: 5px;
    padding-left: 15px;
}