﻿html, body {
    height: 100%;
    display: flex;
    flex-direction: column;
}
body > * {
    flex-shrink: 0;
}
/* HIDING MENU BAR, TRANSLATE AND SEARCH */
.navBar.clear.Main {
    display: none;
}

.translate {
    display: none;
}

.searchWrap {
    display: none;
}

/* LINK COLOR */
a {
    color: black !important;
    text-decoration: none !important;
}

a:hover {
    color: blue !important;
    text-decoration: none;
    font-weight: bold;
}
/* CONTROLS THE MAIN CONTENT WRAPPER AND FOOTER */
.pageWrap {
    max-width: 1020px !important;
    clear: both;
    position: relative;
    margin: 0 auto;
    background-color: #c5c5c5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 100%;
}

#headerWrap {
    width: 1270px !important;
    height: 117px;
    margin: 0 auto;
    position: relative;
}
.basicWrap {
    padding: 0px 20px 20px 20px;
}

#footerWrap {
    width: 1020px;
    height: 25px;
    background: #073873;
    line-height: 24px;
    clear: both;
    font-size: 11px;
    margin: 0 auto;
}
form#aspnetForm {
    height: 100% !important;
}

.contentText {
    width: auto;
    font-size: 14px;
    color: black;
    padding: 0 0 8px 0px;
    line-height: 1.5em;
    height: 100%;
}
#footerWrap a {
    color: #FFFFFF !important;
}

.relativeMenu {
    background: white;
}

.mainContentWrap {
    overflow: hidden !important;
}

.bg-light {
    border-radius: 5px !important;
}

.container-fluid {
    padding-top: 15px !important;
}
/* CONTROLS BUTTONS */
.exer-btn {
    width: 150px;
    margin: 0 auto;
    background-color: #012362 !important;
    border-color: #012362 !important;
}

.exer-view-btn {
    width: 110px !important;
    margin: 0 auto;
    background-color: #012362 !important;
    border-color: #012362 !important;
}

.exer-btn.hover, .exer-btn:hover {
    color: #fff;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.cont-btn {
    background-color: #012362 !important;
    border-color: #012362 !important;
}

.exer-list-container {
    width: 200px;
    margin: 0 auto;
    padding-top: 5px;
}

body {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -17rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 86vw;
    background: white;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

/* RESPONSIVE VIDEO CONTROLS */
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* RESPONSIVE CONTROLS */
@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -17rem;
    }

    button#menu-toggle {
        display: none !important;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light.border-bottom {
        display: none !important;
    }
}
/* EMP HIDE TABLE REMOVE AFTER SAFELY DELETING THE TABLES */
table.hide-table {
    display: none;
}

.arrow {
    display: none;
    color: red;
    font-weight: bold;
    font-size: 24px;
}