
	#inner-headline {
    background-color: #3c763d;
}
.breadcrumb {
    background-color: rgba(0, 0, 0, 0.3);
}
.alert {
    padding: 5px;
    margin: 5px;
}

    .setaesquerda {
    text-align: left;
}
    
.setadireita {
    text-align: right;
}

.setacentro {
    text-align: center;
}


/*-------  form style  -----------*/

.overfundo {
    background-color: gray;
    margin-top: 5px;
    margin-bottom: 5px;
}

.legendafora {
    margin-top: -13px;
    margin-bottom: 10px;
    text-align: left;
    color: green;
    font-size: 9pt;
    
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font: 11pt "Tahoma";
    -webkit-print-color-adjust: exact;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.page {
    aspect-ratio: 210 / 297;
    max-height: 297mm;
    max-width: 210mm;
    padding: 20mm;
    margin: 10mm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpage {
    padding: 5px 40px;
    border: 2px black solid;
    height: 257mm;
    outline: 2cm white solid;
    overflow: auto;
}
.justifica {
    text-align: justify;
    text-justify: inter-word;
}

@page {
    size: A4;
    margin: 0;
    -webkit-print-color-adjust: exact;
}
@media print {
    html, body {
        width: 210mm;
        height: 297mm;
        background-image: exact !important;			
    }
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
    
    .baixo {
        content: url(img/logo.png);
        opacity: 0.08;
        }
}

span {
    color: green;
    text-transform: capitalize;
}
span.azul {
    font-weight: bold;
    color: blue;
}
span.nomeerro {
    font-weight: bold;
    text-transform: capitalize;
}

.tab {padding-left: 35px;}
    
span.riscado {
    color: black;
    text-decoration: line-through;
}
    
span.livrocapa {
    text-transform: uppercase;
}

.espacogrande {
    padding-top: 4cm;
}

.baixo {
    position: fixed;
    left: 8cm;
    top: 2.2cm;
    width: 25%;
    background-image: url(img/logo.png) 50px 80px no-repeat;
    color: white;
    text-align: center;
}
    
div.polegar {
    width: 130px;
    height: 90px;
    display: table-cell;
    float: right;
    border: 1px red solid;
    font-size: 8pt;
    padding-top: 75px;
    padding-right: 42px;
}
    
    #comrogosize {
        font-size: 10pt;
    }

@media print {
    .progress {
        position: relative;
    }
    .progress:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        border-bottom: 2rem solid #eeeeee;
    }
    .progress-bar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        border-bottom: 2rem solid #337ab7;
    }
    .progress-bar-success {
        border-bottom-color: #67c600;
    }
    .progress-bar-info {
        border-bottom-color: #5bc0de;
    }
    .progress-bar-warning {
        border-bottom-color: #f0a839;
    }
    .progress-bar-danger {
        border-bottom-color: #ee2f31;
    }
}
    
input[id=valorimovel] {
    -moz-appearance: textfield;
    appearance: textfield;
}
input[id=valoralienacao] {
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.opcoes button{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
