
@page{
    padding: 0 !important;
    margin: 0 !important;
    
    
}
@media print { 
    .table th { 
        background-color: #343a40!important;
    } 

}

.h-120{
    max-height: 70px !important;
    height: 70px !important;
    margin-left: 1rem;
    margin-right: 1rem;
}

body{
    width: 100% !important;
    height: 100% !important;
}

.table .td-for{
    padding: .50rem !important;
}

h5{
    font-size: 1.18rem !important;
}

html{
    width: 100% !important;
    height: 100% !important;
}


hr{
    border-top: dashed #333 2px;
}

.text-white{
    color:#ffffff !important;
}
.cor-verde{
    color:#008743 !important;
}

.cor-vinho{
    color: #670122 !important;
}

.bg-verde{
    background-color:#008743 !important;
}

.cor-laranjado{
    color: #e97700 !important;
}

.bg-laranjado{
    background-color: #e97700 !important;
}

.bg-sinza{
    background-color: #F5F5F5!important;
}


header h2, header h1{
    margin: 0 !important;
    color: #ffffff !important;
}

.conteudo{
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: calc(100vh - 118px - 40px);
}

.brake{
    page-break-after:always !important;
}

.brake-final{
    page-break-after:avoid !important;
}

.row-sobre{
    margin-bottom: 145px;
}

.ultima-page{
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    min-height: calc(100vh - 118px - 40px - 200px);
}
.page-unidades .card-body{
    padding: 0.8rem !important
}

.page-unidades .list-group-item{
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
    padding-left: 0.8rem !important;
}
.page-unidades{
    background-color:#eeeeee;
    padding-top: 0px;
    padding-bottom: 25px;
    min-height: calc(100vh - 118px);
    font-size: 0.9rem !important;
}

.page-dados-contabeis{
    font-size: 0.9rem !important;
}

.page-5{
    font-size: 0.9rem !important;
    page: land !important;
}

.page-2 hr:first-child { 
    margin-top: 0 !important;
}

.page-5>.ultima-page{
    min-height: calc(100vh - 200px - 40px) !important;
}

.page-5 .card-body {
    padding: 0.8rem !important;
}

.col-1rem{
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}
.page-5 .text-email{
    font-size: 12px !important;
}

.footer-cidade{
    font-size: 1rem !important;
}

.list-circle{
    list-style: circle !important;
}

.page-dados-contabeis .media{
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 1rem;
}


.rodape-ultima-page{
    background-image: url(../img/bg-nuvens.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -10px;
    font-size: 18px !important;
    padding-bottom: 20px;
    padding-top: 40px;
}

.rodape-ultima-page a{
    text-decoration: none !important;
}
