﻿/*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: 100;
}
.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;
}




