html {
    background: rgb(159, 195, 237);
    background: linear-gradient(180deg, rgba(159, 195, 237, 1) 80%, rgb(222 234 247) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body,
html {
    margin: 0;
    background-color: transparent;
    height: 100%;
    padding-top: 28px;
}


h1 {
    font-size: 44px;
    color: #303030;
    margin-bottom: 30px;
    font-family: 'Fredoka One';
    text-shadow: 2px 2px #bfbfbf;
}

.Navbar_Outer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 0px 7px 0px rgb(31 41 60 / 59%);
    z-index: 100;
    text-wrap: nowrap;
}


/* Main NavBar */
.navbar-brand {
    background-image: url('../Images/Logo_Small.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    width: 100px;
}

.navbar-main {
    background-color: #5c75a6;
    height: auto;
    z-index: 1040;
}

.navbar-main li .nav-link,
.navbar-main .navbar-brand {
    color: #fff !important;
}

#SignInLink {
    display: none;
}

#UserDropDown {
    border: 1px solid #ffffffa3;
    border-radius: 5px;
    padding-left: .5rem;
}


.loader {
    width: 15px;
    height: 15px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading #userDDBtn {
    display: none;
}

.loading .loader {
    display: inline-block;
}



/*End Main NavBar */

#Alert_Panel {
    display: none;
}

.footer {
    background-color: #333333;
    color: white;
    background-image: url('/Images/cloud_tops.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
    padding-bottom: 10rem;
}

.footer .text-muted {
    color: #b1b1b1 !important;
}

.backgroundMtn {
    position: fixed;
    right: -186px;
    bottom: -4px;
    width: 513PX;
    z-index: -1;
    opacity: 0.5;
    filter: blur(1px);
}

/* .cloudTops{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 17;
    min-width: 2200px;
} */
.Cloud_Small {
    background-image: url('../Images/Cloud_Small.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: -1;
    opacity: 0.9;
}

.CloudOne {
    top: 182px;
    right: 73px;
    -webkit-transform: scale(1.65);
    -moz-transform: scale(1.65);
    transform: scale(1.65);
}

.CloudTwo {
    top: 98px;
    left: -8px;
    z-index: -1;
}

.CloudThree {
    top: 365px;
    left: 68px;
    -webkit-transform: scale(2.65);
    -moz-transform: scale(2.65);
    transform: scale(1.65);
    opacity: 0.9;
}



.Screen {
    display: none;
    padding: 2em;
    margin-bottom: 2em;
    margin-top: 2em;
    border-radius: 16px;
    background-color: white;
    -moz-box-shadow: 0 0 0 1px #d4d4d5,
        0 2px 4px 0 rgba(34, 36, 38, 0.12),
        0 2px 10px 0 rgba(34, 36, 38, 0.12);
    -webkit-box-shadow: 0 0 0 1px #d4d4d5,
        0 2px 4px 0 rgba(34, 36, 38, 0.12),
        0 2px 10px 0 rgba(34, 36, 38, 0.12);
    box-shadow: 0 0 0 1px #d4d4d5,
        0 2px 4px 0 rgba(34, 36, 38, 0.12),
        0 2px 10px 0 rgba(34, 36, 38, 0.12);
    min-height: 100%;
}

@media (max-width: 576px) {
    .Screen {
        padding: .5em;
    }

    .ScreenOuter {
        margin: 0 !important;
    }
}

.MainScreen {
    display: block;
}


/* Common */
.shadowBottom {
    -webkit-box-shadow: 1px 1px 12px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 12px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 12px 3px rgba(0, 0, 0, 0.35);
}

.shadowTop {
    -webkit-box-shadow: 1px -1px 12px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px -1px 12px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 1px -1px 12px 1px rgba(0, 0, 0, 0.35);
}

.modal-full {
    width: 95%;
    max-width: 95%;
}

.clear:after {
    clear: both;
    content: "";
    display: table;
}



#MITMCore_loadingScreenShim {}

#MITMCore_loadingScreenOuter {}

#MITMCore_loadingScreenImg {}

#MITMCore_loadingScreenText {}

#MITMCore_loadingScreenButtons {
    border-top: 1px solid #e9ecef;
}


a.unlink {
    color: inherit;
}

a.unlink:hover {
    color: inherit;
    text-decoration: none;
}

.videoFrame {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 7px 4px 8px rgb(0 0 0 / 26%);
}

.alert:before {
    position: absolute;
    right: 9px;
    top: -2px;
    content: "x";
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

/* End Common */




/* Buttons */
.btn-primary {
    border-color: transparent;
    border-radius: 7px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    background-color: #6e81a5;
    border-bottom: 5px solid #4f5b70;
    text-shadow: 0px -2px #5a6a89;
}

.btn-primary:hover {
    background-color: #7c91b7;
    border-bottom: 5px solid #4f5b70;
    text-shadow: 0px -2px #637495;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #4f5b70;
    border-bottom: 5px solid #4f5b70;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:focus,
.btn-primary.focus {
    border-color: #7c91b7;
    background-color: #7c91b7;
    border-bottom: 5px solid #4f5b70;
    text-shadow: 0px -2px #7c91b7;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #7c91b7;
    background-color: #7c91b7;
    border-bottom: 5px solid #4f5b70;
    text-shadow: 0px -2px #7c91b7;
    opacity: 0.4;
}




.btn-secondary {
    border-color: transparent;
    border-radius: 7px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    background-color: #525d72;
    border-bottom: 5px solid #2b2f36;
    text-shadow: 0px -2px #2b2f36;
}

.btn-secondary:hover {
    background-color: #687387;
    border-bottom: 5px solid #2b2f36;
    text-shadow: 0px -2px #2b2f36;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #2b2f36;
    border-bottom: 5px solid #2b2f36;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary:focus,
.btn-secondary.focus {
    border-color: #525d72;
    background-color: #525d72;
    border-bottom: 5px solid #2b2f36;
    text-shadow: 0px -2px #2b2f36;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}






.btn-danger {
    border-color: transparent;
    border-radius: 7px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    background-color: #c03d3d;
    border-bottom: 5px solid #8b2c2c;
    text-shadow: 0px -2px #8b2c2c;
}

.btn-danger:hover {
    background-color: #d15d5d;
    border-bottom: 5px solid #862b2b;
    text-shadow: 0px -2px #8b2c2c;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #8b2c2c;
    border-bottom: 5px solid #8b2c2c;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-danger:focus,
.btn-danger.focus {
    border-color: #8b2c2c;
    background-color: #c03d3d;
    border-bottom: 5px solid #8b2c2c;
    text-shadow: 0px -2px #8b2c2c;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-danger.disabled,
.btn-primary:disabled {
    border-color: #8b2c2c;
    background-color: #c03d3d;
    border-bottom: 5px solid #8b2c2c;
    text-shadow: 0px -2px #8b2c2c;
    opacity: 0.4;
}








.btn:disabled {
    border-color: #888b92;
    background-color: #888b92;
    border-bottom: 5px solid #888b92;
    text-shadow: 0px -2px #333333;
}

.btn:active {
    transform: translate(0px, 2px);
    -webkit-transform: translate(0px, 2px);
    border-bottom: 1px solid;
}

/* End Buttons */


/* Print */

.print-only {
    display: none;
}

@media print {
    .print-only {
        display: block !important;
    }
}

/* End Print */

/* Feedback */
.feedback-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1030;
    border-radius: 50px;
    background-color: #c03d3d;
    color: white;
    font-weight: 500;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
    padding: 12px 22px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.feedback-float i {
    margin-right: 8px;
}

.feedback-float:hover {
    background-color: #9c3939;
    transform: translateY(-3px);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #fff;
}

@media (max-width: 576px) {
    .feedback-float {
        font-size: 14px;
        padding: 10px 16px;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.feedback-float {
    animation: slideUp 0.6s ease-out 1;
}

/* End feedback */

/* Email Modal */
.email-modal .modal-content {
    border-radius: 12px;
    border: none;
    overflow: hidden;
}

.email-header {
    background-color: #9fc3ed;
    color: #fff;
    text-align: center;
    padding: 5rem 1rem;
    position: relative;
}

.email-header h1 {
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 3rem;
    margin-bottom: 0;
}

.email-body {
    padding: 2rem;
    background-color: #fff;
    text-align: center;
}

.email-body h4 {
    color: white;
    background-color: #303030;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: Lato, sans-serif;
}

.email-body p {
    color: #333;
    font-size: 1rem;
}

.email-body .highlight {
    font-weight: 600;
    color: #142850;
}

#Email_Modal .Cloud_Small {
    z-index: 1;
}

#Email_Modal .CloudOne {
    left: 140px;
    top: 120px;
    scale: .5;
    -webkit-animation: animateCloud 50s linear infinite;
    -moz-animation: animateCloud 50s linear infinite;
    animation: animateCloud 50s linear infinite;
}

#Email_Modal .CloudTwo {
    left: -75px;
    top: 10px;
    scale: .7;
    -webkit-animation: animateCloud 50s linear infinite;
    -moz-animation: animateCloud 50s linear infinite;
    animation: animateCloud 50s linear infinite;
}

#Email_Modal .CloudThree {
    left: 360px;
    top: -7px;
    scale: .6;
    -webkit-animation: animateCloud 50s linear infinite;
    -moz-animation: animateCloud 50s linear infinite;
    animation: animateCloud 50s linear infinite;
}

#Email_Modal .btn-primary {
    border-color: transparent;
    border-radius: 7px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    background-color: #c03d3d;
    border-bottom: 10px solid #8b2c2c;
    text-shadow: 0px -2px #8b2c2c;
}

#Email_Modal .btn-primary:hover {
    background-color: #c03d3d;
    border-bottom: 10px solid #8b2c2c;
    text-shadow: 0px -2px #8b2c2c;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@-webkit-keyframes animateCloud {
    to {
        transform: translateX(1000%)
    }
}

@-moz-keyframes animateCloud {
    to {
        transform: translateX(1000%)
    }
}

@keyframes animateCloud {
    to {
        transform: translateX(1000%)
    }
}

/* End Email Modal */