﻿

/*       .email-text-container {
    border-radius: 3px;
    background-color: #dfebf6;
    padding: 0.3125rem 0.625rem;
}*/
dt, dd {
    margin-top: 0.3125rem;
}

/*       .email-text-container {
    border-radius: 3px;
    background-color: #dfebf6;
    padding: 0.3125rem 0.625rem;
}*/

.c-layout-page a:focus {
    color: #333333 !important;
}

.error-border {
    border: 2px solid red;
    padding: 10px;
    background-color: #f8d7da;
}

.input-design1 {
    background-color: #F5F5F5;
    border: none;
    border-radius: 0;
}

.instruction-box {
    background-color: #f1f1f1;
}

.input-design {
    background-color: #F5F5F5;
    border: none;
    border-bottom: 1px solid #296196;
    border-radius: 0;
}

    /* When user clicks or types in the field */
    .input-design:focus {
        background-color: #fff; /* white when typing */
        border-radius: 2px; /* optional rounded corners */
        border: 1px solid #94a4b4; /* full border */
    }




.text-dark-gray {
    color: #212121;
}

.label-dark-blue {
    color: #1B3B5C;
}

.section-design {
    border: 1px solid #296196;
    border-top-width: 10px;
    padding-block: 25px;
}

.section-design-edit-view {
    border: 1px solid #3072B0;
    border-top-width: 10px;
    padding-block: 25px;
}

.section-design-edit-view1 {
    border: 1px solid #ffd800;
    border-top-width: 10px;
    padding-block: 25px;
}

.fa fa-eye {
    color: #214971;
    font-size: 2rem;
}
/*       a.btn-email {
            background-color: #214971;
            color: #ffffff;
            border-radius: 5px;
            padding: 10px 20px;
            display: inline-block;
            text-align: center;
            border: none;
            text-decoration: none;
        }
*/

.c-font-italic {
    font-style: italic;
}

#uploadFile {
    display: inline-block;
    background-color: #0094ff;
    cursor: pointer;
    color: white;
    padding: 5px;
}

.courseautofill-list {
    max-height: 250px;
    overflow-y: scroll;
}

.text-danger {
    color: red !important;
}

.mce-close {
    font-size: 20px;
    font-weight: 600;
    color: #858585;
}

    .mce-close:hover {
        color: black;
    }
.cke_notifications_area {
    display: none !important;
    visibility: hidden !important;
}

