/* Minification failed. Returning unminified contents.
(830,26): run-time error CSS1031: Expected selector, found '&'
(830,26): run-time error CSS1025: Expected comma or open brace, found '&'
 */
/*-------------------LAYOUT------------------------*/
.Footer-Spacer {
    display: inline-block;
    color: #666666;
}

.scrollable {
    overflow: auto;
}

.notScrollable {
    overflow: hidden;
}

.wrapper {
    display: block;
}

.navigationLable-Big {
    margin-left: 6px;
    width: auto;
    height: 54px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.2px;
    color: #002d72 !important;
}

.navigationLable-Small {
    margin-left: 6px;
    width: auto;
    height: auto;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #7f7e7f !important;
}

.navigationLable-footer-Small {
    margin-bottom: 14px;
    width: auto;
    height: auto;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #7f7e7f !important;
}

.navigationLable-footer-VerySmall {
    margin-bottom: 24px;
    width: auto;
    height: auto;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.2px;
    color: #7f7e7f !important;
}

ul {
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

li {
    height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.overlay {
    display: none;
    top: 48px;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    opacity: 0.69;
    background-color: rgba(0, 45, 114, 0.62);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    /* animate the transition */
}
    /* display .overlay when it has the .active class */
    .overlay.active {
        display: block;
        opacity: 1;
    }

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    min-width: 360px !important;
    width: 100%;
    min-height: 526px !important;
    height: 100%;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.1s;
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #ffffff;
    transition: all 0.1s;
}

#sidebar {
    min-width: 205px;
    max-width: 205px;
    min-height: 100vh;
    max-height: 100vh;
}
/*TODO: Check*/
@media (max-width: 768px) {
    #sidebar {
        margin-left: -205px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar .sidebar-header {
    margin-left: 13px;
    padding-left: 22px;
    padding-top: 19px;
    margin-right: 13px;
    height: 55px;
    border-bottom: 1px solid #002d72;
}

#sidebar .sidebar-header-Small {
    margin-left: 13px;
    padding-left: 22px;
    padding-top: 19px;
    margin-right: 13px;
    height: 55px;
}

#sidebar .sidebar-footer-small {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 13px;
    padding-left: 22px;
}
#menuButton{
    float: right;
    padding:18px;
}

.burgerButton {
    width: 16px;
    height: 12px;
    background-image: url(../Content/img_zeplin/ic-menu.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

html, body {
    height: 100%;
    min-height: 100%;
}

#layoutTransparentOverlay {
    height: 100%;
    background-color: rgba(255,255,255,0.75);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#layoutMainDiv {
    height: 100%;
    width: 100%;
    display: table;
    /*background-image: url(../Content/img_zeplin/blury-pic.png);*/
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 0;
    bottom: 0;
}

main {
    flex-grow: 1;
    /*background-color:rgb(222, 231, 244);*/
    background-color: transparent;
}

header, main, footer {
    padding: 0;
    flex-shrink: 0;
}

.headerLable {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    font-family: Arial;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 19px;
}

.footerText {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    font-size: 10px;
    font-family: Arial;
    text-align: center;
}

#sidebar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 205px;
    max-width: 205px;
    position: fixed;
    top: 48px;
    right: 0;
    /* top layer */
    z-index: 9999;
}

    #sidebar.inactive {
        margin-right: -205px;
    }

    #sidebar.active {
        margin-right: 0;
    }

.Sidebar-Menuarea {
    padding-top: 7px;
}

.startsUgly {
    display: none;
}

#layoutFooter {
    text-align: center;
    display: none;
    height: 83px;
    width: 100%;
}

.layoutFooter-MainDiv {
    padding-top: 20px;
    width: 328px;
    display: inline-block;
}

.TuevLogoPageHeader {
    height: 100%;
    background-color: white;
    padding: 6px;
}

.footerColumn {
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
}

.navigationHeader {
    height: 48px;
    background-color: #002d72;
    position: fixed;
    width: 100%;
    z-index: 20;
}

    .navigationHeader img {
        height: 100%;
        background-color: white;
    }


.footerGlobalTuev {
    text-align: center;
    font-family: 'Arial';
    letter-spacing: 0.21px;
    font-size: 10px;
    margin-top: 20px;
    height: 20px;
    color: #666666;
}

.footerCopyrightVersion {
    text-align: center;
    font-family: 'Arial';
    letter-spacing: 0.21px;
    font-size: 10px;
    margin-bottom: 10px;
    height: 20px;
    color: #666666;
}

.footerCookieSettings {
    text-align: center;
    font-family: 'Arial';
    letter-spacing: 0.21px;
    font-size: 12px;
    color: #666666;
}
/*-------------------GLOBAL------------------------*/


/*-------------------LOGIN------------------------*/
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.box {
    margin-top: 147px;
}

    .box h2 {
        margin: 0 0 30px;
        padding: 0;
        color: #0072ce;
        text-align: center;
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #1c7dda;
    }

.inputBox {
    position: relative;
}

    .inputBox input {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.15px;
        color: #002d72;
        border: none;
        outline: none;
        background-color: transparent;
    }

    .inputBox label {
        position: absolute;
        top: -3px;
        left: 0px;
        letter-spacing: 0.26px;
        padding: 3px 0;
        font-size: 14px;
        color: #0072ce;
        pointer-events: none;
        transition: .2s;
    }

    .inputBox input:focus ~ label,
    .inputBox input:valid ~ label {
        top: -20px;
        left: 0px;
        font-size: 12px;
        color: #0072ce;
    }

input[type="submit"], #login-button {
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    background: #1c7dda;
    padding: 10px 20px;
    cursor: pointer;
}

.form-control:focus {
    border-color: #6265e4 !important;
    box-shadow: 0 0 5px #002d72 !important;
}

.form-control::-webkit-input-placeholder {
    font-family: Arial;
    font-size: 14px;
    color: #1c7dda;
}
/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    font-family: Arial;
    font-size: 14px;
    color: #1c7dda;
}
/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    font-family: Arial;
    font-size: 14px;
    color: #1c7dda;
}
/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    font-family: Arial;
    font-size: 14px;
    color: #1c7dda;
}
/* Internet Explorer 10-11 */
.Benutzername {
    height: 22px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1c7dda;
    border: 0px;
}

.ErrorMessage1 {
    text-align: center;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #e4002b;
}

/*-------------------Calendar theory and practical------------------------*/

/*.TermTheorySlot .SlotStyle {
    color: white;
    vertical-align: middle !important;
    display: inline-block;
    padding-top: 8px;
    border-radius: 20px;
    width: 35px;
    margin-bottom: 0 !important;
    height: 35px;
    width: 35px;
    font-family: Arial;
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.22;
    letter-spacing: 0.3px;
    text-align: center;
    background-color: rgb(242, 169, 0);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}*/

.HeaderWhite {
    background-color: white !important;
}

.HeaderDayColumn {
    padding-top: 26px !important;
}

.TermTheorySlot {
    text-align: center;
    padding: 5px !important;
}

.Theory-Calendar-Header-Days-Fix {
    height: 30px;
}

.FirstRowBoxShadow {
}

.Theory-Calendar-Header-Days-Fix th {
    padding-bottom: 3px !important;
    font-family: Arial;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #7f7e7f;
}

.FirstHeader th {
    position: sticky;
    top: 0;
    background-color: #dee7f4;
}

.Theory-Calendar-Header-Days-Dynamic {
}

.THKW {
    vertical-align: middle;
    padding-bottom: 3px !important;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7f7e7f;
    background-color: white;
    position: sticky;
    top: 52px;
    z-index: 10;
    padding-top: 3px !important;
}

.THKWT {
    vertical-align: middle;
    padding: 9px !important;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7f7e7f;
}

.Theory-Calendar-Header-Days-Dynamic .THDAY {
    padding: 6px;
    padding-top: 0px;
    padding-bottom: 0;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7f7e7f;
    background-color: white;
    position: sticky;
    top: 52px;
    z-index: 10;
}

.Theory-Calendar-Row {
    background-color: white;
    border-bottom: 1px solid #dee7f4;
}

.Select-Lable {
    height: 18px;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #7f7e7f;
    margin-top: 10px;
    margin-left: 47px;
    width: 60px;
}

.Select-Type1 {
    width: 205px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../Content/img_zeplin/ico-arrow-down-small.svg);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #002d72;
    background-repeat: no-repeat;
    background-position: right 5px center !important;
    height: 30px;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #002d72;
    padding-left: 9px;
}

    .Select-Type1 option:not(:checked) {
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.3px;
        color: #002d72;
    }
    /* or whatever your default style is */

    .Select-Type1 option {
        height: 40px;
    }

        .Select-Type1 option:hover {
            color: white;
            background-color: #0072ce;
        }


.modal {
    padding: 0 !important;
}

.modal-footer {
    border: 0 !important;
    padding-right: 10px;
    padding-bottom: 20px;
}

.modal Label {
    white-space: pre-wrap;
}

.modal_blue_button {
    border-radius: 0;
    background-color: #1c7dda;
    color: #fff;
    border: 0;
    width: 155px;
    height: 40px;
    font-family: Arial;
    font-size: 14.9px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.Button-Booking {
    border: none;
    background-color: #0072ce;
    width: 155px;
    height: 40px;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.Button-Booking-Outline {
    border: 1px solid #0072ce;
    background-color: #ffffff;
    width: 155px;
    height: 40px;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0072ce;
}

.btnDisabled{
    opacity: 0.5;
}

.mobileCheckbox{
    height:16px !important;
    width:16px !important;
}

.Button-Storno {
    border: none;
    background-color: #b7153a;
    width: 155px;
    height: 40px;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.Button-Storno-Outline {
    border: 1px solid #b7153a;
    background-color: #ffffff;
    width: 155px;
    height: 40px;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #b7153a;
}
/*loading Spinner Begin*/

#popup_loading_inner {
    align-items: center;
    background-color: transparent;
}

@keyframes bounce {
    to {
        opacity: 0.3;
        transform: translate3d(0, -1rem, 0);
    }
}



@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



@keyframes ripple {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

#popup_loading_inner .multi-ripple {
    width: 2.6rem;
    height: 2.6rem;
    margin: auto;
}

#popup_loading_inner div {
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.3rem solid black;
    animation: 1.5s ripple infinite;
}

#popup_loading_inner div &:nth-child(2) {
    animation-delay: 0.5s;
}

@keyframes fancy {
    to {
        transform: rotate(360deg) scale(0.5);
    }
}


/*loading Spinner End*/
#popup_loading .modal-body {
    padding: 10px;
    padding-top: 30px;
}

.popup_loading modal.show {
    background-color: rgba(0, 45, 114, 0.62);
}

#Popup_TermTheoryStorno_Loading .modal-body {
    padding: 10px;
    padding-top: 30px;
}

#Popup_TermTheoryStorno_Loading modal.show {
    background-color: rgba(0, 45, 114, 0.62);
}

.blue-text-medium-italic {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #0072ce;
}

.blue-text-small {
    font-family: Arial;
    font-size: 10px;
    color: #1c7dda !important;
    letter-spacing: 0.2px;
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .FirstHeader th {
        position: -webkit-sticky;
    }
}

.shadowRowTopFirst {
    background-color: white;
    padding: 0 !important;
    height: 7px !important;
    position: sticky;
    top: 45px;
    box-shadow: 0px -2px 8px -2px rgba(3, 3, 3, 0.44);
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .shadowRowTopFirst {
        position: -webkit-sticky;
    }
}

.shadowRowFirst {
    box-shadow: 0px 2px 8px -2px rgba(3, 3, 3, 0.44);
    background-color: white;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    height: 7px !important;
    position: sticky;
    top: 70px;
    margin-bottom: 6px;
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .shadowRowFirst {
        position: -webkit-sticky;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .Theory-Calendar-Header-Days-Dynamic .THDAY {
        position: -webkit-sticky;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .THKW {
        position: -webkit-sticky;
    }
}

.errorMessageBookingPopup {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #b7153a;
}

   .label-calendar-month {
        font-family: universe_condensed_light_tuev;
        font-size: 24px;
        font-weight: 300;
        font-style: normal;
        font-stretch: condensed;
        line-height: normal;
        color: #d1d1d3;
    }

    .label-calendar-year {
        font-family: universe_condensed_light_tuev;
        font-size: 40px;
        font-weight: 300;
        font-stretch: condensed;
        letter-spacing: 0.86px;
        text-align: right;
        color: #d1d1d3;
    }

.lightblue-14p {
    font-family: universe_condensed_tuev;
    font-weight: bold;
    font-size: 14px;
    font-stretch: condensed;
    letter-spacing: 0.3px;
    color: #1c7dda;
}

.text-darkblue {
    font-family: Arial;
    line-height: 1;
    color: #002d72;
}

.text-red {
    font-family: Arial;
    line-height: 1;
    color: red;
}

    .loadAdditionalTermsDiv {
        padding-top: 12px;
        width: 100%;
        height: 48px;
        background-color: white;
        font-family: Arial;
        font-size: 14.9px;
        color: #0072ce;
        text-align: center;
    }

        .loadAdditionalTermsDiv label {
            display: inline;
        }

        .loadAdditionalTermsDiv img {
            display: inline;
            width: 12px;
            height: auto;
            margin-left: 4px;
        }

.p18{
  font-size:18px;
}
.p16{
  font-size:16px;
}
.p14{
  font-size:14px;
}
.p12{
  font-size:12px;
}
.p10{
  font-size:10px;
}
.p8{
  font-size:8px;
}
.universe{
    letter-spacing: 0.45px;
    font-family:universe_condensed_tuev;
}

.text-lightgrey {
    font-family: Arial;
    line-height: 2;
    letter-spacing: 0.21px;
    color: #7f7e7f;
}

@font-face {
    font-family: universe_condensed_tuev;
    src: url(Fonts/UniversCom-57Condensed.ttf);
}

@font-face {
    font-family: universe_condensed_light_tuev;
    src: url(Fonts/UniversCom-47LightCond.ttf);
}

@font-face {
    font-family: universe_condensed_bold_tuev;
    src: url(Fonts/UniversCom-67BoldCond.ttf);
}


    #termPracticalTable .table th {
        padding: 6px;
    }
    #termPracticalTable .TermPracticalDayHeaderLable {
        width: 90%;
        height: 20.3px;
        font-family: Arial;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: condensed;
        line-height: 1.06;
        letter-spacing: normal;
        text-align: center;
        color: #7f7e7f;
        margin-left: 5%;
        margin-right: 5%;
        border-bottom: 1px solid #7f7e7f;
    }
    #termPracticalTable .TermPracticalWeekTable {
        margin: 0;
    }

    #termPracticalTable .calendar_div {
        display: none;
        overflow: hidden;
    }

    #termPracticalTable .calendar_div_active {
        display: table-row;
        width: 100%;
    }

    #termPracticalTable .Calendar_Day_Button_enabled {
        width: 35px;
        height: 35px;
        background-color: #0072ce;
        font-family: Arial;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: condensed;
        line-height: 1.22;
        letter-spacing: 0.3px;
        text-align: center;
        color: #ffffff;
        border-radius: 20px;
        border: 0;
    }

   #termPracticalTable .Calendar_Day_Button_disabled {
        width: 35px;
        height: 35px;
        background-color: #d1d1d3;
        font-family: Arial;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: condensed;
        line-height: 1.22;
        letter-spacing: 0.3px;
        text-align: center;
        color: #0072ce;
        background-color: white;
        border-radius: 20px;
        border: 0;
        border: solid 1px #0072ce;
    }

   #termPracticalTable .practicalTermCalendar_MinGridHeight {
        border: solid 1px #000000;
        background-color: lightblue;
        height: 25px !important;
        width: 100px;
        margin: 0;
        padding: 0;
    }

   #termPracticalTable .practicalTermCalendar_span4 {
        border: solid 1px #000000;
        background-color: red;
        height: 100px !important;
        margin: 0;
        padding: 0;
    }

   #termPracticalTable .Practical-Calendar-Header-Days-Dynamic .THDAY {
        padding: 7px;
        padding-top: 0;
        height: 32px;
        padding-bottom: 0;
        font-family: universe_condensed_tuev;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: condensed;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #7f7e7f;
        background-color: white;
        position: sticky;
        /*top: 79px;*/
        z-index: 10;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    }

   #termPracticalTable .Practical-Calendar-Header-Days-Dynamic .THKWP {
        background-color: white;
         font-family: universe_condensed_tuev;
        font-size: 12px;
        font-stretch: condensed;
        line-height: 2.08;
        color: #7f7e7f;
        padding: 4px;
        text-align: center;
        z-index: 10;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
 
    }

   @supports (-webkit-overflow-scrolling: touch) {
        /* CSS specific to iOS devices */
        /*.Practical-Calendar-Header-Days-Dynamic .THDAY {
             position: -webkit-sticky;
        }*/
    }

   #termPracticalTable .Practical-Calendar-Header-Days-Fix {
        height: 30px;
    }

       #termPracticalTable .Practical-Calendar-Header-Days-Fix th {
            padding-bottom: 3px !important;
            font-family: Arial;
            font-size: 12px;
            font-weight: 300;
            font-style: normal;
            font-stretch: condensed;
            line-height: 1.58;
            letter-spacing: normal;
            text-align: center;
            color: #7f7e7f;
        }

   #termPracticalTable .THDAY label {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

   #termPracticalTable .THDAY.selected label {
        color: white;
        background-color: #0072ce;
    }

   #termPracticalTable .HeaderDayColumn {
        font-family: universe_condensed_tuev !important;
        /*position: sticky;
        top: 33px;*/
        background-color: #dee7f4;
        z-index: 10;
    }

     #termPracticalTable .sticky-header {
        position: -webkit-sticky;
        position: -webkit-o-sticky;
        position: -webkit-ms-sticky;
        position: sticky;
        top: 33px;
        z-index:6;
    }
          .sticky-header2 {
        position: -webkit-sticky;
        position: -webkit-o-sticky;
        position: -webkit-ms-sticky;
        position: sticky;
        position: sticky;
        top: 79px;
        z-index:6;
    }

       @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
     
      #termPracticalTable   .sticky-header tr:nth-child(1) th {
            position: sticky;
            top: 33px;
        }
      #termPracticalTable  .sticky-header2 tr:nth-child(1) th {
            position: sticky;
            top: 79px;
        }
    }

   #termPracticalTable .Practical-Calendar-Header-Days-Dynamic .THDAY:after {
        position: absolute;
        content: '';
        background: white;
        height: 100%;
        width: 6px;
        left: -5px;
        top: 0;
    }

   #termPracticalTable .timeBracket {
          font-family: universe_condensed_light_tuev;
        font-size: 12px;
        font-stretch: condensed;
        line-height: 1.17;
        text-align: center;
        color: #7f7e7f;
        height: 45px;
        padding-top: 4px;
        border-bottom: solid 1px #d1d1d3;
    }


   #termPracticalTable .termLabel {
        padding-top:5px;
        padding-left: 5px;
        width:100%;
        font-family: universe_condensed_light_tuev;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: condensed;
        line-height: 1.17;
        letter-spacing: normal;

    }

   #termPracticalTable .changeTimeAxis {
        padding-top: 4px;
        width: 60px;
        height: 22px;
        border-radius: 3px;
        float: right;
        margin-right: 10px;
        margin-top: 4px;
        margin-bottom:0;
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.26px;
        text-align: center;
        /*background-color: #002d72;
        color: #ffffff;*/
    }

    #termPracticalTable .changeTimeAxis.selected {
            background-color: #002d72;
            color: #ffffff;
        }

      #termPracticalTable  .changeTimeAxis.deselected {
            background-color: transparent;
            color: #002d72;
            border: 1px solid #002d72;
            border-radius: 3px;
            padding-top:3px;
        }

   #termPracticalTable .hide {
        display: none;
    }

   #termPracticalTable .show {
        display: block;
    }

   #termPracticalTable .label-grey-sm {
        font-family: Arial;
        font-size: 12px;
        font-stretch: condensed;
        line-height: 1.58;
        color: #7f7e7f;
    }

   #termPracticalTable .timeAxisDiv{
        width:100vw;
    }

