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;
}


/* 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;
}

/*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: 5px;
    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%;
}

.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 */
