
.AICASA .wrapper_gb_student{
    width: 100%;
    height: 100%;
    background-image: url('../images/auabg3.png');
    position: fixed;
    background-repeat: repeat;
    background-position: center center;
    z-index: -1;
    background-size: cover;
    top: 70px;
}

.AUA .wrapper_gb_student{
    width: 100%;
    height: 100%;
    background-image: url('../images/auabg2.jpg');
    position: fixed;
    background-repeat: repeat;
    background-position: center center;
    z-index: -1;
    background-size: cover;
    top: 70px;
}

.AUA .wrapper_gb {
    width: 100%;
    height: 100%;
    background-image: url('../../images/auabg2.jpg');
    position: fixed;
    background-repeat: repeat;
    background-position: center center;
    z-index: -1;
    background-size: cover;
    top: 70px;
}


.AICASA .wrapper_gb {
    width: 100%;
    height: 100%;
    background-image: url('../../images/aicasabg1.png');
    position: fixed;
    background-repeat: repeat;
    background-position: center center;
    z-index: -1;
    background-size: cover;
    top: 70px;
}



#video-bg {
    position: fixed;
    right: 0;
    left: 0;
    bottom: -43px;
    z-index: -1;
}

video {
    width: 100%;
    height: 835px;
}

/*.video-bg-overlay {
    background: #000000;
    height: 635px;
    opacity: 0.5;
    margin: -15px;
}*/
/*.AUA .wrapper_gb {
    width: 100%;
    height: 100%;
    background-image: url('../../images/auabg1.jpg');
    position: fixed;
    background-repeat: repeat;
    background-position: center center;
    z-index: -1;
    background-size: cover;
    top: 70px;
}*/
.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;
}

.bodymain {
    min-height: 575px;
    min-height: 100%;
    position: relative;
    transition: 0.5s;
}

/*******login page start*******/

.login_page {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #999;
}

.login_header {
    background-color: rgba(251, 251, 251, 0.85);
    border-top: 2px solid #cf4e33;
    position: fixed;
    width: 100%;
    z-index: 9;
}

/*****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/mu_1.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(255, 255, 255, 0.82);
    width: 310px;
    height: 250px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    z-index: 99999;
}

    .login_form p {
        background-color: #8a531b;
        color: #e0e0e0;
        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 .form-group .form-control {
        background-color: #9e9e9e;
        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;
        font-size: 12px;
    }

    .login_form .form-group .signin {
        border: 0;
        border-radius: 0;
        background: #cf6e58;
        background: -moz-linear-gradient(top, #cf6e58 0%, #bf462d 100%);
        background: -webkit-linear-gradient(top, #cf6e58 0%,#bf462d 100%);
        background: linear-gradient(to bottom, #cf6e58 0%,#bf462d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf6e58', endColorstr='#bf462d',GradientType=0 );
        outline: 0;
        box-shadow: 0px 0px 0px;
    }

        .login_form .form-group .signin:hover {
            background: #f79e8a;
            background: -moz-linear-gradient(top, #f79e8a 0%, #bf462d 100%);
            background: -webkit-linear-gradient(top, #f79e8a 0%,#bf462d 100%);
            background: linear-gradient(to bottom, #f79e8a 0%,#bf462d 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79e8a', endColorstr='#bf462d',GradientType=0 );
        }

.banner {
    display: none;
}

.AUA .right_col_bg {
    background: url('../images/AUALOGO1.png') no-repeat center center fixed;
    background-size: 230px;
    /*min-height: 200px;*/
}

.AICASA .right_col_bg {
    background: url('../images/AICASA1.png') no-repeat center center fixed;
    background-size: 230px;
    /*min-height: 200px;*/
}

.right_col_content {
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    padding: 15px;
    min-height: 200px;
}

.right_col.noPadding > .tab-pane.active > .right_col_bg .right_col_content {
    padding: 0px !important;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.right_col_heading {
    background-color: rgba(90, 89, 84, 0.89);
    font-size: 20px;
    line-height: 28px;
    padding: 14px 15px;
    display: inline-block;
    color: #f5f5f5;
    border-top: 5px solid #ffcc00;
}

.left_col_heading {
    background-color: rgba(255, 204, 0, 0.83);
    width: 150px;
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
    padding: 10px 0px;
}

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
    float: none;
}

    .tabs-left .nav-tabs > li:hover,
    .tabs-left .nav-tabs li.active {
        background-color: #5a5954;
    }

    .tabs-left .nav-tabs > li > a,
    .tabs-right .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
    }

.tabs-left .nav-tabs {
    background-color: rgba(255, 255, 255, 0.79);
    margin-left: -15px;
    padding-bottom: 1px;
}

    .tabs-left .nav-tabs > li > a {
        color: #212121;
        font-size: 17px;
        border: 0;
        border-radius: 0;
        border-left: 2px solid #ffcc00;
        border-bottom: 1px solid #9e9e9e;
        margin-left: 15px;
        width: 180px;
    }

    .tabs-left .nav-tabs > li:last-child > a {
        border-bottom: 0;
    }

    .tabs-left .nav-tabs > li > a:hover,
    .tabs-left .nav-tabs > li > a:focus {
        border: 0;
        border-left: 2px solid #ffcc00;
        border-bottom: 1px solid transparent;
        background: transparent;
        color: #e0e0e0;
    }

    .tabs-left .nav-tabs .active > a,
    .tabs-left .nav-tabs .active > a:hover,
    .tabs-left .nav-tabs .active > a:focus {
        border-left: 2px solid #ffcc00;
        background-color: #5a5954;
        color: #e0e0e0;
        border-bottom: 0;
        width: 180px;
    }

        .tabs-left .nav-tabs .active > a .fa-caret-right {
            margin-left: -16px;
            color: #ffcc00;
            margin-right: 11px;
        }

    .tabs-left .nav-tabs li > a span {
        font-family: Lato;
    }

    .tabs-left .nav-tabs .active > a:before, .tabs-left .nav-tabs li:hover > a:before {
        color: #ffcc00;
        content: "\f0da";
        font-size: 30px;
        left: -2px;
        top: 2px;
        position: absolute;
        width: 11px;
    }

.block-headerH4 {
    /*background: #5a5954;
    border-top: 3px solid #ffcc00;*/
    color: #fff;
    padding: 2px 10px;
}
/*===== BranchTransferApproval Start!======*/

.panel-default > .panel-heading {
    background-color: #dd7c28;
    background-image: none;
}

.panel-title {
    color: #fff;
}

.form-control[disabled], .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
    box-shadow: none;
    border: none;
    padding: 0;
     color: #1e1e1e;
    -webkit-text-fill-color: #1e1e1e;
    cursor: default;
    font-size: 12px;
}

.border-grid .form-control[disabled], .form-control[readonly] {
    background: transparent !important;
}

.common-ul {
    padding: 0;
    margin: 0;
    /*border-bottom: 1px solid #b5b1b1;*/
}

    .common-ul li {
        list-style-type: none;
        /*border-bottom: 1px solid #b5b1b1;*/
    }

        .common-ul li:last-child {
            border-bottom: 0px;
        }

/*.border-between > [class*="col-"] {
    border-right: 1px solid #b5b1b1;
}

    .border-between > [class*="col-"]:last-child {
        border-left: 1px solid #b5b1b1;
        margin-left: -1px;
    }

    .border-between > [class*="col-"]:last-child {
        border-right: none;
    }*/

.zero-spacing {
    padding: 0;
    margin: 0;
}

.padding-tb {
    padding-top: 0px;
    padding-bottom: 0px;
}

hr {
    border-top: 1px solid #b5b1b1;
}

/*.form-control {
    height: 33px;
    margin: 2px 0;
    font-size: 13px;
    background-color: #f4ecce;
    color: #000;
    font-weight: 700;
    border: 1px solid #7f7e7e;
}*/

.form-control {
    height: 26px;
    margin: 2px 0;
    font-size: 12px;
    background-color: #ffffff !important;
    color: #000;
    font-weight: 700;
    border: 1px solid #7f7e7e;
}

select.form-control {
    /*height: 33px;
    margin: 2px 0;
    font-size: 13px;*/
     height: 26px;
    margin: 2px 0;
    font-size: 12px;
    line-height: normal;
    background: #ffffff url(../images/asc.png) no-repeat;
    background-position: 99% center;
    color: #000;
    -webkit-appearance: none;
    padding-right: 20px;
    font-weight: 700;
    border: 1px solid #7f7e7e;
}

select.form-control[disabled] 
{
    background:none;
}
label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    font-family: Montserrat-Regular;
}

.verify {
    padding-top: 8px;
    font-size: 13px;
}

    .verify a {
        color: #000;
    }

/*===== BranchTransferApproval======*/

.panel-heading, .panel-default > .panel-heading {
    background-color: #08628d;
    background-image: none;
    color: #fff;
    padding: 0;
}

    .panel-heading, .panel-default > .panel-heading a, .panel-heading, .panel-default > .panel-heading span {
        display: block;
        padding: 5px 10px;
        font-size: 15px;
    }

table thead tr th, .table > tbody > tr > th {
    background-color: #0d628c;
    color: #fefefe !important;
    border-top: 2px solid #bf3838 !important;
    font-size: small;
    font-weight: normal;
    vertical-align: middle !important;
    outline: none;
    padding: 4px;
}

    table thead tr th:first-child, .table > tbody > tr > th:first-child {
        border-left: 1px solid #60594f;
    }

    table thead tr th:last-child, .table > tbody > tr > th:last-child {
        border-right: 1px solid #60594f;
    }

    .table > tbody > tr > th > a {
        color: #fefefe !important;
    }

.border-box {
    border: 2px solid #ffffff;
    border-top: none;
    padding: 10px;
}

.panel-title {
    color: #fff;
}

.panel-group .panel,.panel {
    border-radius: 0px;
}

/*===================Event Calender page css code======================*/

.event-header {
    background: #424242;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    border: 1px solid #c1c1c1 !important;
    border-color:#424242;
    text-transform: uppercase;
    margin: 2px 0px;
}

.month-name {
    color: #fff;
    padding: 8px;
    text-align: center;
    border: 1px solid;
    background-color: #2CC990;
    margin: 2px 0px;
}

    .month-name.second {
        background-color: #2D3E50 !important;
    }

.month-name2 {
    color: #fff;
    padding: 8px;
    text-align: center;
    border: 1px solid;
    background-color: #BB3658;
    margin: 2px 0px;
}

    .month-name2.second {
        background-color: #f58220 !important;
    }

.month-card {
    padding: 5px 0px;

}

.media-left-event {
    font-size: 22px;
    padding: 22px 18px;
    color: #fff;
    width: 12%;
    float: left;
    max-width: 65px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #E24443;
}

.event-header-odd:nth-of-type(odd) .oddEvent {
    background: #2D3E50;
}

.event-header-odd:nth-of-type(even) .oddEvent {
    background: #E24443;
}

.event-header-even:nth-of-type(odd) .oddEvent {
    background: #2D3E50;
}

.event-header-even:nth-of-type(even) .oddEvent {
    background: #E24443;
}

.media-event, .media-body-event {
    overflow: hidden;
    zoom: 1;
}

.media-object-event {
    display: block;
}

.media-body-event, .media-left-event, .media-right-event {
    display: table-cell;
    vertical-align: top;
}

.media-left-event, .media-event > .pull-left {
    padding-right: 10px;
}

.media-heading-event {
    margin-top: 0;
    margin-bottom: 5px;
}

h4.media-heading-event {
    font-size: 16px;
}

.media-body-event .event-time {
    font-size: 12px;
}

.media-body-event {
    padding: 10px;
    width: 100%;
    float: left;
    padding-left: 75px;
}

.media-event {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: -1px 0px 4px #c1c0c0;
}
/*===================Event Calender page css code END======================*/
.table-bordered > tbody > tr > td {
    border: 1px solid #b9b3b3;
}



.table > tbody > tr > td {
    vertical-align: middle;
}

#ContentPlaceHolder1_GrdSubmit tbody tr:last-child td:last-child,
#ContentPlaceHolder1_GrdSubmit tbody tr:last-child td:nth-last-child(2) {
    font-weight: bold;
    text-align: center;
}

/*===== Start! Pushkar ======*/

.border-between > [class*="col-"]:last-child {
    border-left: 1px solid #b5b1b1;
    margin-left: -1px;
}

.border-between > [class*="col-"]:last-child {
    border-right: none;
}

.zero-spacing {
    padding: 0;
    margin: 0;
}

hr {
    border-top: 1px solid #b5b1b1;
}

.browse-btn {
    color: #fff;
    background: #918a7a !important;
    border: #918a7a;
}

.fileUpload-textbox {
    border: 1px solid #c3c3c3 !important;
    height: 30px;
    margin-left: 0px;
    border-left: 0;
    margin-top: 2px;
    z-index: 0 !important;
}

.btn-upload {
    color: #fff;
    background: #777;
    border: 1px solid #777;
}

    .btn-upload:focus, .btn-upload:active, .btn-upload:hover {
        color: #fff;
    }

.right_col_content.border-box.pd-15 {
    padding: 15px !important;
}

.small-text {
    font-size: 12px;
    color: #ffcc00;
    display: inline-block;
    padding-bottom: 1px;
}

/*==================Dropdown scrollbar======================*/
.scrollbar {
    height: 160px;
    width: 98% !important;
    overflow-y: scroll;
}

    .scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: rgba(0,0,0,0.3);
    }

    .scrollbar::-webkit-scrollbar {
        width: 5px;
        background-color: rgba(0,0,0,0.3);
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #999;
    }

.create_user .radio-inline input[type=radio] {
    margin-top: 10px;
}

/*===================Brach Transfer Allotment::Start===========================*/
.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
    margin-top: -116px;
    padding-top: 7px;
    box-shadow: 0px 2px 1px 0px #adabab;
}

.well {
    padding: 8px;
    margin-bottom: 10px;
}

.faculty-view {
    min-height: 30px;
    padding: 11px 0px;
}

    .faculty-view label {
        height: 12px;
    }

.panel {
    margin-top: 5px;
    background-color: transparent;
    box-shadow: 0px 0px 0px;
}

.panel-body {
    padding: 5px 2px;
}

    .panel-body .table {
        margin-bottom: 10px;
    }

.more-less {
    float: right;
}


.pagination-ys, .dataTables_paginate paging_full_numbers {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a, .paginate_button
        .pagination-ys table > tbody > tr > td > span, .paginate_button {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #ffffff;
            background-color: #08628d !important;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span, .paginate_button {
            position: relative;
            float: revert;
            padding: 8px 11px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #ffffff;
            background-color: #cf4e33 !important;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a, .paginate_button
        .pagination-ys table > tbody > tr > td:first-child > span, .paginate_button {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            outline: none;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover, .paginate_button
        .pagination-ys table > tbody > tr > td > span:hover, .paginate_button
        .pagination-ys table > tbody > tr > td > a:focus, .paginate_button
        .pagination-ys table > tbody > tr > td > span:focus, .paginate_button {
            color: #ffffff;
            background-color: #cf4e33 !important;
            border-color: #dddddd;
        }

        .dataTables_info {
                text-align: left;
                float: left;
        }

        .paging_full_numbers {
            display: block;
    text-align: right;
    margin-top: 16px;
        }

.paging_full_numbers .paginate_button {
    float: revert;
    outline: none;
    cursor: pointer;
}

.ellipsis {
    display: none;
}

.text-uppercase {
    width: 33%;
}

.dt-buttons {
    float: left;
}

.dataTables_filter {
        float: right;
}
/*=================== All Bill Fee pages table style::Start====================*/
.payment {
    padding: 0px;
}

    .payment table {
        width: 600px;
        margin: auto;
        border-collapse: collapse;
        border-spacing: 0;
    }

        .payment table tr th {
            background-color: #08628d;
            color: #fefefe;
            border-top: 2px solid #be3838 !important;
            padding: 5px;
            border: 1px solid #be3838;
        }

        .payment table th, .payment table td {
            padding: 3px;
            width: 50%;
            text-align: left !important;
            padding-left: 10px;
        }

div.col-md-12.clearfix.payment.text-right.mt-5 {
    width: 300px;
    margin-left: 50%;
    margin-top: 10px;
}

@media (max-width:767px) {
    .payment table {
        width: 96%;
        margin: auto;
    }

    div.col-md-12.clearfix.payment.text-right.mt-5 {
        width: 50%;
    }
}
/*===================All Bill Fee pages table style::End====================*/
.panel-default {
    border-top: 0px;
    border-color: rgba(96, 89, 79, 0.39);
}

.mit-padding {
    padding: 0px 8px;
}

.mit-mb, .mit-mb > .panel {
    margin-bottom: 8px !important;
    border-radius: 0px;
    border-color: #60594f;
}

    /*.mit-mb > .panel {
        border-top: 2px solid #fc0;
    }*/

.mit-bg table tr th {
    background-color: #827542 !important;
    color: #fefefe;
    border-top: 2px solid #827542 !important;
    border: 1px solid #827542;
}

.panel-title a:hover, .panel-title a:focus {
    text-decoration: none;
}

.innerpadding {
    padding: 0px 19px 0px 8px !important;
}

@media all and (device-width:1024px) {
    .breadcrumb {
        margin-top: 92px;
    }

    .clear-1024 {
        clear: both;
    }

    .btn-1024 {
        padding: 2px 5px;
        font-size: 11px;
    }

    .check-space {
        padding-left: 0px;
    }

    .container-fixed .col-md-2 .btn {
        text-align: center;
    }

    .form-check {
        margin-right: 2px;
    }

        .form-check label {
            font-size: 12px;
        }
}

.form-group {
    margin-bottom: 0px;
}

.modalExtender-heading {
    background-color: #0d628c;
    background-repeat: repeat-x;
    /*border-top: 5px solid #ffcc00;*/
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 15px;
    position: relative;
}

.modal-header {
    background-color: #08628d;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 15px;
    display: inline-block;
    color: #f5f5f5;
    width: 100%;
}

.modal-title {
    font-size: 16px;
}

.modalExtender-heading .close, .modal-header .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.modal-content {
    border-top: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border-left: 0px solid white !important;
    border-right: 0px solid white !important;
    border-bottom: 1px solid white !important;
}

.close:hover {
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

blockquote {
    font-size: initial;
    text-align: left;
    white-space: initial;
}

input[type=checkbox][disabled] {
    outline: 1px solid #999;
    outline-offset: -2px;
}

.modalPopup .table {
    margin-bottom: 0px;
}

.width33 {
    width: 33.3%;
}

.panel-group {
    margin-bottom: 10px;
}

/*  Ajax calender Custom Css Start! */
.ajax__calendar_body {
    width: 156px !important;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    width: 154px !important;
}

.ajax__calendar_today {
    padding-top: 1px !important;
}
/*  Ajax calender Custom Css End! */

.fa.fa-eye {
    font-size: 19px;
    color: #c36d1c;
    text-align: center;
    display: block;
}
.fa.fa-trash, .fa-download {
    font-size: 19px;
}

.form-control {
    border: 1px solid #7f7e7e;
    background: transparent;
}

.form-control:focus, select:active, select:hover {
    color: #000;
    font-weight: 700;
    border: 1px solid #7f7e7e;
    /*background: transparent;*/
}

.form-control:focus, select, select > option:focus {
    border-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #7f7e7e;
}

    select option {
        /*color: #000;
        font-weight: 700;
        border: 1px solid #7f7e7e;*/
        /*box-shadow: inset 20px 20px #f00;*/
    }

        select option:hover {
            /*color: #000;
            font-weight: 700;
            border: 1px solid #7f7e7e;
            box-shadow: inset 20px 20px #00f;*/
        }

.announcement .form-control[disabled], .announcement .form-control[readonly] {
    background-color: rgba(255,255,255,.15);
}

.fa-star-o {
    color: #60594f;
}

.fa, a:hover {
    text-decoration: none;
}

input {
    background-color: #f4ecce;
    color: #000;
    font-weight: 700;
}

@media all and (device-width:768px) {
    .faculty-view {
        min-height: 50px;
        padding: 11px 0px;
    }
}

fieldset.custom-fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #9e9e9e;
    padding: 10px;
}

    fieldset.custom-fieldset legend {
        display: inline-block;
        width: auto;
        border: 0;
        padding: 0 10px;
        margin-bottom: 0px;
    }

.view-icon {
    position: relative;
    top: 10px;
    margin: auto;
    display: block;
}

.btn-viewIcon {
    position: relative;
    z-index: 0;
    top: -20px;
    border: 0;
    background: none !important;
    box-shadow: none;
}

.btn-viewIcon:focus {
    box-shadow: none;
}

.common-ul li label {
    white-space: initial !important;
    text-align: left;
}

.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);
}

.ui-menu .ui-menu-item a {
    cursor: pointer;
}

.search-container {
    position: relative;
    top: 51px;
    display: inline-block;
    float: left;
    right: 0;
}

.search-box {
    height: 0px;
    overflow: hidden;
    background-color: #f1f1f1;
    transition: all 0.3s;
    width: 808px;
    position: absolute;
    right: -36px;
    top: 28px;
    /*border: 2px solid #d55822;*/
    border-bottom: 0;
   
}

    .search-box.active {
        height: 47px;
         box-shadow: rgb(125, 125, 125) 0px 0px 5px 2px;
    }

.txtSearch {
    background: transparent;
    border: none;
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    color: #000000;
    outline: none;
}

.search-button {
    background: #565553;
    padding: 8px 10px;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -10px;
    cursor: pointer;
    transition: .5s;
}

    .search-button:hover {
        background: #154889;
    }

    .search-button .fa {
        color: #fff;
        font-size: 16px;
    }

    
.ui-menu .ui-menu-item-with-icon a {
  padding-left: 20px;
      position: relative;
    padding-left: 35px !important;

}
span.group-item-icon,
span.file-item-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: -16px;
}
.ui-autocomplete .student-img, .ui-autocomplete .employee-img, .ui-autocomplete .page-img{
    margin-right: 10px;
    color: #c54d18;
        width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    background-size: cover;

}

.ui-autocomplete .fa-user:hover {
    color: #ffffff;
}
.ui-autocomplete .fa-user:hover {
    color: #ffffff;
}

.ui-autocomplete .student-img {
    background-image: url('../../images/search-student.png');
}

.ui-autocomplete .employee-img {
    background-image: url('../../images/search-employee.png');
}

.ui-autocomplete .page-img {
    background-image: url('../../images/search-page.png');
}

.table-bordered {
    border: none;
}

.pushmenu.left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.pushmenu.left::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.pushmenu.left::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.pushmenu a {
    font-size: 13px;
    transition: 0.5s;
}

    .pushmenu a:hover {
        color: #000;
    }

input[type="text"]::-webkit-input-placeholder {
    font-weight: normal;
}

input[type="text"]::-moz-placeholder {
    font-weight: normal;
}

input[type="text"]:-ms-input-placeholder {
    font-weight: normal;
}

input[type="text"]:-o-input-placeholder {
    font-weight: normal;
}

/*.menutoggler {
    width: 40px;
    height: 40px;
    text-align: center;
    background-image: url('../images/menu-icon.png');
    background-color: none;
    background-size: cover;
   background-attachment: fixed;
    background-repeat: no-repeat;
   background-size: auto; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 2s ease-in infinite;
    animation: zoomin 2s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 113px;
    left: 0;
    background-color: #00507b;
    opacity: 0.9;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0;
    z-index: 999;
    border-right: 2px solid #ccc;
    overflow-y: scroll;
    padding-bottom: 150px;
}

.open_btn, .open_btn_mob {
    font-size: 35px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    color: #fff;
    left: 10px;
    top: 122px;
    background-image: url('../images/menu-icon.png');
    background-color: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 2s ease-in infinite;
    animation: zoomin 2s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.open_btn_mob {
    font-size: 35px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    color: #fff;
    left: 10px;
    top: 80px;
    background-image: url('../images/menu-icon.png');
    background-color: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 2s ease-in infinite;
    animation: zoomin 2s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.open_btn_mob {
    display: none;
}

.closebtnmob {
    display: none;
}


.fa-cog.fa-spin {
    display: none;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}
/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.67);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.67);
    }

    100% {
        transform: scale(1);
    }
}
/*End of Zoom out Keyframes */



.exsetup {
    background: #ffe9fa;
    border: 1px solid #ccc;
    padding: 20px;
}

    .exsetup .col-md-6 {
        line-height: 45px;
    }

.dataTables_filter label {
    padding-top: 0;
    margin-top: 0;
}

.subddr {
    background: #eeeeee;
    overflow-y: scroll;
    max-height: 0;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

    .subddr li a {
        padding: 10px 15px !important;
        border-bottom: 1px solid #c1c1c1;
        color: #000 !important;
    }

li.active .subddr {
    max-height: 500px;
}

.sidenav::-webkit-scrollbar-track, .ui-autocomplete::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #565553;
}

.sidenav::-webkit-scrollbar, .ui-autocomplete::-webkit-scrollbar {
    width: 10px;
    background-color: #565553;
}

.sidenav::-webkit-scrollbar-thumb, .ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #565553;
}


.side-nav li {
    border-left: 4px solid #565553;
    margin-bottom: 4px;
    border-bottom: 1px solid #333;
    border-right: 4px solid #565553;
}

    .side-nav li:hover {
        border-left: 4px solid #565553;
        border-right: 4px solid #565553;
    }

        .side-nav li:hover a {
            font-weight: bold;
            color: #154889;
        }

.side-nav a:before, .side-nav a:after {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    content: '';
    background: #ffffff;
    opacity: 0.2;
    transition: all 0.5s;
}

.side-nav a:before {
    left: 0px;
}

.side-nav a:after {
    right: 0px;
}

.side-nav a:hover:before, .side-nav a:hover:after {
    width: 100%;
}

.open-menu {
    width: 230px;
}

.close-menu {
    width: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    /*text-decoration: none;*/
    font-size: 14px;
    color: #ffffff;
    display: block;
    /*transition: 0.3s;*/
}

    .sidenav a span:hover {
        color: #4680ff;
    }

.side-nav a:hover {
    /*background: #fff;*/
    opacity: 1;
    color: #000;
}

.sidenav .closebtn {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    color: #fff;
    left: 14px;
    top: 9px;
    background-image: url(../images/menu-icon-close.png);
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 2s ease-in infinite;
    animation: zoomin 2s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.closebtnmob {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    color: #fff;
    left: 7px;
    top: 7px;
    background-image: url(../images/menu-icon-close.png);
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 2s ease-in infinite;
    animation: zoomin 2s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.sidenav .closebtn:hover {
    color: #fff;
}

.menulist-heading {
    color: #fff;
    padding: 9px 0px 9px 50px;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    background-image: url('../images/menu-heading2.png');
    background-size: 175px auto;
    background-repeat: no-repeat;
    font-weight: bold;
    background-position-x: right;
    height: 40px;
}

.navbar-brand.sidelogo {
    margin-top: 5px !important;
}

/*.sidenav {
    z-index: 99;
}*/

.sub-side-nav {
    background: #154889;
}

    .sub-side-nav li a {
        color: #ffffff !important;
    }

    .sub-side-nav li:hover a {
        color: #c8543b !important;
    }

#divRight {
    margin-top: 5px;
    padding-top: 0!important;
}


#tableDiv {
    height: 400px;
    overflow-y: scroll;
    width: 100%;
    margin: 0;
    padding: 0;
}

.graph_tbl tr:nth-child(even) {
    background: #eeeeee;
}
.table>tbody>tr>td {
    padding: 5px;
}

.page_hide .sidenav.open-menu, .page_hide .open_btn, .all-page_hide .sidenav.open-menu, .all-page_hide .open_btn, .all-page_hide .search-container, .all-page_hide .breadcrumb {
    display: none;
}


.page_hide .bodymain, .all-page_hide .bodymain {
    margin-left: 0 !important;
}

/*.page_hide .bodymain .right_col, .all-page_hide .bodymain .right_col {
    padding: 20px 81px 20px 81px !important;
}*/

.leaflet-popup-content-wrapper {
    border: 1px solid #cf4e33 !important;
    color: #000000 !important;
}

    .leaflet-popup-content-wrapper hr {
        margin-bottom: 5px;
        margin-top: 5px;
    }

.leaflet-popup-content strong {
    font-size: 18px;
    color: #cf4e33 !important;
}

.leaflet-popup-content {
    font-size: 16px;
    font-weight: bold;
}
.mapBtn {
    float: right;
    background: #cf4e33 !important;
}

.ui-autocomplete {
    width: 808px !important;
    z-index: 99 !important;
    top: 158px !important;
    height: 400px !important;
    overflow-y: scroll;
    border-radius: 0 !important;
    left: 289px !important;
    box-shadow: rgb(125, 125, 125) 0px 5px 5px 2px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 0px 5px;
    font-size: 12px;
}

#collapseFields {
    float: right;
    position: relative;
    top: -26px !important;
    color: #fff !important;
    padding: 5px !important;
    height: 22px !important;
    outline: 0;
    background: #be3838 !important;
    border: none !important;
    right: 5px !important;
    line-height: 10px;
}

.btn-more {
    top: 13px;
    position: absolute;
    right: 20px;
    padding: 1px 10px !important;
    border: 1px solid #ffffff;
    color: #fff;
    background: #10618a;
}

    .hostellbl {
    background: #0e628b;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
        }

   .dataTables_filter input{
    background: transparent;
    color: #000;
    font-weight: 700;
    margin-left: 15px;
    margin-bottom: 10px;
    width: 210px;
    height: 34px;
    outline: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}

    .dt-button:hover, .dt-button:focus, .dt-button:active, .dt-button.active {
        background-color: #419641 !important;
        background-image: none;
        border-color: #ffffff;
        color: #ffffff;
    }
.dt-button {
 border: 1px solid #ffffff !important;
 text-shadow: none;
 background-color: #257725 !important;
 outline: none !important;
 display: inline-block !important;
 padding: 6px 12px !important;
 margin-bottom: 0;
 font-size: 14px !important;
 font-weight: 400;
 line-height: 1.42857143;
 text-align: center;
 white-space: nowrap !important;
 vertical-align: middle;
 -ms-touch-action: manipulation !important;
 touch-action: manipulation !important;
 cursor: pointer !important;
 -webkit-user-select: none !important;
 -moz-user-select: none !important;
 -ms-user-select: none !important;
 user-select: none !important;
 background-image: none !important;
 border-radius: 4px !important;
 color: #ffffff !important;
}

.side-nav.nav li.active a {
    background-color: #565553;
}

.side-nav.nav li.active a:hover {
   color: #fff;
}

/*#divBlock {width: 100%;height: 100%;position: fixed;background: #0000013d !important;z-index: 99999 !important;display: none;opacity: 1;}
.imgblock {top: 50%;left: 50%;position: absolute;    width: 92px;height: 92px;}*/

#divBlock {width: 100%;height: 100%;position: fixed; z-index: 99999 !important;display: none;opacity: 1;}
.imgblock {top: 50%;left: 50%;position: absolute; width: 92px;height: 92px;}


.grad_bg span {
    font-family: Montserrat-Regular;
    font-size: 12px;
}


.menulist-heading span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 129px;
    margin-top: 3px;
}
