/* ---------CUSTOMISED SCROLL BAR ------------- */
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* ---------END OF CUSTOMISED SCROLL BAR ------------- */
/* LOGIN PAGE */
.login-wallpaper{
	/*background: url(../../assets/img/core/bg-cover.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/

    min-height:100%;
  	/*background:linear-gradient(0deg,rgba(0, 204, 87,0.0),rgba(0, 204, 87,0.0)),url(../../assets/img/core/brand_bg.jpg);*/
  	background-size:cover;
}
.login-panel-transparent{
	/* background: transparent !important; */
    /* box-shadow: none !important; */
    background: rgb(0,0,0, 0.05)!important;
    border-radius: 5px;
}
.login-form-control{
	border-radius: 50px !important;
	/*padding: 8px 15px !important;*/
	border: 1px solid #00CC57 !important;
}
.login-panel-body{
	padding: 15px 15px !important;
}
.login-logo{
	text-align: left !important;
}
.login-splash-container{
	max-width: 320px !important;
}

.user-input-wrp {
	position: relative;
	width: 100%;
}
.user-input-wrp .inputText{
	width: 100%;
	outline: none;
	border:none;
	border-bottom: 1px solid #ccc;
	font-size: 12pt;

}
.user-input-wrp .inputText:invalid {
	box-shadow: none !important;
}
.user-input-wrp .inputText:focus{
	border-bottom: 2px solid #00CC57;
}
.user-input-wrp .floating-label {
	position: absolute;
	pointer-events: none;
	top: 18px;
	left: 0px;
	transition: 0.2s ease all;
	font-size: 11pt;
	color: #888;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: 0px;
	left: 0px;
	font-size: 13px;
	opacity: 1;
}


/* -------------REPORT PAGE CSS------------------ */
.reportpage-heading-title {
	font-size: 18pt;
	padding-bottom: 10px;
	border-bottom: 3px solid #00CC57;
	margin-bottom: 20px;
}
.logo-img-reportpage {
    width: 60px;
    height: 60px;
    margin: 5px 10px 0 0;
    -moz-border-radius: 0 0 50% 50%;
    -webkit-border-radius: 0 0 50% 50%;
    border-radius: 0 0 50% 50%;
    vertical-align: middle;
    box-shadow: 0 2px 3px #00CC57 !important;
    display: inline !important;
    float: left;
}
.rotate {
	white-space: nowrap;
	height: 230px;
	vertical-align: bottom !important;
	border: 1px solid #000;
	font-weight: bold;
}

.rotate > div{
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari 3-8 */
    transform: rotate(-90deg);
    width: 12px;
    padding-top: 5px;
}

.lreport {
	border: 2px solid #000;
}
.main-lreport-table table > tbody > tr > td {
	padding: 10px 8px !important;
}
.lreport th {
	text-align: center;
	border: 2px solid #000 !important;
}

.indextable {
	width: 100%;
}
.indextable th,.indextable td {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.lr-title-caption{
	font-size: 12pt;
	font-weight: bold;
}
.lrgreen{
	background: #00CC57 !important;
	text-align: center;
	padding: 20px 10px;
    margin: -10px;
    display: block;
    font-weight: bold;
    font-size: 13pt;
    
}
.lryellow{
	background: #fff500 !important;
	text-align: center;
	padding: 20px 10px;
    margin: -10px;
    display: block;
    font-weight: bold;
    font-size: 13pt;
    
}
.lrred{
	background: red !important;
	text-align: center;
	padding: 20px 10px;
    margin: -10px;
    display: block;
    font-weight: bold;
    font-size: 13pt;

}
.giveborderright td {
	border-right: 1px solid #000;
}

.main-lDreport-table tfoot > tr > td {
	font-weight: bold;
	/*text-align: center;*/
}

.tbodyx td {
	text-align: center;
}

/* STUDENT DASHBOARD */
.dashstatus-icon {
	
    text-align: center;
    display: inline-block;
    width: 85px;
    height: 35px;
    vertical-align: middle;
    padding-top: 10px;


/*	transition: background-color 300ms ease-in-out;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 8px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;*/
    }

/* OTHERS */
.body-workspace {
	height: 480px !important;
	overflow-y: scroll;
}

.panel-workspace {
	margin-bottom: 10px;
}
.custom-panel-heading{
	padding-top: 11px !important;
}

.requiredfield {
	border-left: 1px solid #00CC57 !important;
}
.custom-divider {
	border-bottom: 1px solid #d4eef4;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.st-textarea {
	display: block;
    border: 1px solid #E3E3E3;
    outline: none;
    width: 100%;
    font-size: 14px;
    height: 35px;
    background: #fff;
}
.st-textarea option {
	padding: 5px;
}
.totalstudentslist {
    width: 120px;
    padding: 5px 10px;
    background: #00CC57;
    font-family: 'Arial Narrow';
    text-align: center;
    color: #fff;
}
.custom-header-title-4 {
	background: #f5f5f5 !important;
	color: #000 !important;
	padding: 8px 5px !important;
	border-left: 4px solid #4285f4 !important;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	font-weight: bold !important;
}

.custom-label {
	padding-top: 8px;
}

.custom-form-control {
	border-radius: 4px;
	border: 1px solid #E3E3E3;
	border-top-color: #E3E3E3;
	/*height: 40px !important;*/
}
.custom-error-alert {
	border-left: 2px solid red;
}

/*****************/
@media only screen and (max-width: 600px) {
    .splash-container {
		max-width: 401px;
		margin: 0 auto;
	}

	.login-wallpaper .main-content{
		padding: 0 10px !important;
	}
}
.be-login .panel{
	border-radius: 0;
	min-height: 100vh;
	margin: 0 !important;
}
.login-wallpaper .main-content{
	padding: 0 170px;
}

.fileUploadBox .dropzone {
	padding: 10px !important;
	min-height: 140px;
}

.fileUploadBox .icon {
	float: left;
	margin-top: -20px;
	vertical-align: middle;

}
.login-footer{
	margin-top: 70px;
	font-size: 8pt;
}

.preview_header{
	border-bottom: 2px solid #e8e8e8;
}
.previewpage_long_content {
	height: 200px !important;
	overflow-y: scroll;
}
.skinny-divider{
	border-bottom: 1px solid #f5f5f5 !important;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}
.previewpage-item-title{
	font-weight: bold !important;
}
.displaymessages{
	background: #fff;
	padding: 20px;
	margin: 0 0 20px;
	display: show;
}
#wizardBox{
	display: show;
}

.sidebar-elements i{
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
	margin-top: -2px;
}

.customFilterBox{
	height: 30px !important; 
	outline: none; 
	vertical-align: middle; 
	margin-right: 5px; 
	margin-top: -5px;
}

.customFilterBox:hover{
	cursor: pointer;
}
#applicantsTable [disabled]:hover{
	cursor: default !important;
}
.assignReviewer fieldset {
  border: 1px solid #c7dcfc;
  margin: 0 2px;
  padding: 0.05em 0.625em 1em !important;

  border-radius: 3px;
}
.assignReviewer legend {
  border: 0;
  display: inline-block !important;
  padding: 0 5px;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 5px;
}
.assignReviewer .appitem {
	padding-bottom: 5px;
}



/* APPLY NOW PAGE */
.apply-panel-seed {
	height: 200px;
	font-size: 18pt;
	padding: 5px 15px;
	/*	position: relative;
  	width: 100%;
  	background: url('../../assets/img/seed_germinating.jpg') center center no-repeat;
  	background-size: cover;
  	color: #fff;*/
  	background:  linear-gradient(rgba(95, 153, 245,0),rgba(95, 153, 245,.5)), url('../../assets/img/seed_germinating.jpg') center center no-repeat;
  	margin-bottom: 10px;
  	background-size: cover;
}

.apply-panel-investigator {
	height: 200px;
	font-size: 18pt;
	padding: 5px 15px;
  	background:  linear-gradient(rgba(246, 193, 99,0),rgba(246, 193, 99,.5)), url('../../assets/img/investigator-led-1.jpg') center center no-repeat;
  	background-size: cover;
  	margin-bottom: 10px;
}

.apply-panel-faculty {
	height: 200px;
	font-size: 18pt;
	padding: 5px 15px;
  	background:  linear-gradient(rgba(246, 193, 99,0),rgba(246, 193, 99,.5)), url('../../assets/img/faculty.jpg') center center no-repeat;
  	background-size: cover;
  	margin-bottom: 10px;
}

.apply-panel-seed:hover{
	cursor: pointer;
	background: linear-gradient(rgba(95, 153, 245,.5),rgba(95, 153, 245,.5)), url('../../assets/img/seed_germinating.jpg') center center no-repeat;
	background-size: cover;
}

.apply-panel-investigator:hover{
	cursor: pointer;
	background: linear-gradient(rgba(0246, 193, 99,.5),rgba(246, 193, 99,.5)),  url('../../assets/img/investigator-led-1.jpg') center center no-repeat;
	background-size: cover;
}

.apply-panel-faculty:hover{
	cursor: pointer;
	background: linear-gradient(rgba(95, 153, 245,.5),rgba(95, 153, 245,.5)),  url('../../assets/img/faculty.jpg') center center no-repeat;
	background-size: cover;
}

.incompletestep{
	background: red !important;
}

/* custom css for hiding non print content */
