/* ============================================================
   Global base styles (migrated from master.blade.php inline)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html, body {
    max-width: 100%;
    font-family: 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.bg-campus-blue, .banner-full {
    background-color: #0759A2;
    border-bottom: 5px solid #F0B323;
}

p {
    color: #444444;
    font-size: 19px;
}

.content-wrapper {
    background: #F0F6FB;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.blue-bg {
    background: #0971CC;
}

.blue-bg-new {
    background: #A4C8E1;
}

footer {
    text-transform: unset !important;
    color: #444454;
}

footer .sep {
    display: inline-block;
    padding: 0 10px;
}

footer a {
    color: #444454;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #007fcc !important;
    background-color: transparent;
}

.nav li a {
    color: #00263E !important;
}

.nav li a.active {
    color: #007fcc !important;
    background-color: transparent !important;
}

.btn-primary {
    background: #0075bc !important;
    padding: 10px;
    border-radius: 5px !important;
}

.btn-success {
    background: #8A941E !important;
    padding: 10px;
    border-radius: 5px !important;
}

.btn-reverse {
    background: transparent !important;
    color: #6b8199 !important;
    padding: 10px;
    border-radius: 5px !important;
    border: 1px solid #c6d0da !important;
}

h1 { font-size: 49px; }
h2 { font-size: 42px; }
h3 { font-size: 33px; }
h4 { font-size: 27px; }
h5 { font-size: 16px; }
h6 { font-size: 18px; }

.login_h2 {
    font-size: 38px;
}

::-webkit-input-placeholder {
    color: #444444 !important;
    font-weight: bold;
}
::-moz-placeholder {
    color: #444444 !important;
    font-weight: bold;
}
:-ms-input-placeholder {
    color: #444444 !important;
    font-weight: bold;
}
:-moz-placeholder {
    color: #444444 !important;
    font-weight: bold;
}
::placeholder {
    color: #444444 !important;
    font-weight: bold;
}

button:disabled,
button[disabled] {
    background: #C2C4C3;
    color: white;
}

a:disabled,
a[disabled] {
    background: #C2C4C3;
    color: white;
}

.btn-block {
    padding: 10px;
    border-radius: 5px !important;
    color: white !important;
    background: #8A941E;
}

.student-stats {
    border-bottom: 5px solid #F0B323;
}

.env-header {
    display: none !important;
}

.env-production {
    color: inherit !important;
    font-size: 14px !important;
}

/* Alert message box (report pages) */
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    margin-bottom: 15px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

main#skip_to_link.main-content {
    padding: 20px !important;
}

/* ============================================================
   End global base styles
   ============================================================ */

#viewEmailModal .modal-dialog {
    margin: 40px auto;
}

#viewEmailModal .new-modal {
    position: relative;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(7, 40, 67, 0.18);
    background: #ffffff;
}

#viewEmailModal .new-modal .modal-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    padding: 16px 18px;
    border-bottom: 1px solid #d7e3ee;
    background: #dbeafe;
    border-bottom: 1px solid #bfdbfe !important;
}

#viewEmailModal .new-modal .modal-title {
    margin: 0 !important;
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
    color: #1e4d78;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

#viewEmailModal .modal-body h1 {
    font-size: 24px;
    padding: 5px 0;
}

#viewEmailModal .new-modal .close {
    position: static !important;
    transform: none !important;
    float: none !important;
    flex-shrink: 0;
    margin: 0 !important;
    padding: 0;
    width: 34px;
    height: 34px;
    color: #1e4d78;
    opacity: 1;
    line-height: 1;
    text-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#viewEmailModal .new-modal .close:hover,
#viewEmailModal .new-modal .close:focus {
    border-color: #9bb8d4;
    color: #123a5f;
    outline: none;
}

#viewEmailModal .new-modal .close span {
    display: inline-block;
    transform: translateY(-1px);
    font-size: 22px;
    font-weight: 500;
}

#viewEmailModal .new-modal .modal-body {
    position: relative;
    padding: 22px;
    background: #ffffff;
}

#viewEmailModal .new-modal .modal-body > p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.45;
    color: #22435f;
}

#viewEmailModal .new-modal .modal-body > p strong {
    color: #0b3557;
    font-weight: 700;
    margin-right: 6px;
}

#viewEmailModal .new-modal .modal-body > hr {
    margin: 14px 0 16px;
    border: 0;
    border-top: 1px solid #d7e3ee;
}

#viewEmailModal #voc-attachments-wrapper {
    top: 14px !important;
    right: 18px !important;
}

#viewEmailModal #modal-email-body {
    position: relative;
    color: #1d3f5d;
    font-size: 15px;
    line-height: 1.58;
    word-break: break-word;
}

#viewEmailModal #modal-email-body > div {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif !important;
    color: #1d3f5d !important;
}

#viewEmailModal #modal-email-body p,
#viewEmailModal #modal-email-body li {
    color: #1d3f5d;
    font-size: 14px;
    line-height: 1.58;
    margin: 0 0 12px;
}

#viewEmailModal #modal-email-body p:last-child {
    margin-bottom: 0;
}

#viewEmailModal #modal-email-body img {
    max-width: 100%;
    height: auto;
}

#viewEmailModal #modal-email-body p img,
#viewEmailModal #modal-email-body > div > img,
#viewEmailModal #modal-email-body img[src*='Gallagher-logo'] {
    width: clamp(150px, 24vw, 280px) !important;
    max-width: 100% !important;
}

@media (min-width: 992px) {
    #viewEmailModal #modal-email-body img[src*='Gallagher-logo'] {
        position: absolute;
        top: -77px;
        right: 72px;
        width: 225px !important;
        max-height: 52px;
        object-fit: contain;
    }

    #viewEmailModal #modal-email-body p:first-of-type,
    #viewEmailModal #modal-email-body li:first-of-type {
        margin-top: 6px;
    }
}

#viewEmailModal #modal-email-body a {
    color: #0c66ad;
    text-decoration: underline;
}

#viewEmailModal #modal-email-body table {
    width: 100% !important;
    max-width: 100%;
}

#viewEmailModal #modal-email-body span[style*='color: #898d8d'],
#viewEmailModal #modal-email-body span[style*='color:#898d8d'],
#viewEmailModal #modal-email-body span[style*='color: gray'],
#viewEmailModal #modal-email-body span[style*='color:gray'] {
    color: #6d8194 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

@media (max-width: 991px) {
    #viewEmailModal .modal-dialog.modal-lg {
        width: 92% !important;
        max-width: 92% !important;
    }

    #viewEmailModal .new-modal .modal-header {
        padding: 14px 52px;
    }

    #viewEmailModal .new-modal .close {
        right: 14px;
    }

    #viewEmailModal .new-modal .modal-title {
        font-size: 20px;
    }

    #viewEmailModal .new-modal .modal-body {
        padding: 16px;
    }

    #viewEmailModal .new-modal .modal-body > p {
        font-size: 14px;
    }

    #viewEmailModal #modal-email-body,
    #viewEmailModal #modal-email-body > div,
    #viewEmailModal #modal-email-body p,
    #viewEmailModal #modal-email-body li {
        font-size: 14px !important;
        line-height: 1.55;
    }
}