html,
body {
	height: 100%;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}
.wrap > .container-fluid {
	padding-top: 60px;
}
.wrap > .push {
	height: 60px;
}


.header {
	background-color: #f5f5f5;
	border: 1px solid #bbc0c4;
	height: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index:9998;
}


.footer {
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer {
	background-color: #f5f5f5;
	border: 1px solid #bbc0c4;
}
.footer span {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.footer {
		position: static;
		height: auto;
	}
	.wrap > .container-fluid {
		padding-top: 0px;
	}
}

.oe2form {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 20px auto 20px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.oe2form select,
.oe2form textarea,
.oe2form input[type="text"],
.oe2form input[type="password"] {
	display: block;
	min-height: 30px;
	width: 100%;
	height: auto;
	margin-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.oe2form input[type="button"] {
	margin-top: 15px;
}

.oe2form .LV_validation_message {
	height: auto;
	display: block;
	padding: 5px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

/* horizontal-form */
.oe2form-horizontal {
/*	padding: 19px 29px 29px;*/
/*	margin: 20px auto 20px;*/
/*	border: 1px solid #e5e5e5;*/
/*	-webkit-border-radius: 5px;*/
/*	-moz-border-radius: 5px;*/
/*	border-radius: 5px;*/
/*	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);*/
/*	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);*/
/*	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);*/
}
.oe2form-horizontal .oe2form-horizontal-heading {
	text-align: left;
	margin-bottom: 0px;
}
.oe2form-horizontal span,
.oe2form-horizontal select,
.oe2form-horizontal textarea,
.oe2form-horizontal input[type="text"],
.oe2form-horizontal input[type="password"] {
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.oe2form-horizontal input[type="button"] {
}
.oe2form-horizontal .LV_validation_message {
	margin-top: 10px;
	height: auto;
	display: block;
	padding: 5px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.oe2form-simple span,
.oe2form-simple select,
.oe2form-simple textarea,
.oe2form-simple input[type="text"],
.oe2form-simple input[type="password"] {
	max-width: 300px;
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.oe2form-simple .LV_validation_message {
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
	padding: 5px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.actions_left input[type="button"] {
	margin: 5px;
}

.actions_center {
	margin-top: 10px;
	margin-bottom: 10px;
}

.actions_right input[type="button"] {
	margin: 5px;
}

.exam_nav_link {
	margin: 5px;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.mylabel {
	padding: 5px;
	margin-right: 10px;
}

.exam_question_options label {
	display: inline-block;
	margin-left: 10px;
}

.myconfirmpanel {
	max-width: 50%;
	text-align: center;
	padding: 19px 29px 29px;
	margin: 20px auto 20px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.myconfirmpanel input[type="button"] {
	margin: 10px;
}


.mycenter {
	text-align: center;
}

.myheading {
	font-size: 20px;
	font-weight: bold;
	margin: 5px;
}

.myseparator {
	max-width: 450px;
	margin: 30px auto 30px;
	border: 1px solid #e5e5e5;
}

.myspinner {
	margin-top: 10px;
}

.mysidebar {
	padding: 10px;
	position: fixed;
	left: 0px;
	top: 40px;
	bottom: 0px;
	width: 15%;
	background-color: #f5f5f5;
	border: 1px solid #bbc0c4;
	font-size:12px;
	font-weight:bold;
}

@media (max-width: 767px) {
	.mysidebar {
		position:static;
		width: auto;
	}
}
@media (max-width: 979px) {
	.mysidebar {
		position:static;
		width: auto;
	}
}

table.myfixedwidthtable {
	table-layout: fixed;
}

.oeusertoken {
	font-family: "Courier";
	font-weight: bold;
}

@media print {
	body {
		font-size: 10px;
	}
}

.admin-menu {
	height: auto;
	background-color: #ffffff;
	border: solid 1px black;
	padding: 2px;
	font-size: 110%;
	text-align: left;
}

.ex_element {
	padding: 5px;
}

#ex_mins, #ex_secs {
	padding: 5px;
	font-size: 25px;
	line-height: 100%;
}

.nav_left {
	padding: 5px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
