﻿/* Reset CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}
#liNew::before {
    content: "NEW ";
    color: red; 
    position: absolute;
    left: 10px;
    font-size: 10px;
    margin-top: 7px;
    transform: rotate(-25deg);
}
.good {
    color: #1ea4ad;
}
.bad {
    color: #e0565f;
}
#lbtnPE{
    text-decoration:none;
    color:#fff;
    font-size:14px;
    width:80%;
    line-height:50px;
    display:inline-block;
}
#pnlNavAppointments {
    border-bottom: 2px solid #e0565f;
}
    #pnlNavAppointments:hover {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        background-color: #1ea4ad;
        border-bottom: 2px solid #1ea4ad;
    }
.hide {
    display: none !important;
}
.show {
    display: block;
}
.addPointer{
    cursor:pointer;
}
h1 {
    color: #45e0ea;
    display: inline-block;
    margin-left: 20px;
/*    font-family: 'robotomedium_italic';
*/}
h2 {
    font-family: 'robotoregular', 'Segoe UI light';
    color: #666;
    display: inline-block;
}
body {
    font-family: 'robotolight', 'Segoe UI light';  
    color: #666;
    font-size: 14px;
    background-color: #e9eef3;
    box-sizing: border-box; /*Padding & Border values are included in total widths/heights*/
}
.lbtnFooterLink {
    color: #469dea;
    /*padding-right: 6px;*/
    text-decoration: none;     
}
.lbtnFooterLink:hover {
    color: #469dea;
    /*padding-right: 6px;*/
    text-decoration: underline; 
}
.btnGreen {
    background-color: rgba(71, 158, 235, 0.22);
    color: #1f609b;
    border: 1px solid #1f609b;
    padding: 4px 33px;
    border-radius: 5px;
    margin-left: 3px;
    font-size: 14px;
    font-family: 'robotoregular';
    text-decoration: none;
    margin: 3px;
    display: inline-block;
    box-shadow: 0px 0px 3px 0px rgb(118 118 118), inset 0px 9px 2px rgb(255 255 255 / 40%);
}
    .btnGreen:hover {
        background-color: #1f609b;
        color: #fff;
    }
.btnRed {
    background-color: #FCEDEE;
    color: #e0565f;
    border: 1px solid #e0565f;
    padding: 4px 33px;
    border-radius: 5px;
    margin-left: 3px;
    font-size: 14px;
    font-family: 'robotoregular';
    text-decoration: none;
    margin:3px;
    display:inline-block;
}
    .btnRed:hover {
        color: #fff;
        background-color: #e0565f;
    }
.btnShowContent {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    border-left: 6px solid #1EA4AD;
    border-right: 6px solid #1EA4AD;
}

    .btnShowContent:hover, .btnShowContent:active {
        border-color: #1EA4AD;
        /*color:#FFF;*/
    }
    .btnShowContentRed {
        cursor: pointer;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 10px;
        border-left: 6px solid #e0565f;
        border-right: 6px solid #e0565f;
    }
    .btnShowContentRed:active, btnShowContentRed:focus {
        cursor: pointer;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 10px;
        border-left: 6px solid #e0565f;
        border-right: 6px solid #e0565f;
        background-color: #e0565f;
        color: #fff;
    }
.btnShowContent:active , btnShowContent:focus {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    border-left: 6px solid #1EA4AD;
    border-right: 6px solid #1EA4AD;
    background-color: #1EA4AD;
    color: #fff;
}
#lbtnViewActions:hover {
    background-color: rgba(30, 164, 173, 0.15);
    border-radius:8px;
}
.headingText {
    display: block;
    font-size: 14px;
    margin: 10px 0px;
    color: #fff;
    background-color: #616060;
    padding: 10px 5px;
    border-radius: 3px;
}
.ddContainer {
    position: absolute;
    width: 150px;
    min-height: 50px;
    border: 1px solid #469dea;
    right: 0px;
    top:30px;
    border-radius: 5px;
    background-color: #fff;
    z-index:1000;
}
#dNavBar {position:absolute;
          display:block;
          left:80px;
          bottom:-1px;
}
.lblNavItem {
    display: inline-block;
    line-height: 33px;
    text-align: center;
    border: 1px solid #eee;
    min-width: 120px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    vertical-align: bottom;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}
    .lblNavItem:hover {
        display: inline-block;
        line-height: 48px;
        text-align: center;
        border: 1px solid #469dea;
        min-width: 120px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        vertical-align: bottom;
        cursor: pointer;
        background-color: #469dea;
        color:#fff;
        transition:0.2s;
    }
.activeNav {
    background-color: #469dea;
    color: #fff;
    line-height: 48px;
}
.ddItem{
    display:block;
    line-height:30px;
    text-align:center;
    border-bottom:1px dotted #eee;
    font-size:12px;
}
    .ddItem:hover {
        display: block;
        line-height: 30px;
        text-align: center;
        border-bottom: 1px dotted #eee;
        background-color: #469dea;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
    }
.contentSection {
    min-height: 200px; 
    padding-bottom:40px;
    margin-bottom:40px;
    margin-top:10px;
}
.examclash {  
    display: inline-block;    
    padding: 0px 4px;
    height:18px;
    border-radius: 4px;  
    font-size: 10pt;  
    background-color: #e0565f;
    color:#fff;   
    margin-left:10px;
}
.greyout {
    text-decoration:line-through;
    font-style:italic;
    color:#c8c8c8;
}
.lblNotification {    
   /* display: block;   */
   display:none;
    font-size: 12px;    
    padding: 6px;
    font-family: 'robotoregular';
    width: 96%;   
}
.lblNotification2 {
    display: block;
    position: absolute;   
    font-size: 12px;
    padding-left: 5px;
    font-family: 'robotoregular';
    width: 93%;
    top: 80px;
}
.greenNote {
    color: #1EA4AD;
    background-color: rgba(30, 164, 173, 0.1);
    border-left: 6px solid #1EA4AD;
    display:block;
}
.redNote {
    color: #e0565f;
    background-color: rgba(224, 86, 95, 0.15);
    border-left: 6px solid #e0565f;
    display:block;
}
.alert {
    background-color: rgba(224, 86, 95, 0.15);
}
.alertTB {
    background-color: rgba(224, 86, 95, 0.5);
}
.closed {
    max-height: 0px;
    display: block;
    background-color: #e0565f;
    transition: all 0.2s;
    text-align: right;
    overflow: hidden;
}
.open {
    display: block;
    max-height: 100px;
    background-color: #e0565f;
    transition: all 0.2s;
    text-align: right;
}
/*###################################### Header & Nav bar ################################################*/
.topHeader {
    height: 50px;
    background-color: #2b3b4e;
    padding: 7px 0px 0px 10px; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.topHeader i {color: white; font-size: 20px;}
header {
    height: 80px;
    position: fixed;
    /*position: absolute;*/
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 1100;
}
.nav-up {top: -80px;}
#navbar {
    background-color: #fff;  
    height: 30px;
    border-bottom: 1px solid #cec9c9;
    padding-left: 15px;
    color: #2b3b4e;
    line-height:30px;
    overflow:hidden;
} 
/*Stops the Menu button being highlighted when clicked.*/
.fa-bars:hover {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    cursor: pointer;
    color: #45e0ea;
}
footer {
    background-color: #2b3b4e; display:block; 
    padding:20px 0px;
}
.footerCircle {
    background-color: white;
    margin-top: 5px;
    width: 23px;
    height: 23px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    text-align:center;
}    
.footerCircle i {color: #2c3231;} 
.footerUL li, .footerUL a {
    list-style: none;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-family: 'robotolight';
    display:inline-block;
    padding:0px 10px;
}
.weblink:hover, .weblinkBlue:hover{
    text-decoration: underline!important;
    cursor: pointer;
}
.docs-ul li{
    margin-bottom:10px;
}
/*########^^##############^^############ Header & Nav bar ##############^^################^^########*/
.panelTitle {
    padding: 5px 0px 10px 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.panelTitle p {
    color: #504f4f;
    font-weight: bold;
    font-size:16px;
    display:inline-block;
}
.panelTitleBtn {    
    border: 1px solid #469dea;
    border-radius: 4px;
    color: #fff;
    background-color:#469dea;
    float: right;
    font-size: 12px;
    margin-top: -3px;
    margin-left: 5px;
    text-decoration:none;
    line-height:23px;
    min-width:55px;
    text-align:center;   
    user-select:none;
}
    .panelTitleBtn:hover {
        cursor: pointer;
        background-color: #fff;
        color: #469dea;
    }
.panelTitleBtn .fa-calendar{
    display:inline-block;
    margin-right:5px;    
}
.msgRead {
    border-left:1px solid #EEE!important;
}
#hlAttachment {
    color:#666;
}
.msgPreviewDate {
    font-size: 10px;   
    display: inline-block;  
    position: absolute;
    right: 0px;
}
.notRead {
    /*color: #c3c3c3;*/
    color: #999999;
}
.msgType {}
.msgXswipe {   
    color: #4b9ade;   
}
.msgTextmsg {   
    color: #9081ad;   
}
.msgEmail {  
    color: #f8621b;   
}
.msgTypeRead {   
    color: #9a9a9a;
}
.msgTextFrom {
    font-size: 9px;
    position: absolute;
    float: left;   
    padding: 0px 5px;
    color: #1ea4ad;
    font-family: 'robotoregular'
}
#pnlMsgItemCont:hover {
    cursor: pointer;
    background-color: rgba(30, 164, 173, 0.16);
}
.msgPreview {
    display: block;
    max-height: 68px;
    padding: 3px 7px 0px 10px;
    border: 1px solid #eee;
    margin-bottom: 2px;
    border-radius: 5px;
    position: relative;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    border-left: 4px solid #469dea;
}
.msgCollapse {  
    max-height: inherit;
    transition: max-height 0.5s ease-in-out;
}
.msgUnread {
    border-left: solid 4px #1EA4AD;
    cursor: pointer;
}
#dMsgContent {
    display:block;  
}
#lblMsgText {
    display:block;
    margin-bottom:8px;
}
.msgPreviewTxt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subjectContainer {
    display: block;
}
.lblGrade {
    position: absolute;
    font-size: 19px;
    font-weight: bold;
    left: 0px;
    top: 20px;
    width: 100%;
    text-align: center;
}
.subTxtContainer {  
    border-top: 1px solid #eee;
    font-size:12px;
    display:block;
    margin:6px 0px;
    padding:6px 0px 0px 0px;
}
/*#################################  MENU   ##########################*/
#pnlMenu {
    background-color: #2b3b4e;
    position: fixed;  
    transition: left 0.1s;
    width: 300px;
    height: 100%;
    box-shadow: 0px 8px 30px rgba(0,0,0,0.5);
    padding: 15px 15px 0px 15px;
    color: #fff;
    z-index: 1000;
    overflow-y: auto;
}
    #pnlMenu ul{margin-top:80px;}
    #pnlMenu li, #pnlMenu li a {
        list-style: none;       
        color: #fff;
        text-decoration:none;
    }
    #pnlMenu li a{
        display:inline-block;
        width:80%;
        line-height:50px;
    }
        #pnlMenu li:hover {
            list-style: none;           
            border-bottom: 1px solid #465567;
            background-color: #1ea4ad;
            cursor:pointer;
        }
    #pnlMenu .fa-caret-right {
        content: "\f0da";        
        font-size: 18px;
        color: #45e0ea;
        padding: 0px 20px;
    }    
    #pnlMenu li:last-child {
        border-bottom: 1px solid #2b3b4e;
        color: #469dea;
        text-align: right;
        font-size: 12px;
        padding-bottom:15px;
    }
        #pnlMenu li:last-child:hover {
            border-bottom: 1px solid #2b3b4e;
            color: #469dea;
            text-align: right;
            font-size: 12px;
            padding-bottom: 0px;
            background-color: #2b3b4e;
            text-decoration:underline;
        }
/*##############^^^################  MENU   #########^^^#############*/

/*##########################TIMELINE PANEL###########################*/
* {
    box-sizing: border-box;
}
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;  
    width: 480px;
    margin: 0 auto;   
    background-color: #fff;   
}
    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 3px;       
        top: 0;
        bottom: 0;
        left: 21%;
        margin-left: -4px;
        border-left-style: solid; /*dashed or dotted line*/
        border-color: #616060;
    }
/* Container around content */
.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 90%;
}
    /* The circles on the timeline */
    .container::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        right: -17px;
        background-color: white;
        border: 4px solid #e0565f;
        top: 20px;
        border-radius: 50%;
        z-index: 1;
    }
    /*Used to highlight the finished lesson*/
.finishedLesson::after {
    background-color: #e0565f !important;
}
    /*Used to highlight the current lesson*/
.currentLesson::after {    
    background-color: #e0565f !important;
    box-shadow: 0 0 0 rgba(224,86,95, 0.6);
    animation: pulse 1s infinite;
}
@-webkit-keyframes pulse {
    0% {-webkit-box-shadow: 0 0 0 0 rgba(224,86,95, 0.6);}

    70% {-webkit-box-shadow: 0 0 0 15px rgba(224,86,95, 0);}

    100% {-webkit-box-shadow: 0 0 0 0 rgba(224,86,95, 0);}
}
@keyframes pulse {0% { -moz-box-shadow: 0 0 0 0 rgba(224,86,95, 0.6);
                        box-shadow: 0 0 0 0 rgba(224,86,95, 0.6);
                    }
                  70% {-moz-box-shadow: 0 0 0 15px rgba(224,86,95, 0);
                        box-shadow: 0 0 0 15px rgba(224,86,95, 0);
                      }
                 100% {-moz-box-shadow: 0 0 0 0 rgba(224,86,95, 0);
                        box-shadow: 0 0 0 0 rgba(224,86,95, 0);
                      }
                 }
    /* Place the container to the left */
    .left {
        left: 0;
    }
    /* Place the container to the right */
    .right {
        left: 10%;
    }
    /* Add arrows to the left container (pointing right) */
    .left::before { }
    /* Add arrows to the right container (pointing left) */
    .right::before { }
    /* Fix the circle for containers on the right side */
    .right::after {
        left: 41px;
    }
    /* The actual content */
    .contentBox {
        padding: 10px 10px;
        background-color: white;
        position: relative;    
        margin-left: -85px;
    }
    /* Left side of content box */
    .contentDate {
        display: inline-block;
        width: 18%;
        height: 50px;
        text-align: center;
    }
    /* right side of content box */
    .contentDetails {
        display: inline-block;
        height: 50px;
        width: 81%;
        vertical-align: top;
        padding-left: 15px;
        margin-top: -6px;
    }
    .contentDetailsTitle {
        display: block;
        padding-left: 10px;
        color: #fff;
        font-weight: bold;
        background-color: #616060;
        color: #fff;
        padding: 5px;
        margin-left: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 12px;
    }
        .contentDetailsTitle:after, .contentDetailsTitle:before {
            right: 74%;
            top: 23%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }
        .contentDetailsTitle:after {
            border-color: rgba(224, 86, 95, 0);
            border-right-color: #616060;
            border-width: 7px;
            margin-top: -5px;           
        }
.contentDetailsTitleCancel {
    display: block;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #e0565f;
    color: #fff;
    padding: 5px;
    margin-left: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 12px;
}
    .contentDetailsTitleCancel:after, .contentDetailsTitleCancel:before {
        right: 74%;
        top: 23%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .contentDetailsTitleCancel:after {
        border-color: rgba(224, 86, 95, 0);
        border-right-color: #e0565f;
        border-width: 7px;
        margin-top: -5px;       
    }
.lessCancelled {
    color: #e0565f;
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
    padding:1px 5px;
    font-size:10px;
} 
.contentDetailsText {
    display: block;
    padding-left: 10px;
    font-size: 75%;
    line-height: 16px;
    background-color: #efefef;
    margin-left: 10px;
    color: #616060;
}
    .lastRounded {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    /* Media queries - Responsive timeline on screens less than 600px wide */
    @media all and (max-width: 600px) {
        /* Place the timelime to the left */
        /*body {font-size: 13px;}*/

    .timeline::after {left: 85px;}
    /* Full-width containers */
    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    /* Make sure all circles are at the same spot */
    .left::after, .right::after {left:73px;}
    /* Make all right containers behave like the left ones */
    .right {left: 0;}

        .dSmart {
            width: 95%;
            display: inline-block;
            margin-bottom: 4px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

}  
/*###################^^######TIMELINE####^^##########################*/

/*###########################  PROGRESS BARS  ###############################*/

.progressWrapper {
    background: #1EA4AD;
    margin: 5px 0;
    overflow: hidden;
    position: relative;
    margin-bottom:15px;
}
.progressBar {
    background: #eee;
    left: 0;
    position: absolute;
    top: 0;
}
.progress {width: 100%; height: 4px;}
.subItemCont:nth-child(odd) {
    display: block;
    position: relative;
    min-height: 100px;
    /*background-color: rgba(30, 164, 173, 0.16);*/
    background-color: rgb(247 247 247);
    margin-bottom: 1px;
    border-radius: 8px;
    border: 1px solid #e9eef3;
}
.subItemCont:nth-child(even) {
    display: block;
    position: relative;
    min-height: 100px;
    background-color: #fff;
    margin-bottom: 1px;
    border-radius: 10px;
}
.subItemContSmall:nth-child(odd) {
    display: block;
    position: relative;
    min-height: 50px;
    max-height: 100px;
    background-color: #eee;
    margin-bottom: 1px;
    border-radius: 10px;
    margin-top: 5px;
    border-left: 2px solid #666;
    border-right: 2px solid #666;
}
.subItemContSmall:nth-child(even) {
    display: block;
    position: relative;
    min-height: 50px;
    max-height: 100px;
    background-color: #eee;
    margin-bottom: 1px;
    border-radius: 10px;
    margin-top: 5px;
    border-left: 2px solid #666;
    border-right: 2px solid #666;
}

/*###################^^######  PORGRESS BARS ###^^##########################*/
/*########################   LAYOUT  #################################*/
.pagewrapper {
    max-width: 1280px;
    margin: 0 auto;
    background-color: #e9eef3;
    padding-top: 75px;
    position: relative;
}
.containerL{
    min-height:405px;
    position:relative;
}
.containerS {
    min-height: 272px;
    position:relative;
}
.containerVS {
    min-height: 150px;
    position: relative;
}
/*collapsed div containers */
.collapse {
    min-height: 0px;   
    height: 56px !important;
    overflow: hidden;
    transition: all 0.2s;
}
.collapseInfo {
    min-height: 0px;
    height: 0px !important;
    overflow: hidden;
    transition: all 0.2s;
}
.expandIcon {
    display: inline-block;
    padding: 0px 10px;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
    margin-top: -5px;
}
.attOnTime {
    border-radius: 5px;
    background-color: rgba(30, 164, 173, 0.1);
    color: #1ea4ad;   
    border: 1px solid rgba(30, 164, 173, 0.15);
}
    .attOnTime:after, .attOnTime:before {
        right: 88%;
        top: 38%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .attOnTime:after {
        border-color: rgba(224, 86, 95, 0);
        border-right-color: rgba(30, 164, 173, 0.3);
        border-width: 5px;
        margin-top: -5px;
        transform:rotate(90deg);
    }
.attUA {
    border-radius: 5px;
    background-color: rgba(224, 86, 95, 0.1);
    border: 1px solid rgba(224, 86, 95, 0.15);
    color: #e0565f;
}
    .attUA:after, .attUA:before {
        right: 88%;
        top: 38%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .attUA:after {
        border-color: rgba(224, 86, 95, 0);
        border-right-color: rgba(224, 86, 95, 0.3);
        border-width: 5px;
        margin-top: -5px;
        transform: rotate(90deg);
    }
/* For ALL */
[class*="col-"] {
    float: left;
    padding: 15px;     
    width: 100%;      
    background-color: #fff;  
}


@media only screen and (max-width: 420px){
    .img-hcc-logo-sml{
        display:none;
    }
}



/* For Mobiles: */
@media only screen and (min-width: 310px) {
    [class*="col-m-"] {        
        margin-top:25px;
    }
    #pnlMenu li {
        list-style: none;      
        border-bottom: 1px solid #465567;
    }
    #dNavBar{
        display:none;
    }
    #pnlMenu {padding-top: 0px;left: -310px;}
    footer {margin-top: 25px;}
    .tt-times{width:15%!important;}
    .tt-day{width:85%!important;}  
    #hlCourse{font-size:10pt;}   
    div[class*="tt-times"]{display: inline-block;}
    /*Timeline Lessons*/
    .contentDetails{width:55%;}
    .divContainer {
        display: block;
        text-align: center;
        margin-top: 5px;
    }
    .divFooter {
        margin-top:10px;
        bottom: 10px;
        width: 100%;     
        display: block;
        color: #469dea;
        text-align: right;
    }
    .pnlExamTTitem {
        min-width: 300px;
        padding: 10px;
        border: 2px solid rgba(30, 164, 173, 0.25);
        border-radius: 8px;
        display: block;
        margin: 45px 10px 5px 0px;
        background-color: #fff;      
        color: #1ea4ad;
        max-height: 101px;
        transition:all 0.2s;       
    }
    .pnlExamRSitem {
        min-width: 300px;
        padding: 10px;
        border: 2px solid rgba(30, 164, 173, 0.25);
        border-radius: 8px;
        display: block;
        margin: 45px 0px 5px 0px;
        background-color: #fff;        
        color: #1ea4ad;
        height: 75px;
        transition: all 0.2s;
    }
    .pnlExamEEitem {
        min-width: 300px;
        padding: 10px;
        border: 2px solid rgba(248, 165, 27, 0.3);
        border-radius: 8px;
        display: block;
        margin: 45px 10px 5px 0px;
        background-color: #fff;
        color: #1ea4ad;
        min-height: 85px;
      /*  max-height:111px;*/
        transition: all 0.2s;
    }
    .pnlActionItem {
     
        padding: 10px;
        border: 2px solid rgba(248, 165, 27, 0.3);
        border-radius: 8px;
        display: block;
        margin: 45px 10px 5px 0px;
        background-color: #fff;
        color: #1ea4ad;
        height: 75px;
        transition: all 0.2s;
        display:inline-block;
        min-width:100%;
        vertical-align:top;
    }
    .headlineContainer {
        padding: 24px;
        border-radius: 8px;
        color: #fff;
        display: inline-block;
        position: relative;
        border: 2px solid #1ea4ad;
        background-color: #1ea4ad;
    }
    .redContainer {
        padding: 24px;
        border-radius: 6px;
        color: #fff;
        display: inline-block;
        position: relative;
        border: 2px solid #e0565f;
        background-color: #e0565f;
    }
    .headlineTxt {
        position: absolute;
        font-size: 16px;
        font-weight: bold;
        left: 0px;
        top: 13px;
        width: 100%;
        text-align: center;
    }
    .lblOldScore {
        position: absolute;
        top: -11px;
        right: 32px;
        font-size: 10px;
        border-radius: 4px;
        background-color: #1ea4ad;
        color: #fff;
        border: 1px solid #fff;
        height: 28px;
        width: 28px;
        line-height: 28px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    .titleVS {
        display: block;
        text-align: center;
        font-size: 11px;
        margin-top:10px;
    }
    .row {
        display: block;
    }
        .row::after {
            content: "";
            clear: both;          
            display: block;
        }
    .onIntervention {
        margin-bottom: -25px;
        margin-top: 25px;
        font-size:12px;
    }
    .dInterventionItem {
        display: block;        
        min-width: 260px;
        padding: 4px 8px;
        border-radius: 4px;
        margin: -5px 0px 10px 0px;
    }
    .subItemCont {
       padding:6px;       
    }   
    .dLeft {
        display: block;
        min-height: 71px;
        position: relative;
        text-align: center;
    }
    .dLeftSmall {
        display: block;
        min-height: 50px;
        position: relative;
        text-align: center;
    }
    .dCentre {
        display: block;
    }
    .dRight {     
        top: 0;
        right: 0px;
        bottom: 0;
        position: absolute;
        width: 90px;
        font-size:11px;
    }
    .dRightSmall {      
        top: 0;
        right: 0px;
        bottom: 0;
        position: absolute;
        width: 90px;
        font-size:11px;
    }
    .dProgGradeContSmall {
        font-size: 18px;
        font-weight: bold;
        width: 41px;
        height: 41px;
        border-radius: 30px;
        border: 1px solid #666;
        background-color: #FFF;
        color: #1ea4ad;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin-top: 5px;
    }
    .dProgGradeCont {
        font-size: 30px;
        font-weight: bold;
        width: 70px;
        height: 70px;
        border-radius: 50px;
        border: 2px solid #306b9e;
        background-color: #469dea;
        color: #1ea4ad;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    } 
        .dFaceCont {
            height: 38px;
            width: 38px;
            border-radius: 20px;
            background-color: #fff;
            text-align: center;
            display:inline-block;
            margin-left:-10px;
            vertical-align:middle;          
        }
    .ProgGradeFace i {        
        line-height: 38px;
        font-size: 40px;
    }
    .dMEG {
        height: 36px;
        width: 36px;
        border-radius: 20px;
        background-color: #666;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin-right: -10px;
        border: none;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .footer-logos-cont{
        gap:10px!important;
    }

    .logo-think {
        height: 85px!important;
    }

    .logo-hcc {
        height: 83px;
    }
    .logo-values{
        height:75px!important
    }

 
  /*  .dcumulativeGrade {
        height: 36px;
        width: 36px;
        border-radius: 20px;
        background-color: #306b9e;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin-right: -133px;
        border: none;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        color: #FFF;
    }*/
    .dQualStatus {
        position: absolute;
        top: 20px;
        left: 15px;
    }
    #lblCompletedDate {
        display: block;
        padding-top: 4px !important;
    }
    .ProgGradeMEG, .ProgGradeMEG {
        color: #fff;
        line-height: 36px;
        display: inline-block;
        width: 100%;
    }
    .dSubject, .dSubjectSmall  {
        display: block; 
    }     
    .lblSubject {
        max-height: 65px;
        display: block;
        font-size: 18px;
        vertical-align: middle;
        text-align: center;
    }
    .lblSubjectSmall {
        max-height: 65px;
        display: block;
        font-size: 14px;
        vertical-align: middle;
        text-align: center;
        padding-bottom:5px;
    }
    .lblSubjectTrack {      
        display: inline-block;
        font-size: 12px;
        vertical-align: middle;
        font-family: 'robotoregular';
        background-color: rgba(100, 163, 221, 1);
        color: #fff;
        border-radius: 5px;
        padding: 2px 5px;
    }
    .dImprovement{   
        position:absolute;
        top:30px;
        left:5px;       
        height: 30px;
        text-align: center;
    }
        .dImprovement span {         
            width: 80%;           
        }
    .progGrade {
        color: #fff;
        line-height: 67px;
        height: 70px;
    }  
    .progGradeSmall {
        color: #666;
        line-height: 41px;
        height: 41px;
    }
    .dEngagment {      
        margin-top:15px;
        text-align:center;
    }
    .engagement {
        display: inline-block;
        width: 80%;
        padding: 8px 10px;
        /*background-color: #1ea4ad;*/
        background-color: #666666;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        font-weight: bold;
    }
    .flex-grid {
        display: block;
        align-items:stretch;
    }
    .flex-col {      
        display: flex;
    }
    #dBehaviourCont {
        display: block;
        width: 100%;
        min-height: 50px;
        border-left: 4px solid #666;
        margin-bottom: 3px;       
        background-color: rgba(201, 201, 201, 0.14);
        border-radius: 5px;
    }
    #lblBehaviourMsg {
        display: block;
        margin-left: 32px;
        color: #666;
        padding-bottom: 5px;
    }
    .behaviourAlert {
        display: inline-block;
        margin: 6px 6px;
    }
    .lActivity {
        padding: 2px 10px;
        color: #469dea;
        cursor: pointer;
        text-decoration: none;
        min-width: 132px;
    }
    .dUCASID {
        width: 100% !important;
    }
    #lbtnLateNotification {
        margin-top: 10px;
        display: inline-block;
        margin-left: 0px !important;
        /* margin-bottom: 10px;*/
    }
    #lblMenu {
 /*       position: fixed;
        top: 10px;*/
        position:initial;

    }

    .content-panel {
        display: none;
        margin: 0px 0px 25px 0px;
        vertical-align: text-top;
        padding: 5px;     
       
    }
    .docs-ul {
        padding-left: 0px !important;
    }

    .dAtt {
        position: relative;
        width: 100%;
    }

    .dAttCont-main {
        height: 120px;
        border-radius: 8px;
        background-color: #306b9e;
        text-align: center;
        position: relative;
    }
    .dAttCont {
        height: 80px;
        border-radius: 8px;
        background-color: #306b9e;
        text-align: center;
        position: relative;
    }

    #lblLateAttend, #lblUnexAb {
        line-height: 60px;
    }

    #lblConecDays {
       
        text-align: center;
    }


}
@media only screen and (min-width: 420px) {
    #lblLateAttend, #lblUnexAb {
        line-height: 115px;
    }

    #lblConecDays{
        left:4px;
        text-align:left;
    }
    .dAttCont-main {
        width: 120px;
        height: 120px;
        border-radius: 8px;
        background-color: #306b9e;
        text-align: center;
        position: relative;
    }
    .flex-grid {
        display: flex;
        /*align-items: stretch;*/
        justify-content:space-around;
    }
    #lblMenu {
  /*      position: fixed;
        top: 10px;*/
        position: initial;
    }
    .img-hcc-logo-sml {
        position: absolute;
        height: 42px;
        left: -61px;
        top: 0px;
    }
    .docs-ul {
        padding-left: 0px !important;
    }
    .flex-col {       
        display: flex;    
    }
    .dAtt {
        position: relative;
        width: 100%;
    }
    .dAttCont {
        width: 120px;
        height: 120px;
        border-radius: 8px;
        background-color: #306b9e;
        text-align: center;
        position: relative;
    }
}

/* For tablets: */
@media only screen and (min-width: 600px) {   
    .col-m-1 {width: 8.33%;} 
    .col-2 {width: 19.5%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 100%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
    [class*="col-m-"] {
        margin-top:25px;       
        border-left: 25px solid #e9eef3;
        border-right: 25px solid #e9eef3;
    }

    .flex-col {      
        display: flex;     
    }

    .dAttCont-main {
        width: 120px;
        height: 120px;
        border-radius: 8px;
        background-color: #306b9e;
        text-align: center;
        position: relative;
    }
    .dAttCont {
        width: 120px;
        height: 120px;
        border-radius: 8px;
        background-color: #306b9e;
        text-align: center;
        position: relative;
    }
    .dAtt {
        position: relative;     
    }


    #pnlMenu li {
        list-style: none;      
        border-bottom: 1px solid #465567;
    }
    #dNavBar {
        display: none;
    }
    #pnlMenu {padding-top: 0px; left: -310px;}    
    .tt-times{width:10%!important;}
    .tt-day{width:90%!important;}
    div[class*="tt-times"]{display: inline-block;}
    .tt-course {margin-left: 50px!important;}
    .tt-staff{margin-left:50px!important;}
    .tt-room{margin-left:50px!important;}
    #hlCourse{font-size:11pt;}
      /*Timeline Lessons*/
    .contentDetails{width:81%;}
    .divContainer {
        display: block;
        text-align: center;
        margin-top: 5px;
    }
    .pnlExamTTitem {
        min-width: 300px;
        padding: 10px;
        border: 2px solid rgba(30, 164, 173, 0.25);
        border-radius: 8px;
        display: block;
        margin: 45px 10px 5px 0px;
        background-color: #fff;       
        color: #1ea4ad;
        max-height: 101px;
        transition: all 0.2s;         
    }
    .row {
        display: block;
    }
        .row::after {
            content: "";
            clear: both;          
            display: block;
        }
    .dInterventionItem {
        display: block;
        min-width: 260px;
        padding: 8px 8px;
        border-radius: 4px;
        margin: -5px 23px 10px 23px;
    }
    .headlineContainer {
        padding: 42px;
        border-radius: 8px;
        color: #fff;
        display: inline-block;
        position: relative;
        border: 2px solid #1ea4ad;
        background-color: #1ea4ad;
    }
    .redContainer {
        padding: 42px;
        border-radius: 8px;
        color: #fff;
        display: inline-block;
        position: relative;
        border: 2px solid #e0565f;
        background-color: #e0565f;
    }
    .headlineTxt {
        position: absolute;
        font-size: 32px;
        font-weight: bold;
        left: 0px;
        top: 20px;
        width: 100%;
        text-align: center;
    }
    .lblOldScore {
        position: absolute;
        top: -14px;
        right: -25px;
        font-size: 15px;
        border-radius: 10px;
        background-color: #1ea4ad;
        color: #fff;
        border: 3px solid #fff;
        height: 43px;
        width: 43px;
        line-height: 36px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .lActivity {
        padding: 2px 10px;
        color: #469dea;
        cursor: pointer;
        text-decoration: none;
        /*min-width: 132px;*/
    }
    .flex-grid {
        display: flex;
        justify-content: space-around;
    }
    #lbtnLateNotification {
        display: inline-block;
        margin-bottom: 10px;
        margin-left: 6px !important;
    }
    #lblMenu {
       /* position: fixed;
        top: 10px;*/
        position: initial;
    }
    .footer-logos-cont {
        gap: 30px !important;
        padding-left:25px;
    }
    .logo-think{
        height:110px!important;
    }
    .logo-hcc{
        height:110px;
    }
    .logo-values {
        height: 105px !important   ;
    }



    .content-panel {
        display: none;
        margin: 0px 0px 25px 0px;
        vertical-align: text-top;
        padding: 5px;
        border-radius: 5px;
        border: 3px solid rgb(30 164 173 / 20%);
    }

    .docs-ul {
        padding-left: 20px !important;
    }

    .dSmart {
        width: 32%;
        display: inline-block;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

}
/* For desktop(and IPADS): */
@media only screen and (min-width: 769px) {    
    .col-1 {width: 8.33%;}   
    .col-2 {width: 19.5%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    [class*="col-"] {border-right: 0px solid #f1f4f7;}    
    [class*="col-"]:last-child {border-right: 25px solid #e9eef3;}
    #dNavBar {
        display: none;
    }
    #pnlMenu {padding-top: 15px;}
    footer {margin-top: 200px;}
    .tt-day{width:90%!important;} 
    .tt-times{width:10%!important;}
    #hlCourse{font-size:11pt;}
    .tt-course{margin-left:50px!important;}
    .tt-staff{margin-left:50px!important;}
    .tt-room{margin-left:50px!important;}
    div[class*="tt-times"]{
        display: inline-block;

    }
    .divContainer {
        display: block;
        text-align: center;
        margin-top: 5px;
    }
    .pnlExamTTitem {
        min-width: 300px;
        padding: 10px;
        border: 2px solid rgba(30, 164, 173, 0.25);
        border-radius: 8px;
        display: block;
        margin: 45px 10px 5px 0px;
        background-color: #fff;      
        color: #1ea4ad;
     /*  max-height: 101px;*/
        transition: all 0.2s;
        max-width: 48%;        
    }
    .pnlExamRSitem, .pnlExamEEitem {
        flex-grow: 1 !important;
        max-width: 48%;
    }
        .pnlActionItem {        
      
        display:inline-block;
        min-width:100%;
    }
    .titleVS {
        display: block;
        text-align: center;
        font-size: 14px;
        margin-top:10px;
    }
    .row {
        display: block;
    }
        .row::after {
            content: "";
            clear: both;
            display: block;           
        }
    .dInterventionItem {
        display: inline-block;
        min-width: 260px;
        padding: 8px 8px;
        border-radius: 4px;
        margin: -12px 0px 9px 23px;
    }
    .onIntervention {
        margin-bottom: -25px;
        margin-top: 25px;
        font-size:12px;
    }

    .lActivity {
        padding: 2px 10px;
        color: #469dea;
        cursor: pointer;
        text-decoration: none;
        display:inline-block;
        min-width:132px;
    }
    .flex-grid {
   /*     display: block;*/
        justify-content: space-around;
    }

    #lblMenu {
        position:initial;
 /*       position: fixed;
        top: 10px;*/
    }

}
/* For desktop(1024*768): */
@media only screen and (min-width: 1024px) {
    .tt-day {width: 18% !important;}
    .tt-times{width:5%!important;}
    div[class*="tt-times"] { }
    #hlCourse{font-size:8pt;}
    .tt-course{margin-left:29px!important;}
    .tt-staff{margin-left:29px!important;}
    .tt-room{margin-left:29px!important;}
    div[class*="tt-times"]:not(:first-of-type ){
        display:none;
    }
    div[class*="tt-times"]:nth-last-of-type(2) {
            display:inline-block;
    } 
    /*Timeline Lessons*/
    .contentDetails{width:81%;}
    .divContainer {
        margin-top: 5px;
        display: inline-block;
    }
    .divFooter {
        position: absolute;
        bottom: 10px;
        width: 100%;
        padding-right: 30px;
        display: block;
        color: #469dea;
        text-align: right;
    }
    #dNavBar {
        display: block;
    }
    #lblViewDDL{
        display:none;
    }
    .pnlExamTTitem {
        min-width: 300px;
        padding: 10px;
        border: 2px solid rgba(30, 164, 173, 0.25);
        border-radius: 8px;
        display: inline-block;
        margin: 45px 10px 5px 0px;
        background-color: #fff;      
        color: #1ea4ad;
        max-height: 101px;
        max-width: 32%;      
    }
    .pnlExamRSitem, .pnlExamEEitem {
        flex-grow: 1 !important;
        max-width: 32%;
    }
    .pnlActionItem {       
        display: inline-block;
        width: 32%;
    }
    .row {
        display: flex;
    }
        .row::after {
            content: "";
            clear: both;
            display: flex;           
        }
    .dProgGradeCont {
        font-size: 30px;
        font-weight: bold;
        width: 70px;
        height: 70px;
        border-radius: 50px;
        border: 2px solid #306b9e;
        background-color: #469dea;
        color: #1ea4ad;
        text-align: center;
        margin-top: 15px;
    }
    .dFaceCont {
        height: 38px;
        width: 38px;
        border-radius: 20px;
        background-color: #fff;
        text-align: center;
        position: absolute;
        top: 16px;
        left: 16px;
    }
    .ProgGradeFace i {       
        line-height: 38px;
        font-size: 40px;
    }    
    .dMEG {
        height: 36px;
        width: 36px;
        border-radius: 20px;
        background-color: #666;
        text-align: center;
        position: absolute;
        top: 44px;
        left: 78px;
        border: none;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
  /*  .dcumulativeGrade {
        height: 36px;
        width: 36px;
        border-radius: 20px;
        background-color: #306b9e;
        text-align: center;
        position: absolute;
        top: 3px;
        left: 3px;
        border: none;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        color:#FFF;
    }*/
    .ProgGradeMEG, .ProgGradeMEG {
        color: #fff;
        line-height: 36px;
    }
    .dSubject {
        display: table-row;
        height: 70px;
        overflow-y: hidden;
    }
    .dSubjectSmall {
        display: table-cell;
        height: 28px;      
        padding-top:4px;
        overflow-y: hidden;
    }
    .lblSubject {        
        max-height: 65px;
        display: table-cell!important;
        font-size: 18px;
        vertical-align: middle; 
        text-align:left; 
    }  
    .lblSubjectSmall {        
        max-height: 65px;
        display: table-cell!important;
        font-size: 14px;
        vertical-align: middle; 
        text-align:left;
    }
    .lblSubjectTrack {
        height: 20px;
        display: inline-block;
        font-size: 12px;
        vertical-align: middle;
        font-family: 'robotoregular';
        background-color: rgba(100, 163, 221, 1);
        color: #fff;
        border-radius: 4px;
        padding: 2px 5px;
    }
    .dImprovement {
        position:static;
        margin-top:0px;
        height: 30px;
        text-align: left;      
    }
        .dImprovement span {
            width: auto;
        }
    .dQualStatus {
        position: static;
        margin-top: 0px;
        height: 21px;
        text-align: left;
        margin-top:1px;
        text-align:left;
    }
    #lblCompletedDate {
        display: inline-block;
        padding-top: 0px !important;
    }
    .progGrade {
        color: #fff;
        line-height: 67px;
        height: 70px;
    } 
    .progGradeSmall {
        color: #666;
        line-height: 36px;
        height: 36px;
    }
    .dEngagment{
        margin-top:0px;
        padding-top:47px;
    }
    .engagement {
        display: inline-block;
        width: 97%;
        padding: 3px 10px;
       /* background-color: #1ea4ad;*/
        background-color: #666666;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        font-weight: bold;
    }
    .engagement span{
        padding:unset!important;
    }
    .dLeft{
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 104px;
    }
    .dLeftSmall {      
        width: 125px;
        display:table-cell;
        vertical-align:middle;
    }
    .dCentre {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 130px;
        right: 120px;     
    }
    .dCentreSmall {      
        display:table-cell;
        width:360px;
        vertical-align:middle;
    }
    .dRight {
        top: 0;
        right: 0px;
        bottom: 0;
        position: absolute;     
        width: 120px;
        font-size:14px;
    }
    .dRightSmall {     
        width: 90px;
        font-size: 14px;
        display: table-cell;
        vertical-align: middle;
        top: unset;
        right: unset;
        bottom: unset;
        position: unset;
    }
    #dBehaviourCont {
        display: block;
        width: 100%;
        min-height: 50px;
        border-left: 4px solid #666;
        margin-bottom: 3px;       
        background-color: rgba(201, 201, 201, 0.14);
        border-radius: 5px;
    } 
    .behaviourAlert{   
        display:inline-block;
        margin:6px 10px;    
    }
    #lblBehaviourMsg{
        display:block;
        margin-left:40px;
        color:#666;
        padding-bottom:5px;
    }
    #dAttenanceCont{
        display:block;
        width:100%;        
        height:140px;
    }
    .flex-grid {
        display: flex;
        justify-content: space-around;
    }
    .flex-col {     
        display:flex;   
    }
    .dProgGradeContSmall {
        font-size: 18px;
        font-weight: bold;
        width: 41px;
        height: 41px;
        border-radius: 30px;
        border: 1px solid #666;
        background-color: #FFF;
        color: #1ea4ad;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0px;
    }

    .lActivity {
        padding: 2px 10px;
        color: #469dea;
        cursor: pointer;
        text-decoration: none;
        display:inline-block;
        min-width:initial;
    }
    .dUCASID{
        width:31%!important;
    }

    #lblMenu{
        position:initial;
    }


}

/* For desktop(1280): */
@media only screen and (min-width: 1280px) {
    .tt-day {width: 18% !important; }
    .tt-times{width:5%!important;}
    #hlCourse{font-size:8pt;}
    div[class*="tt-times"] { }
    .tt-course{margin-left:29px!important;}
    .tt-staff{margin-left:29px!important;}
    .tt-room{margin-left:29px!important;}
    div[class*="tt-times"]:not(:first-of-type ){
        display:none;
    }
    div[class*="tt-times"]:nth-last-of-type(2) {
            display:inline-block;
    }
    /*Timeline Lessons*/
    .contentDetails{width:81%;}
    .divContainer {
        margin-top: 5px;
        display: inline-block;
    }
    #dNavBar {
        display: block;
    }
    #lblViewDDL {
        display: none;
    }
    .pnlExamTTitem {
        min-width: 300px;
        padding: 10px;
        border: 2px solid rgba(30, 164, 173, 0.25);
        border-radius: 8px;
        display: inline-block;
        margin: 45px 10px 5px 0px;
        background-color: #fff;
        /*background-color:rgba(30, 164, 173, 0.1);*/
        color: #1ea4ad;
        max-height: 101px;
        max-width: 32%;        
    }
    .pnlExamRSitem, .pnlExamEEitem {
        flex-grow: 1 !important;
        max-width: 32%;
    }
    .pnlActionItem {
        
        display: inline-block;
        min-width: 32%;
    }
    .row {
        display: flex;
    }

        .row::after {
            content: "";
            clear: both;
            display: flex;
        }

    .lActivity {
        padding: 2px 10px;
        color: #469dea;
        cursor: pointer;
        text-decoration: none;
        display:inline-block;
        min-width:initial;
    }
}

@media only screen and (min-width: 1590px) {
    .pagewrapper{
        margin-left:310px!important;
    }
    #pnlMenu {
        padding-top: 15px;
        left: 0px;
    }

}

    /* 1920 * 1080 Desktop ONLY */
    @media only screen and (min-width: 1880px) {
        .col-1 {
            width: 8.33%;
        }

        .col-2 {
            width: 19.6%;
        }

        .col-3 {
            width: 25%;
        }

        .col-4 {
            width: 33.33%;
        }

        .col-5 {
            width: 41.66%;
        }

        .col-6 {
            width: 50%;
        }

        .col-7 {
            width: 58.33%;
        }

        .col-8 {
            width: 66.66%;
        }

        .col-9 {
            width: 75%;
        }

        .col-10 {
            width: 83.33%;
        }

        .col-11 {
            width: 91.66%;
        }

        .col-12 {
            width: 100%;
        }

        [class*="col-"] {
            border-right: 0px solid #f1f4f7;
        }

            [class*="col-"]:last-child {
                border-right: 25px solid #e9eef3;
            }

        #pnlMenu {
            padding-top: 15px;
            left: 0px;
        }

        footer {
            margin-top: 200px;
        }

        .tt-day {
            width: 18% !important;
        }

        .tt-times {
            width: 5% !important;
        }

        #hlCourse {
            font-size: 8pt;
        }

        .tt-course {
            margin-left: 29px !important;
        }

        .tt-staff {
            margin-left: 29px !important;
        }

        .tt-room {
            margin-left: 29px !important;
        }

        div[class*="tt-times"] {
        }

            div[class*="tt-times"]:not(:first-of-type ) {
                display: none;
            }

            div[class*="tt-times"]:nth-last-of-type(2) {
                display: inline-block;
            }
        /*Timeline Lessons*/
        .contentDetails {
            width: 81%;
        }

        .divContainer {
            margin-top: 5px;
            display: inline-block;
        }

        #dNavBar {
            display: block;
        }

        #lblViewDDL {
            display: none;
        }

        .pagewrapper {
            margin-left: 310px !important;
        }

        .pnlExamTTitem {
            min-width: 300px;
            padding: 10px;
            border: 2px solid rgba(30, 164, 173, 0.25);
            border-radius: 8px;
            display: inline-block;
            margin: 45px 10px 5px 0px;
            background-color: #fff;
            color: #1ea4ad;
            max-height: 101px;
            max-width: 32%;
        }

        .pnlExamRSitem, .pnlExamEEitem {
            flex-grow: 1 !important;
            max-width: 32%;
        }

        .pnlActionItem {
            display: inline-block;
            min-width: 32%;
        }

        .row {
            display: flex;
        }

            .row::after {
                content: "";
                clear: both;
                display: flex;
            }

        .lActivity {
            padding: 2px 10px;
            color: #469dea;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            min-width: initial;
        }
    }
    /*##########^^############   LAYOUT  #############^^^#################*/

    #tbPhoneNumber {
        padding: 0px 0px 0px 5px;
        color: #666;
        font-family: 'robotoregular';
        font-size: 18px;
    }

    .lblItem {
        display: block;
        margin-bottom: 2px;
    }

    .headerItem {
        font-size: 14px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: 0px;
        padding-left: 5px;
        color: #1ea4ad;
    }

    .lblItemSub {
        margin: 0px 0px 0px 22px;
        display: block;
        text-align: left;
    }

    .lblItem .fa-phone-square:before {
        content: "\f098";
        font-size: 14px;
        margin-right: 6px;
        display: inline-block;
        width: 18px;
    }

    .lblItem .fa-home:before {
        content: "\f015";
        font-size: 16px;
        margin-right: 6px;
        width: 15px;
        display: inline-block;
    }

    #lblPN .fa-phone-square:before {
        content: "\f098";
        /*content: "f74c f74c\f74c";*/
        color: #1ea4ad;
        font-size: 22px;
        margin-right: 4px;
    }

    .lblItem .fa-user-circle:before {
        content: "\f2bd";
        color: #1ea4ad;
        font-size: 22px;
        margin-right: 4px;
    }

    .lblItem .fa-car:before {
        content: "\f1b9";
        color: #1ea4ad;
        font-size: 22px;
        margin-right: 4px;
    }

    .lblItem .fa-plus-square:before {
        content: "\f0fe";
        color: #1ea4ad;
        font-size: 22px;
        margin-right: 4px;
    }

    .panelTitleBtn .fa-pencil:before {
        content: "\f040";
        font-size: 13px;
        margin-right: 3px;
    }

    .infoTip {
        font-size: 12px;
        font-family: 'robotolight';
        margin: 15px 0px;
        color: #5e65d5;
    }

    .alertColour {
        color: red;
        font-weight: bold;
    }

    .infoTipListItem {
        font-size: 12px;
        font-family: 'robotolight';
        margin: 7px 0px;
        color: #828282;
    }

    .fa-window-close:before {
        content: "\f2d3";
        color: #e0565f;
        font-size: 18px;
    }

    .fa-wifi:before {
        content: "\f1eb";
        color: #1ea4ad;
        font-size: 22px;
        margin-right: 4px;
    }

    .fa-circle-thin:before {
        content: "\f1db";
        font-size: 21px;
        margin-right: 5px;
        vertical-align: middle;
        color: #666;
    }

    .fa-dot-circle-o:before {
        content: "\f192";
        font-size: 21px;
        vertical-align: middle;
        color: #469dea;
    }

    .fa-circle:before:not(btn-resit) .fa-circle:before:not(dotty) {
        content: "\f111";
        font-size: 21px;
        margin-right: 5px;
        vertical-align: middle;
        color: #469dea;
    }

    .tbMAC {
        width: 30px;
        text-align: center;
    }
    /*Animated bottom border on textbox focus*/
    .border {
        display: block;
        position: absolute;
        height: 2px;
        width: 93%;
        margin-left: 10px;
        background: #1ea4ad;
        transform: scaleX(0);
        transition: transform 0.3s;
        transform-origin: 50% 100%;
    }

    input:focus + .border {
        transform: scaleX(1);
    }

    .btnPrint {
        background-color: #469dea;
        border-radius: 5px;
        color: #fff;
        padding: 3px 5px;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        float: right;
        cursor: pointer;
    }

        .btnPrint:hover {
            background-color: #0f292f;
            border-radius: 5px;
            color: #fff;
            padding: 3px 5px;
            box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
            float: right;
            cursor: pointer;
        }

    .btn-push {
        color: #e0565f;
    }

    #lbtnSE:hover, #lbtncovidconsent:hover {
        text-decoration: underline;
    }

    #btnToggleNote:focus {
        outline: 0;
    }

    .active {
        color: #56b1bf !important;
    }

    .disable {
        color: #e0565f !important;
    }

    .notificationPnl {
        padding: 10px 5px;
        margin: 5px 0px;
        background-color: #f7f7f7;
        border-radius: 5px;
        border: 1px solid #ececec;
        border-left: 4px solid #e0565f;
    }

    .notificationPnl_New {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        padding: 10px 5px 10px 0px;
        margin: 5px 0px;
        background-color: #f7f7f7;
        border-radius: 5px;
        border: 1px solid #dddddd;
        border-left: 4px solid #e0565f;
        /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    }

    .ucLabel {
        font-size: 14px;
        margin-bottom: 0px;
        padding-left: 5px;
        color: #1ea4ad;
        display: inline-block;
        width: 185px;
    }

    .ucData {
    }

    #dSections > div {
    }

    #dSections select, #dSections input {
        font-family: robotoregular;
        border: 1px solid rgba(70,157,234,0.15);
        border-radius: 3px;
        background-color: #f2f8fe;
        color: #666;
        margin: 1px;
        font-size: 12pt;
    }

        #dSection select::placeholder, #dSections input::placeholder {
            color: #c7c7c7;
        }

    .formsection {
        margin-left: 20px;
        margin-top: 10px;
    }

    #dSections select:disabled, #dSections input:disabled {
        border: 1px solid rgba(70,157,234,0);
        border-radius: 3px;
        background-color: #fff;
        color: #666;
        margin: 1px;
        font-size: 12pt;
    }

    /*.tick:before {
    content: "\f00c";
    font-weight: 900;
    margin-right: 5px;
}

.cross:before {
    content: "\f00d";
    font-weight: 900;
    margin-right: 5px;
}*/
    .eventlist {
        margin: 5px 0px 10px 0px;
        background-color: rgb(86 177 191 / 16%);
        border-radius: 5px;
        border: 1px solid rgb(86 177 191 / 31%);
        border-left: 4px solid #56b1bf;
        display: flex;
        align-items: stretch;
    }

        .eventlist .icon {
            color: #fff;
            background-color: #56b1bf;
            padding: 10px;
            display: flex;
            align-items: center;
        }

    .eventtag {
        border-radius: 3pt;
        background-color: #56b1bf;
        color: #fff;
        font-size: 8pt;
        /* font-weight: 700; */
        display: inline-block;
        padding: 2px 4px;
        margin: 2px 3px;
    }

.remove-left-margin{
    margin:0 auto!important;
}