﻿
:root {
    --primaryBlue: #4c3ec9;
    --primaryBlueLight: #F0EDFC;
    --secondaryBlue: #0093FF;
    --primaryGreen: #0EAE6B;
    --primaryGreenLight: #E7F7F1;
    --primaryOrange: #e78c05;
    --primaryOrangeLight: #FFF9E8;
    --primaryRed: #DE2C2C;
    --primaryRedLight: #FCEAEA;
    --primaryGray: #464646;
    --primaryGrayLight: #eeeeee;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");
/*latest Navbar Css 2015/November/25 by:: Anuj*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");
.customfilterflex .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.new .navbar {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    transform: translateZ(0);
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color .3s, transform .3s;
    /*box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);*/
    background: linear-gradient(to right, #5a4bda, #493bc6);
    border-bottom: 0;
}

.pl0 {
    padding-left: 0 !important;
}

header.new .dropdown-menu {
    margin: 0px;
    width: auto;
    background: #fff;
    left: 0px;
    padding: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    box-shadow: none;
    border-radius: 0;
}

/*header.new .navbar-default .navbar-nav > li > a {
    color: #fff;
    display: inline-block;
    background: #4e91fb;
    padding: 3px 8px;
    position: relative;
    height: 49px;
    float: left;
    margin-right: 2px;
    border-right: 1px solid #7fa4fd;
}*/
header.new .navbar-default .navbar-nav > li:first-child > a {
    color: #fff;
    display: inline-block;
    background: #4e91fb;
    padding: 3px 8px;
    position: relative;
    height: 40px;
    float: left;
    /* margin-right: 2px; */
    border-right: 1px solid #7fa4fd;
}

header.new .navbar-default .navbar-nav > li:nth-child(2) > a {
    color: #fff;
    display: inline-block;
    background: #4e91fb;
    padding: 3px 8px;
    position: relative;
    height: 49px;
    float: left;
    /* margin-right: 2px; */
    border-right: 1px solid #7fa4fd;
}

header.new .navbar-default .navbar-nav > li:first-child > a {
    border-left: 1px solid #7fa4fd;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, header.new .navbar-default .navbar-nav > li > a:hover, header.new .navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
    background: #1c80d8;
}

header.new .notificationnumber {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 0px 6px;
    background: #FFEB3B;
    color: #1e88e5;
    border-radius: 100%;
    text-align: center;
    line-height: 21px;
    font-weight: 700;
}

header.new .iconlink {
    display: block;
    height: 25px;
    width: 25px;
    margin: 3px auto;
    background-image: url(../images/principal-dashboard/message.png);
    background-size: 30px;
    background-repeat: no-repeat;
    opacity: 1;
}

    header.new .iconlink.academics {
        background-image: url(../images/principal-dashboard/academics.png);
        background-size: 25px;
        background-position: 0px 1px;
    }

    header.new .iconlink.profile {
        background-image: url(../images/principal-dashboard/profile.png);
        background-size: 25px;
    }

    header.new .iconlink.onlinefee {
        background-image: url(../images/principal-dashboard/navonlinefee.png);
        background-size: 25px;
    }

    header.new .iconlink.leave {
        background-image: url(../images/principal-dashboard/leave.png);
        background-size: 25px;
    }

    header.new .iconlink.birthday {
        background-image: url(../images/principal-dashboard/bdayimg.png);
        background-size: 25px;
    }

    header.new .iconlink.action {
        background-image: url(../images/principal-dashboard/actionimg.png);
        background-size: 25px;
    }

    header.new .iconlink.training {
        background-image: url(../images/principal-dashboard/training.png);
        background-size: 25px;
    }

    header.new .iconlink.support {
        background-image: url(../images/principal-dashboard/support.png);
        background-size: 25px;
    }

    header.new .iconlink.library {
        background-image: url(../images/principal-dashboard/library.png);
        background-size: 25px;
    }

header.new .linktext {
    color: #fff;
    opacity: 1;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

header.new .navbar-brand {
    position: relative;
    /*max-width: 317px;*/
    height: 51px;
    background-size: cover;
    padding-top: 0;
    /*width: 800px;*/
}

header.new .navbar-brand {
    text-decoration: none !important;
    z-index: 9999;
    box-shadow: none;
}

    header.new .navbar-brand img {
        height: 80px;
        float: left;
        width: 80px;
        margin-left: 5px;
        margin-top: 0px;
    }

    /*header.new .navbar-brand p {
        padding-top: 15px;
        padding-left: 4px !important;
        font-size: 19px;
        color: #fff;
        font-weight: 500;
        line-height: 25px;
        font-family: 'roboto', sans-serif;
        text-transform: none !important;
        max-height: 71px;
        max-width: 213px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: calc(100% - 94px);
    }*/
    header.new .navbar-brand p {
        padding-top: 18px;
        padding-right: 65px !important;
        font-size: 19px;
        color: #fff;
        font-family: "Nunito", sans-serif;
        text-transform: none !important;
        max-height: 67px;
        white-space: nowrap;
    }


/*right section*/
/*header.new .studentprofileandacyear {
    background: #1e88e5;
    background: #6186f6;
    height: 50px;
    width: 445px;
    float: right;
    border-left: 1px solid rgb(30, 136, 229);
}*/
header.new .studentprofileandacyear {
    height: 50px;
    width: 309px;
    float: right;
}

    header.new .studentprofileandacyear .profilepicpr {
        height: 50px;
        text-align: left;
        width: 40px;
        display: inline-block;
    }

        header.new .studentprofileandacyear .profilepicpr img {
            height: 40px;
            background: #fff;
            padding: 2px;
            text-align: center;
            box-sizing: border-box;
            border-radius: 56px;
            width: 40px;
            display: inline-block;
        }

header.new .acyearandsname {
    width: 275px;
    float: right;
    display: inline-block;
    height: 50px;
    padding-top: 6px;
}

    header.new .acyearandsname .btn-group {
        width: 119px;
        margin-right: 0;
        float: left;
    }

        header.new .acyearandsname .btn-group button:first-child {
            width: 100%;
        }

        header.new .acyearandsname .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            background: #1a7cd4;
            color: #fff;
            border-color: #1a7cd4;
        }

        /*header.new .acyearandsname .btn-group .btn.btn-default.triggerddl, .acyearandsname .btn-group .btn.btn-default.triggerddl {
            background: #1a7cd4;
            color: #fff;
            outline: none;
            box-shadow: none;
            border-color: #1a7cd4;
        }*/
        header.new .acyearandsname .btn-group .btn.btn-default.triggerddl, .acyearandsname .btn-group .btn.btn-default.triggerddl {
            background: transparent;
            color: #fff;
            outline: none;
            box-shadow: none !important;
            border-color: transparent;
        }

        header.new .acyearandsname .btn-group .btn.btn-default {
            height: 26px;
            padding: 1px 8px;
            border-radius: 0;
            font-size: 15px;
            line-height: 14px;
            margin: 0;
            margin-bottom: 3px;
            float: left;
            width: 136px;
        }

            header.new .acyearandsname .btn-group .btn.btn-default:nth-child(2) {
                width: 30px;
            }



        header.new .acyearandsname .btn-group.open .dropdown-menu {
            transform: scale(1);
            transform-origin: right 0px;
        }

    header.new .acyearandsname .dropdown-menu li:nth-child(1), .acyearandsname .dropdown-menu li {
        background: transparent !important;
        height: auto !important;
        float: none !important;
        width: 100% !important;
        display: block !important;
        box-shadow: none !important;
    }

    header.new .acyearandsname .dropdown-menu li a {
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
        font-size: 15px;
        position: relative;
        color: #6b6b6b;
        max-height: 43px;
        font-weight: 400;
        max-width: 166px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-height: 20px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
    }

header.new .navbarsection ul li:nth-child(1) a {
    text-decoration: none !important;
}

header.new .settingiconpr {
    height: 55px;
    display: inline-block;
    width: 50px;
    background: transparent;
}

header.new .acyearandsname .settingiconpr .btn-group {
    width: 50px;
    margin-right: 0;
    float: left;
    height: 50px;
}

header.new .acyearandsname .btn.btn-default.settingbtnpr {
    height: 50px;
    width: 50px;
    font-size: 32px;
    line-height: 14px;
    background: transparent;
    border: 0;
    color: #fff;
    box-shadow: none !important;
}

    header.new .acyearandsname .btn.btn-default.settingbtnpr i {
        color: #fff !important;
    }

header.new .acyearandsname .btn-group .dropdown-menu {
    background: #fafafa;
    float: right;
    right: auto;
    right: 15px;
    width: 215px;
    margin-top: 21px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(120, 130, 140, 0.13);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    transform-origin: right 0px;
}

.dropdown-menu.academicYear li {
    border-bottom: transparent;
}

header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li .dw-user-box {
    padding: 10px 15px;
}

    header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li .dw-user-box .u-img {
        width: 60px;
        display: inline-block;
        vertical-align: top;
    }

header.new .valutebtn {
    min-width: 140px;
    max-height: 30px;
    width: 140px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 20px !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative !important;
}

.dw-user-box.logoutSetting {
    padding: 10px 15px;
}

    .dw-user-box.logoutSetting .u-img {
        width: 60px;
        display: inline-block;
        vertical-align: top;
    }

        .dw-user-box.logoutSetting .u-img img {
            width: 100%;
            border-radius: 5px;
        }

    .dw-user-box.logoutSetting .u-text {
        display: inline-block;
        padding-left: 10px;
    }

        .dw-user-box.logoutSetting .u-text h4 {
            margin: 0px;
            line-height: 22px;
            font-size: 18px;
            color: #455a64;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
        }

        .dw-user-box.logoutSetting .u-text p {
            margin-bottom: 2px;
            font-size: 14px;
            color: #99abb4 !important;
            max-height: 36px;
            max-width: 140px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-height: 18px;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .dw-user-box.logoutSetting .u-text .btn {
            color: #fff !important;
            padding: 4px 10px;
            display: inline-block;
            background: #fc4b6c;
            border: 1px solid #fc4b6c;
            box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
            transition: 0.2s ease-in;
            font-size: 14px;
            border-radius: 60px;
        }

header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li .dw-user-box .u-img img {
    width: 100%;
    border-radius: 5px;
}

.acyearandsname .settingiconpr .btn-group .dropdown-menu li .dw-user-box .u-text {
    display: inline-block;
    padding-left: 10px;
}

header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li .dw-user-box .u-text h4 {
    margin: 0px;
    line-height: 22px;
    font-size: 18px;
    color: #455a64;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li .dw-user-box .u-text p {
    margin-bottom: 2px;
    font-size: 14px;
    color: #99abb4 !important;
    max-height: 36px;
    max-width: 140px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 18px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li .dw-user-box .u-text .btn {
    color: #fff !important;
    padding: 4px 10px;
    display: inline-block;
    background: #fc4b6c;
    border: 1px solid #fc4b6c;
    box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
    transition: 0.2s ease-in;
    font-size: 14px;
    border-radius: 60px;
}

header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li.divider {
    height: 1px !important;
    margin: 9px 0 !important;
    overflow: hidden;
    background-color: rgba(120, 130, 140, 0.13) !important;
}

header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li a {
    padding: 6px 15px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #5b5c5c !important;
    padding-left: 38px;
}

header.new .acyearandsname .settingiconpr .btn-group.open .dropdown-menu {
    transform: scale(1);
    transform-origin: right 0px;
}

header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li:nth-child(1):before {
    right: 13px;
}

header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li:nth-child(1),
header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li {
    width: 100% !important;
    box-shadow: none !important;
}

    header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li a {
        border-bottom: none;
        ;
        color: #0c0c0c;
        max-width: 268px;
    }

        header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li a i {
            color: #039be5;
            font-size: 20px;
            position: absolute;
            left: 8px;
        }

        header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li a:hover,
        header.new .acyearandsname .settingiconpr .btn-group .dropdown-menu li a:focus {
            background: #ddd;
        }


header.new {
}



/*animation*/



/*Inboxgmail Css*/
.topDashboard {
    background: rgba(133, 207, 236, 0.29);
    margin-top: 6px;
    padding: 4px;
    border-radius: 4px 40px 4px 40px;
    /* box-shadow: 0px 0px 3px #CAC8C8; */
    padding-left: 28px;
    border: 2px solid #F7F7F7;
    background: linear-gradient(to right, rgb(89, 90, 90) 12%, #c6e4f9 103%);
}

    .topDashboard p {
        margin-bottom: 0;
        font-size: 17px;
        font-family: helvetica;
        color: #FFFFFF;
        text-shadow: 0px 0px 1px #ABA8A8;
    }

.customsptnav .nav-tabs > li {
    float: none;
    margin-bottom: 0px;
}

.nav-tabs.bigone > li > a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
    border-left: 3px solid transparent;
    font-family: gmedium;
    font-weight: normal !important;
    font-size: 18px;
}

.nav-tabs.bigone > li.active > a, .nav-tabs.bigone > li.active > a:focus, .nav-tabs.bigone > li.active > a:hover {
    border: 0;
}

.EligibilityFormInner {
    min-height: 400px;
    background: #fff;
    border-radius: 0px 0 0 0;
    padding-left: 12px;
    padding-right: 10px;
    background: #fff;
    display: table;
    width: 100%;
    padding-bottom: 15px;
}


.nav-tabs.bigone > li > a {
    color: #333;
    cursor: default;
    background-color: #ddd !important;
    border: 0;
    font-family: helvetica;
    font-size: 17px;
    border-left: 0;
    margin-bottom: 2px;
    position: relative;
    vertical-align: middle;
    line-height: 35px;
    display: inline-block;
    width: 95%;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    cursor: pointer;
}

    .nav-tabs.bigone > li > a:focus, .nav-tabs.bigone > li:hover > a {
        background: #b5b9bb !important;
    }

div#divtablist {
    padding-top: 20px;
    background: #fff;
}

.pr-sm-0 {
    padding-right: 0;
}

.pl-sm-0 {
    padding-left: 0;
}

@media(max-width:768px) {
    .pr-sm-0 {
        padding-right: 15px;
    }

    .pl-sm-0 {
        padding-left: 15px;
    }
}

/*.active .ok {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    position: relative;
    margin-top: 1px;
    margin-right: 10px;
    font-size: 29px;
    color: #1d1b17;
}*/

.ok {
    color: #1d1b17;
    font-size: 35px;
}

#inbox .filter {
    display: none;
}


.nav-tabs.bigone > li.active > a, .nav-tabs.bigone > li.active > a:focus {
    color: #555;
    cursor: pointer;
    border-left: 0;
    padding-right: 1px;
    background: #fff !important;
    font-weight: normal;
    cursor: default !important;
    margin-bottom: 2px;
    border-radius: 10px;
}

.pdh {
    padding: 0 25px;
}

@media(max-width:768px) {
    .pdh {
        padding: 0 0px;
    }

    .nav-tabs > li {
        float: left;
        margin-bottom: 0px;
        width: 25%;
    }

    .nav-tabs.bigone > li.active > a, .nav-tabs.bigone > li.active > a:focus, .nav-tabs.bigone > li.active > a:hover, .nav-tabs.bigone > li > a:hover {
        border-left: 3px solid #fff !important;
        border-color: #ff8831;
        border-bottom: 3px solid #ff8831;
    }

    .nav-tabs.bigone > li > a:hover {
        border-bottom: 3px solid #ff8831 !important;
    }
}

.subheadingt {
    margin: 0;
    color: #333;
    font-size: 19px;
    font-weight: 300;
    font-family: helvetica;
    text-indent: 14px;
    padding: 6px 0;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 4px 4px 0 0;
}

    .subheadingt.two {
    }

.listinginnder .table.admin thead.list-header > tr {
    background: #80b6c0;
    color: #fff;
}

.listinginnder.admin .form-control {
    height: 27px;
    padding: 4px 7px;
    border: 1px solid #D0CECE;
    box-shadow: 0 0 0 #CAC8C8, 0 3px 3px #F3F2F2 inset;
}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

    .badge.notification {
        position: absolute;
        top: 3px;
        right: 26px;
        font-size: 11px;
        text-align: left;
        padding: 5px 3px;
        border-radius: 10px;
        background-color: #E06750 !important;
        /*    border-color: #F1BBB1;*/
    }

    .badge.two {
        position: absolute;
        margin-top: -1px;
        right: 6px;
        font-size: 11px;
        text-align: left;
        padding: 5px 3px;
        border-radius: 10px;
    }

    .badge.warning {
        color: #fff;
        background-color: rgba(255, 165, 0, 0.83) !important;
        ;
        border-color: #F7DCAB;
    }

    .badge.success {
        color: #fff;
        background-color: #8EC346 !important;
        border-color: #C5EC8F;
    }

    .badge.danger {
        color: #fff;
        background-color: #E06750 !important;
        border-color: #F1BBB1;
    }


/*listing TAb*/
.listingTab {
}

    .listingTab .nav-tabs > li > a {
        color: #555;
        cursor: default;
        background-color: #f5f5f5 !important;
        border: 0;
        border-left: none !important;
        padding: 1px 17px;
        margin-bottom: -1px;
        position: relative;
        vertical-align: middle;
        max-height: 29px;
        line-height: 27px;
        display: inline-block;
        height: 29px;
        width: auto;
        float: left;
        border: 0;
        margin-right: 1px;
        font-weight: 300 !important;
        font-family: helvetica;
        font-size: 17px;
    }

        .listingTab .nav-tabs > li.active > a, .listingTab .nav-tabs > li.active > a:focus, .listingTab .nav-tabs > li.active > a:hover, .listingTab .nav-tabs > li > a:hover {
            color: #555;
            cursor: pointer;
            border-left: none !important;
            padding-right: 1px;
            background: #fff !important;
            font-weight: normal;
            cursor: default !important;
            border-color: #ff8831;
        }

            .listingTab .nav-tabs > li.active > a, .listingTab .nav-tabs > li.active > a:focus, .listingTab .nav-tabs > li.active > a:hover, .listingTab .nav-tabs > li > a:hover {
                color: #fff;
                cursor: pointer;
                border-left: none;
                padding-right: 17px;
                background: rgba(49, 149, 217, 0.61) !important;
                font-weight: normal;
                cursor: default !important;
                border-color: #ff8831;
                padding: 1px 17px;
            }

.tableInbox {
}

    .tableInbox thead > tr > th {
    }

    .tableInbox tbody > tr > td {
        padding: 9px 5px;
        line-height: 17px;
        vertical-align: top;
        border-top: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background: #fafafa;
        font-size: 14px;
    }

    .tableInbox tbody > tr.read > td {
    }

    .tableInbox tbody > tr.read > td {
        background: #fff;
        color: #232222;
    }

        .tableInbox tbody > tr.read > td .subject {
            font-weight: 300;
            color: #666;
        }

.checkalllbl {
    font-weight: 600;
    position: absolute;
    left: -19px;
    color: #5bc0de;
}

.tableInbox tbody > tr > td .subject {
    font-weight: 400;
    margin-right: 5px;
    max-width: 307px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    float: left;
    font-family: opensans;
    font-size: 13px;
}

span.checkboxx {
    display: block;
    float: left;
    height: 21px;
    width: 22px;
    position: absolute;
    margin-top: -5px;
    left: 38px;
    
}
.demo-video .nav-tabs > li {
    margin-right: 10px;
    margin-left: 0px;
}
.tableInbox tbody > tr > td .title {
    font-weight: 600;
    font-family: helvetica;
    font-size: 13px;
    margin-right: 5px;
    max-width: 213px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    float: left;
    color: #222;
    font-family: opensans;
    font-size: 14px;
    /*font-weight: 600;
    font-family: helvetica;
    font-size: 13px;
    margin-right: 5px;
    max-width: 232px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    float: left;
    color: #222;
    font-family: opensans;
    font-size: 14px;*/
}

.tableInbox tbody > tr > td .message {
    max-width: 263px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    float: left;
    font-family: opensans;
    font-size: 13px;
}

.tableInbox tbody > tr.read > td .title {
    font-weight: 300;
    color: #353535;
}

/*checkbox*/
.detailsStudentwrapper input[type=checkbox] {
    visibility: hidden;
}

.filter {
    margin: 0;
    background: #ddd;
    margin-top: 0px;
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
}

a.nextPrev {
    color: #fff;
    height: 20px;
    width: 20px;
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 17px;
    text-align: center;
    line-height: 21px;
    border-radius: 3px;
    background-color: #47a447;
    border-color: #398439;
}

    a.nextPrev:hover, a.nextPrev:focus {
        background-color: #57BF57;
        text-decoration: none;
    }

    a.nextPrev.remove {
        color: #fff;
        background-color: #d2322d;
        border-color: #D2322D;
        border-radius: 1px;
        line-height: 20px;
        font-size: 16px;
    }

    a.nextPrev.left {
        border-radius: 3px 0 0 3px;
        border-right: 0;
    }

    a.nextPrev.right {
        border-radius: 0 3px 3px 0;
    }

.detailsStudentwrapper label.checkboxxx {
    cursor: pointer;
    text-indent: 2px;
    overflow: visible;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: 17px;
    color: #3F3F57;
    font-weight: 400;
}

    .detailsStudentwrapper label.checkboxxx:before {
        background: #fff;
        content: '';
        position: absolute;
        top: 4px;
        left: -26px;
        width: 20px;
        height: 20px;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #000,0 3px 3px #EEE inset;
        box-shadow: 0 0 0 #000,0 3px 3px #EEE inset;
        border: 1px solid #A0A0A0;
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .detailsStudentwrapper label.checkboxxx:after {
        opacity: 0;
        content: '';
        position: absolute;
        width: 12px;
        height: 6px;
        background: transparent;
        top: 9.5px;
        left: -22.5px;
        border: 3px solid #575a5d;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.detailsStudentwrapper input[type=checkbox]:checked + label:after {
    opacity: 1;
}



/*/////////////////message open//////////////////*/
.messageOpen {
    background: #fff;
    min-height: 300px;
}

    .messageOpen .messageFrom {
        background: #fff;
        margin-top: 17px;
        height: 44px;
        padding: 2px;
        border: 1px solid rgba(255, 136, 49, 0.21);
        border-bottom: 0;
        -webkit-box-shadow: 0 0 0 #000,0 3px 3px #EEE inset;
        box-shadow: 0 0 0 #000,0 1px 3px #EEE inset;
        border: 1px solid rgba(160, 160, 160, 0.67);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

        .messageOpen .messageFrom.audeance {
            border: none;
        }

            .messageOpen .messageFrom.audeance .fromname {
                width: 100%;
                margin: 0;
            }

                .messageOpen .messageFrom.audeance .fromname a {
                    position: absolute;
                    font-size: 23px;
                    top: 22px;
                    right: 24px;
                    color: #4994fd;
                }
.searchborder {
    border: 1px solid #33b5e5!important;
    color: #33b5e5;
}
            .messageOpen .messageFrom.audeance .selects {
                border-color: #eee;
                box-shadow: none;
                width: 100%;
                height: 38px;
                font-weight: 300;
                font-size: 17px;
                font-family: helvetica;
                -webkit-box-shadow: 0 0 0 #000,0 3px 3px #EEE inset;
                box-shadow: 0 0 0 #000,0 3px 3px #EEE inset;
                border: 1px solid #A0A0A0;
                -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
                border-radius: 4px;
            }

        .messageOpen .messageFrom .image {
            height: 30px;
            width: 30px;
            display: inline-block;
            float: left;
            background: #FFFEFE;
            /*    border: 1px solid #ddd;*/
            margin-top: 3px;
            margin-left: 3px;
        }

        .messageOpen .messageFrom .fromname {
            height: 40px;
            display: inline-block;
            float: left;
            line-height: 33px;
            margin-left: 5px;
            font-weight: 600;
            font-family: helvetica;
            font-size: 13px;
        }

            .messageOpen .messageFrom .fromname span {
                font-weight: 300;
            }

        .messageOpen .messageFrom .controls {
            height: 40px;
            line-height: 39px;
            position: relative;
        }

            .messageOpen .messageFrom .controls .datee {
                height: 40px;
                display: inline-block;
                float: left;
            }

            .messageOpen .messageFrom .controls .actions {
                width: 46px;
                height: 40px;
                display: inline-block;
                float: left;
                margin-left: 10px;
            }

                .messageOpen .messageFrom .controls .actions i {
                    color: #F34018;
                    font-size: 25px;
                    border: 1px solid #ddd;
                    padding: 2px 5px;
                    margin-top: 4px;
                    float: right;
                    margin-right: 9px;
                    background: #fff;
                }

    .messageOpen .msgbody {
        border: 1px solid rgb(191, 191, 191);
        min-height: 200px;
        padding: 15px;
        background: #fff
    }

        .messageOpen .msgbody.compose {
            padding: 0px;
            min-height: 80px;
            border-top: 0;
        }

            .messageOpen .msgbody.compose .form-control {
                outline: none;
                border: 0;
                height: 80px;
                box-shadow: none;
                background: #fafafa;
                height: 300px;
                padding-right: 104px;
                height: 80px;
                font-size: 17px;
            }

            .messageOpen .msgbody.compose a {
                height: 82px;
                width: 103px;
                background: #3195d9;
                color: #fff;
                position: absolute;
                display: block;
                border-radius: 0;
                bottom: 0;
                right: 15px;
                /* border: 1px solid #FFE6D4; */
                box-sizing: border-box;
                text-align: center;
                line-height: 79px;
                font-size: 44px;
            }

                .messageOpen .msgbody.compose a:hover {
                    background: #3195d9;
                }

    .messageOpen .msgbox {
        padding: 15px 0;
        height: 60px;
        display: table;
        width: 100%;
        position: relative;
    }

        .messageOpen .msgbox a {
            height: 42px;
            width: 43px;
            background: #FFA500;
            color: #fff;
            display: block;
            position: absolute;
            top: 15px;
            right: 0;
            border-left: 1px solid #ddd;
            box-sizing: border-box;
            text-align: center;
            line-height: 41px;
            font-size: 20px;
        }

        .messageOpen .msgbox .form-control {
            border-radius: 0;
            box-shadow: none;
            border-color: #FFE6D4;
            height: 42px;
            padding-right: 43px;
            background: rgba(255, 165, 0, 0.06);
        }

    /*radio button custom*/
    .messageOpen .messageFrom.audeance .fromname.audi .accounttype input[type=radio] {
        visibility: hidden;
    }


    .messageOpen .messageFrom.audeance .fromname.audi .accounttype label.radio {
        cursor: pointer;
        text-indent: 21px;
        overflow: visible;
        display: inline-block;
        position: relative;
        margin-bottom: 0;
        font-size: 14px;
        color: #575a5d;
        text-transform: uppercase;
        font-weight: 400;
        position: relative;
        height: 32px;
        line-height: 21px;
    }

        .messageOpen .messageFrom.audeance .fromname.audi .accounttype label.radio:before {
            background: #575a5d;
            content: '';
            position: absolute;
            top: -3px;
            left: 0;
            width: 30px;
            height: 30px;
            border-radius: 100%;
        }

        .messageOpen .messageFrom.audeance .fromname.audi .accounttype label.radio:after {
            opacity: 0;
            content: '';
            position: absolute;
            width: 16px;
            height: 8px;
            background: transparent;
            top: 6.5px;
            left: 7.5px;
            border: 3px solid #fff;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .messageOpen .messageFrom.audeance .fromname.audi .accounttype input[type=radio]:checked + label:after {
        opacity: 1;
    }

    .messageOpen .messageFrom.audeance .fromname.audi {
        height: 44px;
    }

.detailsStudentwrapper {
    border: 1px solid #fff;
    min-height: 200px;
}

    .detailsStudentwrapper .list-inline {
        margin: 0;
        max-height: 300px;
        overflow: auto;
    }

        .detailsStudentwrapper .list-inline::-webkit-scrollbar {
            width: 6px !important;
        }


        /* Track */
        .detailsStudentwrapper .list-inline::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0) !important;
            -webkit-border-radius: 10px !important;
            border-radius: 10px !important;
            height: 100px !important;
        }

        /* Handle */
        .detailsStudentwrapper .list-inline::-webkit-scrollbar-thumb {
            -webkit-border-radius: 0px !important;
            border-radius: 10px;
            background: #666 !important;
            width: 8px;
            /* -webkit-box-shadow: none!important; */
            /* border-left: 1px solid rgba(103, 103, 103, 0.41); */
            /* border-right: 1px solid rgba(103, 103, 103, 0.41); */
        }

            .detailsStudentwrapper .list-inline::-webkit-scrollbar-thumb:window-inactive {
                background: rgba(26,26,27,0.3) !important;
            }

        .detailsStudentwrapper .list-inline li {
            height: 30px;
            background: #fff;
            display: block;
            width: 49%;
            float: left;
            margin-bottom: 4px;
            margin-right: 5px;
            line-height: 28px;
            color: #5A5858;
            font-size: 15px;
            text-indent: 26px;
            position: relative;
            border: 1px solid #eee;
        }

            .detailsStudentwrapper .list-inline li.selected {
                background: #eee;
                border-color: #d0bebe;
            }

            .detailsStudentwrapper .list-inline li.hide {
                display: none;
            }

.selectsd {
    border: 0 !important;
    box-shadow: none !important;
    font-family: opensans;
    font-size: 16px;
}

.detailsStudentwrapper .list-inline li span.checkboxx {
    left: -22px;
    top: 4px;
}


.messageOpen .messageFrom.audeance .fromname.audi .accounttype {
    margin-left: 0;
    margin-bottom: 0;
    display: table;
    position: relative;
}

/*inboxdfirlter tab*/
.inboxfiltertab .nav > li > a {
    color: #555;
    cursor: default;
    background-color: #fff !important;
    border: 0;
    font-family: opensans;
    font-size: 20px;
    border-left: none;
    padding: 0px 15px !important;
    margin-bottom: 0px;
    position: relative;
    vertical-align: middle;
    max-height: 58px;
    line-height: 28px;
    display: inline-block;
    height: 43px;
    border-radius: 5px 5px 0 0;
    width: auto;
    border: 1px solid #ddd;
    float: left;
    margin-left: 5px;
    margin-top: 7px;
    font-weight: 400 !important;
    padding: 5px 22px !important;
    border-bottom: 0;
}

    .inboxfiltertab .nav > li.active > a, .inboxfiltertab .nav > li > a:hover {
        color: #fff !important;
        cursor: pointer;
        border-left: 0 !important;
        padding-right: 1px;
        background: #168add !important;
        font-weight: normal;
        cursor: default !important;
        border: 1px solid #168add !important;
        text-align: center;
    }

    .inboxfiltertab .nav > li > a.notificationinbox, .inboxfiltertab .nav > li > a.notificationinbox:hover {
        margin-left: -12px;
        margin-top: 0px;
        background: #F14242 !important;
        color: #fff;
        border-radius: 50%;
        width: 20px;
        padding: 0 !important;
        height: 20px;
        font-size: 11px;
        border: 0 !important;
        text-align: center;
        line-height: 21px;
        font-weight: 600 !important;
        font-family: 'helvetica';
    }
/*leave approval screen css here*/
.Period .unitu {
    background: #fff;
    border: 1px solid #D4D3D3;
    position: relative;
    margin: 0 0 15px;
    border-radius: 5px;
    padding: 0px;
    overflow: hidden;
}

    .Period .unitu .scrolldiv {
        max-height: 278px;
        min-height: 278px;
        overflow: auto;
        overflow-x: hidden;
    }

    .Period .unitu h3 {
        font-size: 20px;
        font-family: 'opensans';
        margin-top: 0;
        border-bottom: 1px solid rgba(202, 196, 196, 0.78);
        padding-bottom: 5px;
        font-weight: 600;
        color: #515151;
        background: #F0F0F0;
        padding: 6px 15px;
        border-radius: 4px 4px 0 0;
        margin-bottom: 0;
    }

    .Period .unitu .scrolldiv::-webkit-scrollbar {
        width: 8px;
        margin-right: 8px;
    }

.badge.red {
    line-height: 19px;
    min-height: 25px;
    padding: 4px 7px;
    min-width: 25px;
    background: #ed2011;
}

.Period .unitu .scrolldiv::-webkit-scrollbar-track {
    webkit-box-shadow: inset 0 0 6px rgba(72, 70, 70, 0.35);
    background: #eee;
    border-radius: 0;
}

.Period .unitu .scrolldiv::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(23, 22, 21, 0.5);
    background: rgb(188, 188, 188);
}

.Period .unitu p {
    margin: 0;
    font-size: 15px;
    text-align: center;
    background: #fff;
    border-bottom: 1px dashed #ddd;
    text-align: center !important;
    padding: 0;
    border-radius: 3px;
    padding: 1px 10px 7px;
    margin-top: 5px;
    color: #6D6C6C;
}

.Period .unitu strong {
    float: left;
    display: inline-block;
    color: #000;
    font-size: 17px;
}

    .Period .unitu strong.name {
        color: #000;
        font-size: 16px;
        font-weight: 300;
        max-width: 123px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.Period .unitu .label {
    float: right;
    display: inline-block;
    height: 19px;
    width: 22px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    line-height: 19px;
}

.iconbadgestudentattendence .btn-glyphicon {
    padding: 8px;
    background: #ffffff;
    margin-right: 4px;
}

.iconbadgestudentattendence .icon-btn {
    padding: 1px 15px 3px 2px;
    border-radius: 3px;
}

.iconbadgestudentattendence .valueofatnd {
    padding: 8px;
    background: #ffffff;
    margin-right: 4px;
    color: #489e48;
    border-radius: 0;
    padding: 7px 5px;
    font-size: 14px;
    top: 1px;
    font-family: 'open sans',sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    height: 28px;
}

.iconbadgestudentattendence .vlubtn {
    padding: 5px 15px 4px 0px;
    font-weight: 600;
}

.iconbadgestudentattendence .btn-success.vlubtn {
    color: #3dc851;
    background-color: #fff;
    border-color: #3dc851;
    border-width: 2px;
}

    .iconbadgestudentattendence .btn-success.vlubtn .valueofatnd {
        color: #fff;
        background: #3dc851;
    }

.iconbadgestudentattendence .btn-warning.vlubtn {
    color: #eea236 !important;
    background-color: #fff;
    border-color: #eea236;
    border-width: 2px;
}

    .iconbadgestudentattendence .btn-warning.vlubtn .valueofatnd {
        color: #fff;
        background: #eea236;
    }

.iconbadgestudentattendence .btn-danger.vlubtn {
    color: #f44336 !important;
    background-color: #fff !important;
    border-color: #f44336;
    border-width: 2px;
}

    .iconbadgestudentattendence .btn-danger.vlubtn .valueofatnd {
        color: #fff;
        background: #f44336;
    }

@media(max-width:768px) {
    .rmarb10 {
        margin-bottom: 10px;
    }

    .w50per {
        width: calc(90% / 2);
        display: inline-block;
        padding: 7px 3px !important;
        font-size: 15px;
        float: left;
        margin-right: 9px;
    }

    .w100per {
        width: 100%;
    }
}


.table-responsive.longlistgrid {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    min-height: 200px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

    .table-responsive.longlistgrid .loadertable {
    }

    .table-responsive.longlistgrid > .table > thead > tr > th {
        background: #eee;
        font-weight: 400 !important;
        text-align: center !important;
    }

        .table-responsive.longlistgrid > .table > thead > tr > th > h2 {
            font-size: 13px;
            margin: 0;
            width: 100px;
            border-right: 1px solid #ddd;
            font-weight: 600;
            color: black;
        }

    .table-responsive.longlistgrid .table > tbody > tr > td {
        font-weight: 400 !important;
        text-align: center !important;
    }

        .table-responsive.longlistgrid .table > tbody > tr > td > span {
            width: 100px;
            display: inline-block;
            font-size: 12px;
        }

    .table-responsive.longlistgrid .max500 {
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        display: table-caption;
    }

.tbl-loader {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #000;
    text-align: center;
}

    .tbl-loader i {
        color: #5bc0de;
        margin-top: 100px;
    }

.Compostemesssage {
}

/*Anuj Edited*/
.dashboard-details.dsnew .details-box.nedlbox {
    border-radius: 3px;
}

.ac-report-content.newanuj {
    min-height: 117px;
}

.newanuj .row1 .col-sm-3.col-xs-12 {
}

    .newanuj .row1 .col-sm-3.col-xs-12.red {
        background: #f90b07; /* Old browsers */
        background: -moz-linear-gradient(top, #f90b07 32%, #e63033 68%, #ed2011 77%, #ed2011 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(32%,#f90b07), color-stop(68%,#e63033), color-stop(77%,#ed2011), color-stop(100%,#ed2011)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f90b07 32%,#e63033 68%,#ed2011 77%,#ed2011 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f90b07 32%,#e63033 68%,#ed2011 77%,#ed2011 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f90b07 32%,#e63033 68%,#ed2011 77%,#ed2011 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f90b07 32%,#e63033 68%,#ed2011 77%,#ed2011 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90b07', endColorstr='#ed2011',GradientType=0 ); /* IE6-9 */
        color: #fff;
    }

.newanuj .row.row1 ul {
    list-style: none;
    padding: 0 10px;
    padding: 10px 10px;
    background-color: rgb(247, 237, 237);
    border-top: 1px solid rgb(244, 218, 218);
}

@media (min-width: 320px) {
    .newanuj .row.row1 ul li {
        width: 100%;
        margin-bottom: 1px;
    }
}

@media (min-width: 480px) {
    .newanuj .row.row1 ul li {
        width: 100%;
        margin-bottom: 1px;
    }
    
}

@media (min-width: 1200px) {
    .newanuj .row.row1 ul li {
        width: 19.5%;
        margin-bottom: 0;
    }
}

.newanuj .row.row1 ul li {
    display: inline-block;
    border: 1px solid red;
    padding: 5px 5px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 3px;
}

    .newanuj .row.row1 ul li.red {
        background: #f83535;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .newanuj .row.row1 ul li.orange {
        background: #ff752b;
        border-color: darkorange;
    }

    .newanuj .row.row1 ul li.yellow {
        background: yellow;
        color: #000;
        border-color: rgb(255, 212, 133);
    }

    .newanuj .row.row1 ul li.green {
        background: #5dd279;
        border-color: rgb(3, 181, 3);
    }

    .newanuj .row.row1 ul li.blue {
        background: #4d4ded;
        border-color: darkblue;
    }

.newanuj .row1 .col-sm-3.col-xs-12.orange {
}

.newanuj .row1 .col-sm-3.col-xs-12.green {
}

.newanuj .row1 .col-sm-3.col-xs-12.yellow {
}

.newanuj .row1 .col-sm-3.col-xs-12.left {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.newanuj .row1 .col-sm-3.col-xs-12.right {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
/******************/
.ac-report-loader {
    margin-top: 15%;
}

.border-top-none {
    border-top: 0px !important;
}

.border-bottom-none {
    border-bottom: 0px !important;
}

.table > thead > tr > th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}

.ar-two-btn button {
    margin: 5px 0;
}

.ar-two-btn .alty-btn {
    height: 50px;
}

    .ar-two-btn .alty-btn span {
        padding: 16px 22px;
    }

.multiple-checkbox {
    margin: 0px;
    padding: 0px;
}

    .multiple-checkbox li {
        float: left;
        list-style: none;
        margin-right: 30px;
        margin-bottom: 10px;
    }

.dropdown-buttons .dropdown-menu {
    background: none repeat scroll 0 0 #404040
}

    /* Css For Color Picker*/
    .dropdown-buttons .dropdown-menu li.new {
        background: #EFEAEA;
        color: #000;
        position: relative;
        width: auto;
    }

        .dropdown-buttons .dropdown-menu li.new:hover {
            background: #fbfbfb;
            color: #000;
            cursor: pointer;
        }

    .dropdown-buttons .dropdown-menu.new1 {
        background: #F9F9F9;
        padding: 5px 5px 0px 5px;
        border: 1px solid #ddd;
        border-radius: 5px;
        -webkit-box-shadow: 0;
        box-shadow: none !important;
    }

.tg {
    border-collapse: collapse;
    border-spacing: 1;
    margin-bottom: 5px;
}

    .tg td {
        border: 1px solid #9A8787;
        border-radius: 2px;
        padding: 1px;
        height: 30px;
        width: 30px;
        overflow: hidden;
        cursor: pointer;
    }

        .tg td div {
            z-index: 1;
            height: 26px;
            width: 26px;
            border-radius: 2px;
            background-color: #E82D2D;
            border: 1px solid #9A8787;
        }

.extral {
    width: 45%;
}

.wdth100p {
    width: 100%;
}
/*   Color Picker End Css*/


.dropdown-buttons .dropdown-menu li {
    border-top: 1px solid #535353;
    list-style: none outside none;
}

.dropdown-buttons .dropdown-menu a {
    color: #C1C1C1;
    font-size: 14px;
    padding: 3px 8px !important;
    text-decoration: none;
}

.dropdown-buttons .dropdown-menu li:first-child {
    border-top: 0px;
}

.dropdown-buttons .dropdown-menu a:hover {
    background: none repeat scroll 0 0 #3195D9;
    background: none repeat scroll 0 0 #3195D9;
    color: #fff;
}

.lock p {
    font-family: VerdanaRegular;
}

i.red {
    padding: 10px;
    background: red;
    border: 1px solid #d5d5d5;
    display: block;
    width: 20px;
    height: 20px;
}

i.blue {
    padding: 10px;
    background: blue;
    border: 1px solid #d5d5d5;
    display: block;
    width: 20px;
    height: 20px;
}

i.green {
    padding: 10px;
    background: green;
    border: 1px solid #d5d5d5;
    display: block;
    width: 20px;
    height: 20px;
}

i.yellow {
    padding: 10px;
    background: yellow;
    border: 1px solid #d5d5d5;
    display: block;
    width: 20px;
    height: 20px;
}

.color-box a {
    overflow: hidden;
}

.all .list-header th {
    background: #39939c;
}

.summer .list-header th {
    background: #436bb1;
}

.winter .list-header th {
    background: #6db5ff;
}

.standered .list-header th {
    background: #8d8d8d;
}

.other .list-header th {
    background: #2fae45;
}

.nav-tabs > li.all-tab a {
    background: #39939c;
}

.nav-tabs > li.summer-tab a {
    background: #436bb1;
}

.nav-tabs > li.winter-tab a {
    background: #6db5ff;
}

.nav-tabs > li.standered-tab a {
    background: #8d8d8d;
}

.nav-tabs > li.other-tab a {
    background: #2fae45;
}

.nav-tabs.grid-filter > li a {
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
}

.nav-tabs > li.all-tab.active > a, .nav-tabs > li.all-tab.active > a:hover, .nav-tabs > li.all-tab.active > a:focus {
    background: #39939c;
    border: 0px;
    color: #fff !important;
}

.nav-tabs > li.summer-tab.active > a, .nav-tabs > li.summer-tab.active > a:hover, .nav-tabs > li.summer-tab.active > a:focus {
    background: #436bb1;
    border: 0px;
    color: #fff !important;
}

.nav-tabs > li.winter-tab.active > a, .nav-tabs > li.winter-tab.active > a:hover, .nav-tabs > li.winter-tab.active > a:focus {
    background: #6db5ff;
    border: 0px;
    color: #fff !important;
}

.nav-tabs > li.standered-tab.active > a, .nav-tabs > li.standered-tab.active > a:hover, .nav-tabs > li.standered-tab.active > a:focus {
    background: #8d8d8d;
    border: 0px;
    color: #fff !important;
}

.nav-tabs > li.other-tab.active > a, .nav-tabs > li.other-tab.active > a:hover, .nav-tabs > li.other-tab.active > a:focus {
    background: #2fae45;
    border: 0px;
    color: #fff !important;
}

.nav-tabs > li.all-tab > a:hover {
    background: #206066;
    border: 0px;
    color: #fff !important;
}

.nav-tabs > li.summer-tab > a:hover {
    background: #264985;
    border: 0px;
    color: #fff !important;
}

.nav-tabs > li.winter-tab > a:hover {
    background: #3276bd;
    border: 0px;
    color: #fff !important;
}

.nav-tabs > li.standered-tab > a:hover {
    background: #646464;
    border: 0px;
    color: #fff !important;
}

.nav-tabs > li.other-tab > a:hover {
    background: #1c852e;
    border: 0px;
    color: #fff !important;
}

.grid-filter-content {
    min-height: 360px;
}

.overflow {
    overflow: hidden;
}

.report_inx tr:last-child {
    border-radius: 0px 0px 5px 5px;
}

.research-detail .dropdown-menu li a:hover {
    background: #ddd;
}

.study_container .containerbox {
    overflow: visible;
}

.border-bot {
    border-radius: 0px 0px 0px 10px;
}

.new-tab td {
    border-top: none !important;
}

#errormessage span {
    color: #ff0000;
}

.report_inx {
    border-left: none;
}

.report_in {
    border-left: none;
    border-bottom: none !important;
}

.subject-td {
    border-bottom: none !important;
    border-left: none !important;
}

.subject-td-new {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.report-table tr:last-child td {
    border-bottom: none !important;
}

.full-select {
    border-radius: 5px 0px 0px 5px !important;
    width: 283px;
}
/*------Date:2/5/2014-----*/
.holidays-list {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #DCEFFA;
    background-image: -moz-linear-gradient(center top, #E0F4FF, #D4E6F0);
    border-color: #B8E1FD #A6D4F4 #9ED1F5;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.05) !important;
    color: #4F4F4F;
    display: block;
    font-size: 11px;
    line-height: 19px;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 400px;
}

    .holidays-list ul {
        list-style-type: none;
        padding: 15px 0 0 10px;
    }

        .holidays-list ul li:first-child {
            display: inline-block;
            width: 100%;
            padding-left: 5px;
        }

        .holidays-list ul li {
            padding: 8px 0 0 5px;
        }

            .holidays-list ul li a {
                color: #28ACF2;
                display: inline-block;
                font-size: 18px;
                padding: 0;
                text-decoration: none;
            }

        .holidays-list ul ul {
            margin-left: 9px;
            padding: 0px;
        }

            .holidays-list ul ul li a {
                color: #0070B3;
            }

            .holidays-list ul ul li:first-child {
                padding-left: 10px;
            }

.gray {
    background: #E8E8E8;
}

div.white-background-sty .table tr td {
    border: none !important;
    padding: 0px 3px 7px 0px !important;
    overflow: hidden;
    width: 14%;
}

div.white-background-sty .table tr {
    border: none !important;
}
/*.panel-enter h2{
	color: #5C5C5C !important;
	padding: 0px !important;
	font-size: 18px;
	font-weight: normal;
}*/
.sty10 {
    margin: 0px;
    padding: 5px;
}

.date-title-sty {
    font-weight: normal !important;
}

.pink {
    background: #FFD1D2;
    height: 48px;
}

.arw-img {
    background: url(../images/right-arrow.png) no-repeat;
    height: 16px;
    width: 12px;
    float: left;
    margin: 5px 5px 0 4px;
    padding: 0px;
}

.white-background-sty {
    background: #FFF;
    margin: 0px !important;
}

.first-cal-box {
    background: none repeat scroll 0 0 #EBF1F5;
    display: block;
    float: left;
    min-height: 145px;
    margin-right: 3px;
    padding: 0 !important;
    width: 100%;
    border: 1px solid #ddd;
}

.cal-box-head {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    margin: 0px;
    padding: 7px;
    font-weight: bold;
    background: #A0A1A3;
    text-transform: uppercase;
    border: 1px solid #A0A1A3;
}

.sty24 {
    margin-right: 0px !important;
}

.pink-box-sty {
    background: none repeat scroll 0 0 #FFDEE7;
    border: 1px solid #fbb1b1 !important;
    color: red;
    font-weight: 600;
    font-size: 16px;
}

.green-box-sty {
    background: none repeat scroll 0 0 #DFFAE6;
    border: 1px solid #c2d2bc !important;
}

.yallow-box-sty {
    background: none repeat scroll 0 0 #FFEDAD;
    border: 1px solid #fcd651 !important;
}

.box-bootom-sty {
    margin: 0px !important;
    padding: 0px !important;
}

.rep-txt {
    color: #FF3A2E;
    display: block;
    padding: 20px 0px 0px 10px;
    text-align: left;
}

.four-txt {
    color: #000;
    display: block;
    text-align: left;
    font-size: 25px;
    padding: 0px 0px 0px 5px;
}

.anual-txt a {
    color: #000;
    display: block;
    font-size: 13px !important;
    text-align: left;
    text-decoration: none;
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 5px;
    border-left: 3px solid #00B157;
}

.unit-txt a {
    color: #002DE7;
    display: block;
    font-size: 13px !important;
    text-align: left;
    width: 100%;
    text-decoration: none;
    padding: 0px 0px 0px 5px;
    margin: 7px 0px 0px 7px;
    border-left: 3px solid #F8002B;
}

.anual-txt2 a {
    color: #000;
    display: block;
    font-size: 12px !important;
    text-align: left;
    text-decoration: none;
    margin: 5px 5px 0px 5px;
    padding: 2px 0px 2px 5px;
    outline: none;
    background-color: rgb(159, 243, 196);
    border-radius: 2px;
    color: green;
    font-weight: 400;
    max-width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid rgba(0, 128, 0, 0.24);
}

.unit-txt2 {
    margin-top: 5px;
}

    .unit-txt2 a {
        color: #002DE7;
        display: block;
        font-weight: 600;
        font-size: 16px !important;
        text-align: left;
        width: 95%;
        text-decoration: none;
        padding: 0px 0px 0px 10px;
        margin: 2px 0px 0px 5px;
        background-color: rgb(192, 221, 246);
        border-radius: 4px;
    }

.arw-txt-img {
    float: left;
    margin: 5px 0 0 8px;
    padding: 0 0 0px 5px;
    background: url(../images/right-arrow.png) no-repeat;
    height: 16px;
    width: 12px;
}

.left-btn {
    width: 100%;
    height: auto;
    background: #EBEBEB;
    border: 1px solid #CCC;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px;
}

.left-btn-txt {
    font-size: 16px !important;
    float: left;
    background: #F6F7F9;
    padding: 7px 25px;
}

.left-btn .red-col {
    color: #A80E17 !important;
}

.right-btn {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
}

.sty25 {
    margin-top: 10px !important;
    box-shadow: none !important;
}

.first-btn {
    font-size: 14px;
    color: #000;
    background: #DFE1E4;
    float: left;
    padding: 7px 18px;
    box-shadow: 0px 2px 3px -3px #666666 inset;
}

.second-btn {
    font-size: 14px;
    color: #000;
    float: left;
    padding: 7px 15px;
}

.red-sty {
    color: #FF0000;
}

.arw-sty {
    padding: 5px 0px;
    color: #fff;
    font-size: 12px;
}

.left-btn h2 {
    padding: 10px !important;
    margin: 0px !important;
    font-size: 16px !important;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.sty26 {
    margin-right: 10px !important;
}

.sty28 {
    padding: 0px !important;
    background: #fff !important;
    margin-top: 7px !important;
}

.sty29 {
    padding: 0px !important;
    background: #fff !important;
}

.sty30 {
    padding: 0px !important;
    background: #fff !important;
    margin-top: 7px !important;
    border: none;
}

.list .table tr {
    border: none !important;
}

#no-more-tables table.list {
    box-shadow: none !important;
}

.border-sty12 {
    box-shadow: none !important;
}

.light-blue {
    background-color: #DCEFFA;
    background-image: -moz-linear-gradient(center top, #E0F4FF, #D4E6F0);
    border-color: #B8E1FD #A6D4F4 #9ED1F5;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.05);
    color: #4F4F4F;
    display: block;
    font-size: 11px;
    line-height: 19px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.light-gray {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    background-color: #F0F0F0;
    background-image: -moz-linear-gradient(center top, #F0F0F0, #E4E4E4);
    border-color: #E4E4E4 #D9D9D9 #CBCBCB;
    border-width: 1px 1px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.05);
    color: #4F4F4F;
    display: block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 11px;
    line-height: 19px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.light-pink {
    background-color: #F6DBD6;
    background-image: -moz-linear-gradient(center top, #FBE2E3, #EECCCE);
    border-color: #F7D5D6 #F1C8CA #F2B5B8;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.05);
    color: #4F4F4F;
    display: block;
    font-size: 11px;
    line-height: 19px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.event-activity-full-width {
    width: 100% !important;
}

.tab-menu-gray a {
    background: #e5e5e5;
    color: #9c9c9c !important;
    box-shadow: 0 -2px 4px #999 inset;
}

.craete-tec-sty {
    margin-top: 10px;
    padding-right: 10px;
}

    .craete-tec-sty a {
        color: #333;
    }

.tab-menu-border {
    border-bottom: 1px solid #CCC;
    padding-left: 16px !important;
}

.highligh {
    background: #f5f5f5;
    box-shadow: 0 1px 2px #cfd0d1 inset;
}

    .highligh a {
        color: #9c9c9c !important;
    }

.green-row-sty {
    background: #e5f4f3;
    color: #3d989c;
    padding: 10px;
    border-bottom: 2px solid #fff !important;
}

.green-row-txt {
    color: #3d989c;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    width: 40%;
}

.green-row-icon {
    background: url(../images/right-icon.png) no-repeat;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 17px;
    height: 17px;
}

.activity-icon {
    background: url(../images/activities.png) no-repeat;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 24px;
    height: 24px;
}

.incharge-icon {
    background: url(../images/inchange.png) no-repeat;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 24px;
    height: 24px;
}

.communication-icon {
    background: url(../images/communication.png) no-repeat;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 24px;
    height: 24px;
}

.documents-icon {
    background: url(../images/document.png) no-repeat;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 24px;
    height: 24px;
}

.events-icon {
    background: url(../images/events.png) no-repeat;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 24px;
    height: 24px;
}

.gray-row-sty {
    background: #e9e9e7;
    color: #3d989c;
    border-bottom: 2px solid #fff !important;
    overflow: hidden;
}

.cre-txt {
    color: #000;
    font-size: 11px;
    display: block;
    font-weight: normal !important;
}

.user-icon {
    background: url(../images/user-icon.png) no-repeat;
    height: 14px;
    width: 14px;
    float: right;
    padding: 0px;
    margin-top: 3px;
}

.radio-img {
    background: url("../images/check_radio_sheet.png") no-repeat scroll -66px top rgba(0, 0, 0, 0) !important;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    margin: 0px 4px 0 0 !important;
    vertical-align: middle;
    width: 25px;
}

.cre-txt-tec a {
    color: #4f88c8 !important;
}

.green-td-sty {
    width: 25% !important;
}

.hament-txt {
    font-size: 14px !important;
    float: left;
}

.tag2 {
    padding: 2px 0 2px 7px;
    background: none repeat scroll 0 0 #b9cce2;
    color: #000;
}

    .tag2.teacher {
        background-color: rgba(252, 190, 134, 0.83);
    }

    .tag2 .btn-win {
        float: none;
        margin: 0 5px;
    }

.list-sty-txt {
    color: #e56f73 !important;
}

.list-sty-txt-green {
    color: #28acf2 !important;
}

.spacer {
    width: 100%;
    height: 20px;
    border-top: 1px solid #CCCCCC;
}

.event-activity-active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #A0D1FA;
    border-bottom: none !important;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 5px;
    margin-left: 0;
    margin-right: 0px !important;
    background: #F0F7FF;
}

    .event-activity-active a {
        color: #2895F1;
    }

.event-activity-tab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    color: #2895F1;
    cursor: pointer;
    margin: 0px 0px 0px -8px;
    padding: 15px 22px 0 22px;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: 2;
}

.event-tab-menu {
    border-bottom: 1px solid #CCCCCC;
}

.event-tab-menu1 {
    border-bottom: 1px solid #CCCCCC;
    display: table;
    margin: 0 0 20px !important;
    width: 100%;
}

.rightmost-tab {
    border: 1px solid #A0D1FA;
    border-top-right-radius: 5px;
    border-bottom: none;
    background: #f0f7ff;
    border-left: none;
}

    .rightmost-tab a {
        color: #2895F1;
        outline: none;
    }

.mid-tab {
    border: 1px solid #A0D1FA;
    margin-right: 0px !important;
    border-left: none;
    border-right: 1px solid #A0D1FA;
    border-bottom: none;
    background: #f0f7ff;
}

    .mid-tab a {
        color: #2895F1;
    }
/* .event-tab-menu{
	overflow:hidden;
} */
.nav-tabs > li > a {
    line-height: 18px;
}

.radio-sty {
    padding-left: 0px;
}

.select-team-txt {
    padding-top: 15px;
}

.#no-more-tables2 td {
    padding-left: 0px;
}

.multi-palce-sty {
    margin-top: -10px !important;
}

.gray-list-sty-txt {
    color: #8e8d8d;
}

.save-can-btn {
    padding-left: 7px;
}

.btn-sav-sty {
    margin-right: 10px !important;
}

.no-teamwise span {
    margin: 0px 4px 0 0 !important;
}

.event-activity-tab li.active a, .event-activity-tab li.active a:hover, .event-activity-tab li a:focus, .event-activity-tab li a:active, .event-activity-tab li a:hover {
    color: #2895F1 !important
}

.event-activity-tab li.active > a, .event-activity-tab > li.active > a:hover, .event-activity-tab > li.active > a:focus {
    color: #2895F1 !important;
}

.event-activity-tab li {
    overflow: hidden;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}

    .event-activity-tab li.active {
        border-bottom: 1px solid #fff !important;
    }

.tab-color {
    color: #2895F1;
    font-size: 14px;
}
/*==============================================
		New CSS
=============================================*/
.dayview {
    margin: 0 15px;
}

    .dayview hr {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .dayview .panel-enter {
        margin-bottom: 15px;
        margin-top: 13px;
    }

    .dayview .dropdown-buttons {
        text-align: left;
        margin-top: 2px;
        margin-left: 0px;
    }

.monthview .dd {
    text-align: left;
    margin-top: 2px;
    margin-left: 20px;
}

.dayview .dropdown-buttons img.ui-datepicker-trigger {
    top: 0;
    position: inherit;
    right: inherit;
}

.dayview .dropdown-buttons .btn, .monthview .dropdown-buttons .btn {
    height: 42px;
}

.dayview .ddv, .monthview .ddv {
    min-width: 100px;
}

.dropdown-buttons .btn-group .btn-default {
    border-radius: 5px;
}

.dayview .panel-enter h2 {
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 18px;
}

    .dayview .panel-enter h2 img {
        margin-right: 45px;
    }

.dayview .gray-list-sty-txt {
    line-height: 32px;
    font-weight: 100;
}

.dayview .list-sty-txt strong {
    color: #8e8d8d !important;
}

.dayview .light-gray a:hover {
    text-decoration: none;
}

.dayview .pull-left .left-btn a, .monthview .pull-left .left-btn a {
    height: 37px;
    width: 30px;
    display: inline-block;
    float: left;
}

.dayview .pull-left img, .monthview .pull-left img {
    cursor: pointer;
}

.dayview .pull-left .left-btn h2, .monthview .pull-left .left-btn h2 {
    float: left;
}

.dayview .alert {
    display: block;
}

.dayview .stu-list {
    padding: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    clear: both;
    overflow: hidden;
}

.dayview h4 {
    color: #1880BE;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.dayview .btn-success.success {
    background-image: none;
    background-color: transparent;
    color: #4cae4c;
    border: 1px solid #4cae4c;
    border-radius: inherit;
    box-shadow: none;
}

.dayview .btn-danger.danger {
    background-image: none;
    background-color: #fff;
    color: #d43f3a;
}

.dayview .btn-warning.warning {
    background-image: none;
    background-color: #fff;
    color: #eea236;
}

.dayview .bottom-section {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FFFFFF;
    text-align: left;
}

.dayview .success {
    background-color: #dff0d8;
}

.dayview .danger {
    background-color: #f2dede;
}

.dayview .warning {
    background-color: #fcf8e3;
}

.dayview .glyphicon-remove {
    background: #ac2925;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    font-size: 75%;
}

.dayview .glyphicon-ok {
    background: #4cae4c;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    font-size: 75%;
}

.dayview .glyphicon-warning-sign {
    background: #eea236;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    font-size: 75%;
}

.dayview .bottom-section .btn {
    margin-bottom: 10px;
}

@media only screen and (max-width: 980px) {
    .dayview .stu-list .input-group {
        margin-top: 7px;
    }
}

.monthview .dropdown-buttons {
    text-align: left;
}

.monthview .input-group {
    margin-top: 10px;
}

    .monthview .input-group .form-control {
        height: 42px;
        margin-top: 0px;
    }

    .monthview .input-group input {
        border-color: #ccc;
        border-right-color: transparent;
    }

    .monthview .input-group .input-group-addon {
        padding: 0 10px;
    }

.monthview hr {
    margin-bottom: 8px;
}

.monthview .table th {
    padding: 0 1px;
    background: #F3F3F3;
    color: #9c0000;
}

.monthview .table-responsive {
    margin: 0 15px 15px;
    overflow-y: auto;
}

.monthview .table th h3 {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    background: #80B6C0;
    margin: 0;
    padding: 3px 10px;
    color: #fff;
}

.monthview .table th p {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    background: #C6E4F9;
    margin: 0;
    padding: 3px 0;
    color: #666;
}

.monthview .table > tbody > tr > td {
    border-top: 0;
    padding: 1px;
    background: #F3F3F3;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
}

    .monthview .table > tbody > tr > td p {
        color: #666;
        background: #fff;
        margin: 0;
        padding: 5px;
        min-height: 38px;
    }

.monthview .table th:first-child {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
}

.monthview .table td:first-child p {
    padding-left: 10px;
    padding-right: 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    white-space: nowrap;
    text-align: left;
    font-family: opensans;
}

.monthview .table th.sun h3 {
    background: #666;
}

.monthview .table th.sun p {
    background: #CECECE;
}

.monthview .table > tbody > tr > td p.sun {
    background: #E9E9E9;
}

.monthview .table > tbody > tr > td p.present {
    background: #ddf3bf;
    color: #22b14c;
    font-family: opensans;
}

.monthview .table > tbody > tr > td p.absent {
    background: #f7ddde;
    color: #e30c15;
}

.monthview .table > tbody > tr > td p.leave {
    background: #ffde00;
    color: #e30c15;
}

.monthview .table > tbody > tr > td p.counter {
    background: #f9b4d1;
    color: #e30c15;
    width: 38px;
}

.Period {
    margin: 0;
}

    .Period .unit {
        position: relative;
        background: #fffad9;
        border: 1px solid #ffe434;
        margin: 0 0 15px;
        border-radius: 5px;
        padding: 10px;
    }


        .Period .unit.gradien {
            /*
background-image: radial-gradient(center center, circle cover, #ffeda3, #ffc800);
	background-image: -o-radial-gradient(center center, circle cover, #ffeda3, #ffc800);
	background-image: -ms-radial-gradient(center center, circle cover, #ffeda3, #ffc800);
	background-image: -moz-radial-gradient(center center, circle cover, #ffeda3, #ffc800);
	background-image: -webkit-radial-gradient(center center, circle cover, #ffeda3, #ffc800);
*/
        }

            .Period .unit.gradien .teacher-lists-unit {
                max-height: 452px;
                overflow: auto;
                min-height: 350px;
            }

                .Period .unit.gradien .teacher-lists-unit a {
                    margin-top: 5px;
                    display: block;
                    color: #938C8C;
                    font-size: 17px;
                    padding-left: 13px;
                    background: #FAFAFA;
                    border-radius: 3px;
                    border: 1px solid rgb(210, 210, 210);
                }

                    .Period .unit.gradien .teacher-lists-unit a:hover, .Period .unit.gradien .teacher-lists-unit a:focus {
                        text-decoration: none;
                        background: #E7E8E8;
                        color: #666262;
                        border-radius: 3px;
                        border: 1px solid rgb(112, 148, 203);
                        transition: box-shadow .3s;
                        box-shadow: inset 0 0 0 #FFFFFF,0 0 14px #EDEDED;
                    }

                    .Period .unit.gradien .teacher-lists-unit a i {
                        margin-top: 5px;
                        margin-right: 3px;
                        font-size: 13px;
                        color: rgb(218, 9, 9);
                    }

                .Period .unit.gradien .teacher-lists-unit::-webkit-scrollbar {
                    width: 12px;
                    margin-right: 12px;
                }

                .Period .unit.gradien .teacher-lists-unit::-webkit-scrollbar-track {
                    -webkit-box-shadow: inset 0 0 6px rgba(179, 48, 48, 0.7);
                    border-radius: 10px;
                }

                .Period .unit.gradien .teacher-lists-unit::-webkit-scrollbar-thumb {
                    border-radius: 10px;
                    -webkit-box-shadow: inset 0 0 5px rgba(23, 22, 21, 0.5);
                    background: rgba(249, 249, 249, 0.56);
                }

        .Period .unit h3 {
            margin: 0 0 10px;
            padding: 0 40px 10px 0;
            font-size: 16px;
            border-bottom: 1px solid #ffe434;
            position: relative;
            box-sizing: border-box;
        }

        .Period .unit p {
            font-size: 12px;
            padding: 5px 0 5px 10px;
            line-height: 14px;
            display: block;
            position: relative;
            background: url(../images/right-arrow.png) no-repeat 0 7px;
            margin: 0;
        }

        .Period .unit h3 a {
            font-size: 12px;
            position: absolute;
            right: 0;
            top: 0;
        }

    .Period textarea.form-control {
        height: auto;
    }

    .Period .bottom-section {
        text-align: left;
    }

    .Period .box-addsection, .task-ass .box-addsection {
        position: relative;
        padding: 10px 15px 5px;
        background: #F0F0F0;
        border: 1px solid #CBCBCB;
        border-radius: 5px;
        margin-bottom: 20px;
    }

        .Period .box-addsection.bgchng {
            border: none;
            background: rgba(247, 247, 247, 0.24);
        }

            .Period .box-addsection.bgchng .panel.panel-default p.mhdng {
                border-bottom: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                background-color: rgb(251, 251, 251);
                border-radius: 5px;
                margin-bottom: 20px;
            }

            .Period .box-addsection.bgchng .panel-title {
                font-weight: 600;
                font-size: 20px;
            }

.bgchng {
    color: maroon;
    font-size: 17px;
}

    .bgchng .panel-body p {
        padding-left: 10px;
        text-align: left;
    }

.Period .box-section {
    position: relative;
    padding: 5px 15px;
    background: #dcecf5;
    border: 1px solid #a2cce5;
    border-radius: 5px;
    margin-bottom: 20px;
}

.row.marb13.newedt h3.title.nospace, .row.marb13 .col-xs-8 h3.title.nospace {
    margin: 0 58px;
}

.Period .box-section.bgchng2 {
    margin: 15px 0px 20px 40px;
    position: relative;
    padding: 10px 15px;
    background: #FCFCFC;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow-y: auto;
    height: auto;
}

    .Period .box-section.bgchng2 .panel.panel-info {
        position: relative;
    }

    .Period .box-section.bgchng2 .panel-heading {
        background-color: #EDF6FA;
        border-color: #CBECF3;
    }

.bgchng2 .panel-body div {
    color: maroon;
    font-size: 17px;
}

.bgchng2 .panel-body p {
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
}

.Period .box-section.bgchng2 .panel-title {
    font-weight: 600;
    font-size: 16px;
}

.Period .box-section .form-group {
    margin: 5px 5px 10px;
}

.Period .alert {
    margin: 5px 0 15px 0;
}

.Period select.form-control {
    width: 100% !important;
}

.Period .input-group {
    margin-bottom: 5px;
}

.Period .input-group-addon a {
    color: #d2322d;
}

.pdr15 {
    padding-right: 15px;
}

.pdr30 {
    padding-right: 30px;
}

.Period .progress {
    margin-top: 18px;
    margin-bottom: 10px;
}

.Period .panel-enter {
    margin: 15px;
}

.mar0 {
    margin: 10px 0;
}
/*
.Period input[type="checkbox"] {
	display: inline-block;
}*/
.Period .syl {
    padding: 20px 0;
    background: #fcfcfc;
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
}

.Period .panel-enter h2 {
    font-size: 22px;
    margin-top: 14px;
}

.Period .panel-footer {
    padding: 10px 0 5px;
}

    .Period .panel-footer .mar0 {
        margin: 0 0 5px;
    }

    .Period .panel-footer strong {
        line-height: 32px;
        font-size: 16px;
    }

    .Period .panel-footer .alert {
        margin: 0;
        padding: 5px 10px;
    }

.Period .syl h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}

.Period .syl p {
    font-size: 13px;
    margin: 0;
}

.Period .mart20 {
    margin-top: 30px;
}

.mar10 {
    margin-top: 10px;
}

.padd0 {
    padding: 0 !important;
}

.mart20 {
    margin-top: 20px;
}

.mart26 {
    margin-top: 26px;
}

.Period .sys-unit {
    margin: 15px;
}

    .Period .sys-unit .panel-heading {
        background: #9C9C9C;
        border-color: #8B8B8B;
        overflow: hidden;
        padding: 10px 0;
        color: #fff;
    }

        .Period .sys-unit .panel-heading .form-group {
            position: relative;
        }

        .Period .sys-unit .panel-heading h3 {
            font-size: 18px;
            color: #1390a5;
            margin: 5px 0;
            padding: 0px;
            color: #fff;
        }

    .Period .sys-unit .panel-body {
        padding: 0;
    }

.Period .help {
    margin: 15px -15px 25px;
}

    .Period .help .col-lg-12 {
        margin: 0;
    }

.mar015 {
    margin: 0 15px;
}

.bs-callout-info {
    background-color: #EBF1F5;
    border-color: #ddd;
}

.bs-callout {
    margin: 0;
    padding: 10px 15px;
}

.bs-callout-info p {
    font-size: 13px;
    line-height: 16px;
    color: rgba(14, 13, 13, 0.75);
    margin-bottom: 0;
}

    .bs-callout-info p span {
        font-size: 16px;
        color: #000;
    }

.btn-unit {
    color: #222222;
    background: #FFEDAD;
    border-color: #fcd651;
}

.Period .chk {
    background: url("../images/check_sheet.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px;
}

    .Period .chk.active {
        background: url("../images/check_sheet.png") no-repeat scroll -35px -0px rgba(0, 0, 0, 0);
    }

.ln30 {
    line-height: 30px;
}

.marb0 {
    margin-bottom: 0;
}

.marb5 {
    margin-bottom: 5px;
}

.marb10 {
    margin-bottom: 10px;
}

.marb20 {
    margin-bottom: 20px;
}

.mart10 {
    margin-top: 10px;
}

.mart15 {
    margin-top: 15px;
}

.marb13 {
    margin-bottom: 13px;
}

.marb25 {
    margin-bottom: 25px;
}

.Period .btn-group > .btn {
    border-radius: 5px;
    padding: 6px 12px;
}

.greencolor {
    background-color: #309946;
    color: #fff;
    font-size: 14px;
}

.Period h3.title {
    font-size: 20px;
    color: #1390a5;
    margin: 10px 0 0 0;
    margin-bottom: 0;
    padding: 0px;
}

.alert-msg {
    font-size: 12px;
    color: #E4160D;
    margin-top: 5px;
}

    .alert-msg span {
        background: #E4160D;
        color: #fff;
        border-radius: 50%;
        padding: 3px;
        font-size: 13px;
        margin-right: 5px;
    }

.list-group-item {
    padding: 7px 15px;
    border: 1px solid #BBE6EE;
}

.Period .panel-enter h2.sys-title {
    font-size: 20px;
    font-weight: 700;
    color: #1390a5;
}

    .Period .panel-enter h2.sys-title span {
        font-weight: 400;
    }

.Period .panel-enter p {
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif, Calibri;
    color: #333;
}

.Period .panel-heading .badge {
    font-size: 18px;
    color: #fff;
    padding: 10px 15px;
    background: #666;
    border-radius: 5px;
    margin: -4px 0 -5px;
}

.Period .syl h2 span {
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    background: #1390a5;
    border-radius: 5px;
    margin: -5px 0 0;
    float: right;
}

.modal-header {
    box-shadow: none !important;
   /* display: flex;
    justify-content: space-between;*/
    padding: 12px 10px;
    background: #fafafa;
    border-radius: 6px 6px 0 0;
    align-items: center;
    border: 0;
    flex-direction: row-reverse;
}
    .modal-header .close {
        font-size: 29px;
        opacity: 1;
    }
.modal-body .form-control {
    box-shadow:none !important;
}
.modal-header .modal-title {
    margin: 0;
    font-size: 19px;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #000;
}
    .modal-body {
     padding:10px;
        display: table;
        width: 100%;
    }

.modal-footer {
    background: transparent;
    border-radius: 0 0 7px 7px;
    padding: 4px 15px 15px;
    display: flex;
    justify-content: center;
    column-gap: 15px;
    border: 0;
}
.modal {
 
    background: #0000009e !important;
}
.modal-footer .btn.btn-primary {
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    padding: 6px 26px;
    background-color: #4e3bc2;
    border: 0;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    column-gap: 5px;
    box-shadow: 0 1px 6px #c9c9c94f;
    font-size: 16px;
}
.modal-footer .btn.btn-default {
    background: #fff;
    color: #333;
    border: 2px solid #464646;
    border-radius: 5px !important;
    box-shadow: none;
}
.modal-body .alert.alert-danger {
    background: transparent;
    border: 0;
 
}
    .modal-body .alert.alert-danger .text-center {
        color: #E4160D;
        font-weight: 600;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
    }
/*=================Comments Area===============*/
.comments-area {
    margin: 0;
    border-top: 1px solid #dedede;
}

    .comments-area .edit {
        padding: 0 15px;
    }

        .comments-area .edit textarea {
            line-height: 16px;
            font-size: 12px;
        }

        .comments-area .edit .btn {
            margin-top: 10px;
            color: #fff;
        }

.comments-title {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}

.media-heading {
    margin: 0 0 5px;
    font-size: 16px;
    color: #1390a5;
    text-transform: inherit;
}

.comments-area .reply {
    border-bottom: 1px solid #B8B8B8;
    border-top: 1px solid #F1F1F1;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.comments-area a.viewrpy {
    font-size: 12px;
    font-weight: 700px;
}

.comments-area div.date {
    color: #BDBDBD;
    font-size: 11px;
    font-weight: 700;
    margin: 5px 0;
    border-bottom: 1px dotted #f1f1f1;
    padding: 0 0 5px;
}

.comments-area p {
    font-size: 14px;
    color: #999;
    padding-bottom: 5px;
}

.media a {
    color: #428bca;
}

.sur-list {
    margin: 15px 0 0;
}

    .sur-list .all .col-md-12 {
        background: #39939c;
    }

    .sur-list .open .col-md-12 {
        background: #436bb1;
    }

    .sur-list .closed .col-md-12 {
        background: #6db5ff;
    }

    .sur-list .published .col-md-12 {
        background: #8d8d8d;
    }

    .sur-list .list-group {
        margin: 12px 0;
    }

    .sur-list .list-group-item {
        font-size: 16px;
    }

        .sur-list .list-group-item p {
            font-size: 14px;
            color: #333;
            margin-bottom: 0;
            margin-top: 7px;
        }

    .sur-list .list-group li.list-group-item.active, .sur-list .list-group li.list-group-item.active:hover, .sur-list .list-group li.list-group-item.active:focus {
        z-index: 2;
        color: #13669E;
        background-color: #FCF8F8;
        border-color: #FAFAFA;
    }

    .sur-list .list-group li h3 {
        margin: 5px 0;
        font-size: 18px;
        font-weight: 500;
    }

    .sur-list .list-group .glyphicon-pencil {
        color: #ffffff;
    }

.add-survey label {
    font-size: 16px;
    color: #333;
    font-family: 'Nunito',sans-serif;
    font-weight: 600;
}

.add-survey .setting-sur {
    background: #dcecf5;
    border-radius: 7px;
    padding: 7px 5px 5px;
    border: 1px solid #a2cce5;
    margin-left: 7px;
}

.add-survey .box-survey {
    background: #F0F0F0;
    border-radius: 7px;
    padding: 7px 5px 5px;
    border: 1px solid #CBCBCB;
    margin-left: 7px;
    overflow: hidden;
}

    .add-survey .setting-sur h3, .add-survey .box-survey h3 {
        margin: 0 0 7px;
        font-size: 20px;
        color: #222;
    }

    .add-survey .setting-sur .large-check, .add-survey .box-survey .status-box {
        padding: 10px;
        background: #fff;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        margin-bottom: 5px;
    }

    .add-survey .box-survey .status-box {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .add-survey .box-survey small {
        padding: 0;
        margin: 0 auto;
        color: #999;
        text-align: center;
        width: 100%;
    }

        .add-survey .box-survey small strong {
            color: #666;
        }

.add-survey .setting-sur .large-check label {
    padding-right: 25px;
}

{
    box-sizing: border-box;
    min-height: 36px;
}

.add-survey .alert .close {
    margin-bottom: 0;
}

.add-survey .box-survey .wd95 {
    width: 95% !important;
}

.glyphicon-ok {
    /*background: #4cae4c;*/
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    font-size: 75%;
}

.pdt15 {
    padding-top: 15px;
}

.sur-list .bs-example .nav-tabs > li > a {
    padding: 12px 25px 12px 15px;
    font-size: 18px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: inset 0 5px 15px -3px #C9C9C9;
    box-shadow: inset 0 5px 15px -3px #C9C9C9;
}

.sur-list .nav-tabs > li.active > a, .sur-list .nav-tabs > li.active > a:hover, .sur-list .nav-tabs > li.active > a:focus {
    background: none repeat scroll 0 0 #5bc0de;
    border: 1px solid #5bc0de;
    color: #FFFFFF !important;
    -webkit-box-shadow: inset 0 5px 15px -5px #297E97;
    box-shadow: inset 0 5px 15px -5px #297E97;
}

.sur-list .tab-content {
    background: #5bc0de;
    border: 1px solid rgba(192, 217, 231, 0);
    overflow: hidden;
}

    .sur-list .tab-content .alert-danger {
        margin-top: 10px;
        background: none repeat scroll 0 0 rgba(253, 232, 232, 1);
    }

.sur-list .list-group li.list-group-item.active small {
    color: #3B414E;
    font-size: 85%;
}

.sur-list .fs18 {
    font-size: 18px;
    float: right;
    margin: -3px 0;
    height: 35px;
    line-height: 26px;
}

.wd99 {
    width: 99.2%;
}

.marb0 {
    margin-bottom: 0;
}

.marb10 {
    margin-bottom: 10px;
}

.marb20 {
    margin-bottom: 20px;
}

.addq {
    padding: 0;
}

.qno {
    margin: 0 0 15px !important;
    width: 100%;
}

.pad0 {
    padding: 0 !important;
    ;
}

.padl0 {
    padding-left: 0;
}

.padl5 {
    padding-left: 5px;
}

.marr20 {
    margin-right: 20px;
}

.sur-list .take-sur {
    background: #fff;
}

.sur-list .list-group li.list-group-item.active.sur-tit {
    color: #fff;
    background-color: #BE2929;
    border-color: #DBADAD;
}

.que .big-radio input[type="radio"] + label span {
    margin: 0 6px 0 0;
}

.containerbox .que .form-control {
    height: auto;
}

.rel-po {
    position: relative;
}

.oh {
    overflow: hidden;
}

.sur-list .que .list-group li.list-group-item.active {
    background: #309946;
    color: #fff;
}

.sur-list .que .list-group li.list-group-item .glyphicon-thumbs-up {
    color: #0C9;
}

.sur-list .que .list-group li.list-group-item .form-group {
    margin-bottom: 0;
}

.sur-list .que .list-group li.list-group-item.oh .big-radio {
    padding-top: 5px;
}

    .sur-list .que .list-group li.list-group-item.oh .big-radio label {
        margin: 0 5px 5px;
    }

    .sur-list .que .list-group li.list-group-item.oh .big-radio input[type="radio"] + label span {
        margin-right: 0;
    }

.addsur h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.addsur h4 {
    font-size: 16px;
    font-style: italic;
    margin: 0 0 5px;
    font-weight: 700;
}

.addsur .st {
    border-left: 1px solid #CBCBCB;
    color: #777;
}

    .addsur .st p {
        font-size: 90%;
    }

    .addsur .st .bb {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #CBCBCB;
    }

.asinfo span {
    margin-right: 15px;
    padding: 5px 10px 8px;
    background: #F0F0F0;
    border: 1px solid #cbcbcb;
    border-bottom-color: transparent;
    color: #666;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        background: #a2cce5;
        /*left: 50%;*/
        top: 20px;
        bottom: 20px;
        margin-left: 30px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;
		float: right;*/
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 15px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
            margin-bottom: 10px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 40px;
                height: 40px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 3px #f5f5f6;
                -webkit-box-shadow: 0 0 0 3px #f5f5f6;
                box-shadow: 0 0 0 3px #f5f5f6;
                line-height: 40px;
                font-size: 15px;
                float: left;
                margin-top: 4px;
            }

.last-no {
    -moz-box-shadow: 0 0 0 2px #a2cce5 !important;
    -webkit-box-shadow: 0 0 0 2px #a2cce5 !important;
    box-shadow: 0 0 0 2px #a2cce5 !important;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #3195D9;
    color: #fff;
    font-size: 20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #dcecf5;
    padding: 1em 1em 0;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #a2cce5;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 14px 14px 0;
        border-color: transparent #a2cce5 transparent transparent;
        left: 0;
        top: 10px;
        margin-left: -15px;
        z-index: 1;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 14px 14px 0;
        border-color: transparent #dcecf5 transparent transparent;
        left: 0;
        top: 10px;
        margin-left: -14px;
        z-index: 2;
    }

.timeline-label .form-group .close {
    font-size: 20px;
    color: rgb(247, 6, 6);
    margin: 5px;
    cursor: pointer;
    float: left;
    opacity: 1;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
        margin-top: 15px;
    }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
        color: #303641;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
        -webkit-opacity: .6;
        -moz-opacity: .6;
        opacity: .6;
        -ms-filter: alpha(opacity=60);
        filter: alpha(opacity=60);
    }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.last-no:hover {
    background: #6BC500;
    color: #fff;
    cursor: pointer;
}

.form-horizontal .timeline-label .form-group {
    margin: 0;
    padding-bottom: 15px;
}
    /*
.form-horizontal .timeline-label .form-group.tbox, .form-horizontal .timeline-label .form-group.tarea, .form-horizontal .timeline-label .form-group.datearea, .form-horizontal .timeline-label .form-group.pdb0 {
	padding-bottom:0;
}*/
    .form-horizontal .timeline-label .form-group.tbox p, .form-horizontal .timeline-label .form-group.tarea p, .form-horizontal .timeline-label .form-group.datearea p {
        padding: 7px 10px;
        background: #fff;
        border: 1px dashed #a2cce5;
        color: #737881;
    }

    .form-horizontal .timeline-label .form-group.tarea p {
        height: 100px;
    }

.prel {
    position: relative;
    padding-left: 20px;
}

    .prel input.form-control {
        width: 168px;
    }

.form-horizontal .timeline-label .form-group span.no {
    position: absolute;
    left: 0;
    top: 6px;
    height: 20px;
    width: 15px;
}

select.form-control.input-sm.col-sm-3.col-xs-12 {
    width: auto !important;
}

.form-horizontal .timeline-label .form-group.datearea p {
    width: 160px;
    background: #ffffff url(../images/calendar.png) no-repeat 130px 3px;
}

.addque {
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 1px 0 rgba(255, 255, 255, 0.5);
}

.qcounter {
    position: relative;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    padding: 15px 15px 0;
    background: #309946;
    color: #D7F8DE;
}

    .qcounter::after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 20px 0;
        border-color: transparent #309946 transparent transparent;
        left: 0;
        top: 25px;
        margin-left: -20px;
    }

    .qcounter .type {
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
    }

.quest {
    padding: 25px 15px 22px;
    background: #D7F8DE;
}

.timeline-label .form-group label {
    display: block;
}

    .timeline-label .form-group label span.glyphicon.glyphicon-hand-right {
        color: #515151;
    }

.btn-close {
    position: absolute;
    z-index: 1;
    right: 17px;
    border-radius: 0 0 3px 3px;
}

.timeline-centered .alert-danger {
    display: block;
    margin-left: 70px;
}

.bck {
    display: block;
    margin-bottom: 20px;
}

.bckn {
    margin-bottom: 0;
}

.add-survey .ts h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    font-weight: 700;
    padding: 5px 0;
    color: #646464;
    line-height: 22px;
}

.add-survey .ts .status-box .col-sm-6 h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.add-survey .ts .status-box .col-sm-6 h4 {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #888;
    margin-top: 10px;
}

.add-survey .ts .status-box .col-sm-6 p {
    padding: 0 10px;
    margin-bottom: 0;
}

.add-survey .ts .status-box .col-sm-6.st {
    border-left: 1px solid #999;
}

    .add-survey .ts .status-box .col-sm-6.st .bb {
        border-bottom: 1px solid #999;
    }

    .add-survey .ts .status-box .col-sm-6.st h4 {
        padding-top: 10px;
    }

    .add-survey .ts .status-box .col-sm-6.st p {
        padding: 0 10px 10px 0;
        margin-bottom: 0;
        font-size: 14px;
    }

.box-blue {
    position: relative;
    background: #dcecf5;
    padding: 1em;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #a2cce5;
    margin: 20px 0;
}

.sur-list .box-blue.mart20 ul {
    margin-left: 40px;
}

.pdb15 {
    padding-bottom: 15px;
}

.box-blue ul {
    margin: 0 0 0 -4px;
    padding: 0;
    list-style: none;
}

    .box-blue ul li {
        position: relative;
        display: block;
        margin-bottom: 35px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #a2cce5;
    }

    .box-blue ul.cbox li {
        position: relative;
        display: block;
        padding-top: 7px;
        padding-bottom: 2px;
        margin: 0;
        border-bottom: 1px solid #E6E6E6;
    }

    .box-blue ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0 dashed #a2cce5;
    }

.box-blue .ques {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px -30px;
    box-sizing: border-box;
    color: #515151;
    padding: 12px;
    padding-left: 30px; /*-moz-box-shadow: 0 0 0 1px #f5f5f6;
	-webkit-box-shadow: 0 0 0 1px #f5f5f6;
	box-shadow: 0 0 0 1px #f5f5f6;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;*/
}

.quesno {
    background-color: #3195D9;
    color: #fff;
    font-size: 18px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 3px #f5f5f6;
    -webkit-box-shadow: 0 0 0 3px #f5f5f6;
    box-shadow: 0 0 0 3px #f5f5f6;
    line-height: 30px;
    position: absolute;
    left: 0;
    margin-left: -40px;
    top: 4px;
}

.blue-ms {
    /*background-color: #dcecf5;*/
    border: 1px solid #a2cce5;
}

.panel-default.blue-ms > .panel-heading {
    background-color: #D9EDF7;
}

.box-blue .big-radio input[type="radio"] + label span {
    margin: 0;
}

.box-blue textarea.form-control {
    height: auto !important;
}

.box-blue li div.form-group .col-sm-3 {
    padding: 0;
}

.box-blue .form-group {
    overflow: hidden;
}

.box-blue img.ui-datepicker {
    position: absolute;
    right: 5px;
    top: 3px;
}

.box-blue .large-check div {
    margin: 5px 0;
}

.box-blue .big-radio label {
    margin: 0 7px;
}

.padt6 {
    padding-top: 6px;
}

.marl0 {
    margin-left: 0 !important;
}

.marl10 {
    margin-left: 10px !important;
}

.marl15 {
    margin-left: 15px !important;
}

.task-ass {
    margin: 10px 0;
}

    .task-ass .box-addsection h4 {
        margin: 10px 0;
        font-weight: 600;
        font-size: 16px;
        color: #222;
    }

    .task-ass .box-addsection {
        padding-bottom: 10px;
    }

        .task-ass .box-addsection .active {
            background: #D7F1D7;
            margin: 0;
            border-bottom: 1px solid #40E640;
        }

            .task-ass .box-addsection .active.inactive {
                background: #fefefe;
                margin: 0;
                border-bottom: 1px solid #DAD7D7;
            }

            .task-ass .box-addsection .active span {
                margin-bottom: 5px;
            }

            .task-ass .box-addsection .active a {
                margin: 18px 0 0;
                text-align: center;
            }

        .task-ass .box-addsection .col-sm-10 {
            border-right: 1px solid #B2E9B2;
        }

        .task-ass .box-addsection .col-sm-10, .task-ass .box-addsection .col-sm-2 {
            margin-bottom: 0;
        }

.containerbox .tassign select {
    width: 100% !important;
}

.containerbox .tassign .glyphicon-search {
    color: #8B8888;
    font-size: inherit;
    margin: 0;
}

.err-asterisk {
    color: red;
}

.mart0 {
    margin-top: 0 !important;
}
/*div.alert {
	width:100%;
	margin-bottom:10px;
}*/
.panel-footer div.alert {
    margin-bottom: 0 !important;
    display: block;
}

.tassign .alert {
    font-size: 14px;
}

div.alert hr {
    margin: 10px 0;
}

.padt15 {
    padding-top: 15px;
}

.minhgt {
    min-height: 600px;
}

.minhgt200 {
    min-height: 200px;
}

.minhgt450 {
    min-height: 450px;
}

.minhgt400 {
    min-height: 400px;
}

.minhgt500 {
    min-height: 500px;
}

.minhgt550 {
    min-height: 550px;
}

.usercontrol ul.cbox, .usercontrol ul.cbox li {
    margin: 0;
    padding: 0;
}

    .usercontrol ul.cbox li {
        border-bottom: 0;
        padding: 7px 5px 7px 0;
        margin: 0;
        border-top: 1px solid #dfdfdf;
    }

        .usercontrol ul.cbox li:hover, .usercontrol ul.cbox li.selected {
            background: #f0f0f0;
        }

        .usercontrol ul.cbox li:first-child {
            border-top: 0;
        }

        .usercontrol ul.cbox li label {
            margin-bottom: 0;
        }

        .usercontrol ul.cbox li.selected {
            /*background:#DFF1CD;*/
            padding-bottom: 6px;
            /*border-bottom:1px solid #A1D5A1;*/
        }

.custab {
    margin: 15px 15px 0;
    /*border-bottom:2px solid #C9C9C9;*/
}

.bs-example .custab > li > a {
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
    font-size: 16px;
}

.custab > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: none repeat scroll 0 0 #b4b4b4;
    border: 1px solid #949494;
    color: #000000 !important margin-bottom: -2px;
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
}

.custab-container {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 450px;
    padding: 0 15px 15px;
    border-top: 2px solid #b4b4b4;
}

    .custab-container .msg {
        background: #3195D9;
        border-color: rgba(255, 255, 255, 0.5);
        margin: 10px 30px 15px;
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 12px;
    }

        .custab-container .msg .fa {
            color: #FFEB00;
        }

    .custab-container .leftsec {
        background: #fff;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        margin: 0 15px;
        position: relative;
        padding: 2px;
        border: 1px solid #DADADA;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.05);
    }

    .custab-container .rgtsec {
        margin: 0 15px 0 0;
    }

    .custab-container .leftsec th {
        background: #DEDEDE;
        font-weight: 600;
        font-size: 16px
    }

.marr15 {
    margin-right: 15px;
}

.marr15top {
    margin-right: 15px;
    margin-top: -39px;
}

.marr23top {
    margin-right: 15px;
    margin-top: 23px;
}

.marr23top91 {
    margin-right: 15px;
    margin-top: 91px;
}

.custab-container .alert i {
    font-size: 16px;
}

.alert-warning {
    display: block;
}

.activities, .tlist {
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 10px 15px 20px;
}

    .activities .btn, .tlist .btn {
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }
.classassign > .col-sm-6 > strong {
    font-size: 20px;
    color: #000;
    display: inline-block;
    font-weight: 600;
}
    .activities ul.activitieslist li {
        margin: 10px 0 0;
        display: block;
        border-top: 1px solid #CCC;
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        background: #fff;
        margin-bottom: 0;
        box-shadow: 1px 1px 7px 2px #00000014;
        border: 1px solid #eee !important;
        border-radius: 10px;
        padding: 7px 10px;
        font-family: "Nunito", sans-serif;
    }

        .activities ul.activitieslist li .col-sm-8 {
            padding: 10px 15px;
            -webkit-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
            position: relative;
        }

            .activities ul.activitieslist li .col-sm-8::after {
                width: 0;
                height: 0;
                content: "";
                border-top: 14px solid transparent;
                border-bottom: 14px solid transparent;
                border-right: 14px solid #F7F7F7;
                position: absolute;
                right: -1px;
                top: 15px;
            }

    /*.activities ul.activitieslist li .col-sm-8::before {
                width: 0;
                height: 0;
                content: "";
                border-top: 14px solid transparent;
                border-bottom: 14px solid transparent;
                border-right: 14px solid #673ab7;
                position: absolute;
                right: 0;
                top: 15px;
            }*/

    /*.activities li .fa {
        font-size: 20px;
    }*/

    .activities ul.activitieslist li:first-child {
        border-top: none;
    }
    /*.activities ul.activitieslist li:nth-child(even) .col-sm-8 {
        background: #dcecf5;
    }

    .activities ul.activitieslist li:nth-child(odd) .col-sm-8 {
        background: #fcfcfc
    }*/
    /*.activities ul.activitieslist li:nth-child(even) {
        border-color: #77B7DB;
    }

    .activities ul.activitieslist li:nth-child(odd) {
        border-color: #673ab7;
    }*/
    .activities ul.activitieslist li h3 {
        margin: 0;
        padding: 2px 0 7px 5px;
        font-size: 18px;
        line-height: 24px;
        position: relative;
        color: #202020;
    }

        .activities ul.activitieslist li h3 span {
            font-size: 13px;
            color: #fff;
        }

    .activities ul.activitieslist li .col-sm-4 {
        padding: 12px 15px;
    }

    .activities ul.activitieslist li small {
        font-size: 13px;
        color: #666;
    }

    .activities ul.activitieslist li p {
        margin: 0;
    }

.teamlist {
    margin: 10px 20px;
    border: 1px solid #E4E1E1;
    float: left;
    border-radius: 5px;
    padding: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.05);
}

    .teamlist h4 {
        position: relative;
        background: #EEEEEE;
        margin: 0 -15px 0 -15px;
        padding: 7px;
        font-size: 18px;
    }

        .teamlist h4::after {
            width: 0;
            height: 0;
            content: "";
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            ;
            border-top: 14px solid #EEEEEE;
            position: absolute;
            left: 20px;
            bottom: -14px;
        }

    .teamlist ul {
        margin: 20px 15px 10px 0;
    }

        .teamlist ul li {
            margin: 0 0 10px;
            padding: 10px 0 0;
            border-top: 1px dotted #D6D5D5;
        }

            .teamlist ul li:first-child {
                border-top: 0;
                padding-top: 0;
            }

    .teamlist h5 {
        font-weight: 700;
    }

    .teamlist .col-sm-4 {
        background: #EEEEEE;
        position: relative;
        padding: 10px 15px 20px;
        min-height: 400px;
    }

    .teamlist .col-xs-12 {
        background: #EEEEEE;
        padding: 10px 0 0 15px;
    }

    .teamlist .col-sm-4 p {
        margin-bottom: 0;
    }

.teamlist2 {
    margin: 10px 20px;
    border: 1px solid #E4E1E1;
    float: left;
    border-radius: 5px;
    padding: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.05);
}

    .teamlist2 h4.heading3 {
        position: relative;
        background: #EEEEEE;
        margin: 0 -15px 0 -15px;
        padding: 7px;
        font-size: 18px;
        color: #515151;
    }

    .teamlist2 h4 {
        background: #FFF;
        color: rgb(102, 102, 187);
        font-size: 18px;
    }

        .teamlist2 h4::after {
            width: 0;
            height: 0;
            content: "";
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            ;
            border-top: 14px solid #EEEEEE;
            position: absolute;
            left: 20px;
            bottom: -14px;
        }

    .teamlist2 ul {
        margin: 20px 15px 10px 0;
    }

        .teamlist2 ul li {
            margin: 0 0 10px;
            padding: 10px 0 0;
            border-top: 1px dotted #D6D5D5;
        }

            .teamlist2 ul li:first-child {
                border-top: 0;
                padding-top: 0;
            }

    .teamlist2 h5 {
        font-weight: 700;
    }

    .teamlist2 .col-sm-4 {
        background: #FFF;
        padding: 10px 15px 20px;
        min-height: 400px;
    }

    .teamlist2 .col-xs-12 {
        background: #EEEEEE;
        padding: 10px 0 0 15px;
    }

    .teamlist2 .col-sm-4 p {
        margin-bottom: 0;
    }

.teamdetail {
    position: relative;
    margin: 10px -10px;
    background: #fcfcfc;
    padding: 10px;
    text-align: left;
    overflow: hidden;
}

    .teamdetail::after {
        width: 0;
        height: 0;
        content: "";
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        ;
        border-top: 14px solid #EEEEEE;
        position: absolute;
        right: 20px;
        top: 0;
    }

    .teamdetail h5 {
        margin: 0;
        padding-bottom: 10px;
    }

    .teamdetail span.label {
        margin: 5px 10px 0 0;
        float: left;
    }

.teamlist .col-sm-4 img {
    max-width: 120px;
    margin-top: 25px;
}

.teamlist .col-sm-4 h5 {
    margin-bottom: 0;
}

.course-detail h3 span {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    background: #900;
    color: #fff;
    padding: 2px 10px 3px;
    margin-left: 20px;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

    .course-detail h3 span::after {
        content: "";
        height: 0;
        width: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 16px solid #900;
        position: absolute;
        left: -15px;
        top: 0;
    }

.course-detail h3.hlptxt {
    font-weight: 400;
    color: #900;
    padding: 2px 10px 3px;
    border-bottom: 1px solid rgba(225, 203, 203, 1);
}

.bbox {
    position: relative;
    background: #F0F0F0;
    border: 1px solid #CBCBCB;
    padding: 12px 0 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

    .bbox.nbbbox {
        background-color: #FBFBFB;
    }

.newbbox {
    margin-top: 20px;
}

.bbox h4 {
    margin: 0 0 15px;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    position: relative;
    font-weight: 600;
}

    .bbox h4 span {
        font-weight: 300;
    }

.bdrr1 {
    border-right: 1px solid rgba(255, 255, 255, 0.6)
}

.bbox h4::after {
    content: "";
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #cbcbcb;
    position: absolute;
    left: 25px;
    bottom: -11px;
    z-index: 1;
}

.bbox h4::before {
    content: "";
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 25px;
    bottom: -10px;
    z-index: 2;
}

.bbox .btn {
    margin-bottom: 5px;
}

.bbox h4 label.radio-inline {
    padding-top: 0;
}

.bbox .bs-callout {
    margin: 10px 0 20px;
    padding: 15px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-left: 3px solid transparent;
}

    .bbox .bs-callout:first-child p {
        margin-bottom: 10px;
        font-size: 14px;
    }

        .bbox .bs-callout:first-child p span.label {
            font-size: 12px;
            color: #fff;
        }

    .bbox .bs-callout h5 {
        font-size: 16px;
        margin: 0 0 10px;
        font-weight: 600;
    }

.bbox .bs-callout-success h5 {
    color: #666;
}

.bbox .bs-callout-warning h5 {
    color: #666;
}

.bbox .bs-callout-danger h5 {
    color: #666;
}

.bbox .bs-callout-info1 h5 {
    color: #666;
}

.bbox .bs-callout span.label a {
    color: #fff;
    font-size: 12px;
}

.bbox .bs-callout-success a:hover {
    text-decoration: none;
}

.bbox .bs-callout-success a span {
    font-size: 70%;
}

.bbox .bs-callout-success {
    border-left-color: #999;
}

.bbox .bs-callout-warning {
    border-left-color: #999;
}

.bbox .bs-callout-danger {
    border-left-color: #999;
}

.bbox .bs-callout-info1 {
    border-left-color: #999;
}

    .bbox .bs-callout-info1 .cname {
        color: #3B414E;
        margin: 10px 0 5px;
        font-size: 14px;
        font-weight: 700;
    }

.bbox .progress {
    margin-top: 0;
    margin-bottom: 0px;
}

.bbox .bs-callout-info1 h5 {
    margin-top: 20px;
}

    .bbox .bs-callout-info1 h5:first-child {
        margin-top: 0;
    }

.bbox .control-label {
    font-weight: 600;
    color: #222;
}

.bbox .form-group {
    margin-bottom: 0px;
}

.bbox .progress {
    position: relative;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 5px;
    background-color: #fff;
}

.bbox .bs-callout .progress {
    background-color: #EEECEC;
}

.bbox hr {
    border-top: 1px solid #fff;
}

.bbox .progress > .progress-type {
    position: absolute;
    left: 0px;
    /*font-weight: 800;*/
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}

.bbox .progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

.bbox .btn-label, .btnn .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.bbox .btn-labeled, .btnn .btn-label {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

.sur-icon {
    position: relative;
    padding: 15px 0 5px 30px;
    border-bottom: 1px solid #dfdfdf;
}

    .sur-icon:last-child {
        border-bottom-color: transparent;
    }

    .sur-icon .icontext {
        position: absolute;
        width: 25px;
        height: 25px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #dcecf5;
        border: 2px solid #a2cce5;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        left: 0;
        top: 15px;
        color: #222;
    }

.media-heading .action .btn-primary {
    margin-left: 25px;
    color: #fff;
}

    .media-heading .action .btn-primary .glyphicon-pencil {
        color: #fff;
    }

.comments-area textarea {
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.mart30 {
    margin-top: 30px;
}

.tarea {
    position: relative;
}
/*
.tarea::before{
	content: "";
	position: absolute;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #ccc;
	top: 5px;
	left: 3px;
	width: 0;
	height: 0;
}

.tarea::after{
	content: "";
	position: absolute;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #fff;
	top: 5px;
	left: 5px;
	width: 0;
	height: 0;
}
*/
.media-list li {
    padding: 5px;
}

    .media-list li.media:hover {
        background: transparent !important;
        color: #222;
    }

.task-title {
    position: relative;
    margin-top: 25px;
    padding: 10px 0 10px 50px;
}

h4.task-title span {
    background-color: #3195D9;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 3px #f5f5f6;
    -webkit-box-shadow: 0 0 0 3px #f5f5f6;
    box-shadow: 0 0 0 3px #f5f5f6;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.bluebox {
    background: #dcecf5;
    border: 1px solid #a2cce5;
}

.tech-details.tPdtails {
    margin-bottom: 12px;
}

.dashboard-menu.Tprofle {
    padding: 0 15px;
    margin-bottom: 15px;
}

.Tprofle .box-menu i {
    color: #DF2626;
    ;
    margin-right: 5px;
    width: 20px;
    font-size: 20px;
}

.dashboard-menu.Tprofle h3 {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.dashboard-menu .dashboard-Tprobody .bdy-cntnr {
    padding: 40px;
    min-height: 345px;
}

.dashboard-menu .dashboard-Tprobody span.footr {
    background-color: #ddd;
    display: block;
    padding: 5px 20px;
    text-align: right;
}

.dashboard-menu.Tdmenu h3 {
    border-radius: 3px !important;
    box-shadow: none;
}

.col-sm-8.dashboard-menu.Tdmenu {
    padding: 1px;
    background-color: #ffffff;
    border-radius: 0px;
    border-radius: 3px !important;
}

.Rsection {
    background-color: #fff;
    padding: 1px;
}

.dashboard-menu h3 {
    margin: 0;
    padding: 8px 15px;
    background: #428bca;
    color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(100,100,100,0.5);
    box-shadow: 0 2px 10px 2px rgba(100,100,100,0.5);
}

.dashboard-menu .box-menu, .dashboard-menu .dashboard-Tprobody {
    position: relative;
    padding: 0;
    background: #fff;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(100,100,100,0.5);
    box-shadow: 0 2px 10px 2px rgba(100,100,100,0.5);
}

.dashboard-menu .dashboard-Tprobody {
    border-radius: 0px;
    !important background: #f5f5f5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.dashboard-menu .box-menu p {
    padding: 10px 0 10px 12px;
    border-left: 3px solid transparent;
    border-top: 1px solid #9E9E9E;
    margin-bottom: 0;
    color: #979797;
}

    .dashboard-menu .box-menu p:first-child {
        border-top: 1px solid transparent;
    }

    .dashboard-menu .box-menu p:hover {
        border-left: 3px solid #ff7000;
    }

.dashboard-menu .box-menu a, .dashboard-menu .box-menu strong {
    display: inline-block;
    padding: 5px 0;
    color: #979797;
}

.dashboard-menu .box-menu .title-menu {
    font-size: 18px;
    color: steelblue;
    text-decoration: none;
    display: block;
    padding: 0;
}

.dashboard-menu .box-menu.new .title-menu {
    font-size: 17px;
    padding: 0;
}

    .dashboard-menu .box-menu.new .title-menu i {
    }

.newws .base-search {
    border-radius: 3px 3px 0 0;
}

.newws .dashboard-menu h3 {
    border-radius: 3px 3px 0 0;
}

.newws .panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    margin: 0;
    padding: 8px 15px;
    background: #428bca;
    color: #fff;
    font-size: 20px;
}

    .newws .panel-default > .panel-heading a {
        text-decoration: none;
    }


    .newws .panel-default > .panel-heading + .panel-collapse .panel-body ul li a {
        padding: 0;
        color: #838282;
        text-decoration: none;
        display: block;
        border-bottom: 1px dashed #ddd;
    }



.dashboard-details .details-box {
    border: 1px solid #e1e8ed;
    background: #fff;
    padding: 0 15px 10px;
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(100,100,100,0.5);
    box-shadow: 0 2px 10px 2px rgba(100,100,100,0.5);
}

    .dashboard-details .details-box h3 {
        margin: 0;
        font-size: 20px;
        padding: 8px 0;
    }

    .dashboard-details .details-box p {
        font-size: 16px;
        padding: 7px 0;
        margin: 0;
        position: relative;
        background: rgba(228, 100, 0, 0.30);
        text-align: center;
        color: #333;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    .dashboard-details .details-box span {
        font-size: 24px;
        padding: 10px 0 10px 15px;
        margin: 0;
        text-align: center;
        background: rgba(228, 100, 0, 0.05);
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        display: block;
    }

    .dashboard-details .details-box .row1 .custom_default {
        padding-left: 10px;
    }

    .dashboard-details .details-box .row.row1 {
        margin: 0 15px;
    }

    .dashboard-details .details-box .custom_default h5 {
        margin-top: 10px;
    }

    .dashboard-details .details-box .btn-group-vertical > .btn {
        margin-top: 0;
    }

    .dashboard-details .details-box .nav > li > a {
        padding: 0 15px;
        background: rgba(232, 137, 35, 0.75);
        color: #666;
        margin-bottom: 0;
        -webkit-box-shadow: inset 0 0 5px 5px rgba(133,133,133,0.2);
        box-shadow: inset 0 0 5px 5px rgba(133,133,133,0.2);
    }

    .dashboard-details .details-box .nav-tabs > li {
        width: 100%;
        text-align: center;
        background: #FAFAFA;
        margin-right: 0;
    }

        .dashboard-details .details-box .nav-tabs > li:first-child, .dashboard-details .details-box .nav-tabs > li:first-child a {
            -webkit-border-radius: 10px 0 0 0 !important;
            border-radius: 10px 0 0 0 !important;
        }

        .dashboard-details .details-box .nav-tabs > li:last-child, .dashboard-details .details-box .nav-tabs > li:last-child a {
            -webkit-border-radius: 10px 10px 0 0 !important;
            border-radius: 10px 10px 0 0 !important;
        }

    .dashboard-details .details-box .nav > li {
        border-bottom: 0 solid transparent;
        ;
    }

    .dashboard-details .details-box li.active > a, .dashboard-details .details-box li.active > a:hover, .dashboard-details .details-box li.active > a:focus {
        background: none repeat scroll 0 0 #E88923;
        border: 0 solid #E88923;
        color: #FFFFFF !important;
        margin-bottom: 0px;
        border-radius: 4px 4px 0 0;
        border-bottom-color: transparent;
    }

    .dashboard-details .details-box .tab-content p {
        margin: 0;
        padding: 8px 15px;
        text-align: left;
    }

    .dashboard-details .details-box .tab-content span {
        font-size: 14px;
        padding: 10px 0 10px 15px;
        text-align: left;
    }

    .dashboard-details .details-box .tab-content small {
        font-size: 14px;
        padding: 20px 0 5px 15px;
        text-align: left;
        margin-top: 0;
        float: left;
        width: 100%;
    }

.last-box {
    background: #FAFAFA;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    padding: 10px;
    border: 1px solid #fdfdfd;
}

.base-search {
    margin: 0;
    background: #FAFAFA;
    padding: 20px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    -webkit-box-shadow: 0 2px 10px 2px rgba(100,100,100,0.5);
    box-shadow: 0 2px 10px 2px rgba(100,100,100,0.5);
}

.result-search {
    margin: 0;
    background: #fff;
    padding: 20px 0;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(100,100,100,0.5);
    box-shadow: 0 2px 10px 2px rgba(100,100,100,0.5);
}

    .result-search h5 {
        font-weight: 700;
        font-size: 13px;
        white-space: nowrap;
        border-bottom: 2px solid #e4e4e4;
        padding-bottom: 5px;
    }

.base-search h3 {
    margin: 0;
}

.result-search .col-sm-2 div.icon-circle {
    background: #E88923;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 20px 10px;
    float: left;
    width: 100%;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.result-search .col-sm-2 .glyphicon {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.6);
}

.result-search .col-sm-2 p {
    padding: 10px;
    margin: 0;
    font-size: 17px;
    color: #fff;
}

.result-search .btn {
    text-align: left;
}

.result-search th {
    white-space: nowrap;
    padding: 5px;
    font-weight: 700;
    font-size: 110%;
    background: #FAFAFA;
}

.result-search .table {
    margin: 10px 15px;
    width: 97%;
    border: 1px solid #dfdfdf;
}

    .result-search .table > tbody > tr > td {
        padding: 5px 10px;
    }

.result-search .btn-group-vertical > .btn {
    border-radius: 4px;
    padding: 6px 12px;
    margin-top: 0;
}

.result-search .btn-group-vertical {
    margin-bottom: 15px;
}

.row .result-search .row {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

    .row .result-search .row:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

.tabmenu {
    margin-bottom: 25px;
}

    .tabmenu .col-xs-6 a {
        position: relative;
        background: #fff;
        text-align: center;
        display: block;
        padding: 15px 0;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

        .tabmenu .col-xs-6 a.active, .tabmenu .col-xs-6 a.active:hover {
            background: #3195D9;
        }

            .tabmenu .col-xs-6 a.active:before {
                content: "";
                position: absolute;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                border-top: 15px solid #3195D9;
                bottom: -15px;
                left: 50%;
                margin-left: -15px;
            }


        .tabmenu .col-xs-6 a i {
            font-size: 48px;
            color: #3195D9;
        }

        .tabmenu .col-xs-6 a:hover {
            text-decoration: none;
            background: #E9E9E9;
        }

        .tabmenu .col-xs-6 a span {
            display: block;
            font-size: 20px;
            color: #222;
            font-family: opensans;
        }

        .tabmenu .col-xs-6 a.active i {
            color: rgba(255, 255, 255, 0.7);
        }

        .tabmenu .col-xs-6 a.active span {
            color: rgba(255, 255, 255, 1.0);
        }

.teac-stu {
    text-align: center;
    margin: 0 0 25px;
    background: #E4E4E4;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #CCC;
}

    .teac-stu .col-sm-3 {
        background: #fefefe;
        padding: 20px 0;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
    }

    .teac-stu .col-sm-9 {
        background: #E88923;
        padding: 0 0;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
    }

    .teac-stu h3 {
        margin: 0;
    }

    .teac-stu .col-sm-9 h4 {
        padding: 7px 0 3px;
        position: relative;
        margin: 0;
        border-bottom: 1px solid #EBAC69;
        color: #FFE6CC;
    }

        .teac-stu .col-sm-9 h4:before {
            content: "";
            position: absolute;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #EBAC69;
            bottom: -10px;
            left: 50%;
            margin-left: -10px;
        }

        .teac-stu .col-sm-9 h4:after {
            content: "";
            position: absolute;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #E88923;
            bottom: -9px;
            left: 50%;
            margin-left: -10px;
        }

    .teac-stu .col-sm-9 h5 {
        padding: 7px 0 11px;
        position: relative;
        margin: 0;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        color: rgba(255, 255, 255, 0.8);
    }

.pdr0 {
    padding-right: 0;
}

.pdl0 {
    padding-left: 0;
}

.team-list {
    float: left;
    width: 100%;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: 0;
}

    .team-list h4 {
        background: #EEEEEE;
        margin: 0;
        padding: 10px 15px;
        position: relative;
        -webkit-border-radius: 3px 0 0;
        border-radius: 3px 0 0;
    }

        .team-list h4:after {
            content: "";
            position: absolute;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #eeeeee;
            bottom: -10px;
            left: 20px;
        }

    .team-list .col-sm-5 h4 {
        background: #3195D9;
        color: #fff;
        -webkit-border-radius: 0 3px 0 0;
        border-radius: 0 3px 0 0;
    }

        .team-list .col-sm-5 h4:after {
            border-top: 10px solid #3195D9;
        }

    .team-list .form-control {
        margin: 15px;
        width: 90%;
    }

    .team-list .col-sm-5 p {
        padding: 5px 15px;
        border-top: 1px solid #eee;
        margin: 0;
    }

        .team-list .col-sm-5 p:first-child {
            padding: 10px 15px 0;
            border-top: 0px solid #eee;
        }

    .team-list .media-list {
        margin: 15px 0;
    }

        .team-list .media-list .media {
            margin-top: 0;
            border-top: 1px solid #C2C1C1;
        }

            .team-list .media-list .media:first-child {
                border-top: 0px;
            }

        .team-list .media-list .media-heading {
            color: #222;
        }

        .team-list .media-list .media-object {
            -webkit-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px;
        }

.media-list li.media {
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.team-list .scoll {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
}

.team-list .col-sm-5 .scoll {
    position: relative;
    max-height: 236px;
    overflow-y: auto;
}

.team-list .scoll.mhgt {
    max-height: 364px;
}

.sec-heading h3 {
    margin: 6px 0;
}

.sec-heading .btn-group > .btn + .dropdown-toggle {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.tech-details {
    position: relative;
    width: 100%;
    float: left;
    background: #f5f5f5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #C7C2C2;
    margin-bottom: 30px;
}

    .tech-details img {
        width: 120px;
        height: 120px;
        float: left;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
    }

    .tech-details h2 {
        margin: 0 0 3px 0;
        font-size: 20px;
        padding: 5px 10px;
        background: #F59402;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        color: #fff;
    }

    .tech-details h3 {
        font-size: 18px;
        margin: 5px 5px 5px 130px
    }

    .tech-details a, .tech-details p {
        display: block;
        margin: 0 0 0 130px;
    }

    .tech-details .btn {
        display: block;
        margin-top: 10px;
    }

.classmate /*, .timetable*/ {
    background: #fff;
    padding: 2px;
    border: 1px solid 999;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

    .classmate .media-heading {
        margin: 8px 0 0 0;
        color: #222;
        text-transform: none;
        font-weight: 600;
    }

    .classmate .media-list li.media {
        margin-top: 0;
        border-top: 1px solid #f4f4f4;
    }

    .classmate .media-list li:first-child {
        border-top: 0 solid #f4f4f4;
    }
/*.timetable .table > thead > tr > th{
	padding:0;
	min-width:50px;
	text-align:center;
	white-space:nowrap;
}
.timetable th h3{
	margin:0;
	text-align:center;
	padding:7px 0;
	font-size:16px;
	text-align:center;
	position:relative;
	background:#428bca;
	color:#fff;
}
.timetable th h3:after{
	content: "";
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	bottom: 0;
	left: 10px;
	width: 0;
	height: 0;
}
.timetable th p{
	padding:7px 0;
	margin-bottom:0;
	text-align:center;
	color:#666;
	font-size:11px
}


.timetable .table > tbody > tr > td{
	padding:0;
	text-align:center;
}
.timetable .table > tbody > tr > td h2{
	margin:0;
	padding:6px 0;
	position:relative;
	background:#f4f4f4;
	color:#222;
	font-size:16px;
	font-weight:600;
	text-align:center;
}
.timetable .table > tbody > tr > td h2:after{
	content: "";
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	bottom: 0;
	left: 10px;
	width: 0;
	height: 0;
}
.timetable .table > tbody > tr > td small{
	margin:5px 0;
	padding:3px 0;
	text-align:center;
	display:block;
}

.modal-body.timetable{
	float:none;
	padding:10px!important;
}*/
.modal-body {
    padding: 10px;
}
/*.modal-body .timetable .table > tbody > tr > td h2:after{
	border-bottom: 8px solid #f4f4f4;
	bottom: 0;
}*/
.head-task1 {
    float: left;
    position: relative;
    width: 100%;
    background: #dedede;
    padding: 1px 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    .head-task1:after {
        content: "";
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        bottom: 0;
        left: 20px;
        width: 0;
        height: 0;
    }

.leftsec .table {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.marlr {
    margin: 0 15px;
}

.dashboard-details .details-box .tab-content p.calendar {
    background: url("../images/calender.png") no-repeat scroll left center #F1F1F1;
    padding: 10px 60px;
}

.dashboard-details .details-box .tab-content p.notes {
    background: url("../images/notes.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 10px 60px;
}

.dashboard-details .details-box .tab-content p.task-assigned {
    background: url("../images/task.png") no-repeat scroll left center #F1F1F1;
    padding: 20px 60px;
}

.dashboard-details .details-box .tab-content p.test-tom {
    background: url("../images/message.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 10px 60px;
}

    .dashboard-details .details-box .tab-content p.calendar span, .dashboard-details .details-box .tab-content p.notes span, .dashboard-details .details-box .tab-content p.task-assigned span, .dashboard-details .details-box .tab-content p.test-tom span {
        font-size: 14px;
        padding: 0;
        text-align: left;
        background: none;
        display: inline-block;
    }

.tabque {
    padding-left: 0;
    padding-right: 15px;
}

.report {
    background: #fff;
    padding: 15px;
}

.reportmenu .list-group-item {
    background: #F0F0F0;
    padding: 0 10px;
}

    .reportmenu .list-group-item h4 {
        color: #0079D0;
    }

.reportmenu .panel-default > .panel-heading {
    color: #FFF !important;
    background-color: #3195D9;
}

.reportmenu .panel-title > a {
    color: #fff;
}

.reportmenu .panel-body a {
    display: block;
    padding: 5px 0;
    border-top: 1px solid #E8E8E8;
}

    .reportmenu .panel-body a:first-child {
        border-top-color: transparent;
    }

    .reportmenu .panel-body a span {
        color: #222;
    }

.reportlist h2 {
    margin: 0;
    padding: 10px 0;
    font-size: 24px;
}

    .reportlist h2 a {
        font-size: 14px;
        padding: 0 15px;
    }

        .reportlist h2 a .fa {
            color: #666;
        }

.reportlist .selectbdr {
    padding: 15px 0 0;
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 7px 2px #00000014;
    border-radius: 8px;
}
.headingSubSectionWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f9ff;
    margin-top: -15px;
    border-radius: 8px 8px 0 0;
    padding: 10px 15px;
    margin-bottom:15px;
}
.headingSubSection {
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}
.reportlist .selectbdrblue {
    padding: 15px 0 0;
    border-top: 1px solid #a2cce5;
    border-bottom: 1px solid #a2cce5;
    position: relative;
    float: left;
    width: 100%;
    background: #F0F9FF;
}

.reportlist .table > thead > tr > th {
    font-weight: 700;
}

.reportlist .table > thead > tr > th, .reportlist .table > tbody > tr > td, .reportlist .table > tfoot > tr > td {
    text-align: center !important;
    padding: 7px 5px !important;
}

    .reportlist .table > thead > tr > th.text-left, .reportlist .table > tbody > tr > td.text-left {
        text-align: left !important;
    }

.reportlist .table .img-thumbnail {
    padding: 0;
    border-radius: 0;
}

.reportlist .active .checkbox input[type="checkbox"] {
    display: block;
    margin-left: -15px;
}

.fee-month.table > thead > tr > th {
    padding: 10px 3px !important;
    font-weight: 400 !important;
}

/*=============================================================================
	MEDIA RESPONSIVE
==============================================================================*/
@media only screen and (max-width: 767px) {
    .customfilterflex .form-control.date {
        max-width: 100%!important;
    }
    .d-flex{
        flex-direction:column!important;
    }

    .formsearch {
        margin-top: 50px;
    }
    .sys-unit .form-inline.text-right, .panel-footer .col-sm-4.text-right {
        text-align: left;
    }

        .sys-unit .form-inline.text-right .checkbox {
            padding-left: 0;
        }

    .sys-unit .panel-body .col-sm-1 .form-control, .sys-unit .panel-footer .col-sm-1 .form-control {
        margin: 5px 0;
    }

    .box-addsection .btn-sm {
        margin-bottom: 5px;
    }

    .Period .unit h3 a.pull-right {
        float: right;
        text-align: left;
    }

    .mob .btn {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    .sur-list .list-group li.list-group-item .btn-success {
        margin-bottom: 5px;
    }

    div.alert.alert-success.col-xs-12 {
        margin-top: 15px;
    }

    .add-survey .box-survey .wd95 {
        width: 100% !important;
    }

    .sur-list .bs-example .nav-tabs > li {
        margin-right: 2px;
        margin-left: 0px;
        display: block;
        float: none;
        margin: 5px 0;
    }

        .sur-list .bs-example .nav-tabs > li > a {
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .sur-list .fs18 {
        display: block;
        margin: 10px 0;
        width: 100%;
    }

    .addsur .st {
        border-left: 0px solid #CBCBCB;
    }

    select.form-control.input-sm.col-sm-3.col-xs-12 {
        width: 100% !important;
    }

    .add-survey .ts .status-box .col-sm-6 h3 {
        padding: 0;
    }

    .add-survey .ts .status-box .col-sm-6 p {
        padding: 0;
    }

    .box-blue .big-radio label {
        margin: 0 7px 0 0;
    }

    .task-ass .box-addsection .active span {
        margin-bottom: 8px;
        display: block;
    }

    .task-ass .box-addsection .active a, .custab > li > a {
        margin: 5px 0;
        text-align: center;
        display: block
    }

    .bs-example .custab > li > a {
        border-radius: 4px;
        padding: 10px 15px;
        font-size: 16px;
        margin: 1px 0;
        text-align: left;
    }

    .custab > li {
        display: block;
        width: 100%;
    }

        .custab > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            border-bottom: 1px solid #a2cce5;
            margin-bottom: 0;
        }

    .custab > li {
        margin: 0;
    }

    .tabque .btn-success {
        display: block;
    }

    .tabque {
        display: block;
        margin: 15px 0 0 15px;
    }

    .activities ul.activitieslist li .col-sm-8 {
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #ccc;
        border-right: 0px solid #ccc;
    }

        .activities ul.activitieslist li .col-sm-8::after {
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            ;
            border-bottom: 14px solid #F7F7F7;
            right: 20px;
            bottom: -1px;
            top: auto;
        }

        .activities ul.activitieslist li .col-sm-8::before {
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            ;
            border-bottom: 14px solid #ccc;
            right: 20px;
            bottom: 0;
            top: auto;
        }

    .activities ul.activitieslist li .col-sm-4 {
        padding: 10px 15px;
        padding-top: 0 !important;
    }

    .activities .btn-group, .tlist .btn-group {
        display: block;
    }

        .activities .btn-group > .btn, .btn-group-vertical > .btn, .tlist .btn-group > .btn {
            padding: 10px;
            margin: 5px 0;
            display: block;
            width: 100%;
        }

    .activities a.mo {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin-top: 5px;
    }

    .teamlist ul {
        margin: 20px 0;
    }

    .teamlist .col-sm-4 img {
        margin-top: 0;
    }

    .teamlist .col-sm-4 {
        padding-bottom: 0;
        min-height: 50px;
    }

    .teamlist .col-xs-12 .text-left {
        text-align: center;
    }

    .bbox .form-control {
        margin-bottom: 5px;
    }

    .bbox .btn, .btnn .btn, .bbox .form-control, .padt15 .form-control {
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }

    h4 span.action {
        display: block;
    }

    .media-heading .action .btn-primary {
        margin-left: 0;
    }
    .top-header {
        /*flex-direction: column;
        align-items: baseline!important;*/
        flex-wrap: wrap;
        justify-content: center;
    }
    .logo-img{
        display:none;
    }
}

.mgnTop20 {
    margin-top: 20px;
}

.mrgTop15 {
    margin-top: 15px;
}

textarea.form-control.handw {
    width: 277px;
    height: 97px;
    position: relative;
    max-width: 277px;
}

input.handw {
    width: 277px;
}

select.form-control.handw {
    width: 277px;
}

.col-xs-12 .text-left a.btn.btn-danger {
    margin-right: 5px;
}

div.comnt-container {
    height: 676px;
    overflow: auto;
}

.hlcontnr {
    height: 884px;
}

.mb15 {
    margin-bottom: 15px;
}

div.comnt-container .panel-info .panel-body {
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right:
}

.pull-right .menuforcmnt {
    border: 1px solid #A0A0A0;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 1px;
    font-size: 12px;
    line-height: 1.42857143;
    color: rgba(0, 0, 0, 0.75);
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 #000000, 0 3px 3px #EEEEEE inset;
    box-shadow: 0 0 0 #000000, 0 3px 3px #EEEEEE inset;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 94px !important;
    margin-right: -2px;
    height: 28px;
    margin-top: 10px;
}

.panel-body .mrgnT10 {
    margin-top: 10px;
    text-align: justify;
    font-weight: 600;
}

.panel-body .cmntone {
    font-size: 15px;
    color: rgb(217, 48, 48);
}

.pnl .panel-info .panel-heading {
    background-color: #FBFBFB;
    border-color: #F5F7F7;
}

    .pnl .panel-info .panel-heading .panel-title {
        color: rgb(136, 136, 152);
        font-weight: 600;
    }


@media only screen and (max-device-width: 300px) {
    #Tdmenu {
        margin-left: 15px;
    }
}

.leave-allcn-contnr {
    height: 356px;
    overflow-y: auto;
}
/*css for Permission Module*/
.cba input[type="checkbox"] {
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: bottom;
}

.table-panel-clps tr td {
    width: 65%;
    padding-bottom: 5px;
}

.table-panel-clps tr {
    text-align: left;
}

.bb {
    border-bottom: 1px solid #ddd;
}

.leftsec .panel-group {
    min-height: 352px;
}

.nodecor:hover {
    text-decoration: none;
}

.minhgt300 {
    min-height: 300px;
}

.participants {
    margin: 0 !important;
}

    .participants .media {
        border-top: 0px solid #C2C1C1 !important;
        padding: 10px 5px;
    }

.previous-fee.table > thead > tr > th, .previous-fee.table > tbody > tr > th, .previous-fee.table > tfoot > tr > th, .previous-fee.table > thead > tr > td, .previous-fee.table > tbody > tr > td, .previous-fee.table > tfoot > tr > td {
    padding: 5px 3px;
}

.previous-fee.table > thead > tr > th, .previous-fee.table > tfoot > tr > td {
    background: #f5f5f5;
    font-weight: 700;
    padding: 10px 3px;
}

.list-month {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-month li {
        float: left;
        margin: 0;
        padding: 9px;
        border: 1px solid #DADBDC;
        min-width: 90px;
        background: #EBEAEA;
    }

        .list-month li.paid {
            background: #DCF4BC !important;
            border: 1px solid #D3E9B1 !important;
        }

.date-display {
    display: inline-block;
    padding: 13px 15px;
    color: #fff;
}

.navbar-nav .btn-group {
    vertical-align: top;
}

    .navbar-nav .btn-group .btn-default {
        padding-top: 11px;
        padding-bottom: 12px;
    }

.eventbg {
    background: #FDFCE5;
}

    .eventbg h4 {
        background: #E6E4B1;
    }


/*anuj edited CSS*/
.detail-heading {
    padding: 2px;
}

p.student-detail-heading {
    width: 96%;
    float: left;
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    padding: 5px;
    color: rgb(171, 71, 9);
    /* border: 1px solid black; */
    font-size: 16px;
    border-bottom: 1px dashed;
    font-weight: 400;
    /* -webkit-box-shadow: rgba(100, 100, 100, 0.498039) 0px 1px 0px 0px; */
    /* box-shadow: rgba(208, 87, 34, 0.498039) 0px 1px 0px 0px; */
    text-shadow: rgba(67, 67, 48, 0.498039) 0px 1px 1px;
}

    p.student-detail-heading i {
        font-size: 24px;
    }

.row.detail-std-info {
    display: block;
    margin: 20px 0;
    padding: 5px;
    /*background: #F0F0F0;*/
    border-radius: 5px;
    border: 1px solid rgb(231, 224, 224);
    transition: background-color 1s ease;
    background: #F9EFEF;
}

    .row.detail-std-info:hover {
        background-color: #F0F0F0;
    }

.atab {
    border: 1px solid white;
}

    .atab li.active a {
        background-color: #1048b0;
        color: #fff !important;
        border-radius: 0;
        border: 0 !important;
    }

        .atab li.active a:hover, .atab li.active a:focus {
            background-color: #1048b0;
            color: #fff !important;
            border-radius: 0;
            border: 0 !important;
        }

    .atab li > a {
        border-radius: 0;
        color: #000 !important;
        background: transparent;
    }

        .atab li > a:hover {
            background: #1048b0;
            color: #fff !important;
        }

.atabcontent {
    min-height: 300px;
    text-align: center;
    padding: 15px 0;
}

    .atabcontent .apan-box {
        padding: 0px;
        border-radius: :5px;
    }

        .atabcontent .apan-box .box {
            border: 1px solid #fff;
            padding: 25px 0px;
            margin-bottom: 10px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            transition: all .5s;
            -moz-transition: all .5s;
            -webkit-transition: all .5s;
            color: #fff !important;
        }

            .atabcontent .apan-box .box:hover {
                background: rgba(58, 107, 182, 0.4);
                color: #fff !important;
            }

            .atabcontent .apan-box .box.green {
                background: green;
            }

            .atabcontent .apan-box .box.blue {
                background: blue;
            }

            .atabcontent .apan-box .box.orange {
                background: orange;
            }

            .atabcontent .apan-box .box.purple {
                background: rgba(173, 1, 173, 0.65);
                border: 1px solid rgba(158, 30, 158, 1);
            }

            .atabcontent .apan-box .box .icon-play {
                color: #fff;
                font-size: 40px;
                opacity: 0;
            }

                .atabcontent .apan-box .box .icon-play:hover {
                    opacity: 1;
                }

.notify1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    background: red;
    font-color: #sss;
}

.Time-period-lbl {
    font-size: 18px;
    line-height: 38px;
}

.Table-Container-Period {
    min-height: 300px;
    /*background: #fff;*/
}

.Table-Container-Period-header {
    margin-top: 20px;
    min-height: 26px;
    /*background: #3ED1D7;*/
    background: #fff;
    /*border: 1px solid rgb(87, 197, 211);*/
    border-bottom: 0
}

    .Table-Container-Period-header .half-count, .Table-Container-Period-header .period-count {
        /*background: rgb(213, 50, 50);*/
        background: rgb(60, 207, 84);
        border: 1px solid#2CD828;
        padding: 3px 6px;
        color: #fff;
        display: block;
        /* margin: -14px 10%; */
        margin: -14px 6%;
        padding: 8px 25px;
        font-size: 16px;
        border-radius: 4px;
    }
/*=============Responsive table==========anuj========*/
@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
        margin-bottom: 15px;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: center;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }
}

#no-more-tables .table-bordered.cf > thead > tr > th, .table-bordered.cf > thead > tr > td {
    /*
border-bottom-width: 1px;
background: #EDEDED !important;
color: #727272;
font-size: 19px;
text-align: center;
*/
    border-bottom-width: 1px;
    /* background: #3195d9!important; */
    color: #646464;
    font-size: 17px;
    text-align: center;
}

#no-more-tables .table-bordered.cf > thead > tr > th, .table-bordered.cf > tfoot > tr > th, .table-bordered.cf > thead > tr > td, .table-bordered.cf > tfoot > tr > td {
    border: 1px solid transparent !important;
}

#no-more-tables .table-bordered.cf > tbody > tr > th, .table-bordered.cf > tbody > tr > td {
    border: 1px solid transparent;
}

#no-more-tables .table-bordered.cf > tbody > tr > td {
    height: 54px;
    text-align: center;
    color: #323232;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

    #no-more-tables .table-bordered.cf > tbody > tr > td :nth-child(2n+1) {
        width: 25%;
    }

.actions button {
    width: 24px !important;
    height: 24px;
    border: 0;
    padding: 4px 8px 9px 0px;
}

#no-more-tables .numeric input[type="text"] {
    text-align: center;
}

#no-more-tables .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: none repeat scroll 0 0 #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.calander-big {
    width: 100%;
    display: table;
    margin: 0 auto;
}

    .calander-big .full-btn span {
        font-size: 17px;
        margin: -1px;
    }

    .calander-big .alert-warning {
        color: #575756;
        background-color: #fff !important;
        border-color: rgba(50, 50, 50, 1);
        opacity: 1;
    }

    .calander-big .page-header {
        padding-bottom: 9px;
        margin: 20px 0 20px;
        border-bottom: 1px solid #eee;
    }

.calander-container {
    padding: 10px 10px;
    border: 1px solid rgb(234, 231, 231);
    margin: 10px;
    border-radius: 5px;
    background: #dcecf5;
    border: 1px solid #a2cce5;
}

.right-side-container {
    padding: 15px;
    margin-top: -4px;
}

    .right-side-container .unit {
        border: 1px solid rgba(252, 214, 81, 0.49);
    }

    .right-side-container .search-form .form-group {
        float: right !important;
        transition: all 0.35s, border-radius 0s;
        height: 32px;
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        border-radius: 25px;
        border: 1px solid #ccc;
        width: 100%;
        border-radius: 4px 25px 4px 25px;
    }

        .right-side-container .search-form .form-group input.form-control {
            padding-right: 20px;
            border: 0 none;
            background: transparent;
            box-shadow: none;
            display: block;
        }

            .right-side-container .search-form .form-group input.form-control::-webkit-input-placeholder {
                display: none;
            }

            .right-side-container .search-form .form-group input.form-control:-moz-placeholder {
                /* Firefox 18- */
                display: none;
            }

            .right-side-container .search-form .form-group input.form-control::-moz-placeholder {
                /* Firefox 19+ */
                display: none;
            }

            .right-side-container .search-form .form-group input.form-control:-ms-input-placeholder {
                display: none;
            }

        .right-side-container .search-form .form-group:hover,
        .right-side-container .search-form .form-group.hover {
            width: 100%;
            border-radius: 4px 25px 25px 4px;
        }

        .right-side-container .search-form .form-group span.form-control-feedback {
            position: absolute;
            top: -16px;
            right: -14px;
            /*  z-index: 2;*/
            display: block;
            width: 34px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            color: #3596e0;
            left: initial;
            font-size: 14px;
        }

.input-text-search input[type="text"] {
    transition: all 0.35s, border-radius 0s;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
    width: 100%;
    text-indent: 25px;
    border-radius: 4px 25px 4px 25px;
}

.input-text-search span.feedback {
    position: absolute;
    top: 10px;
    color: rgb(0, 81, 255);
    right: 25px;
}

    .input-text-search span.feedback:hover {
        cursor: pointer;
    }

.input-text-search input[type="text"]:hover {
    border-radius: 4px 25px 25px 4px;
}
/*==============================================================New Time Table=================================*/
.new-time-table {
}

    .new-time-table .table > tbody > tr:first-child td {
        width: 82px;
        text-align: center;
    }

    .new-time-table th h3:after {
        content: none;
    }

    .new-time-table .class-name {
        display: block;
        text-align: center;
        min-height: 100px;
        margin: 0;
        opacity: 1;
        background: #428bca;
        padding: 14px 4px;
        width: 82px;
    }

        .new-time-table .class-name span {
            background: #428bca;
            display: blcok;
            display: block;
            margin: 0;
            width: 100%;
            opacity: 1;
            color: rgb(247, 243, 243);
            width: 78px;
        }

    .new-time-table .table > tbody > tr > td small {
        margin: 0px 0px;
        padding: 3px 0;
        text-align: left;
        display: block;
        padding: 3px 7px;
        cursor: pointer;
    }

        .new-time-table .table > tbody > tr > td small i {
        }

    .new-time-table .class-teacher-inner {
        display: block;
        margin: 3px;
        padding: 1px 7px;
        text-align: left;
        background: rgb(24, 158, 117);
        border-radius: 2px;
        width: 95%;
        margin-left: 3px;
        opacity: 1;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
    }

        .new-time-table .class-teacher-inner i {
            line-height: 19px;
            font-weight: 100;
            color: rgb(253, 253, 253);
            cursor: pointer;
        }

        .new-time-table .class-teacher-inner.red {
        }

/*==============================================================New Time Table=================================*/
/*==============================================================New Time Table=================================*/
.new-time-table {
}

    .new-time-table .table > tbody > tr:first-child td {
        width: 82px;
        text-align: center;
    }

    .new-time-table th h3:after {
        content: none;
    }

    .new-time-table .class-name {
        display: block;
        text-align: center;
        min-height: 100px;
        margin: 0;
        opacity: 1;
        background: #428bca;
        padding: 14px 4px;
        width: 82px;
    }

        .new-time-table .class-name span {
            background: #428bca;
            display: blcok;
            display: block;
            margin: 0;
            width: 100%;
            opacity: 1;
            color: rgb(247, 243, 243);
            width: 78px;
        }

    .new-time-table .table > tbody > tr > td small {
        margin: 0px 0px;
        padding: 3px 0;
        text-align: left;
        display: block;
        padding: 3px 7px;
        cursor: pointer;
    }

        .new-time-table .table > tbody > tr > td small i {
        }

    .new-time-table .class-teacher-inner {
        display: block;
        margin: 3px;
        padding: 1px 7px;
        text-align: left;
        background: rgb(24, 158, 117);
        border-radius: 2px;
        width: 95%;
        margin-left: 3px;
        opacity: 1;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
    }

        .new-time-table .class-teacher-inner i {
            line-height: 19px;
            font-weight: 100;
            color: rgb(253, 253, 253);
            cursor: pointer;
        }

        .new-time-table .class-teacher-inner.red {
        }

    .new-time-table .table > tbody > tr > td {
        /*max-width: 150px;*/
    }
/*==============================================================New Time Table=================================*/
/*==============================================================CHaracter Certificate=================================*/
.character-certificate-wrapper {
    min-height: 300px;
    background: #fff;
    width: 100%;
    display: table;
}

    .character-certificate-wrapper .ssm-logo {
        margin-left: -39px;
    }

        .character-certificate-wrapper .ssm-logo img {
            height: 136px;
        }

    .character-certificate-wrapper .School-name-wrapper {
        padding-top: 15px;
    }

        .character-certificate-wrapper .School-name-wrapper h1 {
            font-family: lato;
            font-weight: 500;
            margin-bottom: 0;
            text-align: center;
            font-size: 44px;
            color: rgb(171, 32, 32);
        }

        .character-certificate-wrapper .School-name-wrapper h3 {
            margin-top: 10px;
            font-family: roboto;
            /* text-indent: 63px; */
            letter-spacing: 1px;
            word-spacing: 8px;
            font-weight: 300;
            text-align: center;
            font-size: 30px;
            color: blue;
        }

    .character-certificate-wrapper .top-imp-detail {
        padding: 0 15px;
    }

        .character-certificate-wrapper .top-imp-detail h2 {
            font-family: roboto;
            color: black;
            margin-top: 10px;
            font-size: 24px;
        }

            .character-certificate-wrapper .top-imp-detail h2:nth-child(2) {
                margin-top: 40px;
            }

            .character-certificate-wrapper .top-imp-detail h2 span:nth-child(2) {
                background: #423F3F;
                color: #fff;
                font-size: 14px;
                padding: 7px 16px;
                margin-left: 54px;
            }

    .character-certificate-wrapper .student-Certificate-detail {
        padding: 0px 80px 0 209px;
    }

        .character-certificate-wrapper .student-Certificate-detail h3 {
            font-family: roboto;
            line-height: 32px;
            text-indent: 34px;
            margin-bottom: 15px;
        }
/*==============================================================CHaracter Certificate=================================*/
/*==============================================================Assign Subnect=================================*/


.assign-subject span, .assign-subject2 span {
    background: rgb(151, 163, 151);
    margin-right: 10px;
    color: #fff;
    padding: 1px 7px;
    border-radius: 2px;
    padding-bottom: 3px;
    min-width: 153px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
}

    .assign-subject span i, .assign-subject2 span i {
        font-size: 13px;
        background: rgb(239, 236, 236);
        height: 20px;
        border-radius: 50%;
        padding: 2px 4px;
        width: 20px;
        border: 1px solid #fff;
        color: #908686;
        margin-top: 4px;
        transition: all .4s ease;
        cursor: pointer;
    }

        .assign-subject span i:hover {
            color: #797575;
            background: rgb(232, 194, 194);
        }

.assign-subject2 span {
    background: rgb(77, 181, 211);
}

    .assign-subject2 span i {
        border: 1px solid #847A7A;
        background: rgb(158, 158, 158);
        color: #FFFFFF;
    }

        .assign-subject2 span i:hover {
            background: rgb(242, 164, 164);
        }

.assign-subject-group {
}

    .assign-subject-group .block-wrapper {
        border: 1px solid #BDBDBD;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        min-height: 150px;
        background: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }

        .assign-subject-group .block-wrapper .blocksubject {
            min-height: 136px;
            margin-top: 20px;
        }

            .assign-subject-group .block-wrapper .blocksubject span {
                display: block;
                width: 100%;
                background: rgb(91, 123, 247);
                color: #fff;
                padding: 3px 8px;
                border-radius: 2px;
                margin-bottom: 5px;
            }

                .assign-subject-group .block-wrapper .blocksubject span i {
                    display: block;
                    background: #fff;
                    color: #9D9898;
                    border-radius: 50%;
                    height: 18px;
                    width: 18px;
                    padding: 2px 4px;
                    font-size: 13px;
                    cursor: pointer;
                }

.box-title-sub {
    text-align: center;
    width: 100%;
    display: block;
    color: blue;
    font-size: 18px;
    margin-top: 10px;
    font-family: sans-serif;
}

.assign-subject-group .remove-icon {
    color: rgb(218, 58, 58);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: block;
    margin-top: -11px;
    margin-right: -22px;
    background: #fff;
    padding: 1px 4px;
    border: 1px solid gray;
    cursor: pointer;
    transition: all .3s ease;
}

/*==============================================================Assign Subnect=================================*/
/*==============================================================Message system =================================*/
.History {
}

    .History .history-inner {
        min-height: 150px;
        background: #eee;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }

        .History .history-inner p {
        }

        .History .history-inner .msg {
            background: #fff;
            min-height: 100px;
            margin: 0;
            color: #000;
        }

.red {
    color: red;
}

.grid-message-continer {
    padding: 10px;
    margin-bottom: 20px;
}

    .grid-message-continer .message-grid-inner {
        min-height: 102px;
        padding: 5px;
        border: 1px dashed #ddd;
        background: #F9F9F9;
        margin-top: 20px;
        border-radius: 3px;
    }

        .grid-message-continer .message-grid-inner p {
            padding: 0 5px;
        }

        .grid-message-continer .message-grid-inner h4 {
            padding: 0 5px;
        }

            .grid-message-continer .message-grid-inner h4 i {
                color: rgb(160, 160, 160);
            }

    .grid-message-continer.leftsec {
        box-shadow: none;
        margin: 0 !important;
    }

        .grid-message-continer.leftsec th {
            background: #5C66E4;
            font-weight: 600;
            font-size: 16px;
            color: #fff;
        }

            .grid-message-continer.leftsec th:nth-child(1) {
                border-top-left-radius: 3px;
            }

            .grid-message-continer.leftsec th:nth-child(3) {
                border-top-right-radius: 3px;
            }

        .grid-message-continer.leftsec td:nth-child(1) {
            min-width: 100px;
        }

        .grid-message-continer.leftsec td:nth-child(2) {
            min-width: 175px;
        }

        .grid-message-continer.leftsec .msg-display {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 753px !important;
            display: block;
            display: rgb(103, 77, 18);
        }
/*==============================================================message system end=================================*/


/*==============================================================Latest Time TAble end=================================*/
.New-tm-TBl-wrapper {
    padding: 0 15px;
}

.help-text-time-tble {
    margin: 20px auto 10px;
    width: 100%;
    /* background: rgb(241, 230, 173); */
    /* color: rgb(160, 66, 66); */
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 3px;
    opacity: 1 !important;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .help-text-time-tble span {
        opacity: 1 !important;
    }

.first-tm-section {
}

    .first-tm-section h3 {
        font-family: helvetica;
        -webkit-font-smoothing: antialiased;
        color: rgb(130, 130, 130);
        text-align: center;
    }

    .first-tm-section .first-tm-section-inner.one {
    }

    .first-tm-section .first-tm-section-inner {
        margin-bottom: 30px;
        overflow-x: auto;
        width: 100%;
        /*border-radius: 5px;*/
    }

        .first-tm-section .first-tm-section-inner table {
            width: 100%;
        }


            .first-tm-section .first-tm-section-inner table tbody > tr {
                /*float: left;*/
                border-bottom: 1px solid rgb(228, 224, 224);
                text-align: center;
            }

                .first-tm-section .first-tm-section-inner table tbody > tr > td:nth-child(1) {
                    padding: 5px;
                    font-size: 18px;
                    text-align: center;
                    color: #797575;
                    border: 1px solid rgb(233, 234, 234);
                    background: rgba(205, 233, 252, 0.72);
                    /*width: 107px;*/
                    /* border-bottom: 1px solid #929393; */
                    vertical-align: top;
                    font-weight: bold;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td {
                    width: 10%;
                    height: 54px;
                    vertical-align: top;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr:nth-child(1) {
                    background: #80B6C0;
                    color: #fff;
                    font-weight: bold;
                }

                    .first-tm-section .first-tm-section-inner table tbody > tr:nth-child(1) td {
                        font-size: 15px;
                        text-align: center;
                        height: 11px;
                        border: 2px solid #FEFEFE;
                        border-bottom-color: #749FB7;
                        font-weight: 600;
                    }

                        .first-tm-section .first-tm-section-inner table tbody > tr:nth-child(1) td:nth-child(1) {
                            background: #80B6C0;
                        }

                .first-tm-section .first-tm-section-inner table tbody > tr > td {
                    border: 1px solid #F1F0F0;
                    border-left: 2px solid #eee;
                    text-align: center;
                }

            .first-tm-section .first-tm-section-inner table tbody > tr {
                border-bottom: 2px solid rgb(242, 241, 241);
            }

                .first-tm-section .first-tm-section-inner table tbody > tr > td.success {
                    background: #ddf3bf;
                    color: #22b14c;
                    border-color: transparent;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td.warning {
                    background: #ffde00;
                    color: #e30c15;
                    border-color: transparent;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td.danger {
                    background: #f7ddde;
                    color: #e30c15;
                    border-color: transparent;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td.default {
                    background: rgb(180, 180, 181);
                    color: #fff;
                    border-color: transparent;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td.primary {
                    background: rgb(124, 137, 228);
                    color: #fff;
                    border-color: transparent;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td .edit-icon {
                    font-size: 35px;
                    /* line-height: 37px; */
                    color: rgb(12, 13, 12);
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td .edit {
                    display: none;
                    transition: all .5s ease;
                    background: rgba(233, 224, 251, 1);
                    width: 100%;
                    height: 52px;
                    margin: 0;
                    border: 1px solid #fff;
                }

                    .first-tm-section .first-tm-section-inner table tbody > tr > td .edit a, .first-tm-section .first-tm-section-inner table tbody > tr > td .edit a:hover, .first-tm-section .first-tm-section-inner table tbody > tr > td .edit a:focus {
                        text-decoration: none;
                    }

                .first-tm-section .first-tm-section-inner table tbody > tr > td .clsss {
                    display: block;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td:hover .clsss {
                    display: none;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td:hover .empty {
                    display: none;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td:hover .edit {
                    display: inline-block;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td p:nth-child(1) {
                    margin-bottom: 0;
                    font-weight: 600;
                    color: #0BA04B;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td p:nth-child(2) {
                    text-align: center;
                    margin-bottom: 0;
                    color: rgb(71, 71, 229);
                    font-weight: 600;
                    font-size: 16px;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td p.nme {
                    text-align: center;
                    margin-bottom: 0;
                    color: rgb(71, 71, 229);
                    font-weight: 600;
                    font-size: 16px;
                    text-align: left;
                    float: left;
                    margin-left: 3px;
                    /* font-size: 13px; */
                    color: rgb(123, 129, 123);
                    width: 96%;
                    display: block;
                    transition: all 1s ease;
                    margin-bottom: 2px;
                    padding-left: 5px;
                    /*border: 1px solid transparent;*/
                    border: 1px solid #DDD;
                    background: #eee;
                }

                    .first-tm-section .first-tm-section-inner table tbody > tr > td p.nme:hover {
                        border: 1px solid #DDD;
                        background: #eee;
                    }

                .first-tm-section .first-tm-section-inner table tbody > tr > td small {
                    text-align: left;
                    float: left;
                    font-size: 13px;
                    color: rgb(123, 129, 123);
                    max-width: 76px;
                    display: block;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td p.nme strong {
                    font-size: 14px;
                    line-height: 6px;
                    margin-bottom: 7px;
                    display: block;
                    padding-left: 15%;
                }

                .first-tm-section .first-tm-section-inner table tbody > tr > td p.nme i {
                    cursor: pointer;
                    line-height: 22px;
                    color: rgb(236, 141, 141);
                    font-size: 12px;
                    text-shadow: 0 0 1px rgba(255, 255, 255, 0.81);
                }

                .first-tm-section .first-tm-section-inner table tbody > tr:nth-child(1) > td > p {
                    font-size: 14px;
                    color: rgb(203, 239, 246);
                }
/*==============================================================Latest Time TAble end=================================*/


.datepicker {
    position: relative;
}

    .datepicker > input + .ui-datepicker-trigger {
        position: absolute;
        top: 2px;
        right: 5px;
    }

.error-block .error_msg {
    display: block;
}
/* Image Hover LInk*/
.image-hover-link {
    position: relative;
}

    .image-hover-link .hover-link {
        width: 60px;
        position: absolute;
        padding: 5px 0;
        background: rgba(4, 6, 7, 0.49);
        color: #fff;
        font-size: 11px;
        margin-left: 5px;
        margin-top: -64px;
        border: 1px solid rgba(0, 0, 0, 0.16);
        font-family: sans-serif;
        text-align: center;
        display: none;
        height: 59px;
        line-height: 49px;
    }

        .image-hover-link .hover-link:hover, .image-hover-link .hover-link:focus {
            text-decoration: none;
        }

    .image-hover-link:hover .hover-link {
        display: block;
    }


.custmmmlist > li {
    width: 27vw;
    vertical-align: top;
}
/*.timetable .teacher-timetable-dashboard,.sml-pnl-dtl
{
font-size: 17px;
	color: rgb(66, 139, 202);
	text-align: center;
	margin-bottom: 5px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
}*/
.details-pnl {
    margin-top: 0px;
    /*border: 1px solid #ddd;*/
    /*  min-height: 171px;*/
    text-align: center;
}

    .details-pnl.admin {
        margin-top: 0px;
        /*	border: 1px solid #ddd;*/
        min-height: 446px;
        text-align: center;
        display: table;
        width: 100%;
        /*	background: #eee;*/
    }

.paddingL {
    padding-left: 0;
}

.paddingR {
    padding-right: 0;
}

@media(max-width:768px) {
    .paddingL {
        padding-left: 15px;
    }

    .paddingR {
        padding-right: 15px;
    }
}
/*.newws .timetable th h3:after
{
content:none;
}
.newws .timetable .table > tbody > tr > td h2:after
{
content:none;
}*/
.new-tbl {
    font-family: opensans;
    font-size: 20px;
    color: rgb(117, 119, 119);
    background: #eee;
    padding: 7px 8px 6px;
    -webkit-box-shadow: 0 1px 3px 0px rgba(100,100,100,0.5);
    box-shadow: 0 1px 3px 0px rgba(100,100,100,0.5);
    color: rgb(98, 96, 92);
    border-radius: 2px 2px 0 0;
    margin: 0px -15px 30px -15px !important;
}

    .new-tbl.dbs {
    }

.mdlcntr {
    -webkit-box-shadow: 0 2px 10px 2px rgba(100,100,100,0.5);
    box-shadow: 0px 2px 8px 2px rgba(100,100,100,0.5);
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 4px 4px 7px 7px;
    min-height: 544px;
}

.event-tds {
    border: 1px solid #5e5bca;
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

    .event-tds .dte {
        height: 60px;
        width: 60px;
        border: 1px solid #5e5bca;
        display: inline-block;
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
    }

        .event-tds .dte span {
            display: block;
            font-size: 24px;
            text-align: center;
            color: rgb(173, 173, 173);
        }

        .event-tds .dte small {
            text-align: center;
            display: block;
            font-size: 17px;
            color: #5400a1;
            background: rgb(173, 173, 173);
            line-height: 26px;
        }

    .event-tds .dtel {
        padding: 2px 10px;
        color: rgb(68, 67, 67);
        text-align: justify;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        height: 60px;
        margin-bottom: 0;
        width: 76%;
        line-height: 18px;
        line-height: 50px;
    }

        .event-tds .dtel a {
            color: rgb(68, 67, 67) !important;
        }
/*----------------------------------------------- admin dashboard inf------------*/
.SL {
    width: 265px;
    margin: 0 auto;
}

.SM {
    width: 265px;
    margin: 0 auto;
}

.RS {
    width: 265px;
    margin: 0 auto;
}

.Tp {
    width: 291px;
    margin: 0 auto;
}
/*-----> left pannel*/
.admindsb-L .panel-heading {
    background: #42CA6D !important;
    border-bottom: 0;
}

.admindsb-L .panel-body {
    padding: 0 0 10px;
}
/*   --heading ul--*/
.admindsb-L .headingUL {
    background: #eee;
    border-bottom: 1px solid #ddd;
}

    .admindsb-L .headingUL li {
        display: inline-block;
        font-size: 17px;
        color: #fff;
        padding: 3px 15px;
        width: 130px;
        text-align: left;
    }

        .admindsb-L .headingUL li:nth-child(1) {
            background: rgb(175, 179, 176);
            float: left;
        }

        .admindsb-L .headingUL li:nth-child(2) {
            color: #716969;
        }
/*   --body ul--*/
.admindsb-L .panel-body .bodyUL { /*border-bottom: 1px solid #ddd;*/
}

    .admindsb-L .panel-body .bodyUL li {
        display: inline-block;
        font-size: 17px;
        color: #453E3E;
        padding: 0;
        height: 30px;
        width: 100%;
        text-align: center;
        margin-bottom: -5px;
    }

        .admindsb-L .panel-body .bodyUL li .UL-LL {
            height: 30px;
            width: 100%;
            display: table;
        }

            .admindsb-L .panel-body .bodyUL li .UL-LL .LL {
                display: inline-block;
                text-align: center;
                width: 48%;
                padding: 4px;
                border-bottom: 1px solid #E8E8E8;
            }

                .admindsb-L .panel-body .bodyUL li .UL-LL .LL:nth-child(1) {
                    color: #515250;
                    text-align: left;
                    padding-left: 20px;
                    width: 115px;
                    border-right: 1px solid #eee;
                    float: left;
                }

                    .admindsb-L .panel-body .bodyUL li .UL-LL .LL:nth-child(1) a {
                        color: #515250;
                        text-decoration: none;
                        cursor: pointer;
                    }

                .admindsb-L .panel-body .bodyUL li .UL-LL .LL:nth-child(2) {
                    color: #9D9898;
                    text-align: center;
                    width: 127px;
                    float: left;
                }

                    .admindsb-L .panel-body .bodyUL li .UL-LL .LL:nth-child(2) span {
                        color: #B2B1B1;
                        display: inline-block;
                        margin-left: 5px;
                    }
/*-----> Middle pannel*/
.admindsb-M .panel-heading {
    background: #69ADE7 !important;
}

.admindsb-M .panel-body {
    padding: 0 10px 10px;
}

/*-------inner M Pannel--*/
.admindsb-M .headingUL li:nth-child(2) {
    color: #FFFFFF;
    background: rgb(85, 231, 87);
    width: 65px;
    float: left;
    text-align: center;
}

.admindsb-M .headingUL li:nth-child(3) {
    color: #FFFFFF;
    background: #F45B5B;
    float: left;
    width: 70px;
    text-align: center;
}

.admindsb-M .panel-body .bodyUL li .UL-LL .LL:nth-child(1) {
    color: #8F938E;
    text-align: left;
    padding-left: 29px;
    width: 130px;
    float: left;
}

.admindsb-M .panel-body .bodyUL li .UL-LL .LL:nth-child(2) {
    color: #B2B1B1;
    text-align: center;
    width: 64px;
    border-right: 1px solid #eee;
    float: left;
}

.admindsb-M .panel-body .bodyUL li .UL-LL .LL:nth-child(3) {
    color: #B2B1B1;
    text-align: center;
    width: 48px;
    float: left;
}

.admindsb-M .panel-body .bodyUL li .UL-LL .LL:nth-child(2) span {
    color: rgb(60, 176, 62)
}

.admindsb-M .panel-body .bodyUL li .UL-LL .LL:nth-child(3) span {
    color: #F06060;
}



/*-----> Right pannel*/
.admindsb-R .panel-heading {
    background: #F0C92E !important
}

.admindsb-R .admindsb-L.smalll .panel-body {
    padding: 0 1px 10px;
}

.admindsb-R .admindsb-L.smalll .panel-body {
    max-height: 150px;
}
/*table scrolling */
/*-------left pannel*/

/*----------Teacher pannel*/
.Teacherpannel .panel-heading {
    background: #428bca !important
}

.Teacherpannel .headingUL li:nth-child(1) {
    width: 75%;
}

.Teacherpannel .headingUL li:nth-child(2) {
    width: 24%;
}

.Teacherpannel .panel-body .bodyUL li .UL-LL .LL:nth-child(1) {
    width: 218px;
    ;
    padding-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;
}

    .Teacherpannel .panel-body .bodyUL li .UL-LL .LL:nth-child(1) a {
        color: #515250;
        text-decoration: none;
        cursor: pointer;
    }

.Teacherpannel .panel-body .bodyUL li .UL-LL .LL:nth-child(2) {
    width: 50px;
    overflow: hidden;
}

    .Teacherpannel .panel-body .bodyUL li .UL-LL .LL:nth-child(2) .present {
        color: rgb(85, 231, 87);
    }

    .Teacherpannel .panel-body .bodyUL li .UL-LL .LL:nth-child(2) .absent {
        color: #FD8282;
    }

    .Teacherpannel .panel-body .bodyUL li .UL-LL .LL:nth-child(2) .leave {
        color: #F0C92E !important;
    }
/*---common--*/
.admindsb-L .panel-body, .admindsb-M .panel-body, .admindsb-R .panel-body {
    max-height: 385px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: 1px solid #ddd;
}
    /*---scrollbar dashboard--*/
    .admindsb-L .panel-body::-webkit-scrollbar, .admindsb-M .panel-body::-webkit-scrollbar, .admindsb-R .panel-body::-webkit-scrollbar {
        width: 10px;
    }

    .admindsb-L .panel-body::-webkit-scrollbar-track, .admindsb-M .panel-body::-webkit-scrollbar-track, .admindsb-R .panel-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03);
    }

    .admindsb-L .panel-body::-webkit-scrollbar-thumb, .admindsb-M .panel-body::-webkit-scrollbar-thumb, .admindsb-R .panel-body::-webkit-scrollbar-thumb {
        background-color: rgb(223, 223, 223);
    }

    .admindsb-L .panel-body::-webkit-scrollbar-thumb, .admindsb-M .panel-body::-webkit-scrollbar-thumb, .admindsb-R .panel-body::-webkit-scrollbar-thumb {
        height: 100px;
    }


.myincoview {
    font-size: 17px;
    height: 65px;
    margin: -10px auto 24px !important;
    ;
    color: #4059BD;
    font-family: helvetica;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(124, 122, 122, 0.3);
    padding: 19px;
    max-width: 290px;
}

    .myincoview.new {
        padding: 13px;
        display: table;
        width: 100%;
    }

    .myincoview a {
        color: rgb(158, 165, 166);
        font-size: 28px;
        text-decoration: none;
    }

        .myincoview a.new {
            font-size: 17px;
            line-height: 25px;
        }

        .myincoview a i {
            color: rgb(32, 181, 208);
            font-size: 51px;
            text-align: center;
            line-height: 26px;
            position: absolute;
            margin-left: -57px;
            margin-top: 3px;
        }

            .myincoview a i.new {
                color: rgb(32, 181, 208);
                font-size: 39px;
                text-align: center;
                line-height: 44px;
                margin-top: 3px;
                display: block;
                position: relative;
                margin-left: 0;
            }

.admindsb-L .headingUL li .fa:nth-child(1) {
    color: red;
}

.admindsb-L .headingUL li .fa:nth-child(2) {
    color: rgb(60, 176, 62);
}

.admindsb-L .headingUL li .fa:nth-child(3) {
    color: #F0C92E !important;
}


/*Transport Status Page CSS Only*/
.rightinfo {
    background-color: rgba(255, 255, 255, 0.37);
    position: relative;
}

    .rightinfo .headTitle {
        color: #5BC0DE;
        padding: 7px 20px;
        font-size: 17px;
        font-weight: normal;
        text-transform: uppercase;
        font-family: helvetica;
    }

        .rightinfo .headTitle i {
            color: #5BC0DE;
        }

    .rightinfo .headBody {
        padding: 35px 20px 35px;
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        background: #fff;
    }

        .rightinfo .headBody ul {
            list-style: none;
            margin-bottom: 0;
        }

            .rightinfo .headBody ul:before {
                content: "";
                width: 2px;
                background: #E0DDDD;
                position: absolute;
                left: 1px;
                /* height: 100%; */
                height: 85%;
                /* height: 100%; */
                /*height: 100%;*/
            }

.trnheading {
    margin-left: -181px;
}

.rightinfo .headBody ul li {
    height: 50px;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 38px;
}

    .rightinfo .headBody ul li a {
        text-decoration: none;
        vertical-align: middle;
        color: #333;
        font-family: helvetica;
        font-size: 17px;
    }

        .rightinfo .headBody ul li a.start, .rightinfo .headBody ul li a.end {
            color: #fff !important;
            background: #3BCE3B;
            border: 4px solid #D0F1D0;
            height: 37px;
            display: inline-block;
            width: 90px;
            border-radius: 23px;
            text-align: center;
            margin-top: -12px;
            text-transform: uppercase;
            vertical-align: top;
            line-height: 29px;
        }

        .rightinfo .headBody ul li a.end {
            background: #6595B1;
            border: 4px solid #D0EFF1;
            vertical-align: bottom;
        }

        .rightinfo .headBody ul li a:before {
            /*
    content: "";
    height: 40px;
    width: 40px;
    background: #BBBABA;
    border: 5px solid #F5F4F4;
    position: absolute;
    border-radius: 50%;
    left: -19px;
    box-shadow: 0px 0px 0px 3px #fff;
*/
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            content: "";
            height: 30px;
            width: 31px;
            background: #fff;
            border: 2px solid #676561;
            position: absolute;
            border-radius: 50%;
            left: -14px;
            margin-top: 5px;
            box-shadow: 0px 0px 0px 2px #5BC0DE;
        }

        .rightinfo .headBody ul li a.orange:after {
            content: attr(data-title);
            left: -3px;
            position: absolute;
            color: #fff;
            margin-top: 2px;
        }

    .rightinfo .headBody ul li.first:before {
        position: absolute;
        color: #fff !important;
        background: #3BCE3B;
        border: 4px solid #D0F1D0;
        height: 37px;
        display: inline-block;
        width: 160px;
        border-radius: 23px;
        text-align: center;
        margin-top: -12px;
        text-transform: uppercase;
        vertical-align: top;
        line-height: 29px;
        content: "Starting Point";
        box-shadow: none;
        left: -77px;
    }

    .rightinfo .headBody ul li:last-child {
        margin-bottom: 0;
    }

    .rightinfo .headBody ul li.last:before {
        bottom: 50px;
        position: absolute;
        color: #fff !important;
        background-image: url(../images/schooldummy.png);
        height: 75px;
        display: inline-block;
        width: 90px;
        border-radius: 0;
        text-align: center;
        margin-top: -12px;
        text-transform: uppercase;
        vertical-align: top;
        line-height: 29px;
        content: "Start";
        box-shadow: none;
        background-color: transparent;
        left: -43px;
        background-size: cover;
    }

    .rightinfo .headBody ul li.last a:before {
        content: none;
    }
    /*
.rightinfo .headBody ul li a.start:before
{
    background: #ddd;
    border-color: #ddd;
    color: #fff !important;
    background: #3BCE3B;
    border: 4px solid #D0F1D0;
    height: 37px;
    display: inline-block;
    width: 90px;
    border-radius: 23px;
    text-align: center;
    margin-top: -12px;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 29px;
    content: "Start";
    box-shadow: none;
    left: -43px;
}
*/
    .rightinfo .headBody ul li a.end:before {
        background: #6595B1;
        border-color: #6595B1;
        margin-top: 0px;
    }

    .rightinfo .headBody ul li a.green:before {
        background: #fff;
        border-color: #5BC0DE;
    }

    .rightinfo .headBody ul li a.orange:before {
        background: #5BC0DE;
        border-color: white !important;
        box-shadow: 0px 0px 0px 2px #5BC0DE;
    }

    .rightinfo .headBody ul li a.orange.active:before, .rightinfo .headBody ul li a:focus::before, .rightinfo .headBody ul li a:hover::before {
        background: orange;
        border-color: white !important;
        box-shadow: 0px 0px 0px 2px orange;
    }

.rightinfo span.timming {
    position: absolute;
    left: -165px;
    font-size: 13px;
    margin-top: -3px;
    color: #4698B1;
    text-align: right;
}

    .rightinfo span.timming.end {
        position: absolute;
        left: -158px;
        font-size: 13px;
        margin-top: -3px;
        color: #4698B1;
        text-align: right !important;
        margin-top: 12px;
    }

    .rightinfo span.timming.last {
        margin-bottom: -17px;
        bottom: -7px;
        left: -63px;
        color: gray;
    }

    .rightinfo span.timming.end.last {
        bottom: -23px;
        left: -44px;
        color: #4698B1;
    }
/*Transport Status Page CSS End Here*/

.customscroll::-webkit-scrollbar {
    width: 8px;
    margin-right: 8px;
}

.customscroll::-webkit-scrollbar-track {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(23, 22, 21, 0.02);
    -moz-box-shadow: inset 0 0 5px rgba(23, 22, 21, 0.02);
    background: #eee;
}

.customscroll::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 5px rgba(23, 22, 21, 0.2);
    background: rgb(188, 188, 188);
}

/*profile pic photo css*/
.profulepicu {
    height: 120px;
    width: 120px;
    background: #eee;
    border-radius: 3px;
    position: relative;
}

.fileuploadprofilepic {
    textdec-oration: none;
}

label.myLabel:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, 0.31);
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 1;
    transition: all .3s ease;
}

label.myLabel:before {
    content: "";
    font-family: fontawesome;
    position: absolute;
    font-size: 25px;
    background: #f0ad4e;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 37px;
    border: 2px solid #fff;
    margin-top: 0;
    color: #fff;
    left: 39px;
    transition: all .4s ease;
    top: 0;
    z-index: 2;
}

.profulepicu:hover label.myLabel:before {
    top: 35px;
}

.profulepicu:hover label.myLabel {
    opacity: 1;
}
/*profile pic photo css*/
.profulepicu {
    height: 120px;
    width: 120px;
    background: #eee;
    border-radius: 3px;
}

profulepicu label.myLabel input[type="file"] {
    position: fixed;
    top: -1000px;
}


.profulepicu label {
    opacity: 0;
}


ul.dropdown-menu {
    right: 0;
    left: inherit !important;
}

.webchatdiv tr.greenu1 td .personone {
    background: #cff7cf;
    padding: 10px;
    border-radius: 20px;
    padding-left: 25px;
}

.webchatdiv tr {
}

    .webchatdiv tr.greenu1 td {
        padding: 5px;
        padding-left: 30px;
        padding-right: 5px;
    }

        .webchatdiv tr.greenu1 td .personone h3 {
            margin: 0;
            font-size: 19px;
            font-family: sans-serif;
            text-align: left;
        }

        .webchatdiv tr.greenu1 td .personone p {
            color: #666;
            font-size: 16px;
            font-family: sans-serif;
            margin: 0;
            text-align: left;
        }

        .webchatdiv tr.greenu1 td .personone .createdby {
            font-size: 13px;
            color: #888;
            display: block;
            text-align: left;
        }

    .webchatdiv tr.greenu1.two td {
        padding-left: 5px;
        padding-right: 30px;
    }

    .webchatdiv tr td .personone {
        max-width: 715px;
    }

    .webchatdiv tr.greenu1.two td .personone {
        background: #f6e6ff;
        padding-right: 25px;
        max-width: 715px;
    }

        .webchatdiv tr.greenu1.two td .personone h3 {
            margin: 0;
            font-size: 19px;
            font-family: sans-serif;
            text-align: right;
        }

        .webchatdiv tr.greenu1.two td .personone p {
            text-align: right;
        }

        .webchatdiv tr.greenu1.two td .personone .createdby {
            text-align: right;
        }

.scrolltableflexible {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}



/*01-May-2017 Chages for Make Screens Responsive by Anuj*/


/*anuj*/
.mediaquerydetection {
    width: 200px;
    height: 30px;
    background: rgba(0, 0, 0, 0.57);
    position: fixed;
    top: 3px;
    z-index: 999999;
    left: 0;
    display: none
}

    .mediaquerydetection:after {
        content: "device name";
        color: #fff;
        position: absolute;
        left: 9px;
        top: 5px;
    }
/*i phone Device Media Query*/

/*samsung Device Media Query*/
/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .mediaquerydetection:after {
        content: " samsung Galaxy S3 :LP";
    }
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .mediaquerydetection:after {
        content: " samsung Galaxy S3 :P";
    }
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .mediaquerydetection:after {
        content: " samsung Galaxy S3 :L";
    }
}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .mediaquerydetection:after {
        content: " samsung Galaxy S4 :LP";
    }
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .mediaquerydetection:after {
        content: " samsung Galaxy S4 :P";
    }
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .mediaquerydetection:after {
        content: " samsung Galaxy S4 :L";
    }
}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .mediaquerydetection:after {
        content: " samsung Galaxy S5 :LP";
    }
}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .mediaquerydetection:after {
        content: " samsung Galaxy S5 :P";
    }
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .mediaquerydetection:after {
        content: " samsung Galaxy S5 :L";
    }
}
/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .mediaquerydetection:after {
        content: " iPad mini :LP";
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .mediaquerydetection:after {
        content: " iPad mini :P";
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .mediaquerydetection:after {
        content: " iPad mini :L";
    }
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .mediaquerydetection:after {
        content: " iPad 1 and 2 :LP";
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .mediaquerydetection:after {
        content: " iPad 1 and 2 :P";
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .mediaquerydetection:after {
        content: " iPad 1 and 2 :L";
    }
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .mediaquerydetection:after {
        content: " iPad 3 and 4 :LP";
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .mediaquerydetection:after {
        content: " iPad 3 and 4 :P";
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .mediaquerydetection:after {
        content: " iPad 3 and 4 :L";
    }
}


/*samsung tab*/
/* ----------- Galaxy Tab 10.1 ----------- */

/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) {
    .mediaquerydetection:after {
        content: " Galaxy Tab 10.1:LP";
    }
}

/* Portrait */
@media (max-device-width: 800px) and (orientation: portrait) {
    .mediaquerydetection:after {
        content: " Galaxy Tab 10.1:P";
    }
}

/* Landscape */
@media (max-device-width: 1280px) and (orientation: landscape) {
    .mediaquerydetection:after {
        content: " Galaxy Tab 10.1:L";
    }
}

/*laptops*/
/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .mediaquerydetection:after {
        content: "laptops Non-Retina ";
    }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .mediaquerydetection:after {
        content: " laptop Retina ";
    }
}


/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .mediaquerydetection:after {
        content: "iPhone 6 :LP";
    }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .mediaquerydetection:after {
        content: "iPhone 6 :P";
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .mediaquerydetection:after {
        content: "iPhone 6 :L";
    }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .mediaquerydetection:after {
        content: "iPhone 6+ :LP";
    }
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .mediaquerydetection:after {
        content: "iPhone 6+ :P";
    }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .mediaquerydetection:after {
        content: "iPhone 6+ :L";
    }
}



/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .mediaquerydetection:after {
        content: "iPhone 5 and 5S :LP";
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .mediaquerydetection:after {
        content: "iPhone 5 and 5S :P";
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .mediaquerydetection:after {
        content: "iPhone 5 and 5S :L";
    }
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .mediaquerydetection:after {
        content: "iPhone 4 and 4S :PL";
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .mediaquerydetection:after {
        content: "iPhone 4 and 4S :P";
    }

    header.new .navbar > .container .navbar-brand {
        margin-left: 0;
        padding: 4px 4px 0px 15px;
        color: #fff;
        font-size: 22px !important;
        padding-top: 10px !important;
        font-weight: 300 !important;
        float: left !important;
        margin-top: 2px !important;
        z-index: 9999 !important;
        position: relative !important;
        max-height: 49px;
        max-width: 82%;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        line-height: 35px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: opensans !important;
    }

        header.new .navbar > .container .navbar-brand small i {
            display: inline-block;
            width: 29px;
        }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar-default .navbar-toggle {
        border-color: rgb(0, 0, 0);
        background: rgb(62, 41, 41);
        position: absolute;
        right: 9px;
        top: 9px;
        padding: 7px 7px;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: rgb(31, 28, 28);
            margin-right: 0;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    }

    header.new .navbar-nav > li > a {
        border-left: 0 !important;
        display: block !important;
        width: 100% !important;
        height: 45px !important;
        border-bottom: 1px solid #5a5959;
    }

        header.new .navbar-nav > li > a .texts {
            display: inline-block !important;
            color: #fff;
        }

    .navbar-nav {
        margin: 7.5px -15px;
        background: #696666;
        padding: 0 15px;
    }

    header.new .navbar-default .navbar-nav > li > a:hover, header.new .navbar-default .navbar-nav > li > a:focus {
        float: left;
    }

    header.new .dropdown-menu > li > a {
        background: #4d4d4d;
        border-bottom: 1px solid #403f3f;
        color: #fff !important;
        padding-left: 51px !important;
        height: 37px;
        line-height: 28px !important;
    }

    header.new .navbar-nav > li > a .iuser img {
        height: 31px;
        width: 31px;
        margin-left: 7px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .mediaquerydetection:after {
        content: "iPhone 4 and 4S :L";
    }
}


/*dropdon style*/
.menusubmenus .dropdown-menu {
    background: #fafafa;
    border-radius: 4px;
    margin-top: 0px;
    padding: 0;
}

.menusubmenus .dropdown-menu {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(120, 130, 140, 0.13);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    transform-origin: left 0px;
    list-style: none;
    padding-left: 0;
}

.menusubmenus.open .dropdown-menu {
    transform: scale(1);
    transform-origin: left 0px;
}

.menusubmenus .dropdown-menu li {
    background: #fafafa !important;
    width: 254px !important;
    box-shadow: none !important;
    height: auto !important;
}

    .menusubmenus .dropdown-menu li a {
        clear: both;
        position: relative;
        border-bottom: 1px solid rgba(120, 130, 140, 0.13);
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        padding: 9px 15px;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        color: #67757c !important;
    }
/*dropdon style end*/



/*support popup design*/

/*help model css start from here*/

.helpbutton {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
    display: inline-block;
    height: 31px;
    width: 89px;
    background: #673AB7;
    text-align: center;
    line-height: 33px;
    color: #fff;
    top: 400px;
    position: fixed;
    right: -29px;
    z-index: 9999;
    border-radius: 10px 10px 0 0;
    transform: rotate(270deg);
}

    .helpbutton:hover, .helpbutton:focus {
        color: #fff;
        outline: none;
        text-decoration: none;
    }

*Support Popup Design*/
.supportpopup {
}

.supportpopup .modal {
    background: rgba(13, 13, 13, 0.48);
    z-index: 99999;
}

.supportpopup .helptextpopup {
    font-size: 17px;
    margin-top: 10px;
    color: #666;
    background: #fff;
    margin: 0;
    padding: 4px 0;
    text-align: center;
    background: #d9f3ff;
}

    .supportpopup .helptextpopup span {
        color: #fff;
        background: #2196F3;
        padding: 2px 14px;
        border-radius: 3px;
    }

.supportpopup .websitewrapper {
    position: relative;
    border: 1px solid #ddd;
}

    .supportpopup .websitewrapper iframe {
        width: 100%;
        border: 0;
        background: #fafafa;
        min-height: 700px;
    }

.supportpopup .modal-content {
    position: relative;
    padding: 0px;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#site-navigation {
    display: none !important;
}

.supportpopup button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    background-image: url(../images/principal-dashboard/cross.png);
    background-repeat: no-repeat;
    right: 0px;
    top: 0;
    opacity: 1;
    font-size: 0;
    background-size: 22px;
    background-position: 24px 10px;
    z-index: 99999;
    background-color: #FF5722;
    outline: none;
    border-radius: 0 0 0 58%;
    position: absolute;
}

    .supportpopup button.close:after {
        content: "Close";
        position: absolute;
        color: #fff;
        right: 5px;
        top: 37px;
        font-size: 14px;
        font-family: 'opensans',sans-serif;
        font-weight: 200;
        letter-spacing: 1px;
    }

.supportpopup .modelbg {
    background: #e0e0e0;
    background: #fff;
    bottom: 0;
    direction: ltr;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.supportpopup .modelbodycontent {
    z-index: 9;
    position: relative;
    /* background: rgba(255, 255, 255, 0.36); */
    padding: 0;
    min-height: 400px;
    height: 100vh;
}

.supportpopup .modelfooter {
    padding: 10px 0 0;
    text-align: right;
    border-top: 1px solid #ddd;
}

.supportpopup .button {
    display: inline-block;
    position: relative;
    height: 45px;
    min-width: 120px;
    line-height: 42px;
    border-radius: 2px;
    font-size: 1.3em;
    background-color: #fff;
    color: #646464;
    font-family: 'Roboto', sans-serif;
    padding: 0 15px;
    text-align: center;
    margin-left: 15px;
}

.supportpopup .modal-body h2 {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 10px 0;
    font-size: 24px;
    margin-bottom: 9px;
    text-align: center;
    color: #2196F3;
}

    .supportpopup .modal-body h2 i {
        color: #528bf1;
        margin-right: 10px;
    }

.supportpopup .button.raised {
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    text-decoration: none !important;
    cursor: pointer;
}

@media (min-width: 768px) {
    .supportpopup .modal-dialog {
        width: 100%;
        margin: 0px auto;
        background: rgba(255, 255, 255, 0.79);
    }
}

.supportpopup .button > paper-ripple {
    border-radius: 2px;
    overflow: hidden;
}

.supportpopup .button.green {
    background-color: #0f9d58;
    color: #fff;
}

.supportpopup .modal-body {
    position: relative;
    padding: 5px 6px 4px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none !important;
}

header.new .navbar-brand {
    position: relative;
    /*max-width: 100%;*/
    border-bottom: none;
}

@media only screen and (max-width: 1176px) and (min-width: 768px) {
    header.new .navbar-brand {
        max-width: 231px;
    }
}

/*support popup design end*/




/*navbar header for Online PAYMENT*/

.onlinefeeheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    z-index: 999;
}

/*.shortheader {
    background: #fff;
    box-shadow: 2px 3px 13px #00000040;
    position: relative;
}*/
.top-header {
    background: #0089ff;
}

.circleLogo {
    background-color: #fff;
    width: 80px;
    border-radius: 100%;
    height: 80px;
    box-shadow: 2px 2px 5px #4592cc;
    border: 1px solid #bee3ff;
}

.text-white {
    color: #fff !important;
}

.shortheader img {
    max-height: 75px;
    width: 75px;
}

.onlinefeeheader span {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    background: #e91e63;
    padding: 4px 15px;
    right: 0;
    color: #fff;
}

/*.onlinefeeheader span:before {
        content: "";
        border-width: 14px;
        border-style: solid;
        border-color: #ffa50000 #e91e63 #0000ff00 #ff000000;
        position: absolute;
        left: -28px;
        top: 0;
        display: block;
    }*/

.onlinefeeheader h1 {
    margin: 0;
    padding-top: 18px;
    font-family: Roboto, sans-serif;
    color: #000;
    padding-left: 15px;
}

.studentDetailhdr h1 {
    font-size: 25px;
}

.studentDetailhdr p {
    margin-bottom: 0px;
}

.onlinefeeheader p {
    font-size: 17px;
    padding-left: 15px;
    font-family: Roboto, sans-serif;
}

.shortheader .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.shortheader .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.onlinefeedetails {
    padding-top: 49px;
}

    .onlinefeedetails hr {
        margin-top: 0;
    }

    .onlinefeedetails p {
        font-size: 17px;
        background: #fbf4de;
        padding: 10px 15px;
        border-left: 4px solid orange;
    }

    .onlinefeedetails ul {
        padding-left: 0;
        list-style: none;
    }

    .onlinefeedetails h3 {
        margin: 0;
        font-size: 16px;
        margin-bottom: 20px;
    }

        .onlinefeedetails h3 span {
            color: #000;
            font-size: 18px;
            padding-left: 7px;
        }

    .onlinefeedetails li {
        position: relative;
        padding-left: 38px;
        padding-bottom: 13px;
        font-size: 17px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        padding-right: 15px;
        font-weight: 300;
    }

        .onlinefeedetails li:before {
            content: attr(data-title);
            position: absolute;
            left: 0;
            top: 0;
            font-size: 18px;
            color: #ffff;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            height: 25px;
            width: 25px;
            text-align: center;
            background: #e91e63;
            line-height: 26px;
            border-radius: 100%;
        }

    .onlinefeedetails .input-control {
        border-radius: 50px;
        height: 40px;
        font-size: 15px;
        font-family: 'Open sans',sans-serif;
        font-weight: 400;
        border: 1px solid #e5e5e5;
        background: #fff;
        box-shadow: none;
        padding-left: 15px;
        padding-right: 20px;
        margin-bottom: 15px;
        width: 100%;
        /* box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.07); */
        border-radius: 0;
    }

.inputcontrollabel {
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    margin-top: 15px;
}

.onlinefeedetails .input-control:focus,
.onlinefeedetails .input-control:hover {
    outline: none;
    color: #e91e63;
    background: #feffc9;
}

.onlinefeedetails .btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 25px 50px;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    border-radius: 50px;
    position: relative;
    transition: all .3s ease;
    text-align: center;
}

.onlinefeedetails .btn-medium {
    padding: 13px 40px;
}

.onlinefeedetails .btn--primary {
    background-color: #4cc2c0;
}

    .onlinefeedetails .btn--primary:hover {
        color: #fff;
    }

.onlinefeedetails .btn-border {
    border: 2px solid;
}

.onlinefeedetails .c-primary {
    color: #4cc2c0;
}

    .onlinefeedetails .c-primary:hover {
        color: #fff;
        background: #4cc2c0;
    }

.onlinefeedetails .btn i {
    margin-left: 10px;
    font-size: 21px;
    position: absolute;
    top: 10px;
    right: 12px;
}

.onlinefeedetails .semicircle {
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 15px;
    height: 14px;
    overflow: hidden;
}

.onlinefeedetails .c-primary .semicircle:after {
    border-color: #4cc2c0;
}

.onlinefeedetails .c-primary:hover .semicircle:after {
    border-color: #fff;
}

.onlinefeedetails .semicircle:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.onlinefeedetails .c-primary .semicircle:after {
}

.formsearch {
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0px 4px 20px 0px #ddd;
}

.onlinefeedetails .btnsearchonlinefeestudent {
    background: transparent;
    border: 0;
    outline: none;
    margin-top: 14px;
}

.g-recaptcha > div {
    width: 100% !important
}

.onlinefeedetails .btn-hover-shadow:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .3s ease;
}

.onlinefeedetails .btn-hover-shadow:hover:after {
    box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.2);
}

@media(max-width:768px) {
    .pad0small {
        padding: 0 !important;
    }

    .onlinefeedetails li {
        font-size: 15px;
    }

        .onlinefeedetails li:before {
            content: attr(data-title);
            left: 3px;
            top: 0px;
            font-size: 14px;
            height: 20px;
            width: 20px;
            line-height: 23px;
        }

    .onlinefeedetails h3 {
        margin: 0;
        font-size: 13px;
        margin-bottom: 11px;
    }

        .onlinefeedetails h3 span {
            font-size: 14px;
        }

    .onlinefeedetails p {
        font-size: 14px;
    }

    .onlinefeeheader span {
        display: none;
    }

    .librarypage .nav-tabs > li {
        width: 50%;
        margin-right: 0;
    }

        .librarypage .nav-tabs > li a img {
            display: none !important;
        }

        .librarypage .nav-tabs > li a {
            font-size: 17px !important;
            padding: 8px 1px 9px !important;
            padding-left: 0 !important;
            text-align: center !important;
        }
}

.erroronlinepay {
    text-align: center;
    display: block;
    background: #ffecec;
    color: #a54b4b;
    padding: 8px;
    font-size: 16px;
}

.promotiononlinefee {
    background-image: url(http://www.scientificstudy.in/images/banners/Banner-1.jpg);
    min-height: 445px;
    background-size: contain;
}

.exploreus {
    margin-left: 166px;
    padding: 9px 15px;
    background: #000;
    border-radius: 4px;
    font-size: 17px;
    color: #fff;
    margin-top: 14px;
    display: inline-block;
}

.promotiononlinefee h2 {
    max-width: 484px;
    text-align: center;
    padding-top: 72px;
    padding-left: 70px;
    color: #db4e1c;
}

.promotiononlinefee p {
    max-width: 511px;
    padding-top: 0;
    padding-left: 110px;
    color: #000;
    font-size: 16px;
    text-align: right;
}

@media(max-width:768px) {
    .onlinefeeheader h1 {
        font-size: 20px;
    }

    .onlinefeeheader p {
        font-size: 14px;
    }

    .onlinefeedetails .input-control {
        margin-bottom: 17px;
    }

    .onlinefeedetails .btnsearchonlinefeestudent {
        float: right;
    }

    .promotiononlinefee {
        display: none;
    }
}
/*navbar header for Online PAYMENT END*/


/*Page top filter tab with multiselect*/
.topMultiOptionFilterWrapper .btn-group .btn.btn-info {
    height: 40px;
    display: inline-block;
    padding: 8px 8px;
    box-sizing: border-box;
    border-radius: 3px 0 0 3px;
}

    .topMultiOptionFilterWrapper .btn-group .btn.btn-info.dropdown-toggle {
        border-radius: 0 3px 3px 0;
    }

.topMultiOptionFilterWrapper .btn-group .btn.btn-primary,
.topMultiOptionFilterWrapper .btn-group .btn.btn-info,
.topMultiOptionFilterWrapper .btn-group .btn.btn-success {
    height: 33px;
    display: inline-block;
    padding: 5px 8px;
    box-sizing: border-box;
    border-radius: 3px;
}


/*CustomFilterStart*/


.customfilterflex .justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.customfilterflex .p-2 {
    padding: .5rem !important;
}

.customfilterflex .mr-auto, .customfilterflex .mx-auto {
    margin-right: auto !important;
}

.customfilterflex.header {
    background: #ebe9ff;
    padding: 9px 15px !important;
    border-radius: 8px;
}
    .customfilterflex.header > .row {
        margin: 0 !important;
    }
    .customfilterflex.header.acdemicHeader {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background: #fffbef;
        display: inline-block;
        width: 100%;
    }

    .customfilterflex.header .form-control {
        height: 30px;
        border-radius: 7px;
        padding: 0 10px;
        background: #fff;
        font-family: 'Nunito', sans-serif;
        color: #000;
        font-weight: 500;
    }
    .customfilterflex.header .form-control {
        border: 1px solid #b0aae0 !important;
        width: 100%;
        height: 34px;
        padding: 6px 12px !important;
        color: #333;
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

.customfilterflex .form-control.date {
    /* width: 155px!important;*/
    max-width: 105px;
}

.customfilterflex.header .btnsearch, .customfilterflex.header .btnloading {
    height: 30px;
    display: inline-block;
    width: 30px;
    background: #3dc851;
    color: #fff;
    border: 0;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgb(195, 255, 203), 0 2px 10px 0 rgb(214, 255, 220);
}


.customfilterflex.header .btnloading {
}

.tRecordCount {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    background: #fff;
    padding: 3px 10px;
    border: 1px solid orange;
    border-radius: 4px;
}

.tRecordlable {
    font-size: 17px;
    color: #6b6868;
    padding-top: 5px;
    display: inline-block;
}

.boxlideflex {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 2px 8px;
    font-size: 19px;
    color: red;
    border-radius: 2px;
}

/*loader for fee payment page*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #000;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #f9f9f9a6;
}

.loaderImage {
    position: absolute;
    height: 100px;
    width: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    z-index: 2;
}

/*Extra small devices (phones, 600px and down)*/
@media only screen and (max-width: 600px) {
    .row.activities {
        margin-top: 0px !important;
    }

    .form-heading {
        font-size: 16px !important;
    }

    .rvLogo {
        padding-right: 0 !important;
    }

    .activities ul.activitieslist li:nth-child(odd) .col-sm-4.newnewslistingright img, .activities ul.activitieslist li:nth-child(even) .col-sm-4.newnewslistingright img {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .activities ul.activitieslist li:nth-child(odd) .col-sm-8.newnewslisting, .activities ul.activitieslist li:nth-child(even) .col-sm-8.newnewslisting {
        width: 100%;
    }

    .activities ul.activitieslist li:nth-child(odd) .col-sm-4.newnewslistingright, .activities ul.activitieslist li:nth-child(even) .col-sm-4.newnewslistingright {
        width: 100%;
    }
}



/*New Design*/
.logoutMenu {
    width: 168px !important;
    margin-top: 0px;
}

.pr0 {
    padding-right: 0px;
}

.mainHeadingManage {
    font-size: 20px;
    color: #000;
    float: left;
    padding-top: 3px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}

.newDropdown .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    color: #fff;
    height: auto;
}

.newDropdown .drpdwn {
    border-bottom: 1px solid #ddd;
    /*height: 45px !important;
    padding-top: 10px !important;*/
    padding: 8px;
}

.newDropdown .dropdown-toggle:focus {
    color: #fff !important;
}

.newDropdown a img {
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 0px;
    height: 40px;
}

.newDropdown .dropdown-menu:before {
    content: "";
    border: 10px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    border-radius: 5px;
    top: -10px;
    right: 20px;
    box-shadow: -11px -11px 35px 0 rgba(0,0,0,0.25);
    transform: rotate(45deg);
    z-index: 9;
}

.navbar-nav > li.newDropdown > .dropdown-menu {
    border: none;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
    border-radius: 5px;
    visibility: visible;
    transform: translateY(20px);
    transform: 15sec;
    top: 35px;
}

.reportlist {
    margin-top: 8px;
}

.newtophed {
    background: #fff !important;
    border-bottom: 1px solid #0880e345;
    padding-bottom: 4px !important;
    padding-top: 0px !important;
}

    .newtophed .dropdown-toggle .fa:hover {
        color: #fff;
    }


.mt-50 {
    margin-top: 50px;
}
/*Responsive*/
@media only screen and (max-width: 768px) {
    header.new .navbar-brand img {
        height: 50px;
        width: 50px;
        margin-top: 5px;
    }

    .customfilterflex.header img {
        margin-bottom: 10px;
    }

    .chat-name {
        line-height: 100px;
    }

    .chat-text {
        width: 83% !important;
    }

    .chat-content p {
        margin-left: 60px;
    }

    .navbar-toggle {
        margin-right: 15px;
    }

    .create_student textarea.form-control {
        margin-bottom: 0px;
    }

    .lessonPlan {
        display: block !important;
    }

    .planTitle h2 {
        float: none !important;
    }
}
/*New design*/
.logoutMenu {
    width: 168px !important;
    margin-top: 0px;
}

.pr0 {
    padding-right: 0px;
}

.newDropdown .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    color: #fff;
    height: auto;
}

.newDropdown .drpdwn {
    border-bottom: 1px solid #ddd;
    /*height: 45px !important;
    padding-top: 10px !important;*/
    padding: 8px;
}

.newDropdown .dropdown-toggle:focus {
    color: #fff !important;
}

.newDropdown a img {
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 0px;
    height: 40px;
}

.newDropdown .dropdown-menu:before {
    content: "";
    border: 10px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    border-radius: 5px;
    top: -10px;
    right: 20px;
    box-shadow: -11px -11px 35px 0 rgba(0,0,0,0.25);
    transform: rotate(45deg);
    z-index: 9;
}

.navbar-nav > li.newDropdown > .dropdown-menu {
    border: none;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
    border-radius: 5px;
    visibility: visible;
    transform: translateY(20px);
    transform: 15sec;
    top: 35px;
}

.reportlist {
    margin-top: 8px;
}

.newtophed {
    background: #fff !important;
    border-bottom:0 !important;
    padding-bottom: 4px !important;
    padding-top: 0px !important;
}

    .newtophed .dropdown-toggle .fa:hover {
        color: #fff;
    }


.mt-50 {
    margin-top: 50px;
}

/*New Teacher Dashboard Design*/

.dashboard-menu.new.teacher-dashboard-new .box-menu {
    box-shadow: none !important;
    border-right: 1px solid #ddd;
    background: #F17153;
    background: -webkit-linear-gradient(#ffffff, #ebd4ff, #4198fe);
    background: -o-linear-gradient(#ffffff, #ebd4ff, #4198fe);
    background: -moz-linear-gradient(#ffffff, #ebd4ff, #4198fe);
    background: linear-gradient(#ffffff, #ebd4ff, #4198fe);
    min-height: 2000px;
    padding: 25px 15px;
}

.dashboard-menu.new.teacher-dashboard-new h3 {
    color: #2196F3 !important;
}
.d-flex{
    display:flex!important;
}
.ml-auto {
    margin-left:auto;
}
.align-items-center {
    align-items: center;
}
.mb-0{
    margin-bottom:0px;
}
.shortheader a {
    color: #fff;
    margin-left: 15px;
    font-size: 14px;
}
.shortheader p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.shortheader strong{
    color:#fff;
}
.top-header {
    padding: 5px;
    justify-content: flex-end;
}
.bottom-header {
    background-color: #fff;
    box-shadow: -5px 3px 3px 0px #ddd;
    padding: 15px;
}
    .bottom-header h2 {
        color: #000;
        font-weight: 600;
        margin: 0px 10px;
    }
.text-black{
    color:black!important;
}
.shortheader {
    position: relative;
}
.welcomemsg{
    padding-top:49px;
}
    .welcomemsg h2 {
        margin-top: 0;
        color: #0089ff;
        font-weight: 600;
        font-size: 32px;
    }
    .welcomemsg p {
        font-size: 16px;
    }
.login-box {
    padding-top:20px;
}
.msgbtn .login-box a {
    background-color: #fff;
    border: 1px solid transparent;
    padding: 15px;
    min-height: 140px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
    
}
.border-right-blue {
    border-right: 1px solid #0089ff38;
}
    .msgbtn .login-box a:hover {
        text-decoration: none;
        background-color: #e4efff;
        border: 1px solid #26a1fd;
    }
    .msgbtn .login-box a img {
        width: 60px;
        margin-bottom: 10px;
    }
.alert-note ol {
    padding: 8px 20px;
}
.alert-note ol li{
    margin-bottom:8px;
}
.logo-img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.newloginwrapper{
    padding:116px 15px!important;
}
.fee-report-tab .nav-tabs li > a{
    font-size:18px;
}
.fee-report-tab .nav-tabs > li.active > a {
    border: none !important;
    color: #33b5e5;
    border-bottom: 3px solid #33b5e5 !important;
}
.fee-report-tab .nav-tabs > li:nth-child(2).active > a {
    border: none !important;
    color: red!important;
    border-bottom: 3px solid red !important;
}
.fee-report-tab .nav-tabs > li.active > a:hover {
    background-color: transparent;
}
.feereport-box{
    margin-top:30px;
}

@media only screen and (max-width: 767px) {
    .top-header.d-flex {
        flex-direction: row !important;
        justify-content: center;
    }


    .bottom-header h2{
        font-size:26px;
    }

    .customresponsivetable .table > tbody > tr.row-paid > td .col-sm-1.col-xs-2 {
        display:none;
    }
    .customresponsivetable .table > tbody > tr.row-paid > td .installmentdetails{
        padding-left:20px;
    }
    .customresponsivetable .table > tbody > tr.row-paid > td  .col-sm-4.col-xs-10{
        padding-left:25px;
    }
}

.containerbox .row.pane .pdt15 {
    border: 1px solid #eee;
    background: #fff;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 2px #00000014;
}



/*Anuj Update Common CSS*/
.subfilterBar {
    display: flex;
    justify-content: space-between;
}

.subfilterBarLeft {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.subfilterBarRight {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.searchBarInput {
    border: 1px solid #5d4eda7a;
    height: 32px;
    background: #fafafa;
    border-radius: 15px;
    min-width: 300px;
}

.searchInput {
    background: transparent;
    width: calc(100% - 35px);
    height: 30px;
    padding: 0 10px;
    outline: none;
    border: 0;
}

.searchIconBtn {
    background: transparent;
    border: 0;
    font-size: 17px;
    color: #4d3eca;
    height: 30px;
    width: 30px;
    border-radius: 50px;
}

.searchBarInput:hover .searchIconBtn {
    background: #5143d038;
}


.btnNew {
    background: transparent;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    min-height: 31px;
}

    .btnNew.btnPrimary {
        color: #fff;
        background: var(--primaryBlue);
        border-color: var(--primaryBlue);
    }

    .btnNew.btnSecondaryBlue {
        color: #fff;
        background: var(--secondaryBlue);
        border-color: var(--secondaryBlue);
    }

    .btnNew.btnSuccess {
        color: #fff;
        background: var(--primaryGreen);
        border-color: var(--primaryGreen);
    }

    .btnNew.btnSuccessOutline {
        color: var(--primaryGreen);
        background: var(--primaryGreenLight);
        border-color: var(--primaryGreen);
    }

.tableHeaderActions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background: #4c3ec929;
    margin-top: 6px;
    border-radius: 5px 5px 0 0;
}

.tableHeaderActionsLleft {
}

.tableHeaderActionsRight, .dflex {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.tableHeaderSearchInput {
    background: #fafafa;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 5px 21px;
    border-radius: 34px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #b2abf4;
    outline: none;
}

.btnNew.btnOutlinePrimary {
    border: 1px solid var(--primaryBlue);
    background: #fff;
    padding: 5px 12px !important;
    width: auto !important;
    outline: none;
    box-shadow: none;
}

.btntable {
    display: flex;
    column-gap: 4px;
    align-items: center;
    height: 24px;
    padding: 0 6px;
    border-radius: 0px;
    box-shadow: none !important;
    border: 1px solid transparent;
    background: transparent;
    color: #000;
    font-family: 'Nunito', sans-serif;
}

    .btntable.btntableBlue {
        border: 0;
        background: #F0EDFC;
        color: var(--secondaryBlue);
    }

    .btntable.btntableSecondary {
        border: 0;
        background: var(--primaryBlueLight);
        color: var(--primaryBlue);
    }

    .btntable.btntableGreen {
        border: 0;
        background: var(--primaryGreenLight);
        color: var(--primaryGreen);
    }

    .btntable.btntableOrange {
        border: 0;
        background: var(--primaryOrangeLight);
        color: var(--primaryOrange);
    }

    .btntable.btntableRed {
        border: 0;
        background: var(--primaryRedLight);
        color: var(--primaryRed);
    }

    .btntable.btntablepink {
        border: 0;
        background: var(--primaryGrayLight);
        color: var(--primaryGray);
    }

.tableActionBtnslist {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.btnPromoted {
    color: var(--primaryBlue);
    background: var(--primaryBlueLight);
    border: 0;
    box-shadow: none;
    font-size: 15px;
    border-radius: 4px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    width: 24px;
    display: inline-flex;
    height: 24px;
    align-items: center;
    justify-content: center;
}

    .btnPromoted.new {
        background: var(--primaryGreenLight);
        color: var(--primaryGreen);
    }

    .btnPromoted.transfered {
        background: var(--primaryOrangeLight);
        color: var(--primaryOrange);
    }

.noRecordExist {
    min-height: 40px;
    display: flex;
    justify-content: center;
    background: var(--primaryRedLight);
    color: var(--primaryRed);
    align-items: center;
    font-size: 19px;
    font-family: "Nunito",sans-serif;
    font-weight: 600;
    border-radius: 4px;
}