/*##############################################################################



##############################################################################*/

body {
	padding: 80px 0 20px;
	background: #34404d;
	background: linear-gradient(to bottom, rgba(78,96,114,1) 0%, rgba(52,64,77,1) 33%, rgba(52,64,77,1) 66%, rgba(25,31,38,1) 100%) fixed;
	color: #000;
}


/*##############################################################################

	LAYOUT

##############################################################################*/

#container {
	margin: 0 auto;
	background: #fff;
	background-image: url('img/container_top_narrow_bg.jpg'), url('img/container_bottom_bg.jpg');
	background-position: top left, bottom right;
	background-repeat: no-repeat;
	color: #333;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	overflow: auto;
}

/*////////////////////////////////////////////////////////////////////////////*/

#header {
	border-bottom: 1px solid #ccc;
	padding: 20px 10px;
}
#header a.brand {
	display: block;
	text-indent: -10000px;
}

/*////////////////////////////////////////////////////////////////////////////*/

#footer {
	border-top: 1px solid #ccc;
	padding: 20px 10px;
	text-align: center;
}

/*////////////////////////////////////////////////////////////////////////////*/

#main {
	padding: 10px 10px 20px;
	background: #fff;
	background: rgba(255,255,255,0.6);
}

#main h2:first-child {
	margin-top: 0;
}


/*##############################################################################

	COMPONENTS

##############################################################################*/

#table-session-students-attendance .td-attendance {
	width: 160px;
	text-align: center;
}

#table-session-students-attendance .attendance-status {
	display: block;
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 480px) {

	#table-session-students-attendance .td-attendance {
		width: 250px;
	}

	#table-session-students-attendance .attendance-status {
		display: block;
		float: right;
		width: 80px;
		text-align: center;
	}

}

/*////////////////////////////////////////////////////////////////////////////*/

ul.schedule-readable {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
}
ul.schedule-readable li {
	margin: 0;
	padding: 2px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
ul.schedule-readable li:last-child {
	border: none;
}

/*////////////////////////////////////////////////////////////////////////////*/

textarea.no-resize {
	resize: none;
}

/*////////////////////////////////////////////////////////////////////////////*/

table.tablesorter thead tr .header {
	padding-right: 4px;
	background: #fafaff url('img/tablesorter/bg.gif') center right no-repeat;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-color: #eef;
	background-image: url('img/tablesorter/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-color: #eef;
	background-image: url('img/tablesorter/desc.gif');
}


table.table-align-middle td {
	vertical-align: middle !important;
}

/*////////////////////////////////////////////////////////////////////////////*/

.marginBottom-0 {
	margin-bottom: 0;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top:- 6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #555;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left:-100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.collapse-inline.in {
	display: inline;
}

/*##############################################################################

	MEDIUM TO LARGE SCREENS

##############################################################################*/

@media screen and (min-width: 600px) {
	
	body {
		padding: 80px 0 40px;
	}

	#container {
		background-image: url('img/container_top_bg.jpg'), url('img/container_bottom_bg.jpg');
	}
}

/*////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 767px) {

	.alt-table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd;
		-webkit-overflow-scrolling: touch;
	}
}