.white-container{
    background: white;
    padding: 20px 0;
}

.form-inline .form-control{
	width: 100%;
}

.search-section{
	padding: 40px 0;
}
a.fab:hover,
a.fab:active{
	color: #fff;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
a.fab{
	color: #fff;
}
.fab{
	background-color: #002f65;
	border-radius: 50%;
	color: white;
	display: inline-block;
	font-size: 24px;
	width: 56px;
	height: 56px;
	padding: 0;
	position: relative;
	-webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    z-index: 9;
}
.fab .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-12px, -12px);
    -ms-transform: translate(-12px, -12px);
    -o-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;
}

.fab-wrapper{
	position: relative;
	min-height: 50px;
}

.fab.search-more{
	position: absolute;
	right: 24px;
	margin-top: -25px;
}

.btn.alpha{
	margin: 2px;
	min-width: 37px;
	min-height: 37px;
}

.schedule.panel .panel-title{
	font-size: 1.2em;
	font-weight: bold;
}

.table th.sorting:after{
	font: normal normal normal 14px/1 FontAwesome;
	color: #aaa;
	content: "\f0dc";
	float: right;
	line-height: 1.5em;
}

.table th.sorting_desc:after{
	font: normal normal normal 14px/1 FontAwesome;
	color: #4b5f80;
	content: "\f0dd";
	float: right;
	line-height: 1.5em;
}

.table th.sorting_asc:after{
	font: normal normal normal 14px/1 FontAwesome;
	color: #4b5f80;
	content: "\f0de";
	float: right;
	line-height: 1.5em;
}

.course-title .title{
	font-size: 1.2em;
}

.course-title .instructor{
	font-style: italic;
}

.course{
	padding: 10px;
	background: #F7F4EE;
	margin-bottom: 10px;
}

.course-types img{
	width: 28px;
	height: auto;
}

.college-logo{
	text-align: center;
}

.college-logo img{
	max-width: 102px;
}

/*
* DataTable Fix
*/

div.dataTables_wrapper div.dataTables_info{
	white-space: normal;
}

.editPdfBtn, #shareBtn, #downloadPdfBtn{
	margin-left: 5px;
}