﻿body {
    background: transparent !important;
}

.logo:not(.AltoContraste):not(.Default) {
    height: 65px !important;
    margin-top: 0px !important;
}

.btn-top-bar {
    align-content: inherit;
    background-color: transparent;
    border-color: darkgray;
}

.page-header-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.page-header.navbar {
    right: 0px;
    border-radius: 0;
    height: auto;
}

.page-header-inner > #menuAtalhos > ul > li > a#btnRedeAtendimento {
    padding: 6px 12px !important;
    height: unset !important;
    border-radius: 5px !important;
}

.page-header-inner > #menuAtalhos > ul:not(.Default):not(.Light2) > li > a#btnRedeAtendimento {
    color: white !important;
}

.page-header-inner > #menuAtalhos > ul.AltoContraste > li > a#btnRedeAtendimento:hover,
.page-header-inner > #menuAtalhos > ul.AltoContraste > li > a#btnRedeAtendimento:hover > i {
    background-color: #A7E2FF !important;
    color: white !important;
}

@media (min-width: 991px) {
    .nav.navbar-nav.pull-right.Default:not(.AltoContraste) > li > a {
        color: #333 !important;
    }

    .nav.navbar-nav.pull-right.Light2 > li > a {
        color: #333 !important;
    }
}

@media (max-width: 635px) {
    .page-header-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 15px;
    }

    #btnDiminuirFonte, #btnAumentarFonte {
        display: none;
    }
}

@media (max-width: 400px) {
    .page-header-inner > #menuAtalhos > ul > li > a{
        padding-right: 5px !important;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered > .selected-item{
    width: auto !important;
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.5;
}

.enabled-btn {
    pointer-events: auto !important;
    opacity: 1 !important;
}