html {
    font-size: 16px;
    font-family: Verdana,Geneva,sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.job-app {
    text-transform: uppercase;
}

.bg-report {
    font-size: 18px;
    background-color: #5A5452;
    color: white !important;
}

    .bg-report label {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.border-top {
    border-top: 1px solid black;
}

.border-bottom {
    border-bottom: 1px solid black;
}

.table thead th {
    border: 1px solid black;
}

.table td, .table th {
    height: 9px;
    border: 1px solid black;
    padding: 0.4rem;
    height: 25px;
    vertical-align: central;
}

.fs-10 {
    font-size: 10px;
}

.fs-11{
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.page-break {
    page-break-after: always;
}

hr {
    height: 1px;
    background-color: black;
    border: none;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-80 {
    margin-top: 80px;
}

.company-general-info * {
    /*font-size: 18px;*/
    font-family: Verdana,Geneva,sans-serif !important;
}

.company-general-info .fields > .row {
    padding-top: 3px;
    padding-bottom: 3px;
}

    .company-general-info .fields > .row > div:nth-child(2) {
        border-radius: 4px;
        border-width: 2px !important;
        border: solid;
        border-color: #b7b7b7;
        padding: 3px 10px;
        text-align: left;
        min-height: 32px;
    }

.border-dashed {
    border-top-style: dashed;
}

.text-deco-doble-underline {
    text-decoration-line: underline;
    text-decoration-style: double;
}

.text-deco-underline {
    text-decoration-line: underline;
}

.min-h-24 {
    min-height: 24px;
}

.min-h-50 {
    min-height: 50px;
}

.min-h-60 {
    min-height: 60px;
}

.min-h-70 {
    min-height: 70px;
}

.min-h-80 {
    min-height: 82px;
}

.min-h-90 {
    min-height: 90px;
}

.min-h-100 {
    min-height: 100px;
}

.min-h-150 {
    min-height: 150px;
}

.min-h-160 {
    min-height: 160px;
}

.min-h-170 {
    min-height: 170px;
}

.min-h-180 {
    min-height: 180px;
}

.min-h-190 {
    min-height: 190px;
}

.sign-space {
    margin-top: 40px !important;
}

.font-size-25 {
    font-size: 25px;
}

input[type=checkbox] {
    margin: 0 4px;
}

.justify-end {
    justify-content: end;
}

.profile-image {
    height: 250px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-image img{
    height: 230px;
    width: 250px
}

.signature {
    height: 150px;
}

.signature-sm {
    height: 100px;
}

.signature-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}