﻿/*Button*/

.btn.brown:not(.btn-outline) {
    color: #fff;
    background-color: #2985c5;
    border-color: #2985c5;
}

.btn.brown:not(.btn-outline).focus, .btn.brown:not(.btn-outline):focus {
    color: #fff;
    background-color: #2477b1;
    border-color: #206a9d;
}

.btn.brown:not(.btn-outline).active, .btn.brown:not(.btn-outline):active, .btn.brown:not(.btn-outline):hover, .open > .btn.brown:not(.btn-outline).dropdown-toggle {
    color: #fff;
    background-color: #2477b1;
    border-color: #206a9d;
}

.btn.brown:not(.btn-outline).active.focus, .btn.brown:not(.btn-outline).active:focus, .btn.brown:not(.btn-outline).active:hover, .btn.brown:not(.btn-outline):active.focus, .btn.brown:not(.btn-outline):active:focus, .btn.brown:not(.btn-outline):active:hover, .open > .btn.brown:not(.btn-outline).dropdown-toggle.focus, .open > .btn.brown:not(.btn-outline).dropdown-toggle:focus, .open > .btn.brown:not(.btn-outline).dropdown-toggle:hover {
    color: #fff;
    background-color: #1c5d89;
    border-color: #206a9d;
}

.btn.brown:not(.btn-outline).active, .btn.brown:not(.btn-outline):active, .open > .btn.brown:not(.btn-outline).dropdown-toggle {
    background-image: none;
}

.btn.brown:not(.btn-outline).disabled.focus, .btn.brown:not(.btn-outline).disabled:focus, .btn.brown:not(.btn-outline).disabled:hover, .btn.brown:not(.btn-outline)[disabled].focus, .btn.brown:not(.btn-outline)[disabled]:focus, .btn.brown:not(.btn-outline)[disabled]:hover, fieldset[disabled] .btn.brown:not(.btn-outline).focus, fieldset[disabled] .btn.brown:not(.btn-outline):focus, fieldset[disabled] .btn.brown:not(.btn-outline):hover {
    background-color: #2985c5;
    border-color: #2985c5;
}

.btn.brown:not(.btn-outline) .badge {
    color: #2985c5;
    background-color: #fff;
}

.btn.btn-outline.brown {
    border-color: #2985c5;
    color: #2985c5;
    background: 0 0;
}

.btn.btn-outline.brown.active, .btn.btn-outline.brown:active, .btn.btn-outline.brown:active:focus, .btn.btn-outline.brown:active:hover, .btn.btn-outline.brown:focus, .btn.btn-outline.brown:hover {
    border-color: #2985c5;
    color: #fff;
    background-color: #2985c5;
}

.btn.brown-stripe {
    border-left: 4px solid #2985c5 !important;
}

/*Button for radio toggle strip*/
/* .btn-group .btn-default.active,.btn-group .btn-default:active,.btn-group .btn-default:hover {
    color: #fff;
    background-color: #2985c5;
    border-color: #2985c5;
}  */

/*Button in page footer*/
.page-prefooter .subscribe-form .btn.brown {
	color: #fff;
	background-color: #2985c5;
	border-color: #2985c5
}
.page-prefooter .subscribe-form .btn.brown.focus,
.page-prefooter .subscribe-form .btn.brown:focus{
	color: #fff;
	background-color: #2985c5;
	border-color: #2985c5
}
.open>.page-prefooter .subscribe-form .brown .btn.dropdown-toggle,
.page-prefooter .subscribe-form .btn.brown.active,
.page-prefooter .subscribe-form .btn.brown:active,
.page-prefooter .subscribe-form .btn.brown:hover {
    color: #fff;
    background-color: #2985c5;
    border-color: #2985c5;
}

/*Jquery validate*/
div.error {
    color: red;
}

/*FormSteps via form wizard*/
.form-wizard .steps > li.active > a.step .number {
    background-color: #2985c5;
    color: #fff;
}

/*Select2*/
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #2985c5;
    color: #fff;
}

/*Datatable*/
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff;
    background-color: #2985c5;
    border-color: #2985c5;
}

.pagination > li > a,
.pagination > li > span {
    color: #2985c5;
    background-color: #fff;
}

/*Datepicker*/
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #fff !important;
    background-color: #2985c5 !important;
    border-color: #2985c5 !important;
}

.datepicker .active {
    background-color: #2985c5 !important;
}
/* Page Header and Footer */
.page-header .page-header-menu { 
        background: #2985c5 !important;
    }
        .page-footer {                    /* Page Footer Color */
    background: #2985c5 !important;
    }
        .page-prefooter a, .page-prefooter h2 { /* Page 893D23 Footer Text Color */
    color: #FFF !important;
    }
/* Portlet Color Classes */
.portlet.box.custom>.portlet-title, .portlet.custom, .portlet>.portlet-body.custom {
	background-color: #2985c5 
}
.portlet.box.custom {
	border: 1px solid #2985c5;
	border-top: 0
}
.portlet.box.custom>.portlet-title>.caption, .portlet.box.custom>.portlet-title>.caption>i {
	color: #fff
}
.portlet.box.custom>.portlet-title>.actions .btn-default {
	background: 0 0!important;
	border: 1px solid #2985c5;
	color: #f8c9cc
}
.tabbable-line>.nav-tabs>li.active {
    background: 0 0;
    border-bottom: 4px solid #2985c5 !important;
    position: relative;
}
.btn.btn-outline.custom {
    border-color: green;
    color: green;
    background: 0 0;
}
.btn.btn-outline.custom.active, .btn.btn-outline.custom:active, .btn.btn-outline.custom:active:focus, .btn.btn-outline.custom:active:hover, .btn.btn-outline.custom:focus, .btn.btn-outline.custom:hover {
    border-color: green;
    color: #FFF;
    background-color: green;
}
.bg-custom, .bg-hover-custom:hover {
    background: green!important;
}

abbr.brown{
    border-bottom: none !important;
    color: #2985c5 !important;
}
abbr.brown:hover{
    color: #2477b1 !important;
    border-bottom: none !important
}

label, label.control-label{
    font-weight: 600;
    margin-bottom: 5px!important;
}
.mt0 {
	margin-top: 0;
}
.mb0 {
    margin-bottom: 0!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mb40{		
	    margin-bottom: 40px!important;		
}

.mt5{
	margin-top: 5px;
}
.wrap-div {
    float: left;
    width: 100%;
}
.form-actions {
    border: none !important;
}
.primary-link, .primary-link:hover {
    color: #2985c5;
}
.general-item-list>.item>.item-head>.item-details>.item-label{
    color: #aaaaaa;
}
.general-item-list>.item>.item-body {
    color: #555;
}
.timeline .timeline-badge.follow-up{
    padding-right: 0;
    font-size: 11px;
    color: #2985c5;
    font-weight: 600;    
    height: auto;
}
.timeline-body.follow-up{
    margin-left: 105px;
}
.timeline-body.follow-up > .timeline-body-content{
    margin-top: 0;
    font-size: 13px;
}
.timeline-body.follow-up::after{
    content: none;
}
.timeline.white-bg.follow-up-timeline::before{
    margin-left: 75px;
    width: 3px;
    top: -15px;
    bottom: -15px;
}
.timeline.follow-up-timeline .timeline-body-circle{
    content: '';
    top: 12px;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    left: 62px;
    border-radius: 50%!important;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #888888;
}
.timeline-body.follow-up .timeline-body-arrow{
    top: 10px;
    left: -10px;
}
.timeline-body.follow-up{
    margin-top: 0;
    padding: 10px;
    min-height: 40px;
}
.dashboard-stat2{
    padding: 0;
    width: auto;
    max-width: 270px;
    min-width: 160px;
    margin: 10px auto;
}
.dashboard-stat2 > .display{
    margin-bottom: 0;
    padding: 15px;
    padding-bottom: 10px;
}
.dashboard-stat2 > .stats-btn > a{
    display: block;
    text-align: center;
    padding: 5px 12px;
    background-color: #337ab7;
    color: #ffffff;
    text-decoration: none;
}
.overlapped-fixed-div{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10000;
}
.overlapped-fixed-div > .portlet.light{
    width: 45%;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    min-height: auto;
    background-color: #ffffff;
}
.overlapped-fixed-div > .portlet.light.bg-inverse{
    background-color: #f1f4f7;
}
.overlapped-fixed-div > .combine-view{
    width: 80%;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    min-height: auto;
    background-color: #ffffff;
}
.overlapped-fixed-div > .close-overlapped-div{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
}
.portlet.light.portlet-fit > .portlet-title{
    background-color: #ffffff;
}
.portlet.light.portlet-fit > .portlet-body.white-bg{
    background-color: #ffffff;
}
.table .btn-group .btn{
    margin: 0;
}
.table thead tr th.columnWidth100{
    width: 100px;
    display: inline-block;
}
 .table thead tr th.columnWidth200{
    width: 200px;
    display: inline-block;
}
.followups-list .scroller, .followups-list .slimScrollDiv{
    height: auto!important;
}
.table > tbody > tr > td a{
    text-decoration: none;
}
.dashboard-stat2 .display .number h3{
    font-size: 35px;
}
.table > tbody > tr.untouch > td:first-child{
    border-left-color: red;
}
.table > tbody > tr.selected-counselor > td:first-child{		
	    border-left: 1px green solid;		
	}		
	.table > tbody > tr.other-counselor > td:first-child{		
	    border-left: 1px blue solid;		
	} 		
	.green-txt{		
	    color: green;		
	}		
	.blue-txt{		
	    color: blue;		
	}
.maxWidth350{
    width: auto;
    max-width: 350px;
}
.profile-padding{
    padding: 5px;
    width: 120px;
    background-color: #fff;
    height: 120px;
    margin: 0 auto;
}
img.signature{
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 5px;
    background-color: #fff;
}
.fontWeight600{
    font-weight: 600;
}
.section-divider{
    border-top: 2px #eee solid;
    margin-top: 40px;
    padding-top: 10px;
}
.marks-sheet table tr th, .marks-sheet table tr td{
    text-align: center;
}
.marks-sheet table tr th:first-child, .marks-sheet table tr td:first-child, .marks-sheet table tr th:nth-child(2), .marks-sheet table tr td:nth-child(2){
    text-align: left;
}
.CSSAnimationChart a, .mapChart a{
	display: none!important;
}
.easy-pie-chart.lead-chart canvas{
	width: 100px!important;
	height: 100px!important;
}
.easy-pie-chart.lead-chart .number {
    font-size: 14px!important;
    position: relative;
    text-align: center;
    height: 100px;
    line-height: 100px;
    width: 100px!important;
}
.CSSAnimationChart.lead-chart{
    height: 230px!important;
}
.portlet.light.minHeight323{
	min-height: 323px;
}
.filenameWidth{
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.emailWidth{
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.select-btn label.btn-default.active{
	color: #FFF;
    background-color: #1c699f;
    border-color: #15527c;
}
.pb105{
    padding-bottom: 105px;
}
	.credit-transfer-marks{		
	    display: none;		
	}
.customErrorMsg{
    color: red;
    display: block;
    width: 100%;
    margin-top: 4px;
    height: 20px;
}
.formGrpupHeight70 div.form-group{
    height: 70px;
}
.heightAuto{
    height: auto!important;
}
.vAlignTop{
   vertical-align: top;
}
.mt5{
	margin-top: 5px!important;
}
.ml5{
    margin-left: 5px;
}
.mt10{
    margin-top: 10px!important;
}
.general-item-list.item-padding .item{
    padding: 10px!important;
}
.item.deleted{
    border-left: 1px red solid;
    background-color: #f5f5f5;
}
.sec-head{
    background-color: #e9e9e9;
    padding: 10px;
    margin-bottom: 30px;
}

.uploadImg .fileinput-new.thumbnail{
    border: none;
}
.uploadImg .fileinput-new.thumbnail, .uploadImg .fileinput-preview.fileinput-exists.thumbnail {
    object-fit: contain;
    width: 158px;
    height: 140px;
    margin-top: 10px;    
    border: 1px #777 dashed;
    padding: 5px;
    border-radius: 2px!important;
    margin-bottom: 10px;
}
.uploadImg span.btn.blue.btn-file{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%!important;
    margin-top: 11px;
    margin-left: 13px;
    opacity: 0;
}
.uploadSign, .uploadImg{
    position: relative;
}
.uploadSign  .fileinput-new.thumbnail{
    width: 160px;
    height: 50px;
    border: 1px #777 dashed;
    padding: 5px;
    border-radius: 2px!important;
}
.uploadSign .fileinput-new.thumbnail img{
    width: 144px;
    height: 48px;
    object-fit: contain;
}
.uploadSign span.btn.blue.btn-file{
    position: absolute;
    top: -10px;
    left: -13px;
    width: 160px;
    height: 50px;
    margin-top: 11px;
    margin-left: 13px;
    opacity: 0;
}
.uploadSign .fileinput-preview.fileinput-exists.thumbnail{
    width: 160px;
    height: 50px;
    border: 1px #777 dashed;
    padding: 5px;
    border-radius: 2px!important;
    object-fit: contain;
}
.applyBtn.btn.btn-sm.btn-success, .daterangepicker td.active{
    color: #FFF;
    background-color: #3598dc;
    border-color: #3598dc;   
}
.applyBtn.btn.btn-sm.btn-success:hover, .applyBtn.btn.btn-sm.btn-success:active {
    color: #FFF;
    background-color: #1c699f;
    border-color: #15527c;
}
@media only screen and (max-width: 1150px) {
    .overlapped-fixed-div > .portlet.light{
        width: 50%;
    }
}
@media only screen and (max-width: 1000px) {
    .overlapped-fixed-div > .portlet.light{
        width: 60%;
    }
}
@media only screen and (max-width: 850px) {
    .overlapped-fixed-div > .portlet.light{
        width: 80%;
    }
}
@media only screen and (max-width: 768px) {
    .overlapped-fixed-div > .portlet.light{
        width: 90%;
        left: 5%;
        top: 5%;
        height: auto;
        max-height: 90%;
    }
	.overlapped-fixed-div > .combine-view {
		width: 90%;
		left: 5%;
		top: 5%;
		height: 90%;
		max-height: 90%;
		overflow-y: auto;
		overflow-x: hidden;
	}
    .overlapped-fixed-div > .portlet.light > .portlet-body {
        height: auto!important;
        overflow-y: scroll;
    }
	.overlapped-fixed-div > .close-overlapped-div {
		position: absolute;
		right: 40px;
		top: 50px;
		z-index: 100;
		font-size: 20px;
	}
}


.labelAlign{
    text-align:left;
}
.hostel-room{
    border: 1px #ccc solid;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    min-height: 80px;
}
.hostel-room ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hostel-room ul li{
    float: left;
    margin-right: 15px;
}
.hostel-room ul li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    cursor: default;
}
.hostel-room ul li a input{
    width: 35px;
    height: 35px;
    cursor: pointer;
    opacity: 0;
}
.hostel-room ul li a i.fa-bed{
    font-size: 28px;
    position: absolute;
    top: 11px;
    left: 0px;
    color: #a9a7a7;
}
.hostel-room ul li.booked a i.fa-bed{
    color: red;
}
.hostel-room ul li a i.fa-check-circle{
    position: absolute;
    right: -6px;
    top: 3px;
    color: green;
    font-size: 16px;
    display: none;
}
.bus-wrapper{
    border: 1px #989898 solid;
    padding: 10px;
    border-top-width: 7px;
    max-width: 272px;
    margin: 0 auto;
}
.bus-wrapper .bus-steering {
    padding: 8px;
    border-bottom: 2px #ccc solid;
}
.bus-wrapper .bus-seats {
    padding: 10px 5px;
    padding-bottom: 0;
}
.bus-wrapper .bus-seats ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.bus-wrapper .bus-seats ul li{
    float: left;
    margin-right: 0;
}
.bus-wrapper .bus-seats ul li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: default;
}
.bus-wrapper .bus-seats ul li a input{
    width: 40px;
    height: 40px;
    margin-top: -2px!important;
    cursor: pointer;
    margin-left: -12px!important;
}
.bus-wrapper .bus-seats ul li a div.radio{
    opacity: 0;
}
.bus-wrapper .bus-seats ul li a img{
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 0px;
    color: #a9a7a7;
}
.bus-wrapper .bus-seats ul li a i.fa-check-circle{
    position: absolute;
    right: -2px;
    top: -2px;
    color: green;
    font-size: 16px;
    display: none;
}
.bus-wrapper .bus-seats ul li a span{
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: rgba(0,0,0,.7);
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    opacity: 0;
    transition: .3s;
}
.bus-wrapper .bus-seats ul li a:hover span{
    opacity: 1;
}

.display-inline{
    display: inline-block;
}


.modal {
	 background-color: transparent!important; 
	 border: none!important; 
	 box-shadow: none!important; 
}
.award-list-report .modal-header{
     background-color: #217ebd;
}
.award-list-report .modal-header h4{
    font-weight: 400;
    color: #ffffff;
}
.award-list-report .modal-header button.close{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 50% !important;
    text-align: center;
    background-position: center;
}
/*********************               DMC Page                 *********************/

.dmc-head {
    float: none !important;
    display: block !important;
}

    .dmc-head > h1 {
        font-size: 26px !important;
    }



@media only screen and (min-width: 600px) {
    .dmc-container {
        background-image: url('../assets/global/img/dmc-sm.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 792px;
        font-weight: 600;
        width: 550px;
        margin: 0 auto;
    }

        .dmc-container table tbody tr td {
            vertical-align: top;
            padding: 2px 3px;
            color: #000;
        }

    .dmc-header {
        margin-top: 30px;
    }

        .dmc-header .header-info {
            width: 50% !important;
            margin-left: 0;
            font-size: 11px;
        }

    .dmc-srno {
        margin-top: 65px;
    }

        .dmc-srno .srno {
            padding-left: 65px;
            font-size: 12px;
        }

    .dmc-header table.ml20 {
        margin-left: 0;
    }

    /*.dmc-marks {
        margin-top: 50px;
    }*/

        .dmc-marks .dmc-marks-container {
            padding-right: 0;
            padding-left: 0;
            height: 315px;
        }

            .dmc-marks .dmc-marks-container table tbody tr td {
                text-align: center;
                vertical-align: middle;
                font-size: 13px;
            }

                .dmc-marks .dmc-marks-container table tbody tr td:first-child {
                    width: 50px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(2) {
                    width: 300px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(3) {
                    width: 76px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(4) {
                    width: 70px;
                    padding-left: 0;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(5) {
                    width: 78px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(6) {
                    width: 60px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(7) {
                    width: 82px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(8) {
                    width: 62px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(9) {
                    width: 77px;
                    padding-left: 0;
                }

    .text-left {
        text-align: left !important;
    }

    .dmc-aggregate .aggregate-container {
        padding-right: 0;
        padding-left: 0;
    }

        .dmc-aggregate .aggregate-container table tbody tr:first-child td {
            width: 120px;
            text-align: center;
            padding: 7px 5px;
        }

        .dmc-aggregate .aggregate-container table tbody tr:nth-child(2) td {
            width: 120px;
            text-align: center;
            padding: 1px 8px;
            vertical-align: middle;
        }

        .dmc-aggregate .aggregate-container table tbody tr td input {
            height: 23px;
        }

        .dmc-aggregate .aggregate-container table tbody tr:nth-child(3) td {
            width: 120px;
            text-align: center;
            padding: 6px 15px;
            vertical-align: middle;
        }

    .dmc-tagline {
        padding: 0 7px;
        font-size: 13px;
    }

    .dmc-date {
        padding-left: 50px;
        margin-top: 40px;
        font-size: 13px;
    }
}


@media only screen and (min-width: 768px) {
    .dmc-container {
        background-image: url('../assets/global/img/dmc-sm.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 1060px;
        font-weight: 600;
        width: 750px;
        margin: 0 auto;
    }

        .dmc-container table tbody tr td {
            vertical-align: top;
            padding: 3px 5px;
            color: #000;
        }

    .dmc-header {
        margin-top: 40px;
        height: 240px;
    }

        .dmc-header .header-info {
            width: 48% !important;
            margin-left: 0;
            font-size: 12px;
        }

    .dmc-srno {
        margin-top: 95px;
    }

        .dmc-srno .srno {
            padding-left: 35px;
            font-size: 12px;
        }

    .dmc-header table.ml20 {
        margin-left: 20px;
    }

    /*.dmc-marks {
        margin-top: 80px;
    }*/

        .dmc-marks .dmc-marks-container {
            padding-right: 25px;
            padding-left: 5px;
            height: 400px;
            overflow-y: auto;
        }

            .dmc-marks .dmc-marks-container table tbody tr td {
                text-align: center;
                vertical-align: middle;
                font-size: 12px;
            }

                .dmc-marks .dmc-marks-container table tbody tr td:first-child {
                    width: 80px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(2) {
                    width: 280px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(3) {
                    width: 76px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(4) {
                    width: 70px;
                    padding-left: 12px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(5) {
                    width: 78px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(6) {
                    width: 60px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(7) {
                    width: 82px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(8) {
                    width: 62px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(9) {
                    width: 77px;
                    padding-left: 10px;
                }

    .text-left {
        text-align: left !important;
    }

    .dmc-aggregate .aggregate-container {
        padding-right: 40px;
        padding-left: 15px;
        margin-top: 35px;
    }

        .dmc-aggregate .aggregate-container table tbody tr:first-child td {
            width: 120px;
            text-align: center;
            padding: 7px 5px;
        }

        .dmc-aggregate .aggregate-container table tbody tr:nth-child(2) td {
            width: 120px;
            text-align: center;
            padding: 1px 15px;
            vertical-align: middle;
        }

        .dmc-aggregate .aggregate-container table tbody tr td input {
            height: 23px;
        }

        .dmc-aggregate .aggregate-container table tbody tr:nth-child(3) td {
            width: 120px;
            text-align: center;
            padding: 6px 15px;
            vertical-align: middle;
        }

    .dmc-tagline {
        padding: 5px 7px;
        font-size: 13px;
    }

    .dmc-date {
        padding-left: 41px;
        margin-top: -5px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 950px) {
    .dmc-container {
        background-image: url('../assets/global/img/dmc.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 1340px;
        font-weight: 600;
        width: 944px;
        margin: 0 auto;
    }
    #divDMCUpdate {
        width: 944px;
        margin: 20px auto;
    }
    #divDMCUpdate > .btn.blue {
        margin-left: 10px;
    }
    .dmc-container table tbody tr td {
        vertical-align: top;
        padding: 3px 5px;
        color: #000;
    }

    .dmc-srno {
        margin-top: 130px;
    }

        .dmc-srno .srno {
            padding-left: 50px;
        }

    .dmc-header {
        margin-top: 55px;
        height: 240px;
    }

        .dmc-header table.ml20 {
            margin-left: 20px;
        }

    /*.dmc-marks {
        margin-top: 125px;
    }*/

        .dmc-marks .dmc-marks-container {
            padding-right: 40px;
            padding-left: 15px;
            height: 520px;
            overflow-y: auto;
        }

            .dmc-marks .dmc-marks-container table tbody tr td {
                text-align: center;
                vertical-align: middle;
            }

                .dmc-marks .dmc-marks-container table tbody tr td:first-child {
                    width: 90px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(2) {
                    width: 260px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(3) {
                    width: 65px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(4) {
                    width: 70px;
                    padding-left: 12px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(5) {
                    width: 78px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(6) {
                    width: 66px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(7) {
                    width: 82px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(8) {
                    width: 62px;
                }

                .dmc-marks .dmc-marks-container table tbody tr td:nth-child(9) {
                    width: 77px;
                    padding-left: 10px;
                }

    .text-left {
        text-align: left !important;
    }

    .dmc-aggregate .aggregate-container {
        padding-right: 40px;
        padding-left: 15px;
    }

        .dmc-aggregate .aggregate-container table tbody tr:first-child td {
            width: 120px;
            text-align: center;
            padding: 8px 5px;
        }

        .dmc-aggregate .aggregate-container table tbody tr:nth-child(2) td {
            width: 120px;
            text-align: center;
            padding: 3px 15px;
            vertical-align: middle;
        }

        .dmc-aggregate .aggregate-container table tbody tr td input {
            height: 30px;
        }

        .dmc-aggregate .aggregate-container table tbody tr:nth-child(3) td {
            width: 120px;
            text-align: center;
            padding: 6px 15px;
            vertical-align: middle;
        }

    .dmc-tagline {
        padding: 6px 7px;
    }

    .dmc-date {
        padding-left: 60px;
        margin-top: 60px;
    }
}

  
/***********************           jnu-fee-receipt             ************************/

.jnu-fee-receipt{
    width: 800px;
    margin: 0 auto;
}
.jnu-fee-receipt .receipt-body{
    border: 2px #333 solid;
    position: relative;
}
.jnu-fee-receipt .receipt-body h1{
    font-weight: 600;
    margin: 0;
    font-size: 27px;
}
.jnu-fee-receipt .receipt-body h1 small{
    font-weight: 600;
    font-size: 80%;
}
.jnu-fee-receipt .receipt-body h4{
    font-weight: 600;
    margin: 3px 0;
    font-size: 17px;
}
.jnu-fee-receipt .receipt-body h4 small{
    font-weight: 600;
}
.jnu-fee-receipt .receipt-body h5{
    font-weight: 600;
    margin: 3px 0;
    font-size: 12px;
}
.jnu-fee-receipt .receipt-body .recpt-info h5{
    font-weight: 500;
    margin: 7px auto;
    font-size: 10.5px;
    /*width: 600px;*/
    margin-top:0;
}
.mr10{
    margin-right: 10px;
}
.jnu-fee-receipt .receipt-body .receipt-title-info{
    border-top: 2px #333 solid;
    border-bottom: 2px #333 solid;
}
.jnu-fee-receipt .receipt-body .receipt-title-info table tr td{
    padding: 0px 3px;
}
.jnu-fee-receipt .receipt-body .receipt-title-info table tr td>span{
    font-size:13px;
}
.jnu-fee-receipt .receipt-body .receipt-narration{
    height: 260px;
    overflow: hidden;
}
.jnu-fee-receipt .receipt-body .receipt-total{
    border-top: 2px #333 solid;
}
.jnu-fee-receipt .receipt-body .receipt-total table tr td{
    padding: 1px 3px;
}
.jnu-fee-receipt .receipt-body .receipt-total table tr.total-paid td{
    border-bottom: 2px #333 solid;
}
.receipt-body .rect-logo{
    position: absolute;
    width: 55px;
    height: auto;
    top: 10px;
    left: 20px;
}   


  #docDetailsTable >  .table-condensed > tbody > tr > td, #docDetailsTable >.table-condensed > tbody > tr > th, #docDetailsTable >.table-condensed > tfoot > tr > td, #docDetailsTable >.table-condensed > tfoot > tr > th,#docDetailsTable > .table-condensed > thead > tr > td, #docDetailsTable >.table-condensed > thead > tr > th {
    padding: 0;
    font-size:11.5px;
}



  /*************         global minor css             *******************/
    
  
  /*table.table thead tr:first-child th {
      background-color: #2985c5!important;
      color: #ffffff!important;
  }
  .portlet.light .dataTables_wrapper .dt-buttons{
      margin-top: 0!important;
      margin-left: 20px!important;
  }
  .page-head .page-title{
      padding: 12px 0!important;
  }
  .actions.lead-actions{
      margin-top: -20px;
  }*/

  .page-sidebar-wrapper{
    position: fixed;
   top: 85px;
    z-index: 1000;
}
.page-sidebar-menu{
    background-color: #2985c5;
    height: calc(100vh - 75px);
}
.page-sidebar-menu>li>a>.title, .page-sidebar-menu>li>a>i, .page-sidebar-menu>li>a>.arrow::before{
    color: #ffffff!important;
}
.page-sidebar .page-sidebar-menu .sub-menu{
    margin: 0!important;
    background-color: #ffffff;
}
.page-sidebar, .page-sidebar .page-sidebar-menu{
    margin-bottom: 0!important;
}

    .page-sidebar.navbar-collapse.collapse.full-sidebar{
         z-index:100;
        width: 235px!important;
    }
     .page-sidebar .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li.open > a, .page-sidebar .page-sidebar-menu > li > a {
         background-color: #2985c5;
         margin: 0 !important;
         color: #fff;
     }
     .page-prefooter{
         padding:0!important;
     }
     
     .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
        background-color: transparent!important;
    }
   
@media only screen and (max-width: 767px) {
    .page-sidebar-wrapper {
        position: relative!important;
        width: 100%!important;
        top: 0!important;
        z-index: 10000!important;
        left: 0!important;
    }
    h1.head-title{
        font-size: 17px!important;
        margin-left: 10px!important;
    }
     h1.head-title, h1.head-title small{
        color: #2e699d !important;
        font-weight: 600 !important;
    }
     .page-header.navbar{
        height: 65px!important;
        min-height: 65px!important;
     }
     .page-logo a img{
         margin-top: 10px!important;
     }
     .page-header.navbar .page-top{
         height: 58px!important;
     }
     .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle{
         padding: 15px 6px 18px!important;
     }
     .page-container{
         padding: 0!important;
     }
     .page-header-inner a{
         margin-left: 10px!important;
     }
     .page-sidebar.navbar-collapse.collapse.full-sidebar{
         width:100%!important;
     }
     .page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username{
         display: none!important;
     }
     .page-header-inner a img{
         width: 30px!important;
         height: 30px!important;
     }
     .page-header.navbar .menu-toggler.responsive-toggler {
        margin-top: 25px!important;
    }
}

/*
    LMS Report CSS
*/
.select2-container .select2-selection--single {
        height: 34px !important;
    }

    .ErrorDiv {
        color: red;
    }

    .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
        background-color: #2985c5;
        color: #fff;
    }

    .datepicker .active {
        background-color: #2985c5 !important;
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
        color: #fff;
        background-color: #2985c5;
        border-color: #2985c5;
    }

    .zeroPadding {
        padding: 0px;
    }

    .paddingLR10_TB0 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .btnDivPadding {
        /*style="padding-left:10px;padding-right:10px;padding-top:32px;"*/
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 25px;
        padding-bottom: 0px;
    }
     .paddingLR0_TB5 {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .reportTitle{
        font-family:'Times New Roman';
        font-size:25px;
        font-weight:500;
        text-align:left;
    }

    
/*LMS Report CSS ends*/