/**
 * Forms
 */
.required-asterisk {
    color: #FF0000;
}

/**
 * Table
 */
.table th {
    background-color: #666666;
    color: #FFFFFF;
}

.table th, .table td {
    vertical-align: middle !important;
}

/**
 * Text
 */
.text-justify {
    text-align: justify;
}

pre {
    background-color: #FFFFFF;
    word-wrap: unset !important;
}

.search-div {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-bottom: 20px;
}

#footer-firma {
    display: none;
}

.asteriskField {
    color: #FF0000 !important;
}
