﻿#MasterBody .navMenu {
    background-color: #F2F2F2;
    margin-top: 0px;
}

    #MasterBody .navMenu .staticHome {
        list-style: none;
        display: inline-block;
        float: left;
        padding: 10px;
        font-weight: bold;
        font-size: 10pt;
    }

    #MasterBody .navMenu .staticHomea:hover {
        list-style: none;
        display: inline-block;
        float: left;
        padding: 10px;
        font-weight: bold;
        font-size: 10pt;
        background-color: #0D2D62;
    }

    #MasterBody .navMenu .staticHome li a {
        cursor: pointer;
        padding: 12px 30px 12px 30px;
        color: #5d5d5d;
        text-decoration: initial;
        font-weight: bold;
    }

        #MasterBody .navMenu .staticHome li a:hover {
            color: white;
            background-color: #0D2D62;
            transition: all 0.10s ease-in-out;
            box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
        }

    #MasterBody .navMenu a img {
        display: none;
    }

    #MasterBody .navMenu #ctl00_menuMain tr td table tr td a {
        padding: 0 20px;
        cursor: pointer;
        height: 28px;
        padding-top: 12px;
        color: #5d5d5d;
        display: inline-block;
    }

    #MasterBody .navMenu #ctl00_menuMain tr td table tr td img {
        display: none;
    }

    #MasterBody .navMenu #ctl00_menuMain tr td table tr td a:hover {
        color: white;
        background-color: #0D2D62;
        transition: all 0.10s ease-in-out;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
    }

    #MasterBody .navMenu > div tr td a {
        padding: 0 20px;
        cursor: pointer;
        height: 28px;
        padding-top: 12px;
        color: #5d5d5d;
        display: inline-block;
        width: 100%;
        /*min-width: 150px;*/
        border-top: 1px solid SILVER;
        /*border-bottom: 1px solid SILVER;*/
    }

        #MasterBody .navMenu > div tr td a:hover {
            color: white;
            background-color: #0D2D62;
            box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
            transition: all 0.10s ease-in-out;
            width: 100%;
        }
/*navMenu*/

li a {
    color: #0D2D62;
    font-size: 15px;
}

    li a:hover {
        color: white;
        background-color: #0D2D62;
        font-size: 16px;
    }

.highlighted {
    background-image: none !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #0D2D62;
    color: white;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
    transition: all 0.10s ease-in-out;
}




.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #0D2D62;
    background-image: none;
    border: 1px solid #001971;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        background-color: white;
        height: 2px;
        border-radius: 1px;
    }

















.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: #0D2D62;
    transition: all 0.10s ease-in-out;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
}


#MasterBody .navMenu .staticHome:hover {
    list-style: none;
    display: inline-block;
    float: left;
    color: white;
    background-color: #0D2D62;
    transition: all 0.10s ease-in-out;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
    font-size: 10pt;
}

.dynamic a {
    padding: 0 20px;
    cursor: pointer;
    height: 28px;
    padding-top: 12px;
    color: #0D2D62;
    display: inline-block;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: white;
    background-color: #0D2D62;
    transition: all 0.10s ease-in-out;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
    height: 40px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: #0D2D62;
        transition: all 0.10s ease-in-out;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
    }
}



@media (min-width: 992px) and (max-width:1100px) {
    .siden {
        width: 220px !important;
    }

    .app-main {
        padding-left: 30px !important;
    }
}


@media (min-width: 1101px) and (max-width:1299px) {
    .siden {
        width: 235px !important;
    }

    .app-main {
        padding-left: 30px !important;
    }
}



@media (min-width: 1300px) and (max-width:1400px) {
    .siden {
        width: 250px !important;
    }

    .app-main {
        padding-left: 20px !important;
    }
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}



.add_btn {
    font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
    line-height: 1.5;
    color: darkblue;
    width: 115px !important;
    margin-bottom: 8px;
    background: transparent;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid darkblue;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .add_btn:hover {
        background-color: #333333;
        color: white;
    }

.add_btn1 {
    font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
    line-height: 1.5;
    color: darkblue;
    width: 50% !important;
    margin-bottom: 8px;
    background: transparent;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid darkblue;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .add_btn1:hover {
        background-color: #333333;
        color: white;
    }


@media (max-width: 768px) {
    #MasterBody .loginStatusPanel .semesterStatusLabel1 {
        display: inline-block;
        width: 88px;
        text-align: right;
        color: #cf6c6c;
        font-weight: bolder;
        letter-spacing: 1px;
    }

    #divProgress {
        top: 50% !important;
        left: 44% !important;
        transform: translate(-50%, -50%) !important;
    }

    #MasterBody .loginStatusPanel .semesterStatusLabel {
        display: inline-block;
        width: 61px;
        text-align: right;
        color: #1f6c14;
        font-weight: bolder;
        letter-spacing: 1px;
    }

    #MasterBody .loginStatusPanel {
        text-align: left;
    }

    .img1 {
        display: none !important;
    }

    .img2 {
        display: block !important;
        width: 15% !important;
        margin: 0 auto;
        padding-top: 10px;
    }

    .add_btn {
        width: 100% !important;
        margin-top: 5px;
    }

    .add_btn1 {
        width: 100% !important;
        margin-top: 5px;
    }

    #MasterBody .loginStatusPanel .StatusPanelContainer {
        margin-top: 5px;
        text-align: left;
    }

        #MasterBody .loginStatusPanel .StatusPanelContainer .StatusPanel #ctl00_lblAvatarName {
            display: inline-block;
            margin: 6px 0px 6px 0px;
            letter-spacing: 1px;
            word-spacing: 3px;
            font-weight: bold;
            color: #1d0909;
        }
}


.pp {
    background: white;
    border-radius: 8px;
}



.img2 {
    display: none;
}
/**/
/*img {
     vertical-align: initial; 
}*/


/*.level3:last-child {
    top: 0px;
    left: -92% !important;
}*/

.level3 {
    top: 0px;
    left: 100% !important;
}

.level4 {
    top: 0px;
    left: 100% !important;
}

.level5 {
    top: 0px;
    left: 100% !important;
}

.level2, level3 {
    /*background:#efefef*/
    color: white;
}

.navbar navbar-default {
}
/*--------------*/
@media (max-width:667px) {
    .bs-glyphicons li {
        width: 23% !important;
    }
}

@media (max-width:640px) {
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
            margin-bottom: .5em;
        }

    .progress {
        height: 10px;
        margin-bottom: 10px;
    }

    ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
        font-size: 14px;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }

    h2.typoh2 {
        font-size: 1.5em;
    }
}

@media (max-width:600px) {
    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: 0.5em;
    }

    h3.hdg {
        font-size: 1.5em;
    }
}

@media (max-width:480px) {
    .table h1 {
        font-size: 26px;
    }

    .table h2 {
        font-size: 23px;
    }

    .table h3 {
        font-size: 20px;
    }

    .label {
        font-size: 53%;
    }

    .alert, p {
        font-size: 14px;
    }

    .pagination {
        margin: 20px 0 0px;
    }
}

@media (max-width: 384px) {
    h3.hdg {
        font-size: 1.3em;
    }
}

@media (max-width: 320px) {

    .grid_4 {
        margin-top: 18px;
    }

    .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
        font-size: 13px;
    }

    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }

    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px !important;
    }

    .list-group {
        margin-bottom: 10px;
    }

    .well {
        padding: 10px;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 0.81em;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 12px !important;
    }

    .codes .row {
        margin: 0;
    }
}


.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #212121;
    font-weight: bold;
}
/*-- //typography --*/
/*-- icons --*/
.icon-w3layouts-subheading {
    margin-top: 0 !important;
}

.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
}

    .bs-glyphicons li .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px;
        color: #282a2b;
    }

.icons a {
    color: #999;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.icon-box:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

    .icon-box:hover a.agile-icon {
        color: #fff !important;
    }

    .icon-box:hover i.fa {
        color: #fff !important;
    }

.row {
    margin: 0;
}

@media (max-width: 1080px) {
    .icon-box {
        width: 33.3%;
        float: left;
    }
}

@media (max-width: 991px) {
    .icon-box {
        width: 50%;
        float: left;
        margin: 1em 0 0em 0;
    }
}

@media (max-width: 480px) {
    .icon-box {
        width: 100%;
        float: none;
        margin: .5em 0 0em 0;
    }

    .bs-glyphicons li {
        width: 31.3% !important;
    }
}

@media (max-width: 414px) {
    .bs-glyphicons li {
        width: 48% !important;
    }
}
/*-- //icons --*/
/*--//inner pages--*/
/*--footer--*/
.contact-w3ls {
    background: #0177b5;
    position: relative;
    padding-top: 0 !important;
    margin-top: 6.3em;
}

    .contact-w3ls:before {
        content: "";
        position: absolute;
        top: -106px;
        border-width: 0 882px 106px 0;
        border-style: solid;
        border-color: transparent transparent #f8b239 #f8b239;
        display: block;
        width: 0;
    }

    .contact-w3ls:after {
        content: "";
        position: absolute;
        top: -120px;
        right: 0;
        border-width: 0px 1904px 120px 0;
        border-style: solid;
        border-color: transparent transparent #0177b5 #0177b5;
        display: block;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        width: 0;
    }

ul.w3_address li {
    display: block;
    color: #ffffff;
    letter-spacing: .5px;
    font-size: 14px;
    margin-bottom: 31px;
    list-style: none;
    width: 25%;
    float: left;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

    ul.w3_address li span {
        margin-top: 10px;
        display: inline-block;
        float: left;
        width: 70%;
        line-height: 28px;
    }

        ul.w3_address li span a {
            text-decoration: none;
            color: #fff;
            font-weight: 500;
        }

            ul.w3_address li span a:hover {
                text-decoration: none;
                color: #f8b239;
            }

    ul.w3_address li i {
        font-size: 1.8em;
        color: #ffffff;
        text-align: center;
        display: inline-block;
        width: 75px;
        height: 75px;
        float: left;
        padding-top: 23px;
        margin-right: 10px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border: 2px solid #fff;
    }

    ul.w3_address li:nth-child(4) span {
        margin-top: 22px;
        padding-left: 5px;
    }

ul.banner-menu-w3layouts {
    float: left;
    margin-top: 6px;
}

    ul.banner-menu-w3layouts li {
        list-style: none;
        display: inline-block;
        padding-right: 33px;
        float: left;
    }

        ul.banner-menu-w3layouts li a {
            color: #000;
            letter-spacing: 1.5px;
            font-size: 14px;
            font-weight: 600;
        }

            ul.banner-menu-w3layouts li a:hover {
                color: #fff;
            }
/*--Social Icons--*/
.copy .agileits_social_list {
    float: left;
}

.agileits_social_list li {
    display: inline-block;
}

    .agileits_social_list li a {
        width: 30px;
        height: 30px;
        color: #ffffff;
        text-align: center;
        display: inline-block;
        font-size: 12px;
        border: 2px solid #ffffff;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
    }

        .agileits_social_list li a i {
            line-height: 2.4em;
        }

        .agileits_social_list li a:hover {
            color: #fff;
        }

a.w3_agile_facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
}

a.agile_twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

a.w3_agile_dribble:hover {
    background: #ea4c89;
    border-color: #ea4c89;
}

a.w3_agile_vimeo:hover {
    background: #1ab7ea;
    border-color: #1ab7ea;
}
/*--//Social Icons--*/
/*--//footer--*/
/*--copy-right--*/
.copy {
    text-align: center;
    padding: 2.5em 0em 0;
    margin-top: 1em;
    border-top: 2px solid rgba(2, 87, 132, 0.68);
}

    .copy p {
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        display: inline-block;
        float: right;
        font-weight: 500;
        margin-top: 8px;
    }

        .copy p a {
            color: #000;
            text-decoration: none;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

            .copy p a:hover {
                color: #fff;
                text-decoration: none;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }
/*--//copy-right--*/
/*--//footer--*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arr.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*---header----*/
/*------tablet----*/
@media(max-width:768px) {
    .mline {
        background-color: #bdc7d6;
    }

    .buft {
        color: #FFF;
        font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
        font-size: 19px;
        margin-left: -25px;
    }

    .buft_s {
        font-family: Garamond,serif;
        font-size: 13px;
        margin-left: 243px;
    }

    .img-responsive {
        vertical-align: top;
        /*background-image: linear-gradient(to top, #D2DADB,white);*/
        display: inline-block;
        height: 82px;
        margin-left: 263px;
    }

    #line {
        margin-left: 207px;
        line-height: 11px;
    }

    #ctl00_lblAvatarName {
        color: white;
    }

    #ctl00_lbtnUserName {
        font-size: 10px;
        /*margin-left: 50px;*/
    }

    #ctl00_lblSeparate {
        color: white;
        font-size: 10px;
    }

    #ctl00_lblLogout {
        color: white;
        font-size: 10px;
    }

    .semesterStatusLabel {
        color: white;
        padding-left: -2px;
        font-size: 10px;
        margin-left: 53px;
    }

    .semesterStatus {
        color: white;
        font-size: 10px;
        margin-left: 53px;
    }

    .semesterStatusLabel1 {
        color: white;
        font-size: 10px;
        margin-left: 53px;
    }

    .semesterStatus1 {
        color: white;
        font-size: 10px;
        margin-left: 53px;
    }
}
/*------------------*/
@media(min-width:992px) {
    li a {
        font-size: 12px !important;
    }

    .buft {
        color: #FFF;
        font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
        font-size: 30px;
        margin-left: -52px;
        margin-top: 19px;
    }

    .buft_s {
        font-family: Segoe Script, Times New Roman,Times,serif;
        font-size: 18px;
        /*margin-top:10pt;*/
        font-style: italic;
        font-weight: 300;
        margin-left: 44pt;
    }

    .img-responsive {
        vertical-align: top;
        /*background-image: linear-gradient(to top, #D2DADB,white);*/
        display: inline-block;
        height: 151px;
        width: auto;
        margin-left: -10px;
    }

    #lbtnUserName {
        color: #FFF;
        font-size: 13px;
    }

    #lblSeparate {
        color: #FFF;
    }

    .semesterStatusLabel {
        color: white;
        padding-left: -2px;
        font-size: 13px;
        margin-left: 53px;
    }

    .semesterStatus {
        color: white;
        font-size: 13px;
        margin-left: 53px;
    }

    .semesterStatusLabel1 {
        color: white;
        font-size: 13px;
        margin-left: 53px;
    }

    .semesterStatus1 {
        color: white;
        font-size: 13px;
        margin-left: 53px;
    }


    #ctl00_lbtnUserName {
        font-size: 13px;
        /*margin-left: 53px;*/
    }

    #ctl00_lblSeparate {
        color: white;
        font-size: 13px;
    }

    #ctl00_lblLogout {
        color: white;
        font-size: 13px;
    }
}

@media(min-width:768px) and (max-width:992px) {

    .navbar-collapse.in {
        overflow: inherit;
    }

    li a {
        font-size: 7px !important;
    }

    .buft {
        color: #FFF;
        font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
        font-size: 27px;
        margin-left: 100px;
        width: 100%;
    }

    .buft_s {
        font-family: Garamond,serif;
        font-size: 13px;
        color: white;
        margin-left: 243px;
    }

    .img-responsive {
        vertical-align: top;
        /*background-image: linear-gradient(to top, #D2DADB,white);*/
        display: inline-block;
        height: 82px;
        margin-left: 263px;
    }

    #line {
        margin-left: 207px;
        line-height: 11px;
    }

    #ctl00_lblAvatarName {
        color: white;
        text-align: center;
    }

    #ctl00_lbtnUserName {
        font-size: 10px;
        margin-left: 50px;
    }

    #ctl00_lblSeparate {
        color: white;
        font-size: 10px;
    }

    #ctl00_lblLogout {
        color: white;
        font-size: 10px;
    }

    .semesterStatusLabel {
        color: white;
        padding-left: -2px;
        font-size: 10px;
        margin-left: 53px;
    }

    .semesterStatus {
        color: white;
        font-size: 10px;
        margin-left: 53px;
    }

    .semesterStatusLabel1 {
        color: white;
        font-size: 10px;
        margin-left: 53px;
    }

    .semesterStatus1 {
        color: white;
        font-size: 10px;
        margin-left: 53px;
    }
}





/*---laptop---*/
@media(max-width:1024px) {
    .lblname {
        margin-left: 38pt;
    }

    .grid {
        overflow: scroll;
    }

    .buft {
        color: #FFF;
        font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
        font-size: 24px;
    }

    .buft_s {
        font-family: Garamond,serif;
        font-size: 13px;
        color: white;
    }

    .img-responsive {
        vertical-align: top;
        /* background-image: linear-gradient(to top, #D2DADB,white);*/
        display: inline-block;
        /*height: 113px;*/
        margin-left: -35px;
    }

    #line {
        margin-left: -2px;
        line-height: 11px;
    }

    #ctl00_lblAvatarName {
        color: white;
    }

    #ctl00_lbtnUserName {
        font-size: 10px;
        /*margin-left: 50px;*/
    }

    #ctl00_lblSeparate {
        color: white;
        font-size: 10px;
    }

    #ctl00_lblLogout {
        color: white;
        font-size: 10px;
    }

    .semesterStatusLabel {
        color: white;
        padding-left: -2px;
        font-size: 10px;
        margin-left: 53px;
    }

    .semesterStatus {
        color: white;
        font-size: 10px;
        margin-left: 53px;
    }

    .semesterStatusLabel1 {
        color: white;
        font-size: 10px;
        margin-left: 53px;
    }

    .semesterStatus1 {
        color: white;
        font-size: 10px;
        margin-left: 53px;
        display: none;
    }
}
/*--responsive--*/

/*tanjin Dynamic Menu Left right responsive*/
.level1 > *:last-child .level3 {
    top: 0px !important;
    left: 100% !important;
    width: 100% !important;
}

.level1 > *:nth-last-child(2) .level3 {
    top: 0px !important;
    left: 100% !important;
    width: 100% !important;
}

.level1 > *:nth-last-child(3) .level3 {
    top: 0px !important;
    left: 100% !important;
    width: 100% !important;
}

.level1 > *:last-child .level3 {
    top: 0px !important;
    left: 100% !important;
    width: 100% !important;
}

.level1 > *:nth-last-child(2) .level4 {
    top: 0px !important;
    left: 100% !important;
    width: 100% !important;
}

.level1 > *:nth-last-child(3) .level4 {
    top: 0px !important;
    left: 100% !important;
    width: 100% !important;
}

.level1 > *:nth-last-child(4) .level4 {
    top: 0px !important;
    left: 100% !important;
    width: 100% !important;
}
/*Sakim Dynamic Menu Left right*/
@media screen and (min-width: 480px) {
    .level1 > *:last-child .level3 {
        top: 0px !important;
        left: -100% !important;
        width: 100% !important;
    }

    .level1 > *:nth-last-child(2) .level3 {
        top: 0px !important;
        left: -100% !important;
        width: 100% !important;
    }

    .level1 > *:nth-last-child(3) .level3 {
        top: 0px !important;
        left: -100% !important;
        width: 100% !important;
    }

    .level1 > *:nth-last-child(4) .level3 {
        top: 0px !important;
        left: -100% !important;
        width: 100% !important;
    }

    .level1 > *:last-child .level4 {
        top: 0px !important;
        left: -100% !important;
        width: 100% !important;
    }

    .level1 > *:nth-last-child(2) .level4 {
        top: 0px !important;
        left: -100% !important;
        width: 100% !important;
    }

    .level1 > *:nth-last-child(3) .level4 {
        top: 0px !important;
        left: -100% !important;
        width: 100% !important;
    }

    .level1 > *:nth-last-child(4) .level4 {
        top: 0px !important;
        left: -100% !important;
        width: 100% !important;
    }
}
/*End Sakim*/
