/*Geral*/
:root{
    --bg_color: #002430;
    --bg_color2: #566c73;
    --bg_color3: #a3b2b7;
    --bg-item: #e0e0e0;
}

/*.table td, .table th {
    float: left; 
}*/

html, body, #conteudo{
    margin:0px;
    padding: 0px;
    background: #ccc;
    width: 100%;
    height:100%;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
}
.h1, h1 {
    font-size: 1.2rem; 
}

form#form-alterar-senha {
    width: 60%;
}


/*Login*/
.bg-login{
    min-height: 100%;
    min-width: 100%;
    display: grid;
    background: #c8cbcf url("../img/img_bg_circuito.png") center no-repeat fixed content-box;
}


.grid-container{    
    height: calc(100%);    
    min-height: calc(100%);
}

@media(min-width: 500px){
    .grid-login {  
        display: grid;
        grid-gap: 10px;   
        grid-template-columns: 1fr 2fr 1fr;  


    }
}
@media(max-width: 720px){
    .grid-login {  
        display: grid;
        grid-gap: 10px;   
        grid-template-columns: 1fr 10fr 1fr;  


    }
}


.grid-login>.quadro-centro{
    grid-column-start: 2;    
    border: none;
    padding-top: 20vh;
    background: rgba(255, 255, 255, 0.8);
    height: 100vh;
}



.grid-login .form-login input[type=number], .grid-login input[type=text], .grid-login .form-login input[type=password]{
    background-color: rgba(0,59,76, 0.8);
    border: 0px;    
    margin: 10px;    
    border-bottom: solid #ffffff;
    margin: 40px 0px 0px 0px;
    padding: 20px;   
    /*    font-size: 1.8em;*/
    color: #FFFFFF;
}

.img-login-obras{
    height: 25vh;
}

.form-login  .btn-success{
    background-color: var(--bg_color);
    border-color: var(--bg_color);
}

input[type=number][class*="sem-seta"]::-webkit-inner-spin-button  { 
    -webkit-appearance: none;

}
.grid-login input[type=number][class*="sem-seta"]{ 
    -moz-appearance: textfield;
    appearance: textfield;
}

.header-page{
    width: 100%;
    text-align: left;
    background-color: #002430;
    padding: 20px;
    font-size: 18px;
    min-height: 100px;
    background: #002431;
    background-image: url("/src/assets/img/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px 150px;
}

.titulo-page{
    margin: 0 auto;
    text-align: center;
    margin: 20px 0px;
    font-weight: bold;
}

/*@media (min-width: @screen-sm-min) {     
    .header-page a {
         margin-left:45px;
    }
    
    #btn-menu {    
        margin-right: 45px;
    }
}*/

.header-page a{
    float: left;     
}

.header-page p{
    font-weight: bold;
    position: absolute;
    text-align: left;
}
#btn-menu {
    float: right;    
}

#btn-menu .dropdown-menu {
    left:  -140px;

}
.header-page h3 {
    font-size: 1em;
    text-align: left;
}


.btn-select-entidade{
    width: 100%;
    margin: 20px auto
}

@media (max-width: 980px) {
    html, body >* {
        font-size: 1em !important;
    }
}

@media (max-width: 980px) {
    html, body > * {
        font-size: 1.6em;
    }
}
.btn-group-alinhado{
    display: flex;
}
.btn-boletins{
    width: 33%;
}

.col-lista-grupo{
    background-color: var(--bg_color2);
    margin: 10px 0px 10px 0px;
    padding: 30px;
    color: #ffffff;
    text-align: left;
    font-size: 1.6em;
    cursor: pointer;
}

.col-lista-subgrupo{
    background-color: var(--bg_color3);
    margin: 10px auto 10px 0px;
    padding: 30px;
    color: #000000;
    text-align: left;
    font-size: 1.6em;
    cursor: pointer;
} 

.item{
    background-color: var(--bg-item);
    padding: 30px;
}

/*#carregaFotoPreview img { height: 300px; } */
a#btn-voltar {

}

#caregando-geral {
    margin: 10%;
    position: absolute;
    margin: 0 auto;    
    color: #ffffff; 
    z-index: 100000;    
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    line-height: 100vh;
}
/*
#caregando-geral .spinner-border{

}*/

/*.base {
    min-height: 100px;
    min-width: 99%;
    max-width: 99%;
    max-height: 99%;
}*/

.base{
    min-height: 350px;
    min-width: 100px;
    max-width: 100px;
    max-height: 350px;
    position: relative;
    display: table;
}

#notification {
    background: #444;
    bottom: 8px;
    color: #fff;
    display: none;
    padding: 16px;
    position: absolute;
    right: 8px;
    width: 240px;
}
#notification.show {
    display: block;
}

.img-thumbnail{
    max-width: 154px !important;
}

#msg_retorno_geral  {
    margin: 20px 20vw;
}

#msg_retorno_sistema{
    margin: 30px 0px;
    display: flex
}

#msg_retorno_sistema > i, #msg_retorno_geral > i {
    float: left;
    font-size: 44px;
    display: block;
    margin-right: 20px;
}

.flex{    
    display: flex;  
}
.flex a.item  {
    font-size: 2em;
    flex: 1;
    margin: 5px;
    text-align: center;
}

.flex .item>i {    
    font-size: 60px;
    margin: 10px;
}

.flex .item {    
    /*    margin: 30px;*/
    background-color: #002430;
    color: #fff;
}
.row-wrap {
    flex-flow: row wrap;
}
.quadro-empenho{
    height: 100%;

}

.table{
    background-color: #fff;
}

caption {
    caption-side: top;
    background-color: var(--bg_color);
    padding: 10px;
    color: #fff;
    font-size: 1.5em;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 10vh;
    height: 10vh;        
}

.icon-error {
    font-size: 30vh;
    text-align: center;
    margin: 0 auto;
    display: table;    
    margin-top: 30vh;
    color: #002430;
}

.informacoes-empenho {
    background: #002430;
    position: relative;
    margin: 5px auto;
    min-height: 40px;
    vertical-align: middle;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}

.input-group-text {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000; 
}

.bold{
    font-weight: bold;
    font-size: 18px;
}

.img-logo {
    height: 130px;
    display: inline-grid;
    position: absolute;
    left: 14vh;
    margin: 0 auto;

}



.accordions{
    max-width:100%;
    margin:0 auto;
    border:1px solid #ccc;

}
.accordion-item {
    min-height: 30px;
}

.accordion-item input:not(.visivel){
    display:none;
}
.accordion-item label {
    display: table;
    border: 1px solid #ccc;
    background: #0b465a;
    cursor: pointer;    
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 9px;
    width: 100%;
}

.accordion-content{
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    padding: 0px;
    display: none;
}
[id^=accordion]:checked ~ .accordion-content {
    min-height: 100px;
    display: contents;
}


.table-itens td, .table-itens th {
    padding: 1px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-itens > tr > th {
    font-weight: bold;
    font-size: 12px;    
    padding-top: 3px;
}

.table-itens td {    
    font-size: 11px;
    color: #999;        
    padding: 15px 2px;
    padding-bottom: 25px;

}

.table-itens td:last-child {
    position: relative
}
/*
.lermais > .txt-more {
    display: block;
    background: #fff;

    posiciona o link no final da DIV
    position: absolute;
    right: 0;
    bottom: 0;
}

.lermais > .partial {
    height: 20px;  limita a altura aqui, assim irá limitar o texto
    overflow: hidden;
}

.lermais a{
    color:  var(--bg_color);
    z-index: 1000
}*/

/*.lermais > a::before {
    content: "Ocultar"; Texto de quando o texto estiver visivel
}

.lermais > a.txt-more::before {
    content: "Ler Mais";  texto para o link
}*/


.pagina-centro{    
    padding: 30px 10px;
    display: table;
    margin: 30px auto;
}

.flex a.item .fa {
    display: block;
}
@media (max-width: 980px) {
    div#usuario-title {
        color: #002430;
        font-size: 14px;
        font-family: monospace;
        text-align: center;
        margin: 10px;
    }
}

@media (min-width: 981px) {
    div#usuario-title {
        color: #002430;
        font-size: 14px;
        font-family: monospace;
        text-align: right;
        margin: 10px;
    }
}
