﻿/* 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;
}

.good {
    color: #14A098;
}

.bad {
    color: #0f292f;
}

#lbtnPE {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    width: 80%;
    line-height: 50px;
    display: inline-block;
}
#pnlNavAppointments {
    border-bottom: 2px solid #cb2d6f;
}

    #pnlNavAppointments:hover {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        background-color: #cb2d6f;
        border-bottom: 2px solid #cb2d6f;
    }




.hide{
    display:none!important;
}

.show {
    display: block;
}

.addPointer{
    cursor:pointer;
}

h1 {
    color: #25aae2;
    display: inline-block;
    margin-left: 20px;
    font-family: 'robotomedium_italic';
}

body {
    font-family: 'robotolight', 'Segoe UI light';
    color: #0f292f;
    font-size: 14px;
    background-color: #e5e5e5;
    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: #daecfb;
    /*color: #B32D78;*/
    color: #469dea;
    border: 1px solid #469dea;
    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 1px 3px rgba(0,0,0,0.1);
}

    .btnGreen:hover {
        background-color: #469dea;
        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;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

    .btnRed:hover {
        color: #fff;
        background-color: #e0565f;
    }

.btnShowContent {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    border-left: 6px solid #cb2d6f;
    border-right: 6px solid #cb2d6f;
    position:relative;
    padding-right:28px;
}
.btnShowContentRed {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    border-left: 6px solid #0f292f;
    border-right: 6px solid #0f292f;
}
.btnShowContent:hover, .btnShowContent:active {
    border-color: #cb2d6f;
    /*color:#FFF;*/
}


    .btnShowContentRed:active, btnShowContentRed:focus {
        cursor: pointer;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 10px;
        border-left: 6px solid #0f292f;
        border-right: 6px solid #0f292f;
        background-color: #0f292f;
        color: #fff;
    }


.btnShowContent:active, btnShowContent:focus {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    border-left: 6px solid #cb2d6f;
    border-right: 6px solid #cb2d6f;
    background-color: #cb2d6f;
    color: #fff;
}






/*.btnShowContent:hover {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    border-left: 6px solid #cb2d6f;
    border-right: 6px solid #cb2d6f;
    background-color: #cb2d6f;
    color: #fff;
}*/

/*.btnShowContentRed:hover {
    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!important;  
}*/

#lbtnViewActions:hover {
    background-color: rgba(30, 164, 173, 0.15);
    border-radius:8px;
}


.headingText {
    display: block;
    font-size: 14px;
    margin: 10px 0px;
    /*font-weight: bold;*/
    /*background-color: rgba(31, 164, 173, 0.28);*/
    color: #0f292f;
    background-color: #e8e8e8;
    padding: 10px 5px;
    border-radius: 3px;
}



.ddContainer {
    position: absolute;
    width: 150px;
    min-height: 50px;
    border: 1px solid #cb2d6f;
    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 #cb2d6f;
        min-width: 120px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        vertical-align: bottom;
        cursor: pointer;
        background-color: #cb2d6f;
        color: #fff;
        transition: 0.2s;
    }

.activeNav {
    background-color: #cb2d6f;
    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;
    /*border-bottom: 1px solid #eee;*/
    padding-bottom:40px;
    margin-bottom:40px;
    margin-top:26px;
}



.examclash {
    /*box-shadow: 0px 0px 7px #bd1818;*/
    display: inline-block;
    /*padding: 4px 1px 4px 21px;*/
    padding: 0px 4px;
    height:18px;
    border-radius: 4px;
    /*margin-left: 5px;*/
    font-size: 10pt;
    /*background-image: url(../images/alertsmall.png);
    background-repeat: no-repeat;
    background-position: 3px center;*/
    /*background-color: #e0565f;*/
    background-color: #e0565f;
    color:#fff;
    /*position: absolute;*/
    margin-left:10px;
}

.greyout {
    text-decoration:line-through;
    font-style:italic;
    color:#c8c8c8;
}


.lblNotification {
    
    display: block;
    position: absolute;
    /*bottom: 0px;*/
    font-size: 12px;    
    padding-left: 5px;
    font-family: 'robotoregular';
    width: 96%;
    top: 21px;
    left: 39px;
}


.lblNotification2 {
    display: block;
    position: absolute;
    /*bottom: 0px;*/
    font-size: 12px;
    padding-left: 5px;
    font-family: 'robotoregular';
    width: 93%;
    top: 80px;    
}


.greenNote {
    color: #cb2d6f;
    background-color: rgba(30, 164, 173, 0.1);
    border-left: 6px solid #cb2d6f;
}

.redNote {
    color: #e0565f;
    background-color: rgba(224, 86, 95, 0.15);
    border-left: 6px solid #e0565f;
}

.alert {
    background-color: rgba(224, 86, 95, 0.15)!important;
}

.alertTB {
    background-color: rgba(224, 86, 95, 0.5)!important;
}


.closed {
    max-height: 0px;
    display: block;
    background-color: #63a76f;
    transition: all 0.2s;
    text-align: right;
    overflow: hidden;
}

.open {
    display: block;
    max-height: 100px;
    background-color: #63a76f;
    transition: all 0.2s;
    text-align: right;
}
/*###################################### Header & Nav bar ################################################*/
.topHeader {
    height: 72px;
    background-color: #0f292f;
    padding: 7px 0px 0px 10px;
    /*background-color: #0f6b71;*/
    -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: 25px;}

header {
    height: 80px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 1100;  
}

.nav-up {top: -120px;}

#navbar {
    background-color: #cb2d6f;
    height: 42px;
    border-bottom: 1px solid #cb2d6f;
    padding-left: 15px;
    color: #fff;
    line-height: 42px;
    box-shadow: 0px -2px 17px rgba(0,0,0,0.5);
} 

/*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: #cb2d6f;
}


footer {
    background-color: #0f292f;
    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: 4px 0px 10px 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

    .panelTitle p {
        color: #0f292f;
        font-weight: bold;
        font-size: 16px;
        display: inline-block;
    }


.panelTitleBtn {
    /*padding: 4px 10px;*/
    border: 1px solid #cb2d6f;
    border-radius: 4px;
    color: #fff;
    background-color: #cb2d6f;
    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: #cb2d6f;
    }

.panelTitleBtn .fa-calendar{
    display:inline-block;
    margin-right:5px;    
}

.msgRead {
    /*border-left: solid 4px #9a9a9a !important;*/
    /*color: #c3c3c3;*/
}
#hlAttachment {
    color:#666;
}

.msgPreviewDate {
    font-size: 10px;
    /*float: right;*/
    display: inline-block;
    /*margin-top: -16px;*/
    position: absolute;
    right: 0px;
}

.notRead {color: #c3c3c3;}

.msgType {
    /*font-size: 12px;
    display:inline-block;
    padding: 0px 8px 0px 8px;
    border-radius: 3px;
    color: #a9a7a7;
    background-color: #eee;
    font-family: 'robotolight';
    margin-left:-6px;*/
     
}

.msgXswipe {
    /*background-color: #4b9ade;
    border: 1px solid #4b9ade;*/
    color: #4b9ade;
}

.msgTextmsg {
    /*border: 1px solid #9081ad;
    background-color: #9081ad;*/
    color: #9081ad;
}


.msgEmail {
    /*border: 1px solid #f8621b;
    background-color: #f8621b;*/
    color: #f8621b;
}

.msgTypeRead {
    /*border: 1px solid #9a9a9a;
    background-color: #9a9a9a;*/
    color: #9a9a9a;
}


.msgTextFrom {
    font-size: 9px;
    position: absolute;
    float: left;
    /*margin-top: -42px;*/
    padding: 0px 5px;
    color: #cb2d6f;
    font-family: 'robotoregular'
}


#pnlMsgItemCont:hover {
    cursor: pointer;
    background-color: rgba(30, 164, 173, 0.16);
}


.msgPreview {
    display: block;
    /*line-height: 20px;*/
    max-height: 68px;
    padding: 3px 7px 0px 10px;
    border: 1px solid #eee;
    margin-bottom: 2px;
    border-radius: 5px;
    position: relative;
    /*border-left: 4px solid #eee;*/
    transition: max-height 0.5s ease-in-out;
    overflow:hidden;    
}

.msgCollapse {  
    max-height: inherit;
    transition: max-height 0.5s ease-in-out;
}

.msgUnread {
    border-left: solid 4px #cb2d6f;
    cursor: pointer;
}


#dMsgContent {
    display:block;
    /*min-height: 60px;*/ 
    padding:10px;
}

#lblMsgText {
    display:block;
    margin-bottom:8px;
}
.msgPreviewTxt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}






.subjectContainer {
    display: block;
}

/*.headlineContainerSmall {
    padding: 42px;
    border-radius: 8px;
    color: #B32D78;
    display: inline-block;
    position: relative;
    border: 2px solid #B32D78;
    background-color: rgba(30, 164, 173, 0.15);
}*/


.lblGrade {
    position: absolute;
    font-size: 19px;
    font-weight: bold;
    left: 0px;
    top: 20px;
    width: 100%;
    text-align: center;
}

.subTxtContainer {
    /*color: #469dea;*/
    /*display: inline-block;*/
    /*padding: 8px 10px 8px 0px;*/
    /*width: 75%;*/
    /*float: left;*/
    border-top: 1px solid #eee;
    font-size:12px;
    display:block;
    margin:6px 0px;
    padding:6px 0px 0px 0px;
}




/*#################################  MENU   ##########################*/
#pnlMenu {
    background-color: #0f292f;
    position: fixed;
    /*top: 50px;*/
    transition: left 0.1s;
    /*left:-310px;*/
    width: 300px;
    height: 100%;
    box-shadow: 0px -2px 17px rgba(0,0,0,0.5);
    padding: 15px 15px 0px 10px;
    color: #fff;
    z-index: 1000;
    overflow-y: auto;
}

    #pnlMenu li, #pnlMenu li a {
        list-style: none;
        /*padding: 10px 0px;*/
        /*border-bottom: 1px solid #465567;*/
        color: #fff;
        text-decoration:none;
    }

    #pnlMenu li a{
        display:inline-block;
        width:82%;
        line-height:40px;
    }


        #pnlMenu li:hover {
            list-style: none;
            /*padding: 10px 0px;*/
            border-bottom: 1px solid rgba(169, 169, 169, 0.21);
            background-color: #cb2d6f;
            cursor: pointer;
        }

    #pnlMenu i {
        content: "\f0da";
        padding-left: 8px;
        padding-right: 6px;
    }    

    /*#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;
}

/* Set a background color */
/*body {
    background-color: #474e5d;
    font-family: Helvetica, sans-serif;
}*/

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    /*min-width: 600px;*/
    width: 480px;
    margin: 0 auto;
    /*background-color: #eef1f5;*/
    background-color: #fff;
   
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 3px;
        /*background-color: #e7505a;*/ /*Solid line*/
        top: 0;
        bottom: 0;
        left: 21%;
        margin-left: -4px;
        border-left-style: solid; /*dashed or dotted line*/
        border-color: #666666;
    }

/* 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 #cb2d6f;
        top: 20px;
        border-radius: 50%;
        z-index: 1;
    }


   /*Used to highlight the finished lesson*/
    /*.container.finishedLesson::after {
        background-color: #e0565f!important;
       
    }*/

    /*Used to highlight the current lesson*/
    /*.container.currentLesson::after {
        background-color: #e0565f!important;
        
        box-shadow: 0 0 0 rgba(224,86,95, 0.6);
        animation: pulse 2s infinite;
    }*/


    /*Used to highlight the finished lesson*/
.finishedLesson::after {
    background-color: #cb2d6f !important;
}

    /*Used to highlight the current lesson*/
.currentLesson::after {
    /*background-color: #e0565f !important;*/
    background-color: #cb2d6f !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 {
        /*content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;*/
    }
    /* Add arrows to the right container (pointing left) */
    .right::before {
        /*content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;*/
    }
    /* 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;
        /*border-radius: 6px;*/
        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: #cb2d6f;
    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: #cb2d6f;
        border-width: 7px;
        margin-top: -5px;
        /*transform: rotate(90deg);*/
    }

.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;
        /*transform: rotate(90deg);*/
    }

.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: #0f292f;
}

    .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 that all arrows are pointing leftwards */
        /*.container::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }*/

    /* 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;}
}  
/*###################^^######TIMELINE####^^##########################*/





/*###########################  PROGRESS BARS  ###############################*/

.progressWrapper {
    background: #cb2d6f;
    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: #f7f7f7;
    margin-bottom: 1px;
    border-radius: 10px;
}

.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;
        padding-top: 100px;
    }

.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: 81px !important;*/
    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:30px;
    position:absolute;
    right:10px;
    cursor:pointer;
    margin-top:-5px;
}

.attOnTime {
    border-radius: 5px;
    background-color: rgba(30, 164, 173, 0.1);
    color: #cb2d6f;
    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;
    /*min-height:270px;*/   
}

/* For Mobiles: */
@media only screen and (min-width: 310px) {

    [class*="col-m-"] {
        /*border-bottom: 25px solid #e5e5e5;*/
        /*border-top: 25px solid #e5e5e5;*/
        margin-top:25px;
    }

    #pnlMenu li {
        list-style: none;
        /*padding: 10px 0px;*/
        border-bottom: 1px solid rgba(169, 169, 169, 0.21);
    }

    #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%;
        /*padding-right: 30px;*/
        display: block;
        color: #469dea;
        text-align: right;
    }

    .pnlExamTTitem {
        min-width: 300px;
        padding: 10px;
        border: 2px solid #CCCCCC;
        border-radius: 8px;
        display: block;
        margin: 45px 10px 5px 0px;
        background-color: #fff;
        /*background-color:rgba(30, 164, 173, 0.1);*/
        color: #cb2d6f;
 /*       height: 101px;*/
        transition: all 0.2s;  
     
    }

    .pnlUCTTitem {
        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;
        /*background-color:rgba(30, 164, 173, 0.1);*/
        color: #cb2d6f;
        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: #cb2d6f;
        height: 75px;
        transition: all 0.2s;
    }

    .pnlExamEEitem {
        min-width: 300px;
        padding: 10px;
        border: 2px solid #CCCCCC;
        border-radius: 8px;
        display: block;
        margin: 45px 10px 5px 0px;
        background-color: #fff;
        color: #cb2d6f;
        min-height:95px;
        /*max-height: 95px;*/
        transition: all 0.2s;
    }

    .pnlActionItem {
        padding: 10px;
        border: 2px solid rgba(0, 179, 200, 0.3);
        border-radius: 8px;
        display: block;
        margin: 45px 10px 5px 0px;
        background-color: #fff;
        color: #cb2d6f;
        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 #cb2d6f;
        background-color: #cb2d6f;
    }

    .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: #cb2d6f;
        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: table;*/
            display: block;
        }


    .onIntervention {
        margin-bottom: -25px;
        margin-top: 25px;
        font-size:12px;
    }

    .dInterventionItem {
        display: block;        
        min-width: 260px;
        padding: 4px 8px;
        border-radius: 7px;
        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 {
        /*display: block;*/
        top: 0;
        right: 0px;
        bottom: 0;
        position: absolute;
        width: 90px;
        font-size:11px;
    }

    .dRightSmall {
        /*display: block;*/
        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: 1px solid #501F3a;*/
        border:1px solid #0f292f;
        background-color: #cb2d6f;
        color: #cb2d6f;
        text-align: center;
        /*margin-top:6px;*/
        /*margin-top: 15px;
        margin-left: 25px;*/
        /*position: absolute;*/
        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;
            /*position: absolute;*/
            /*top: 34px;
            left: 0px;*/
            /*border: 3px solid #fff;*/
            /*-moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;*/
        }

    .ProgGradeFace i {
        /*color: #e0565f;*/
        line-height: 38px;
        font-size: 40px;
    }

    .dMEG {
        height: 36px;
        width: 36px;
        border-radius: 20px;
        /*background-color: #501f3a;*/
        background-color: #666;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin-right: -10px;
        /*position: absolute;
        top: 34px;
        left: 85px;*/
        border: none;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .dQualStatus {
        position: absolute;
        top: 20px;
        left: 15px;
    }

    #lblCompletedDate {
        display: block;
        padding-top: 4px !important;
    }

    .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;
        color: #0f292f;
    }

    .lblSubjectSmall {
        max-height: 65px;
        display: block;
        font-size: 14px;
        vertical-align: middle;
        text-align: center;
        padding-bottom: 5px;
    }

    .lblSubjectTrack {
        /*height: 20px;*/
        display: inline-block;
        font-size: 12px;
        vertical-align: middle;
        font-family: 'robotoregular';
        background-color: #14a098;
        color: #fff;
        border-radius: 5px;
        padding: 2px 5px;
    }

    .dImprovement{   
        position:absolute;
        top:30px;
        left:5px;
        /*margin-top:10px;*/
        height: 30px;
        text-align: center;
    }
        .dImprovement span {         
            width: 80%;
            /*padding:10px 0px;*/
        }


    .progGrade {
        color: #FFF;
        line-height: 70px;
        height: 70px;
    }

    .progGradeSmall {
        color: #666;
        line-height: 41px;
        height: 41px;
    }

    .dEngagment {
        /*padding-top: 47px;*/
        margin-top:15px;
        text-align:center;
    }

    .engagement {
        display: inline-block;
        width: 80%;
        padding: 8px 10px;
        /*background-color: #14A098;*/
        background-color:#666;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
    }

    .flex-grid {
        display: block;
        align-items:stretch;
    }

    .flex-col {
        flex: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;    
    }

    #dBehaviourCont {
        display: block;
        width: 100%;
        min-height: 50px;
        border-left: 4px solid #666;
        margin-bottom: 3px;
        /*background-color: rgba(30, 164, 173, 0.16);*/
        background-color: rgba(201, 201, 201, 0.14);
        border-radius: 5px;
    }

    #lblBehaviourMsg {
        display: block;
        margin-left: 32px;
        color: #0f292f;
        padding-bottom: 5px;
    }

    .behaviourAlert {
        display: inline-block;
        margin: 6px 6px;
    }
    .behaviourAlert2 {
        display: inline-block;
        margin: 6px 6px;
    }

    #dAttenanceCont {        
        margin-top: 25px;
    }
    .dLinks {
        text-align: right;
    }

    .content-panel {
        display: none;
        margin: 0px 0px 25px 0px;
        vertical-align: text-top;
        padding: 5px;
    }
}

/* For tablets: */
@media only screen and (min-width: 600px) {   
    .col-m-1 {width: 8.33%;}
    /*.col-m-2 {width: 16.66%;}*/
    .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-top: 25px solid #e5e5e5;*/
        border-left: 25px solid #e5e5e5;
        border-right: 25px solid #e5e5e5;
    }

    #pnlMenu li {
        list-style: none;
        /*padding: 10px 0px;*/
        border-bottom: 1px solid rgba(169, 169, 169, 0.21);
    }

    #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;
        /*background-color:rgba(30, 164, 173, 0.1);*/
        color: #cb2d6f;
      /*  height: 101px;*/
        transition: all 0.2s;
    }

    .row {
        display: block;
    }

        .row::after {
            content: "";
            clear: both;
            /*display: table;*/
            display: block;
        }

    .dInterventionItem {
        display: block;
        min-width: 260px;
        padding: 4px 8px;
        border-radius: 7px;
        margin: -5px 23px 10px 23px;
    }


    .headlineContainer {
        padding: 42px;
        border-radius: 8px;
        color: #fff;
        display: inline-block;
        position: relative;
        border: 2px solid #cb2d6f;
        background-color: #cb2d6f;
    }



    .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: #cb2d6f;
        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;
    }

    .content-panel {
        display: none;
        margin: 0px 0px 25px 0px;
        vertical-align: text-top;
        padding: 5px;
        border-radius: 5px;
        border: 3px solid rgb(203 45 111 / 20%);
    }
    
}
















/* For desktop(and IPADS): */
@media only screen and (min-width: 769px) {    
    .col-1 {width: 8.33%;}
    /*.col-2 {width: 16.66%;}*/
    .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 #e5e5e5;}

    #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;
        /*background-color:rgba(30, 164, 173, 0.1);*/
        color: #cb2d6f;
        /*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: 4px 8px;
        border-radius: 7px;
        margin: -12px 0px 9px 23px;
    }

    .onIntervention {
        margin-bottom: -25px;
        margin-top: 25px;
        font-size:12px;
    }

    .dLinks{
        text-align:right;
    }

}

/* 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"] {
/*        display: none;
*/    }
    #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"]:first-of-type {
            display: inline-block;
        }*/

        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;
        /*background-color:rgba(30, 164, 173, 0.1);*/
        color: #cb2d6f;
        /*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: 1px solid #501F3a;*/
        border: 1px solid #0f292f;
        background-color: #cb2d6f;
        color: #cb2d6f;
        text-align: center;
        margin-top: 15px;
        /*margin-left: 25px;
        position: absolute;*/
    }

    .dFaceCont {
        height: 38px;
        width: 38px;
        border-radius: 20px;
        background-color: #fff;
        text-align: center;
        position: absolute;
        top: 16px;
        left: 16px;
    }
    .ProgGradeFace i {
        /*color: #e0565f;*/
        line-height: 38px;
        font-size: 40px;
    }

    .dMEG {
        height: 36px;
        width: 36px;
        border-radius: 20px;
        /*background-color: #501f3a;*/
        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;
    }

    .ProgGradeMEG {
        color: #fff;
        line-height: 36px;
    }

    .dSubject {
        display: table-row;
        height: 70px;
        overflow-y: hidden;
    }

    .dSubjectSmall {
        display: table-cell;
        height: 28px;
        /*padding:6px 0px;*/
        padding-top: 4px;
        overflow-y: hidden;
    }

    .lblSubject {
        max-height: 65px;
        display: table-cell !important;
        font-size: 18px;
        vertical-align: middle;
        text-align: left;
        color: #0f292f;
    }

    .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: #14a098;
        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: 70px;
        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: #14A098;*/
        background-color: #666;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
    }
    .engagement span{
        padding:unset!important;
    }

        .dLeft {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 104px;
    }

    .dLeftSmall {
        /*position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;*/
        width: 125px;
        display: table-cell;
        vertical-align: middle;
    }

    .dCentre {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 130px;
        right: 120px;     
    }
    .dCentreSmall {
        /*position: absolute;
        top: 0;
        bottom: 0;
        left: 100px;
        right: 70px;*/
        display: table-cell;
        width: 360px;
        vertical-align: middle;
    }


    .dRight {
        top: 0;
        right: 0px;
        bottom: 0;
        position: absolute;     
        width: 120px;
        font-size:14px;
    }

    .dRightSmall {
        /*top: 0;
        right: 0px;
        bottom: 0;
        position: absolute;*/
        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(30, 164, 173, 0.16);*/
        background-color: rgba(201, 201, 201, 0.14);
        border-radius: 5px;
    }       

    .behaviourAlert{   
        display:inline-block;
        margin:6px 10px;    
    }
    .behaviourAlert2{   
        display:inline-block;
        margin:6px 5px;    
    }

    #lblBehaviourMsg {
        display: block;
        margin-left: 40px;
        color: #0f292f;
        padding-bottom: 5px;
    }

    #dAttenanceCont{
        display:block;
        width:100%;        
        height:140px;
        margin-top:25px;
    }

    .flex-grid{
        display:flex;
        align-items:stretch;
    }
    .flex-col {
        flex: 1;
        display:flex;
        justify-content:center;
        flex-direction:column;
        align-items:center;
    }
}

/* 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"] {
/*        display: none;
*/    }
    .tt-course{margin-left:29px!important;}
    .tt-staff{margin-left:29px!important;}
    .tt-room{margin-left:29px!important;}

     /*   div[class*="tt-times"]:first-of-type {
            display: inline-block;
        }*/

        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: #cb2d6f;
        /*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;
        }
}

@media only screen and (min-width: 1590px) {
    .pagewrapper:not(.align-c) {
        margin-left: 310px !important;
    }

    #pnlMenu {
        padding-top: 15px;
        left: 0px;
    }
}


/* 1920 * 1080 Desktop ONLY */ 
/*@media only screen and (min-width: 1920px) {*/ 
@media only screen and (min-width: 1880px) { 

    .col-1 {width: 8.33%;}
    /*.col-2 {width: 16.66%;}*/
    .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 #e5e5e5;}

    #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"]{
/*        display: none;
*/    }

/*    div[class*="tt-times"]:first-of-type {
        display:inline-block;
    }  */

        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:not(.align-c) {
        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;
        /*background-color:rgba(30, 164, 173, 0.1);*/
        color: #cb2d6f;
        /*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;
        }
}
/*##########^^############   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;
    /*background-color: #616060;*/
    /*background-color: rgba(31, 164, 173, 0.28);*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0px;
    padding-left: 5px;
    color: #cb2d6f;
    /*font-weight:bold;*/
    /*color:#fff;*/
}

.lblItemSub {    
    margin: 0px 0px 0px 22px;
    /*border: 1px solid rgba(31, 164, 173, 0.1);*/
    display: block;
    /*border-radius: 4px;*/
    /*background-color: rgba(31, 164, 173, 0.1);*/
    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";
    color: #cb2d6f;
    font-size: 22px;
    margin-right: 4px;
}

.lblItem .fa-user-circle:before {
    content: "\f2bd";
    color: #cb2d6f;
    font-size: 22px;
    margin-right: 4px;
}


.lblItem .fa-car:before {
    content: "\f1b9";
    color: #cb2d6f;
    font-size: 22px;
    margin-right: 4px;
}


.lblItem .fa-plus-square:before {
    content: "\f0fe";
    color: #cb2d6f;
    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: 20px 0px;
    color: #469dea;
}

.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: #cb2d6f;
    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;
    /*margin-right: 5px;*/
    vertical-align: middle;
    color: #469dea;
}

.fa-circle:before {
    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: #cb2d6f;
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: 50% 100%;
}

input:focus + .border {
    transform: scaleX(1);
    margin-left:-1px;
}

.attention {
    background-color: #cb2d6f;
    border-radius: 10px;
    color: #fff;
    border: solid 2px rgb(0 0 0/40%);
    padding: 2px 5px;
    display: inline-block;
}
    .attention._icon {
        position: absolute;
        font-size: 14pt;
        width: 50px;
        top: 49px;
        transition: left ease-out;
        animation-duration: 1s;
        animation-iteration-count: 1;
    }
        .attention._icon._msg {
            right: 32px;
            animation-name: an_unreadmsg;
        }
        .attention._icon._consent {
            left: 32px;
            animation-name: an_unreadconsent;
        }
.emphasise {
    background-color: rgb(161 69 167 / 8%);
    border-radius: 5px;
    padding: 6px;
}
.consentcont:nth-of-type(even) {
    background-color: rgb(161 69 167 / 6%);
}
.consentcont {
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background-color linear 0.25s;
}
    .consentcont:hover {
        background-color: rgb(161 69 167 / 17%);
    }
._consent {
    background-color: #e7fbea;
    color: #000;
    border: 2px solid rgb(0 0 0 / 18%);
}
@keyframes an_unreadmsg {
    from {
        right: -50px;
    }
    to {
        right: 32px;
    }
}
@keyframes an_unreadconsent {
    from {
        left: -50px;
    }

    to {
        left: 32px;
    }
}

.remove-left-margin {
    margin: 0 auto !important;
}