/* PRODUTIVIDADE CSS */
.header2 #acesso-bt .empresa, .header2 #acesso-bt .nome {
    width: 227px;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
}

*:focus {
    outline: 1px dotted #d7282f !important;
}

/* GERAL*/
body#body {
    background-color: #fafafa !important;
}

#body #main {
    margin-top: 58px;
}

/* LOGIN / REDIR */
#contentLink {
    visibility: hidden;
}

#login #main {
    margin-top: -30px !important;
}

/* HEADER */
#header, #login .header2 {
    display: none;
}

#login #header {
    display: block;
    height: 53px;
}

.header2 #drop1 {
    right: 70px;
}

#drop2 {
    right: 328px;
}

.hidden-menu #hide-menu > :first-child > a {
    background: #fff;
    color: #111;
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-menu #hide-menu i {
        color: #111;
        background: #fff;
    }
}

@media (max-width: 767px) {
    #content, #header, #ribbon {
        padding-right: 12px !important;
        padding-left: 17px !important;
    }
}

@media only screen and (max-width: 828px) and (min-width: 678px) {
    .header2 h1 a {
        text-transform: uppercase;
        font-size: 17px;
        letter-spacing: -0.5px;
        width: 150px;
        padding: 0px 0px 0px 47px;
    }
}

.lang-bt {
    width: 92px;
}

#header-flex {
    margin-top: 0px;
}

.header2 #apps-section #apps, .header2 #apps-section #apps svg {
    animation-iteration-count: 0;
}

.btn-primary, .btn-default {
    font-weight: 500 !important;
}

#Cadastros ul {
    position: relative;
    top: 1px;
}


.header2 #acesso-bt {
    overflow: hidden;
    height: 49px;
}

    .header2 #acesso-bt .empresa {
        font-size: 10px;
        display: block;
        line-height: 13px;
        margin-top: 2px;
    }

h1.Title .infotxt i {
    cursor: help !important;
}

/* SIDEBAR */

nav > ul > li:first-child {
    display: none;
}

nav > ul > li > ul::before, nav > ul ul li::before {
    display: none;
}

#VisãoGeral ul {
    margin-bottom: -1px;
}

.fa-clock-o::before {
    content: "\f017";
}

.fa-minus-square-o::before {
    content: "\f077";
}

.fa-plus-square-o::before {
    content: "\f078";
}

nav ul span.menu-item-parent {
    position: static;
    margin-left: 8px;
}

#left-panel {
    top: 9px !important;
}

/*#left-panel nav {
            margin-top: 5px;
        }*/

#banner {
    background: white;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    min-height: 41px;
}

    #banner img {
        width: 24px;
        margin-right: 11px;
    }

    #banner h2 {
        margin: 0 !important;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        letter-spacing: -0.5px;
    }

nav ul b.collapse-sign {
    margin-top: -2px;
}
/* CONTENT */

/* toggle */
header button.collapsible {
    background: none;
    line-height: 10px;
    border: none;
    float: right;
    margin-top: 8px;
    margin-right: 8px;
}

/* CLASSES PARA O BOTAO DE EXPANDIR/RETRAIR E FUNCAO PRA ELE ABRIR E FECHAR */
header button.collapsible .icon-collapse {
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

header button.collapsible .icon-collapse.open {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

/* CLASSES PRO COLLAPSE FUNCIONAR E O EFEITO NAO BUGAR */
.no-overflow {
    overflow: hidden !important;
}


/* pagination */
.pagination li a {
    background: #eee !important;
    color: #2669a0;
}

    .pagination li a:hover {
        background: #fff !important;
        color: #3084c9;
    }

.pagination li.disabled a, .pagination li.disabled a:hover {
    background: #eee !important;
    color: #999 !important;
}

.pagination li.active a {
    background: #236092 !important;
    color: #fff;
    font-weight: bold;
}

input.form-control[type=text] {
    width: 90%;
    padding-left: 8px;
    padding-right: 8px;
}

.smart-form label {
    color: #111;
    font-weight: 500;
}

.Title {
    padding-bottom: 0;
    padding-top: 0;
    margin: 22px 0 20px;
}

#body #ribbon {
    background-color: white;
    min-height: 42px;
}

.md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background: #236092;
    padding: 7px 0;
}

.smart-form footer {
    background: #fff !important;
}

/** fixes gerais **/
.multiselect-container .active a {
    background: white;
    color:#555;
}

.multiselect-container .active a:hover {
    background: #f7f7f7;
    color: #555;
}

/*** header/nav alignment & fix ***/
.md-sidenav-right {
    top: 100px !important;
}

.dropdown-toggle {
    height: auto;
}

.header2 #hide-menu a {
    padding: 6px 8px;
}

.header2 #apps-section #apps {
    padding: 8px 7px 8px 6px;
}

nav ul span.menu-item-parent {
    position: relative;
    top: 0px;
    left: 1px;
}

.header2 #acesso-bt {
    overflow: hidden;
}

.smart-style-1 nav ul li a {
    padding: 12px 15px 12px 15px;
}

.smart-style-1 nav ul li.parent-active {
    background: #ac2026;
    color: white !important;
}

    .smart-style-1 nav ul li.parent-active ul li.active a {
        background: none;
        color: #fff !important;
    }

#banner img {
    margin-left: 3px;
}

.header2 #hide-menu i {
    position: relative;
    top: 1px;
}

/* Acessibilidade */
.accessibility-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .accessibility-content .close {
        margin-left: auto;
        background: transparent;
        border: none;
    }

    .accessibility-content .acoes {
        margin-top: 15px;
        margin-bottom: 10px;
    }

        .accessibility-content .acoes .botao {
            display: flex;
            align-items: center;
            margin: 0 auto 15px;
        }

            .accessibility-content .acoes .botao p {
                margin: 0 10px;
            }

/** RESPONSIVE FIXES **/
.full-screen #fullscreen > :first-child > a:active, .hidden-menu #hide-menu > :first-child > a:active {
    box-shadow: none;
}

.hidden-menu #hide-menu > :first-child > a:hover {
    background: #eee;
    color: #d7282f;
    box-shadow: none;
}

@media (max-width: 979px) {
    #hide-menu i, .hidden-menu #hide-menu i {
        color: #111;
        background: #fff !important;
    }

    .hidden-menu #main {
        margin-left: 0;
    }

    .header2 #hide-menu a:hover {
        background: #fff !important;
    }
}

@media (max-width: 678px) {
    .header2 .lang, .header2 #apps-section {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    #content, #header, #ribbon {
        padding-right: 12px !important;
        padding-left: 17px !important;
    }
}

@media only screen and (max-width: 828px) and (min-width: 678px) {
    .header2 h1 a {
        text-transform: uppercase;
        font-size: 17px;
        letter-spacing: -0.5px;
        width: 150px;
        padding: 0px 0px 0px 47px;
    }
}

.lang-bt {
    width: 94px;
}

#aside-logo {
    left: 6px;
}

.smart-style-1 nav ul ul li > a {
    font-size: 13px;
    padding-left: 40px;
    line-height: 1;
}

/* RESPONSIVE */
@media only screen and (max-width: 679px) and (min-width: 0px) {
    #header-flex {
        margin-top: 0px;
    }
}
