
.wrapper_gb_student {
    width: 100%;
    height: 100%;
    background-image: url(../images/global-education-hub.png);
    position: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.wrapper_gb {
    width: 100%;
    height: 100%;
    background-image: url(../images/mu_2.jpg);
    position: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}

.wrapper {
    padding: 0;
    margin: 0 auto;
}

/*******login page start*******/

.login_page {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #999;
}

.login_header {
    background-color: #ffffff;
    border-top: 2px solid #e2710d;
    position: fixed;
    width: 100%;
    z-index: 9;
}

    .login_header .csConnectlogo img {
        width: 100px;
    }

/*****login slider*****/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.tex-success .fa {
    color: #d4af1a;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

/**Login page*/
.login_page .item:nth-child(1) {
    background: url(../images/complaint.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login_page .item:nth-child(2) {
    background: url(../images/mu_2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login_page .item:nth-child(3) {
    background: url(../images/mu-acadamic-lp1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login_page .carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}

.login_footer {
    background-color: #212121;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fafafa;
    font-size: 12px;
    text-align: center;
    z-index: 999;
}

.login_form {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    /*background-color: rgba(198, 206, 208, 0.75);*/
    background-color: rgba(6, 6, 6, 0.75);
    width: 310px;
    height: auto;
    border: 1px solid #bb7a17;
    border-radius: 6px;
    z-index: 99999;
    box-shadow: 2px 4px 8px #04182e;
}

    .login_form p {
        /*background-color: #1e77ab;*/
        background-color: #bb7a17;
        color: #efefef;
        font-size: 17px;
        text-align: center;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .login_form form {
        width: 256px;
        margin: 0 auto;
    }

    .login_form .error {
        color: #ff0000;
        display: block;
        font-size: 12px;
    }

    .login_form .form-group .form-control {
        background-color: #656565;
        border: 0;
        border-radius: 0;
        color: #f5f5f5;
    }

        .login_form .form-group .form-control::-webkit-input-placeholder {
            color: #c2cfd3;
        }

        .login_form .form-group .form-control::-moz-placeholder {
            color: #c2cfd3;
        }

        .login_form .form-group .form-control:-ms-input-placeholder {
            color: #c2cfd3;
        }

        .login_form .form-group .form-control:-moz-placeholder {
            color: #c2cfd3;
        }

    .login_form .form-group .forgetpassword {
        /* color: #234a6d;*/
        color: #719cc3;
        font-size: 12px;
    }

    .login_form .form-group .signin {
        border: 0;
        border-radius: 0;
        background: #054979;
        background: -moz-linear-gradient(top, #054979 0%, #247da7 100%);
        background: -webkit-linear-gradient(top, #054979 0%,#247da7 100%);
        background: linear-gradient(to bottom, #054979 0%,#247da7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054979', endColorstr='#247da7',GradientType=0 );
        outline: 0;
        box-shadow: 0px 0px 0px;
    }

        .login_form .form-group .signin:hover {
            background: #a75f24;
            background: -moz-linear-gradient(top, #a75f24 0%, #ffa54d 100%);
            background: -webkit-linear-gradient(top, #a75f24 0%,#ffa54d 100%);
            background: linear-gradient(to bottom, #a75f24 0%,#ffa54d 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75f24', endColorstr='#ffa54d',GradientType=0 );
        }

    .login_form .form-group .cancel {
        border: 0;
        border-radius: 0;
        background: #abbcca;
        background: -moz-linear-gradient(top, #abbcca 0%, #6e8590 100%);
        background: -webkit-linear-gradient(top, #abbcca 0%,#6e8590 100%);
        background: linear-gradient(to bottom, #abbcca 0%,#6e8590 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbcca', endColorstr='#6e8590',GradientType=0 );
        outline: 0;
        box-shadow: 0px 0px 0px;
        color: #000;
    }
    .login_form .form-group .cancel:hover {
        background: #6e8590;
        background: -moz-linear-gradient(top, #6e8590 0%, #abbcca 100%);
        background: -webkit-linear-gradient(top, #6e8590 0%,#abbcca 100%);
        background: linear-gradient(to bottom, #6e8590 0%,#abbcca 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e8590', endColorstr='#abbcca',GradientType=0 );
    }

.login_footer {
    background-color: #212121;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fafafa;
    font-size: 12px;
    text-align: center;
    z-index: 999;
}

.navbar-brand {
    width: 210px;
    height: auto;
    margin: 0 !important;
    padding: 5px 0px !important;
    font-size: 18px;
    line-height: 20px;
    background-color: #fff;
    text-align: center;
}

    .navbar-brand img {
        width: 80px;
        margin: 0 auto;
    }

/*.bodymain {
    margin:0px 15px;
    width: 97.4%;
}*/
.table-responsive {
    box-shadow: 0px 5px 10px #b76118;
}

    .table-responsive .table {
        margin-bottom: 0px;
    }

    .table-responsive tbody tr:nth-child(odd) {
        background: rgba(248, 248, 248, 0.75);
    }

    .table-responsive tbody tr:nth-child(even) {
        background: rgba(224, 224, 224, 0.73);
    }

.table thead tr th, .table > tbody > tr > th {
    background-color: #155c7d;
    color: #fefefe !important;
    border-top: 2px solid #b76118 !important;
    font-size: small;
    font-weight: normal;
    vertical-align: middle !important;
    outline: none;
}

    .table thead tr th a, .table > tbody > tr > th > a {
        color: #fff;
    }

    .table thead tr th:first-child, .table > tbody > tr > th:first-child {
        border-left: 1px solid #155c7d;
    }

    .table thead tr th:last-child, .table > tbody > tr > th:last-child {
        border-right: 1px solid #155c7d;
    }

.form-group {
    margin-bottom: 10px;
}

    .form-group .textSpan {
        display: block;
        margin-top: 7px;
    }

.col-form-label {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    font-weight: 700;
    font-size: 13px;
    color: #000;
}

.page-header {
    padding: 5px 15px;
    margin: 0px 0px 20px 0px;
    background: #155c7d;
    border-bottom: 0px solid #eee;
    box-shadow: 2px 5px 7px #b76118;
    color: #fff;
}

    .page-header h1 {
        font-size: 20px;
        margin: 0;
    }

    .page-header span {
    }

.clickable {
    cursor: pointer;
}

.searchPanel {
    box-shadow: 0px 5px 10px #b76118;
    border-color: #155c7d;
    border-top: 0;
}

    .searchPanel .panel-heading {
        background-repeat: repeat-x;
        border-color: #155c7d;
        background-image: linear-gradient(to bottom,#1b6f96 0,#155c7d 100%);
    }

    .searchPanel .clickable .fa {
        margin-right: 5px;
            height: 22px;
    width: 22px;
    border: 1px solid #ccc;
    padding-left: 3px;
    float: right;
    margin-left: 10px;
    padding-top: 2px;
    }

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.error {
    color: #c30b0b;
}

/*chartFilter*/
.chartFilter {
    top: 6px;
    width: 700px;
    right: 15px;
    position: absolute;
    display: inline-block;
}

    .chartFilter .panel-title {
        margin-top: 7px;
    }

    .chartFilter .pull-right {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .chartFilter .btn-success.pull-right, .chartFilter .btn-warning.pull-right {
        height: 25.5px;
        padding: 6px 10px;
    }

    .chartFilter .pull-right .form-control {
        height: 26px;
        background-color: #073142;
        color: #fff;
        border: 0;
        padding: 0px 5px;
        font-size: 12px;
    }

.control-fileupload .form-control {
    width: 76%;
    float: left;
}

.control-fileupload .btn-success {
    width: auto;
    float: right;
    margin-top: 2.5px;
}

.datePic img {
    position: absolute;
    top: 10px;
    right: 20px;
}
.table-responsive.customarchartFilter{
    box-shadow:0px 0px 0px;
    border:0;
}

span.GreenTAT {
    border-radius: 50%;
    font-size:0;
}

span.GreenTAT:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: inherit;
    left: 24%;
}

span.GreenTAT:before {
    background: #25d025;
    background: radial-gradient(40% 35%, #5aef5a, #25d025 60%);
    box-shadow:
        inset 0 3px 5px 1px rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.4),
        0 0 10px 2px rgba(0, 210, 0, 0.5);
}

span.RedTAT {
    border-radius: 50%;
    font-size:0;
}

span.RedTAT:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: inherit;
    left: 24%;
}

span.RedTAT:before {
    background: #ef5a5a;
    background: radial-gradient(40% 35%, #ef5a5a, #d02525 60%);
    box-shadow: inset 0 3px 5px 1px rgba(0,0,0,0.1), 
                    0 1px 0 rgba(255,255,255,0.4), 
                    0 0 10px 2px rgba(210, 0, 0, 0.5);
}
.modal-header {
    padding: 8px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-repeat: repeat-x;
    border-color: #155c7d;
    background-image: linear-gradient(to bottom,#1b6f96 0,#155c7d 100%);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
}

.table-responsive {
    border-radius: 5px;
}
.panel-title-nolink {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

#lnkchangepassword {
     border-left: 1px solid #000000;
      padding-left: 10px;
        border-right: 1px solid #000000;
    padding-right: 10px;
    margin-right: 10px;
}

.modal-title {
    font-size: 16px;
}

.modal-header .close {
    color: #ffffff;
    opacity: 1;
}


.class_name {
    color: #ad0000;     
    font-weight: bold;
}

.class_name_m {
    color: #ad0000;     
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: right;
}