/*body {
	background: url(/images/bg.jpg) !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
}*/
h2 {
	line-height: normal !important;
	text-transform: none !important;
}
video {
	max-width: 100% !important;
	max-height: 100% !important;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.processing {
	background: url(/images/processing.gif) no-repeat center left;
	margin: 20px auto !important;
	padding-left: 45px !important;
	color: #ddd;
}
.error {
	background: #FFBABA url(/images/error.png) no-repeat 10px center;
	border: 1px solid #D8000C !important;
	margin: 30px 0 !important;
	padding: 10px 20px 10px 60px !important;
	color: #D8000C;
	border-radius: 10px;
}
input {
	font-size: inherit;
	border: 1px solid #3B759E;	
	border-radius: 10px;
	padding: 11px 15px;
}
button {
	background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	border: 1px solid #000;	
	font-size: inherit;
	color: white;
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
}
button:hover {
	background: #0e0e0e;
}

/* home */
#login input, #login button {
	float: left;
	margin: 0 5px;
}
#login input {
	width: 37%;
}
#forgot-password form {
	width: 785px;
	margin: 0 auto;
}
#forgot-password input, #forgot-password button {
	float: left;
	margin: 0 5px;
}
#forgot-password input {
	width: 49%;
}
#type button {
	margin: 0 10px;
}
#guest input, #guest button {
	float: left;
	margin: 0 5px;
}
#guest input {
	width: 52%;
}
#presentations .btns {
	height: 480px;
	margin-bottom: 20px;
}
#presentations .viewport { height: 430px; overflow: hidden; position: relative; }
#presentations .overview { list-style: none; position: absolute; left: 0; top: 0; }
#presentations .thumb .end,
#presentations .thumb { background-color: #3B759E; }
#presentations .scrollbar { position: relative; float: right; width: 15px; }
#presentations .track { background-color: #74a7cb; height: 100%; width:13px; position: relative; padding: 0 1px; }
#presentations .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#presentations .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#presentations .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
#presentations .thead {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
#presentations .thead span {
	display: block;
	float: left;
	padding: 0 10px;
}
#presentations td {
	padding: 10px;
}
#presentations .guest {
	display: block;
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#presentations .date {
	width: 160px;
}
#presentations .language {
	width: 170px;
}
#language button {
	margin: 0 10px;
}
.alert {
	color: #333;
    font-family: "Quicksand", sans-serif;
	font-size: 20px;
	text-align: center;
}
.alert p {
	font-size: 24px;
}
.alert button {
	margin: 20px 5px 0 5px;
	padding: 7px 15px;
}
#tb-alert strong {
	text-transform: uppercase;
}
#tb-timeout {
	text-align: left;
	line-height: 25px;
}

/* presentation */
#expandNav {
	position: absolute;
	z-index: 100;
}
nav {
	display: none;
	position: absolute;
	z-index: 200;	
	font-family: "Quicksand", sans-serif;
	white-space: nowrap;
}
nav ul { 
	float: left;
	list-style: none;
}
nav a {
	display: block;
	background: #555;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 20px;
	border-bottom: 1px solid #666;
	height: 16px;
}
nav a:hover, nav li.active a:hover {
	background: #444;
}
nav a:active {
	outline: none;
}
nav a:focus { 
	-moz-outline-style: none; 
}
nav #greeting {
	background: #000;
	color: white;
	font-size: 16px;
	padding: 10px 20px;
	height: 16px;
}
nav li.active a {
	background: #333;
}
#collapseNav, #expandNav {
	float: right;
	background: #555;
	width: 20px;
	text-align: center;
	margin-right: -40px;
	padding: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0 10px 10px 0;
	margin-top: 36px;
	border: none;
}
#collapseNav:hover, #expandNav:hover {
	background: #444;
}
aside.controls {
	height: 80px !important;
}
aside.controls div.enabled {
	opacity: 1 !important;
}
aside.controls div.navigate-left:hover {
	border-right-color: #ddd !important;
}
aside.controls div.navigate-right:hover {
	border-left-color: #ddd !important;
}
aside.controls .navigate-up, aside.controls .navigate-down {
	display: none;
}
#tb-logout .processing {
	background: url(/images/processing-white.gif) no-repeat center left;
	text-align: left;
	margin: 30px 10px 0 0 !important;
	line-height: normal;
	color: #333;
}
.chk div {
	float: left;
	background-color: white;
	width: 30px;
	height: 30px;
	border: 3px solid #0C3F77 !important;
	border-radius: 10px;
	margin-right: 10px !important;	
	cursor: pointer;
}
.chk div.checked {
	background-image: url(/images/checkmark.png);
	background-repeat: no-repeat;
	background-position: center;
}
.chk input[type=checkbox] {
	display: none;
}
.chk label {
	cursor: pointer;
}