[v-cloak] {
    display: none;
  }
  .help.is-danger {
	color: red;
}
.form-control.is-danger {
	border: 1px solid red;
	box-shadow: none;
}
ul.pagination{
	float:right;
}
.dataTables_info{
	display:none;
}

.btn-success{
	background:#155C9A !important;
	background-color:#155C9A !important;
	border-color: #155C9A !important;
}

/* search fields */
.search-fields{
	float:right;
	margin-bottom:10px;
}
.search-fields input{
	display: inline-block;
	width:79%;
}
#search-btn{
	padding-right:28px;
}
@media screen and (max-width:929px){
	.search-fields{
		float:none;
	}
}

/* panel fields */
.form-group.row.m-b-15 label.col-form-label{
	/* padding-left:25px; */
}
option:disabled {
    background: #dddddd;
}

/* table */
.options-buttons a, .options-buttons button{
	margin-right:5px;
}
.options-buttons a:last-child{
	margin-right:0px;
}

.specialty_area_name:last-child{
	display:none;
}
/* school info modal */
.list-overflow{
	width:100%;
	height:150px;
	overflow:auto;
	border:1px solid #e2e7eb;
	padding-left:10px;
	padding-right:10px;
	margin-top:8px;
}
.list-overflow-row{
	margin-bottom:7px;
	margin-top:7px;
}

.form-overflow{
	width:100%;
	max-height:150px;
	overflow:auto;
	border:1px solid #e2e7eb;
	padding:10px;
}
.checkbox-text-input .input-group-addon{
	border-radius:0px;
}
.checkbox-text-input input[type=checkbox]{
	margin-top:4px;
}

.multi-comma:after{
	content:', ';
}
.multi-comma:last-child:after{
	content:'';
}


/* student placement page */
.result-list .result-info .row{
	margin-bottom:10px;
}
.search-bar-container{
	float:right;
	/*max-width:874px;*/
}
.search-bar{
	width:100%;
}
.search-bar select{
	width:154px;
	display:inline;
	margin-bottom:10px;
}
.search-bar .input-group{
	max-width:400px;
}
.result-list .desc{
	max-height:100%;
	margin-bottom: 0px;
}
.op_functions{
	margin-bottom:91px;
}
.pag_results_count{
	width: 110px;
    display: inline;
    float: right;
    margin-left: 20px;
}
.cohort-denied a{
	color:red;
}