
body {
	margin-top: 72px; /* 56px for header + 16px for content padding */
}

h2 .oi {
	font-size: 14px;
}

.c-pointer {
	cursor: pointer;
}

.menu-item-text {
	white-space: nowrap;
}

.dropdown-item-icon-left .menu-item-icon {
	height: 24px;
	line-height: 24px;
	float: left;
}
.dropdown-item-icon-left .menu-item-text {
	margin-left: 10px;
}

.dropdown-item-icon-right .menu-item-icon {
	height: 24px;
	line-height: 24px;
	float: right;
}
.dropdown-item-icon-right .menu-item-text {
	margin-right: 10px;
}

.dropdown-toggle-no-arrow::after {
	content: none;
}

#toast-conatiner {
	position: absolute;
	top: 70px;
	right: 15px;
	min-height: 10px;
	z-index: 99;
}

.table .title-col {
	width: 20%;
	text-align: left;
}

.eh-large-icon {
	font-size: 1.8em;
}

.form-control::placeholder {
	color: #CDCDCD;
}

.collapse-indicator {
	transform: rotate(0deg);
	transition: transform 0.35s linear;
}

.collapse-indicator.open {
	transform: rotate(90deg);
	transition: transform 0.35s linear;
}


#course_list tbody td {
	vertical-align: middle;
}

#course_list .col-mandatory {
	width: 110px;
}
#course_list .col-remove {
	width: 80px;
}

.weekly-grid {
	position: relative;
	font-size: 14px;
}

.weekly-grid .times {
	width: 45px;
	overflow: visible;
	text-align: right;
	padding-right: 4px;
	position: absolute;
	top: 0px;
	font-size: 12px;
	color: #666666;
}

.weekly-grid .gridlines {
	position: absolute;
	top: 0;
	padding-left: 45px;
	width: 100%;
	overflow: hidden;
}

.weekly-grid .gridlines .gridline {
	border-bottom: 1px solid #D9D9D9;
}

.weekly-grid .gridlines .gridline.half {
	border-bottom: 1px dotted #E2E2E2;
}

.weekly-grid .day-title {
	border-bottom: 1px solid #D9D9D9;
	color: #333333;
	text-align: center;
	height: 25px;
	line-height: 20px;
}

.weekly-grid .day-columns {
	position: absolute;
	top: 0;
	padding-left: 52px;
	width: 100%;
	margin: 0;
	border-right: 1px solid #D9D9D9;
}

.weekly-grid .day-columns .col {
	padding: 0;
	border-left: 1px solid #D9D9D9;
	overflow: visible;
	
}

.weekly-grid .course-component {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	line-height: 14px;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 12px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	/*border-left: 5px solid #CCCCCC;*/
	background-color: #f7f7f7;
	box-shadow: 0 0 4px 0 #DFDFDF;
	padding: 2px 4px;
	margin: 0 2px;
	border-radius: 5px;
	text-decoration: none;
	color: #333333;
	z-index: 20;
}

.weekly-grid .course-component .badge {
	position: relative;
	top: -1px;
}

.weekly-grid .course-num-1 { border-left: 5px solid #9C1515; } /* Burgundy:     9C1515 */
.weekly-grid .course-num-2 { border-left: 5px solid #00AA00; } /* Green:        00AA00 */
.weekly-grid .course-num-3 { border-left: 5px solid #333FFF; } /* Blue:         333FFF */
.weekly-grid .course-num-4 { border-left: 5px solid #FF8000; } /* Orange:       FF8000 */
.weekly-grid .course-num-5 { border-left: 5px solid #C39EFF; } /* Light-Purple: C39EFF */
.weekly-grid .course-num-6 { border-left: 5px solid #E5DE0C; } /* Yellow:       E5DE0C */
.weekly-grid .course-num-7 { border-left: 5px solid #0CD1F1; } /* Light-Blue:   0CD1F1 */
.weekly-grid .course-num-8 { border-left: 5px solid #8500FF; } /* Purple:       8500FF */
.weekly-grid .course-num-9 { border-left: 5px solid #000000; } /* Black:        000000 */
.weekly-grid .course-num-10 { border-left: 5px solid #888888; } /* Grey:        888888 */
.weekly-grid .course-num-11 { border-left: 5px solid #FFFFFF; } /* White:       FFFFFF */


/****************
 * FOOTER STYLE *
 ****************/
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 66px; /* Margin bottom by footer height (50) + page bottom margin (16) */
}
#page-footer {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px; /* Set the fixed height of the footer here */
	margin-bottom: 0;
	padding: 12px 0;
	overflow: hidden;
}

@media screen and (max-width: 575px) {
	#page-footer {
		height: 77px; /* Set the fixed height of the footer here for xs screens */
	}
	body {
		margin-bottom: 93px; /* Margin bottom by footer height (77) + bottom margin (16)*/
	}
}