html,body
{
	min-height:100%;
}
.listtable
{
	/*border: 1px solid #dddddd;
	padding: 20px;
	margin: 0;*/
}
.listtable LI
{
	list-style:none;
}
.listtable THEAD {
	background: #fafafa;
	cursor: pointer;
}

.listtable TBODY {
	/*display: none;*/
}

	.videotable TD {
		vertical-align: middle;
	}
	.sortable TR {
		cursor: pointer;
		border: 1px solid #dddddd;
	}
	.poster-image {
		width: 80px;
	}
.checkbox-scrolllist
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	height:120px;
	overflow:auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}
.student-content
{
	border: 1px solid #ddd;
	background-color: #fafafa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#student-body
{
	background-color:#eeeeee;
}
.pagetitle
{
	margin-left: 20px;
}
.logo
{
	/*height: 50px;*/
	margin-left: 0;
	margin-bottom: 20px;
}
.logo .brand
{
	float: left;
	display: block;
	padding: 10px 0 10px 20px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.no-margin
{
	margin: 0;
}
.viewtable TH:first-child
{
	padding-left:20px;
}
.viewtable TD:first-child
{
	padding-left:20px;
}
.viewtable TH:last-child
{
	padding-right:20px;
}
.viewtable TD:last-child
{
	padding-right:20px;
}
.label-border
{
	padding-left:5px;
	border-left:6px solid #0088cc;
	line-height: 25px;
}
.account-blocked
{
	background-color: #c7c7c7;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.page_link{cursor:pointer;}
a
{
	word-wrap: break-word;
}
.access-containers-hide
{
	display: none;
	cursor: pointer;
}
.access-containers-show
{
	cursor: pointer;
}
.key-container-row
{
	display: none;
}
.access-td-unavailable
{
	background-color: #eee;
}
.video-js .vjs-big-play-button
{
	top: calc(50% - 0.75em) !important;
    left: calc(50% - 1.5em) !important;
}
.show-keys-btn
{
	float: right;
}
.student-content input[type="checkbox"], .student-content input[type="radio"]
{
	margin: 0 4px 0 0;
}
#sliderCarousel .carousel-inner>.item>img, .carousel-inner>.item>a>img
{
	margin: 0 auto;
}