body {
    background-color: white;
}

.page-content h3 {
    text-shadow: 1px 1px 1px lightgray;
    text-align: center;
}

.form-inline strong  {
    padding-left: 10px;
}

h1.inicio {
    text-align: center;
    font-size: 72px;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.smaller {
    font-size: 9px;
}

#gridAce {
    font-size: 10px;    
}

/*
to forçando tfoot a alinha adireita
pq na classe usado pelo account.js (number_format de somatória)
não pode usar nenhuma classe no th do tfoot, senão fodeia a função
*/

table tfoot tr th {
    text-align: right;
}

/* organograma */
.table-organograma {
    font-size: 11px !important;
}


/* Legado */
.coluna_atual {
    color: #3c763d;
    font-weight: bold;
}
.moeda {
    text-align: right;
}

.negativo {
    color: #a94442;
}

.highlight{
    background-color: yellow
}

.group {
    color:white;
    background-color: darkgray !important;
}

.nivel_1 {
    color:white;
    background-color: #666 !important;
}

.nivel_2 {
    color:white;
    background-color: #888 !important;
}

/* Ajustar Menu */
.nav-list > li > a {
    height: 30px;
    line-height: 13px;
    padding-left: 7px;
    /* height: 39px;
       padding-left: 7px;*/
}

.nav-list > li .submenu > li > a {
    padding: 5px 0 7px 30px !important;
    /* padding: 7px 0 9px 37px !important; */

}

.nav-list > li > .submenu li > .submenu > li > a {
    margin-left: 10px;
    padding-left: 19px;
}

.nav-list > li:before {
    display: none;content: "";position: absolute;top: -1px;left: 0;z-index: 1;height: 31px !important;
    width: 3px;max-width: 3px;overflow: hidden;
    background-color: red !important;
}


.sidebar.responsive-min.menu-min .nav-list > li > a > .ace-icon {
    display: inline-block;
    font-size: 18px;
    height: auto;
    line-height: inherit;
    margin-right: 0;
    vertical-align: sub;
    width: 44px;
}

/* Sidebar fixo*/
.sidebar.sidebar-fixo {
    float: none !important;
    position: fixed;
    top: 0 !important;
    z-index: 1027;
}


/* Ajustar visual pro Datepicker */
.date-picker[readonly], .input-daterange input {
    background-color: white !important;
    cursor: pointer !important;
    opacity: 1;
}

.page-content div.breadcrumbs {
    margin-top: 15px;
}

.breadcrumb li {
    font-weight: bold;
}

div.breadcrumbs ~ a {
    display: table;
    left: 50px;
    position: relative;
}

.exportarCSV, .exportarXML, .exportarImprimir {
    margin-top: 5px;
}

.forca-overflow table {
    font-size: 70%;
}

.nivel1 {
    background-color: #2A6EB2;
    color: #FFFFFF;    
    font-weight: bold;
}

.nivel2 {
    background-color: #C0CFDD;    
}

.nivel3 {
    background-color: #DBE3EB;
}

.nivel2, .nivel3, .periodo_publicacao {
    color: #000000;
}

#relatorio {
    font-size: 10px;
}

#relatorio caption, #relatorio th {
    font-size: 12px;
}

#exporta-dados {
    display: block !important;
    padding: 10px;
}

.widget-box-overlay i {
  position: relative;
  margin: auto;
  top: calc(50% - 14px);
}

.widget-box-overlay .bigger-250 {   
    top: calc(50% - 35px);
} 

@media screen {
    .forca-overflow{
        overflow: auto;
        overflow-y: hidden;
    }
}



@media only screen and (max-width: 991px) {
    .sidebar.responsive-min .nav-list > li > a > .ace-icon  {
        display: inline-block;
        font-size: 18px;
        height: auto;
        line-height: inherit;
        margin-right: 0;
        vertical-align: sub;
        width: 44px;
    }

    .page-content h3 {
        margin-top: 3px;
    }

}

.containerLeiIndex{
    height: 670px; 
    overflow: auto;
    padding-right: 10px;
}

.leiIndex{
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;  
    text-align: justify; 
}

.widget-box {
    margin-bottom: 10px;
}