﻿/*This is a custom style sheet added for client specific styles to be applied for the application as needed*/

/*Custom CSS for Section*/
.instruction-format {
}

    .instruction-format .information-header {
        background-color: black;
        color: white;
    }

    .instruction-format .information-body {
        background-color: bisque !important;
        color: black;
        opacity: 0.8;
    }
/*Custom CSS for Section*/
.section-header {
    background-color: #e5f2ff !important;
    color: #555555 !important;
    border: 1px solid #5a80fb;
    opacity: 0.8;
    text-transform: uppercase;
    font-weight: bold;
}

    .section-header em {
        font-size: 80%;
        text-transform: none;
    }

.section-sub-header {
    background-color: #f0f0f0 !important;
    color: black !important;
    border: 1px solid #c6c6c6 !important;
    opacity: 0.8;
    margin-bottom: 5px;
}

.section-sub-header-conditional {
    background-color: bisque !important;
    border: 0 !important;
    opacity: 0.8;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 2px;
}

.section-sub-note {
    background-color: bisque !important;
    color: black !important;
    border: 0;
    opacity: 0.8;
}

/*Text Block - Justify*/
.text-block-para {
    text-align: justify;
    text-justify: inter-word;
}