/*
Theme Name: Expert Online Training
Theme URI: https://www.expertonlinetraining.com
Author: Patrick Roy
Author URI: http://www.targetdirectories.com
Description: Custom theme for Expert Online Training
Version: 1.0
*/
body {margin:0; padding:0;}

p{font-size: 12px}

#wrapper { margin: 0 auto; width: 1200px; padding:0;}
.s-c-s #colmid { left:0px;}
.s-c-s #colright { margin-left:-0px;}
.s-c-s #col1pad { margin-left:0px;}
.s-c-s #col2 { left:0px;width:0px;}
.s-c-s #col3 { width:0px;}

.s-c-x #colright { left:0px; min-height:500px;}
.s-c-x #col1wrap { right:0px;}
.s-c-x #col1 { margin-left:0px;}
.s-c-x #col2 { right:0px;width:0px;}

.x-c-s #colright { margin-left:-0px;}
.x-c-s #col1 { margin-left:0px;}
.x-c-s #col3 { left:0px;width:0px;}


.component-pad { padding: 0px; }

.roll #left_on { display: none; }
.roll #left_off { display: block; }
.roll:hover #left_on { display: block; }
.roll:hover #left_off { display: none; }
.roll #right_on { display: none; }
.roll #right_off { display: block; }
.roll:hover #right_on { display: block; }
.roll:hover #right_off { display: none; }
.row {
	display:flex;
	margin-left: -10px;
	margin-top:20px;
}
.col {
	padding-top:5px;
	margin-left: 10px;
}
div#helpBtn, div#helpbar {
	/*display: none;*/
}
div#poststuff {
	min-width: 500px
}
#mobile_app_img_footer {
	display: none;
}

#sidebar_mobileDownload {
	margin-top: 50px;
}
#sidebar_mobileDownload a img {
	margin-bottom: 10px;
}
.eot_center {
	margin-left: auto;
	margin-right: auto;
}
.best_mobile_experience {
    display: none;
} 


/**********************************************************************************************************************
												 TARGET.CSS
**********************************************************************************************************************/
 
.dashboard_banner img {
    max-width: 700px;
    max-height: 700px;
}
/* Mobile and iPad Portrait */
@media only screen and (max-width: 1200px) {
    #bbpress-forums {
    	width: 90%;
    }
}
@media only screen and (max-width: 1100px) {
    #bbpress-forums {
    	width: 80%;
    }
}

/* Mobile and iPad Portrait */
@media only screen and (max-width: 959px) {
    #bbpress-forums {
    	width: 100%;
    }
    #content { width: 748px; }
    .dashboard_border{
		margin: 10px 10px !important;
	}
}

/* Mobile Portrait */
@media only screen and (max-width: 800px) {
	.best_mobile_experience {
    	display: block;
    	text-align: center;
	} 
    div.entry-content{ width:443px; }
}

/* Mobile Landscape and Portrait */
@media only screen and (max-width: 767px) {
    #bbpress-forums {
    	width: 80%;
    }
    #content { width: 400px; }
    #content h1 { font-size: 22px; line-height: 30px; background-color: #000; color: #FFF; padding: 10px; }
    #content ul#nav { display: none; }
    
    .open { display: block; }
    #pageslide { width: 200px; }
	#pageslide #nav li { padding: 10px 0; border-bottom: 1px solid #666; }
	#pageslide #nav li a { color: #FFF; border: none; }
	#pageslide #nav li a:hover { text-decoration: underline; }

}
/* Ipad */
@media only screen and (max-width: 1024px) {
	#group_list {
		margin-left: 26px;
	}
    div.entry-content{ width:545px; }
    #content { width: 400px; }
    #content h1 { font-size: 22px; line-height: 30px; background-color: #000; color: #FFF; padding: 10px; }
    #content ul#nav { display: none; }
    
    .open { display: block; }
    #pageslide { width: 200px; }
	#pageslide #nav li { padding: 10px 0; border-bottom: 1px solid #666; }
	#pageslide #nav li a { color: #FFF; border: none; }
	#pageslide #nav li a:hover { text-decoration: underline; }
	.fl-page-nav-right .fl-page-header-row>div {display:block; margin-left:60px;}

}

/* High end windows phone */
@media only screen and (max-width: 768px) {
    div.entry-content{ width:725px; }
}
/* iPhone */
@media only screen and (max-width: 640px) {
    div.entry-content{ width:592px; }
    a.aMagazine { margin: 0px !important; margin-left: 0px;}
}
/* Nexus 6p && Iphone 6 Plus */
@media only screen and (max-width: 415px) {
    div.entry-content{ width:363px; }
    a.aMagazine { margin: 0px !important; margin-left: 0px;}
}
/* iPhone 6 */
@media only screen and (max-width: 375px) {
    div.entry-content{ width:332px; }
    a.aMagazine { margin: 0px !important; margin-left: 0px;}
}
/* Galaxy S5 */
@media only screen and (max-width: 360px) {
    div.entry-content{ width:320px; }
}
/* iPhone 5 */
@media only screen and (max-width: 320px) {
    div.entry-content{ width:293px; }
}

.add_remove_btn {
  background: #FDFDFD;
  background-image: -webkit-linear-gradient(top, #FDFDFD, #AFAFAF);
  background-image: -moz-linear-gradient(top, #FDFDFD, #AFAFAF);
  background-image: -ms-linear-gradient(top, #FDFDFD, #AFAFAF);
  background-image: -o-linear-gradient(top, #FDFDFD, #AFAFAF);
  background-image: linear-gradient(to bottom, #FDFDFD, #AFAFAF);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color: #000000;
  font-size: 11px;
  padding: 0px 4px 0px 4px;
  border: solid #AFAFAF 2px;
  text-decoration: none !important;
}
.add_remove_btn:hover {
  background: #FDFDFD;
  background-image: -webkit-linear-gradient(top, #FDFDFD, #363436);
  background-image: -moz-linear-gradient(top, #FDFDFD, #363436);
  background-image: -ms-linear-gradient(top, #FDFDFD, #363436);
  background-image: -o-linear-gradient(top, #FDFDFD, #363436);
  background-image: linear-gradient(to bottom, #FDFDFD, #363436);
  text-decoration: none !important;
}
.btn {
  background: #F4D612;
  background-image: -webkit-linear-gradient(top, #F4D612, #D98105);
  background-image: -moz-linear-gradient(top, #F4D612, #D98105);
  background-image: -ms-linear-gradient(top, #F4D612, #D98105);
  background-image: -o-linear-gradient(top, #F4D612, #D98105);
  background-image: linear-gradient(to bottom, #F4D612, #D98105);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  padding: 6px 5px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: .5px .5px #000000;
}

.btn:hover {
  background: #F4D612;
  background-image: -webkit-linear-gradient(top, #F4D612, #a36105);
  background-image: -moz-linear-gradient(top, #F4D612, #a36105);
  background-image: -ms-linear-gradient(top, #F4D612, #a36105);
  background-image: -o-linear-gradient(top, #F4D612, #a36105);
  background-image: linear-gradient(to bottom, #F4D612, #a36105);
  text-decoration: none;
  color: #ffffff;
}
.bottom_buttons > a {
  margin-right: 10px;
}

a.button.add-file:hover {
    background: #F4D612;
    background-image: -webkit-linear-gradient(top, #F4D612, #a36105);
    background-image: -moz-linear-gradient(top, #F4D612, #a36105);
    background-image: -ms-linear-gradient(top, #F4D612, #a36105);
    background-image: -o-linear-gradient(top, #F4D612, #a36105);
    background-image: linear-gradient(to bottom, #F4D612, #a36105);
    text-decoration: none;
    color: #ffffff;
}
a.button.add-file {
    background: #F4D612;
    background-image: -webkit-linear-gradient(top, #F4D612, #D98105);
    background-image: -moz-linear-gradient(top, #F4D612, #D98105);
    background-image: -ms-linear-gradient(top, #F4D612, #D98105);
    background-image: -o-linear-gradient(top, #F4D612, #D98105);
    background-image: linear-gradient(to bottom, #F4D612, #D98105);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 17px;
    padding: 6px 5px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: .5px .5px #000000;
}

ul.nested {
	margin-top: 0;
	margin-bottom: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1.Tnospace {
	margin: 20px 0 10px 0;
}
div.dashboard_items {
	margin-left: 25px;
}
div.errorboxcontainer {
	width: 550px;
	background-color: #FFC6B8;
	margin: 6px 0;
}
div.errorbox h2 {
	margin-top: 3px;
	color: #444;
}
div.errorbox {
	padding: 15px;
}
div.error-tl {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/error-tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.error-tr {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/error-tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div.error-bl {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/error-bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.error-br {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/error-br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.msgboxcontainer {
	width: 550px;
	background-color: #C8EE76;
	margin-bottom: 15px;
}
div.errorboxcontainer_no_width {
	background-color: #FFC6B8;
	margin-bottom: 10px;
}
div.msgboxcontainer_quizpage {
	background-color: #C8EE76;
	margin-bottom: 15px;
	width: 650px;
}
div.wizardboxcontainer {
	background-color: #CCF2A6;
	margin: 20px 0;
}
div.msgbox h2 {
	margin-top: 3px;
	color: #444;
}
div.wizardbox {
	padding: 30px;
}
div.wizardbox h2 {
	margin: 0px 0 15px 0;
	font-size: 20px;
	font-weight: bold;
	color: #555;
	font-family: 'segoe ui', arial;
}
div.msgbox {
	padding: 15px;
}
div.msg-tl {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/msg-tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.msg-tr {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/msg-tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div.msg-bl {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/msg-bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.msg-br {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/msg-br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.wizardboxcontainer .msg-tl {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/wiz-tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.wizardboxcontainer .msg-tr {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/wiz-tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div.wizardboxcontainer .msg-bl {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/wiz-bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.wizardboxcontainer .msg-br {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/wiz-br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
tr.spacer {
	height: 12px;
}
div.msgboxcontainer_no_width {
	background-color: #C8EE76;
	margin-bottom: 15px;
}
div.example {
	background-color: #C7E0EF;
	padding: 15px 25px;
	margin: 15px 0;
}
div.wizardboxcontainer div.example {
	border: 1px solid #A8D779;
}
div.example h3 {
	margin-top: 0;
	color: #333;
}
form.wizbutton {
	margin: 20px 0;
	text-align: center;
}
fieldset h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}
body, html, input, select, textarea {
	font-family: verdana, sans-serif;
	font-size: 11px;
}
body {
	/*background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/bluebg.jpg);
	 background-repeat: repeat-x;*/
}
input, td input {
	font-family: verdana, sans-serif;
}
img {
	border: 0;
}
td.editcell {
	padding: 8px 0;
	background-color: #DDD;
}
.underline {
	border-bottom: 1px solid #ADCBD9;
	padding-bottom: 4px;
}
h1.underline {
	margin-top: 40px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
input.sm {
	font-size: 11px;
	font-family: verdana;
}
div.bluebox {
	background-color: #BBDAF1;
	border: 1px solid #7EB7E2;
	padding: 4px;
	width: 250px;
	margin: 9px 0;
}
div.hoverbox {
	background-color: #EFF3F7;
	border: 1px solid #CCD7DC;
	margin: -3px -3px -4px -3px;
	padding: 8px 7px 11px 11px;
	font-size: 10px;
	color: #555;
	/*width: 260px;*/
}
div.width260 {
	width: 260px;
}
div.hoverbox ol {
	list-style-image: none;
	list-style-type: none;
	marker-offset: 0;
}
img.hovertool {
	position: relative;
	margin-bottom: -2px;
}
img.tooltip {
	float: none;
	cursor: help;
	position: relative;
	margin-bottom: -2px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.padder {
	//
	width: 98%;
}
.padmore {
	padding: 12px;
}
div.padsm {
	padding: 4px 15px 15px 15px;
}
div.warning {
	border: 1px dashed #f4b41b;
	background-color: #fedd8d;
	padding: 4px 10px;
	margin: 8px 0;
}
div.actionbox {
	/*
	 border: 1px solid #FFBF58;
	 background-color: #FFD791;*/
	border: 1px solid #FFBF43;
	background-color: #FFDF91;
	padding: 2px 4px;
	width: 210px;
	font-size: 11px;//
	width: 220px;
}
div.varbox {
	border: 1px solid #FFBF43;
	background-color: #FFDF91;
	padding: 2px 4px;
	font-size: 11px;
}
div.note {
	border: 1px solid #FFBF43;
	background-color: #FFDF91;
	padding: 15px 18px;
	width: 400px;
	margin: 5px 0 10px 0;
}
tr.darker td {
	background-color: #DDF;
}
td.quizstatus {
	width: 105px;
}
tr.failed td {
	background-color: #F8D0BE;
}
td#actioncell {
	width: 80px;
}
.big {
	font-size: 120%;
}
span.expired {
	color: #A00;
}
span.topic_label {
	font-size: 14px;
	text-transform: uppercase;
	color: #1B4175;
}
ul.tree {
	font-family: verdana, sans-serif;
	list-style-type: none;
	marker-offset: 40px;
}
ul.tree li {
	margin-top: 0px;//
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 11px;
}
.vtitle {
	font-size: 14px;
	font-weight: bold;
	color: #606060;
}
.enabled .vtitle {
	color: #2675C6;
}
ul.tree.organizeassignment li {
	margin-top: 5px;
}
ul.tree .custom_resource_title {
	font-size: 11px;
}
ul.tree li div.item {
	margin: 2px 0 2px 70px;
}
.disabled {
	color: #777;
}
.enabled {
	color: #000;
}
ul.inner {
	margin-top: 0;
	margin-bottom: 0;
}
ul.nobullet {
	list-style-type: none;
	list-style-image: none;
}
table.assign_summary {
	margin: 20px 0;
}
table.assign_summary tr.head td {
	font-size: 17px;
	padding: 8px 14px;
}
table.staff_summary {
	border-collapse: collapse;
	border-spacing: 0;
}
table.staff_summary td {
	border: 1px solid #AAA;
	padding: 2px 8px;
}
table.staff_summary td.number {
	text-align: right;
}
table.staff_summary td.percent {
	text-align: right;
}
.staff_summary_label {
	width: auto;
	padding-right: 15px;
}
li.video_name {
	font-size: 11px;
}
table.groups_table {
}
table.groups_table td.name {
	padding-right: 15px;
}
table.groups_table td.assignments {
	text-align: center;
}
table.groups_table td.count {
	text-align: center;
}
table.assignments_table {
	margin-top: -8px;
}
table.assignments_table td.name {
}
table.assignments_table td.group_count {
	text-align: center;
}
table.assignments_table td.staff_count {
	text-align: center;
}
table.assignments_table td.actions {
}
table.form {
	width: 100%;
}
table.form td {
	padding-right: 15px;
}
td.actions {
	text-align: right;
}
img.action_button {
	margin-bottom: -1px;
}
table.staff_listing td {
	font-size: 11px;
	font-family: verdana;
}
.italic {
	font-style: italic;
	font-weight: normal;
}
div.breadcrumb {
	font-size: 11px;
	font-family: verdana;
	margin: 12px 0 20px 0;
}
div.breadcrumb span.current {
	font-weight: bold;
}
.vtop {
	vertical-align: top;
}
.clear {
	clear: both;
}
table.quiz_status_table {
}
table.quiz_status_table td {
	border: 1px solid #888;
}
table.quiz_status_table td.attempts {
	text-align: center;
}
table.quiz_status_table td.status {
	padding-right: 19px;
}
ol.terms li, ul.terms li {
	margin-top: 15px;
}
span.time_remaining {
	font-weight: bold;
	font-size: 11px;
	color: #CE6F00;
}
span.pass {
	font-weight: bold;
	color: #5B9A00;
}
span.incomplete {
	color: #6F6F6F;
}
span.fail {
	font-weight: bold;
	color: #D53403;
}
span.expired {
	font-weight: bold;
	color: #D56B03;
}
div.pager {
	font-size: 11px;
	padding: 3px 10px;
	margin: 15px 0;
	background-color: #D3E2ED;
	border: 1px solid #B9CFDF;
}
div.pager a {
	font-size: 11px;
	color: #0D72C7;
}
.redlight {
	background-color: #EBB5A9;
}
.grey {
	color: #777;
}
div.boxwhole {
	width: 326px;
}
div.boxtop {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/boxtop.jpg);
	height: 19px;
	margin: 0;
	background-repeat: no-repeat;
}
div.boxmiddle {
	background-color: #4E84C0;
	margin: 0;
	padding: 0 15px;
	color: #0B3C69;
}
div.boxmiddle a {
	color: #0B3C69;
	text-decoration: none;
}
div.boxbottom {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/boxbottom.jpg);
	height: 16px;
	margin: 0;
	background-repeat: no-repeat;
}
.dashboard_dir {
	width: 685px;
	height: 305px;
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/dashboard-bg.png);
	background-repeat: no-repeat;
	padding: 33px 20px 0 55px;
	position: relative;
	margin-top: 30px;
}
.item_list {
	background-repeat: repeat-x; 
	border-radius: 10px; 
	background-size: 100% 100%; 
	background-image: url('images/dashboard-bg-gray.png');
	overflow: hidden;
	box-shadow: 5px 3px 5px #888888;
	margin: 10px 0px;
	color: #77a800;
	font-size: 24px;
	padding: 20px;
}
.item_list h3 {
    padding: 0px;
    margin: 0px;
}
.dashboard_border{
	background-repeat: repeat-x; 
	border-radius: 10px; 
	padding: 20px;
	padding-left: 50px;
	background-size: 100% 100%; 
	background-image: url('images/dashboard-bg2.png');
	overflow: hidden;
	box-shadow: 5px 3px 5px #888888;
	margin: 10px 0px;
	width: 624px;
}
.dashboard_border.student{
	background-repeat: repeat-x; 
	border-radius: 10px; 
	padding: 20px;
	padding-left: 50px;
	background-size: 100% 100%; 
	background-image: url('images/dashboard-bg2.png');
	overflow: hidden;
	padding-left: 50px;
	box-shadow: 5px 3px 5px #888888;
	margin-bottom:15px;
}
.dashboard_border .content_right {
	float: right;
    width: 380px;
    height: 100%;
    margin-top:-14px;
    margin-left:27px;
}
.dashboard_border .content_left {
    overflow: hidden;
}
.dashboard_border .content_left.student {
    overflow: hidden;
    height: 75px;
}
.dashboard_border .content_right .menu {
	overflow: hidden;
	height: 60px;
}
.dashboard_border .content_right .menu:nth-child(n+2) {
	padding-top:8px;
}
.dashboard_border .content_right .menu a:visited {
	text-decoration: none;
}
.dashboard_border .content_right .menu .thumbnail {
    overflow: hidden;
    height: 60px;
}
.dashboard_border .content_right .menu i {
	font-size: 50px;
	color: #5B7EAD;
}
.dashboard_border .content_right .menu .para {
	float: right;
    width: 315px;
 	margin-top:-62px;
 	color: gray;
}
.dashboard_border .content_right .menu .para h1{
	margin-top: 0;
	font-size: 20px;
	color: #5B7EAD;
	display: inline;
}
#bannerArea #menu-banner{
	margin-bottom: 5px; 
	margin-top:5px;
}
#listOfCourses #bannerArea:not(:last-child) {
	padding-bottom: 25px;
}

.dashboard_border h1 {
	font-family: 'segoe ui', sans-serif;
	font-size: 25px;
	color: #325E80;
	font-weight: bold;
	margin: 0 0 16px 0;
}
.dashboard_border span.bor_tag {
	color: #6B6B6B;
	font-size: 11px;
	font-family: verdana, sans-serif;
}
.dashboard_button {
	width: 160px;
	height: 45px;
	border-radius: 8px;
	background-size: 100% 100%; 
	background-image: url('images/dashboard-bg-gray.png');
}
.dashboard_button_green_bg {
	background-image: url('images/dashboard-bg-green.png');
	font-size: 14px;
}
.dashboard_button > a:visited, .dashboard_button > a:link {
	text-decoration: none;
	color:gray;
}
.dashboard_button .title {
	text-align: center;
}
.dashboard_dir > h1, .dashboard_staff > h1 {
	font-family: 'segoe ui', sans-serif;
	font-size: 25px;
	color: #325E80;
	font-weight: bold;
	margin: 0 0 16px 0;
}
.dashboard_dir .biglink {
	position: absolute;
	display: block;
	width: 350px;
	height: 64px;
	left: 272px;
}
.dashboard_dir a.link1 {
	top: 80px;
}
.dashboard_dir a.link2 {
	top: 151px;
}
.dashboard_dir a.link3 {
	top: 222px;
}
.dashboard_dir a.link4 {
	position: absolute;
	display: block;
	width: 186px;
	height: 55px;
	top: 230px;
	left: 59px;
}
.dashboard_dir a.link5 {
	position: absolute;
	display: block;
	width: 186px;
	height: 53px;
	top: 170px;
	left: 59px;
}
.dashboard_dir table.stats {
	/*background-color: #BBD4EA;*/
	width: 194px;
}
.dashboard_dir table.stats td {
	padding: 2px 7px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #A7C8E3;
	background-color: 1111;
}
.dashboard_dir table.stats td.s1 {
	font-weight: bold;
}
.dashboard_dir table.stats td.s2 {
	text-align: right;
}
.dashboard_dir span.dir_tag {
	color: #6B6B6B;
	font-size: 11px;
	font-family: verdana, sans-serif;
}
.dashboard_staff {
	width: 685px;
	height: 305px;
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/dashboard-bg-staff.png);
	background-repeat: no-repeat;
	padding: 23px 20px 0 60px;
	position: relative;
	margin-top: 30px;
}
.dashboard_staff table.stats td {
    background-color: #fff;
    border: 1px solid #999;
    padding: 2px 6px;
}
.dashboard_staff table.stats td.s1 {
	background-color: #E1E2F7;
	font-weight: bold;
}
.dashboard_staff table.stats td.s2 {
	background-color: #fff;
}
td.sep1 {
	width: 210px;
	border: 0;
	padding: 0;
	vertical-align: top;
	padding-top: 3px;
}
td.sep2 {
}
.dashboard_staff h1 {
	margin: 0px 0 0px 0;
}
.assignment_title {
	font-size: 18px;
	font-family: arial, sans-serif;
	margin: -13px 0 8px 0;
}
table.stats.staff {
	width: 185px;
}
table.administration_nav td {
	padding-bottom: 10px;
}
table.administration_nav td.icon {
	padding-right: 11px;
}
table.administration_nav td.navlink {
	font-family: verdana, sans-serif;
	color: #898989;
	font-size: 11px;
}
table.administration_nav td.navlink a {
	font-family: arial, sans-serif;
	font-size: 13px;
}
input.big_button {
	font-size: 17px;
	font-weight: bold;
	font-family: arial;
}
tr.joined td {
	background-color: #D1EA9C;
}
.faded {
	color: #999;
}
.assignment_table {
	margin-left: 20px;
}
.assignment_table td {
	border: 1px solid #999;
	padding: 2px 6px;
	background-color: #FFF;
}
.answer_correct {
	font-weight: bold;
	color: #5AB501;
}
.answer_incorrect {
	font-weight: bold;
	color: #DC320A;
}
.problem {
	color: #DC4A28;
}
tr.passed td, tr.completed td {
	background-color: #DBEAA6 !important;
}
tr.fail td {
	background-color: #F2D6BA;
}
table.sendemailstaff td {
	border: 1px solid #AAA;
	padding: 2px 8px;
}
table.sendemailstaff td.name {
}
table.sendemailstaff td.email {
}

td.fbimg {
	width: 155px;
	padding-right: 25px;
	text-align: right;
}
td.fbcontent {
	padding-left: 0px;
}
td.topic_img {
	padding: 0;
}
td.topic_desc {
	padding-bottom: 20px;
	padding-left: 30px;
}
table.topic_table {
	margin-top: 30px;
}
.blue {
	color: #5B85AD;
}
.tb_border td {
	padding: 2px 7px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #A7C8E3;
	background-color: #fff;
	font-weight: bold;
}
.topic_rec td {
	padding: 3px 6px;
	border: 1px solid #AAA;
	font-size: 11px;
	line-height: 14px;
}
.topic_rec tr.topic td {
	font-size: 14px;
	font-weight: bold;
	color: #48739E;
	background-color: #D7E9F3;
	padding-top: 5px;
	padding-bottom: 5px;
}
.topic_rec td.type, .topic_rec td.difficulty {
	text-align: center;
}
.topic_rec td img {
	margin: 3px 0;
}
.topic_rec tr.head td {
	color: #666;
	background-color: #DDD;
	font-weight: normal;
}
table.topic_rec tr.head td.one {
	font-size: 14px !important;
	width: 178px;
}
td.failedcell, tr.passed td.failedcell, tr.completed td.failedcell {
	background-color: #F8D0BE !important;
}
img.dashboard_logo {
	margin: 10px 0;
}
.trnew {
	color: #D27F14;
	font-style: italic;
}
div.reportbox {
	padding: 15px;
	cursor: pointer;
}
div.reports-tl {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/reports-tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.reports-bl {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/reports-bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.reportboxcontainer {
	width: 250px;
	background-color: #FFFFFF;
	margin: 6px 0;
	display: block;
}
div.reportboxcontainersel {
	width: 250px;
	background-color: #D7E9F3;
	margin: 6px 0;
	display: none;
}
div.reportform {
	width: 350px;
	height: 800px;
	float: left;
	padding-left: 10px;
	background-color: #D7E9F3;
	margin: 6px 0;
}
div.reportnamecol {
	float: left;
}
div.args {
	display: none;
}
.report-title {
	color: #50646d;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 7px 0px 5px;
}
.report-arg-title {
	color: #48739E;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 7px 0px 5px;
}
.bottom_buttons_right {
	margin-left: -8px;
}
/* CSS FOR  GREEN AND RED BUTTONS BUTTONS */
.buttons a, .buttons button {
	display: block;
	float: right;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}
.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child+ html button[type] {
	padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}
/* STANDARD */
button:hover, .buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}
.buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}
/* POSITIVE */
button.positive, .buttons a.positive {
	color: #529214;
}
.buttons a.positive:hover, button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative {
	color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}
span.setupquestion {
	font-weight: bold;
}
div.testimonial_quote {
	margin-left: 134px;
}

/* SCROLLPAN CSS*/
.osX .jspTrack,.osX .jspVerticalBar {
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/osx_track.gif) repeat-y;
}
.osX .jspDrag {
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/osx_drag_middle.gif) repeat-y;
}
.osX .jspDragTop {
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/osx_drag_top.gif) no-repeat;
	height: 6px;
    width: 15px;
}
.osX .jspDragBottom {
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/osx_drag_bottom.gif) no-repeat;
	height: 20px;
	width: 15px;
}
.osX a.jspArrowUp {
	height: 17px;
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/osx_arrow_up.png) no-repeat 0 -30px;
}
.osX a.jspArrowUp:hover {
	background-position: 0 0;
}
.osX a.jspArrowDown {
	height: 24px;
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/osx_arrow_down.png) no-repeat 0 -30px;
}
.osX a.jspArrowDown:hover {
	background-position: 0 0;
}
.scroll-pane {
	overflow: hidden;
	/*width: 250px;*/
	float: left;
	margin: 0px;
}
/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}

/* STYLES FOR VIEW CONTENT VIEW*/
#videolist {
	font: 100%/1.3 Arial, Helvetica, sans-serif;
	width: 625px;
}
#videolist h3 {
	margin: 15px 0 0 0;
}
#videolist h3 a {
	background: url("https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/slider_bar.png") no-repeat;
	height: 39px;
	color: #77a800;
	text-decoration: none;
	display: block;
	font-size: 24px;
	position: relative;
	z-index: 2;
	padding: 7px 0 0 10px;
}
#videolist h3 a:hover {
	background: url("https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/slider_bar_hov.png") no-repeat;
}
#videolist h3 a.selected {
	background: url("https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/slider_bar_active.png") no-repeat;
}
#videolist .items_container {
	background: #f7f2f2;
	position: relative;
	top: -5px;
	z-index: 1;
	margin: 10px 0px;
}
#videolist .items_container .items {
	background: url("./images/items_bg.jpg") bottom left repeat-x;
	padding: 10px 5px 10px 5px;
}
#videolist .items_container .items p {
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#videolist .items_container .items ul {
	padding: 0;
	margin: 0;
}
#videolist .items_container .items ul li {
	display: inline;
	color: #8a8989;
}
#videolist .items_container .items ul li a {
	font-size: 12px;
	text-decoration: underline;
}
#videolist h3 a:focus {
	outline: none;
}
/* Staff manage page styles*/
div.tablehead-tr {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/reports-tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
div.tablehead-tl {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/reports-tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div.tableheadboxcontainer {
	background-color: #d7e9f3;
	border-bottom: 1px solid white;
	margin: 0px;
	width:350px;
}
.tablehead-title {
	font-size: 130%;
	font-weight: bold;
	margin: 0;
	padding: 0px;
	color: #50646D;
}
/*GROUP LIST CSS*/
p.group_description {
	font-weight: normal;
	font-size: 12px;
	/*width:170px;*/
}
div.staff_list_table_row {
	border-bottom: 1px solid white;
	background-color: #e8edff;
	font-weight: bold;
	padding-left: 15px;
	margin-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-image:url(/images/arrow2.png);*/
	background-position: 5px 5px;
	background-repeat: no-repeat;
	width: 625px;
	position: relative;
}
div.staff_list_table_row.active {
	/*background-image:url(/images/arrow2down.png);*/
	background-position: 5px 5px;
	background-repeat: no-repeat;
	position: relative;
	background-color: #b0bce7;
}
div.staff_list_table_row:hover {
	background-color: #b0bce7;
	cursor: pointer
}
/*a.del_group{
 height:15px;
 width:15px;
 top:0px;
 float:right;
 }*/
div.staff_list_delete_row {
	height: 15px;
	width: 15px;
	float: right;
	/*border:1px solid red;*/
	position: absolute;
	top: 5px;
	/*left:215px;*/
}
div.staff_list_edit_row {
	height: 15px;
	width: 15px;
	float: right;
	/*border:1px solid red;*/
	position: absolute;
	top: 5px;
	/*left:215px;*/
}
div.assignment_and_staff_list_delete_row {
	height: 15px;
	width: 15px;
	float: right;
	border: 1px solid red;
	position: absolute;
	top: 5px;
	/*left:215px;*/
}
div.staff_and_assignment_list_row {
	border-bottom: 1px solid white;
	background-color: #e8edff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 30px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-image:url(/images/rightarrow.gif);*/
	background-position: 5px 5px;
	background-repeat: no-repeat;
	width: 310px;
	position: relative;
}
div.staff_and_assignment_list_row.active {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/downarrow.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	position: relative;
	background-color: #b0bce7;
}
div.staff_and_assignment_list_row:hover {
	background-color: #b0bce7;
	cursor: pointer;
}
div#staff_and_assignment_list_pane {
	overflow: auto !important;
	overflow-x:hidden !important;
}
img.table_header_images {
	float: right;
	height: 20px;
	margin-left: 10px;
}
a.display_options {
	clear: both;
	float: right;
	cursor: pointer;
}
div.bottom_buttons {
	text-align: center;
	padding: 20px 0px 15px 0px;
}
div.listing-footercontainer {
	background-color: #d7e9f3;
	margin-bottom: 15px;
	border: solid 1px white;
}
div.listing-footer-br {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/reports-br.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
div.listing-footer-bl {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/target/reports-bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div.group_name {
	width:265px;
}
.get_cert {
	display: block;
	position: absolute;
	top: 15px;
	left: 525px;
	width: 121px;
	height: 81px;
}
.curr_duedate {
	font-size: 12px;
	margin: 5px 0 10px;
}
.call_to_action {
	padding: 5px 5px 5px 5px;
    display: inline-block;
    background-color: #1a81c6;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px #505050;
    line-height: 25px;
    margin-top: 7px;
}
.call_to_action a {
	color: white;
}
.fixed_fb_width {
	width: 600px;
}
/*styles for the autofill on the create staff form -- START */
#autofill_result {
	height: 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFFF99;
}
.autofill_suggestionsBox {
	position: absolute;
	left: 0px;
	top: 10px;
	margin: 26px 0px 0px 0px;
	width: 300px;
	padding: 0px;
	background-color: #E8EDFF;
	border-top: 3px solid #E8EDFF;
	color: #555;
	font-size: 10px;
	z-index: 5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}
.stylize {
	text-transform: capitalize;
}
.autofill_suggestionList {
	margin: 0px;
	padding: 0px;
}
.autofill_suggestionList ul {
	margin-top: 0px;
}
.autofill_suggestionList ul li {
	list-style: none;
	margin: 0px;
	padding: 6px;
	border-bottom: 1px solid #d2daf6;
	cursor: pointer;
}
.autofill_suggestionList ul li:hover {
	background-color: #d2daf6;
	color: #555;
}
.autofill_load {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/auto_fill/loader.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#autofill_suggest {
	position: relative;
}
.autofill_close {
	cursor: pointer;
	/*position: relative;
	 top: -12px;
	 left: 245px;*/
	top: -5px;
	right: 10px;
	position: absolute;
}
span.highlight {
	margin: 0;
	padding: 0;
	background-color: yellow;
}
/*styles for the autofill on the create staff form -- END */
/*round corner message box using css3 */
.round_msgbox {
	background-color: #C8EE76;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#more_users_row {
	background-color: #edeff4;
	background-repeat: no-repeat;
	border: 1px solid #d8dfea;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	margin-right: 0;
	padding: 7px 10px 7px 10px;
	position: relative;
	width: 600px;
}
#more_users_row:hover {
	background-color: #e8edff;
}
/* styles for adding the Live Traffic Feed on home page */
#feedjit-left-box {
	position: relative;
	float: left;
}
#feedjit-container {
	margin-top: 0px;
	background-color: #e5e5e6;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#feedjit-box-header {
	margin: 3px 0px 0px 2px;
	position: absolute;
	z-index: 1;
}

#feedjit-box-top {
	background-color: #1a81c6;
	color: #ffffff;
	font-size: 17px;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 35px;
	padding: 10px 53px 0 20px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
    position:relative;

   /* css3 */
   
   -webkit-border-top-left-radius:3px;
   -webkit-border-top-right-radius:3px;

   background:linear-gradient(top, #f9d835, #f3961c);
   margin-bottom: 10px;
}

/* creates triangle */
#feedjit-box-top:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-10px;
   left:25px;
   width:0;
   border-width:15px 15px 0;
   border-style:solid;
   border-color:#1a81c6 transparent;
}

.shrink-for-feedjit {
	width: 400px !important;
	font-size: 23px !important;
}

/* Statistics Page */
div.smoothness .cell-caption {
	vertical-align: middle;
	float: left;
	width: 30em;
	margin: .2em;
}
div.smoothness .cell-field {
	height: 1.3em;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 2em;
}
div.smoothness .cell-field.number {
	padding-right: 1em;
	text-align: right;
}
div.smoothness .cell-field.text {
	text-align: left;
	width: 12em;
}
div.smoothness .cell-field.space-70 {
	text-align: center;
	width: 70%;
}
div.smoothness .cell-field.space-33 {
	text-align: left;
	width: 33%;
}
div.smoothness .cell-field.space-30 {
	text-align: left;
	width: 30%;
}
div.smoothness .cell-field.space-25 {
	text-align: left;
	width: 25%;
}
div.smoothness .cell-field.space-20 {
	text-align: left;
	width: 20%;
}
div.smoothness .cell-row {
	height: 22px;
	padding: 0.5em 0;
}
div.smoothness .cell-row.heading {
	font-size: 14px;
	height: 1.2em;
}
div.smoothness .cell-row.thin {
	height: 1.5em;
	margin: 0;
	padding: 0;
}
div.smoothness .cell-row.middle-row {
	border-bottom: 1px solid #BBB;
}
div.smoothness td {
	padding: 3px 10px;
}
div.smoothness td.staff-name, td.quiz-title {
	min-width: 120px;
}
div.smoothness td.staff-progress {
	width: 75px;
}
div.smoothness td.num-heading {
	width: 20px;
	text-align: right;
}
.eotprogressbar {
	display: none;
	height: 1.3em !important;
}
div.width-100 {
	width: 100%;
}
div.smoothness div.hidden {
	height: 0px;
	overflow: hidden;
}
div.smoothness a.no-ul {
	color: rgb(17, 129, 193) !important;
	text-decoration: none;
}
div.smoothness div.check {
	width: 20px;
	vertical-align: top;
	display: inline-block;
}
div.smoothness div.choice {
	width: 300px;
	display: inline-block;
}
div.chk-img-top-align {
	width: 15%;
	vertical-align: top;
	display: inline-block;
}
div.txt-ans-align {
	width: 80%;
	display: inline-block;
}
div#video-overlay {
	margin-top: 50px;
	padding-bottom: 20px;
	border: 5px solid #444;
	border-radius: 10px;
	width: 500px;
	background: white;
	overflow: hidden;
}
div#video-overlay-container {
	display: none;
	z-index: 1000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	overflow: hidden;
}
div#watch-video {
	z-index: 999;
	position: absolute;
	top: 201px;
	bottom: 0;
	right: -150px;
	height: 30px;
	overflow: hidden;
}
.smoothness .ui-progressbar.red .ui-progressbar-value {
	background: rgb(234,168,168); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(234,168,168,1) 0%, rgba(237,40,40,1) 50%, rgba(234,168,168,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,168,168,1)), color-stop(50%,rgba(237,40,40,1)), color-stop(100%,rgba(234,168,168,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(234,168,168,1) 0%,rgba(237,40,40,1) 50%,rgba(234,168,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(234,168,168,1) 0%,rgba(237,40,40,1) 50%,rgba(234,168,168,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(234,168,168,1) 0%,rgba(237,40,40,1) 50%,rgba(234,168,168,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(234,168,168,1) 0%,rgba(237,40,40,1) 50%,rgba(234,168,168,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa8a8', endColorstr='#eaa8a8',GradientType=0 ); /* IE6-9 */
}
.smoothness .ui-progressbar.yellow .ui-progressbar-value {
	background: rgb(237,225,169); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,225,169,1) 1%, rgba(234,217,38,1) 50%, rgba(237,225,169,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,225,169,1)), color-stop(50%,rgba(234,217,38,1)), color-stop(100%,rgba(237,225,169,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,225,169,1) 1%,rgba(234,217,38,1) 50%,rgba(237,225,169,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,225,169,1) 1%,rgba(234,217,38,1) 50%,rgba(237,225,169,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,225,169,1) 1%,rgba(234,217,38,1) 50%,rgba(237,225,169,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,225,169,1) 1%,rgba(234,217,38,1) 50%,rgba(237,225,169,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede1a9', endColorstr='#ede1a9',GradientType=0 ); /* IE6-9 */
}
.smoothness .ui-progressbar.green .ui-progressbar-value {
	background: rgb(180,227,145); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(180,227,145,1) 0%, rgba(97,196,25,1) 50%, rgba(180,227,145,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,227,145,1)), color-stop(50%,rgba(97,196,25,1)), color-stop(100%,rgba(180,227,145,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
}

.nav_notification {
  position: absolute;
  background-color: #F03D25;
  border: 1px solid #D83722;
  border-bottom: 1px solid #C0311E;
  border-top: 1px solid #E23923;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 5px;  
  -webkit-box-shadow: 0 1px 0 rgba(0, 39, 121, .77);
  box-shadow: 0 1px 0 rgba(0, 39, 121, .77);
  padding: 0 1px;
  color: white;
  font-size: 9px;
  font-weight: bold;
  cursor: pointer;
  right: 5px;
  z-index: 101;
  min-width: 13px;
  text-align: center;
   
}
ul.stafftopiclist li {
	padding: 20px;
	font-style: italic;
	color: black;
	font-size: 14px;
	box-shadow: 0px 0px 10px 0px #666;
	margin-bottom: 30px;
	background-color: #e1e4e8;
	margin-bottom: 25px;
	list-style: none;
	margin-bottom: 25px;
	list-style:none;    
}
#video_listing ul {
	margin:0px;
}
#video_listing li {
	margin-left:0px;
}     
#video_listing li.video_item.required, #required_video_swatch {
	border: 1px solid #aed0ea;
	border-radius:3px;
	/*background: #deedf7 url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;*/
	background-color: #dfedf8;
} 
#video_listing li.video_item.elective, #elective_video_swatch {
	border: 1px solid rgba(52, 63, 71, 0.15);
	border-radius:3px;
	/*background: #deedf7 url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;*/
	background-color: rgba(173, 173, 173, 0.16);
}
#required_video_swatch, #elective_video_swatch  {
	width: 12px;
	height: 12px;
	float:left;
}
#video_listing_pane, #staff_listing_pane {
	overflow: auto !important;
}
/**********************************************************************************************************************
												 LIGHT4.CSS
**********************************************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
li
{
	margin-left: 20px;
}
td
{
	vertical-align: middle;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

.right
{
	text-align: right;
}

/* Main Layout */
.componentheading
{
	margin: 15px 0;
}
html
{
	height: 100%;
	margin-bottom: 1px;
}
body
{
	font: 62.5%/1.2 Helvetica, Arial, sans-serif;
	color: #555;
}
h1, h2, h3, h4, .componentheading
{
	font-weight: bold;
}
h1, .componentheading
{
	font-size: 180%;
}
h2
{
	font-size: 150%;
}
h3
{
	font-size: 130%;
}
h4
{
	font-size: 110%;
}
a
{
	color: #1181C1;
}
ul
{
	margin: 1em;
}
#main
{
	font-size: 1.3em;
	line-height: 140%;
}
#main .foreground, #message, #showcase, .leading, #page
{
	position: relative;
}
#message, #showcase
{
	z-index: 0;
}
#main-content
{
	margin: auto auto;
	margin-top: 20px;
}
.clr
{
	clear: both;
	font-size: 0;
}
#colmask
{
	clear: both;
	position: relative;
	width: 100%;
}
#maincol, #wrapper
{
	position: relative;
}

.s-c-s #colmid, .s-c-x #colright
{
	float: left;
	left: 0px;
}
.s-c-s #colright
{
	float: left;
	left: 50%;
	position: relative;
	width: 100%;
}
.s-c-s #col1wrap
{
	float: right;
	position: relative;
	right: 100%;
	width: 50%;
}
.s-c-s #col1pad, .x-c-s #col1, .x-c-s #colmid
{
	overflow: hidden;
}
.s-c-s #col1
{
	overflow: hidden;
	width: 100%;
}
.s-c-s #col2
{
	float: left;
	position: relative;
	overflow: hidden;
	margin-left: -50%;
}
.s-c-s #col3
{
	float: left;
	position: relative;
	overflow: hidden;
	left: 0;
}
.s-c-x #col1wrap
{
	float: left;
	right: 0px;
}
.s-c-x #col1
{
	overflow: hidden;
	position: relative;
	width: 935px;
	margin-left: 0px;
	    min-height: 700px;
}
.s-c-x #col2
{
	float: left;
}
.x-c-s #colright
{
	float: left;
	position: relative;
	right: 100%;
	width: 200%;
}
.x-c-s #col1wrap
{
	float: left;
	left: 50%;
	position: relative;
	width: 50%;
}
.x-c-s #col3
{
	float: right;
	position: relative;
}
.s-c-s .ctr-color1, .s-c-s .ckl-color1, .s-c-x .ckl-color1, .x-c-s .cdr-color1
{
	background: #eee;
}
.s-c-s .ctr-color2, .s-c-s .ckl-color2, .s-c-x .ckl-color2, .x-c-s .cdr-color2
{
	
}
.s-c-s #col1pad, .s-c-x #colright, .x-c-s #colright, #wrapper, body
{
	background: #fff;
}
.cols1
{
	display: block;
	float: none;
	margin: 0;
	width: 100%;
}
.cols2
{
	width: 49%;
	overflow: hidden;
}
.cols3
{
	width: 30%;
}
.column1, .column2
{
	position: relative;
	float: left;
	margin: 0;
}
.colpad
{
	padding: 0 10px;
	position: relative;
}
.column2
{
	float: right;
	width: 49%;
}
.article_row
{
	overflow: hidden;
	margin: 0 -10px 15px -10px;
}
/*
 .s-c-x #colright {
 left: 270px;
 }
 */
/* Custom */
/*#mynav
{
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/navbar.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 37px;
	margin: 0;
	padding: 0;
}*/

#form-login2
{
	margin: 0;
	height: 36px;
}

#logout-button:hover
{
	background-color: #b88a00;
}

#col2 .module
{
	/*margin-left: 20px;*/
	/*width: 85%;*/
	width: 100%;
}

#bannershowcasebot
{
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/meet-talent.png);
	height: 67px;
}
#bannershowcasebot #bot-in
{
	float: right;
	text-align: right;
	margin-top: 1px;
}
#bannershowcasebot img
{
	margin-left: 1px;
}

#bannershowcase div.buttonss
{
	margin-top: 200px;
	padding-left: 10px
}
td.video_window
{
	width: 310px;
	/*padding: 12px 0 0 45px; */
	padding: 25px 30px 0 40px;
	vertical-align: middle;
	position: relative;
}
.allvideos
{
	clear: both;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 8px;
}



/* Showcase */
#showcase
{
	margin: 3px 0 8px 0;
	position: relative;
	color: #555;
}
#showcase .background 
{
	position: absolute;
	width: 100%;
	height: 130px;
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/light4.png) 0 -514px repeat-x;
}
#showcase .foreground 
{
	border: 0px solid #dfeaee;
	overflow: hidden;
	padding-bottom: 0px;
	/*height: 980px;*/
}

#showcase div#showcase_container 
{
	background-color:#1a81c6;
}

#showcase h1
{
	font-weight: normal;
	font-size: 3.0em;
	line-height: 105%;
	margin: 25px 55px 10px 0px;
}
#showcase h3
{
	font-weight: normal;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 55px 20px 25px;
}
#showcase b
{
	color: #333;
}
#showcase .pad
{
	padding: 0 50px 25px 25px;
}
#showcase .num
{
	float: left;
	background: #7F8C51;
	text-align: center;
	line-height: 90%;
	color: #fff;
	font-size: 2em;
	padding: 3px 8px;
}
#showcase .pad h2
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 5px 40px;
}
#showcase .pad p
{
	margin-left: 40px;
}

/* button */
.stats-button
{
	text-decoration: none;
	background-color: #CC9900;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	font-size: 16px;
	text-shadow: 1px 1px #505050;
	border: none;
	border-radius: 3px;       
}

.stats-button:hover 
{
	background-color: #B88A00;
}

.small-orange-button
{
	text-decoration: none;
	background-color: #cc9900;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	font-size: 13px;
	text-shadow: 1px 1px #505050;
	border: none;
	border-radius: 3px;
}

.small-orange-button:hover 
{
	background-color: #b88a00;
}

/* Content styles */
p.buttonheading
{
	position: absolute;
	top: 2px;
	right: 10px;
	margin: 0;
}
.buttonheading .icon
{
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-left: 5px;
}
.buttonheading .pdf
{
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/light4.png) -57px -366px;
}
.buttonheading .print
{
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/light4.png) -21px -366px;
}
.buttonheading .email
{
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/light4.png) -39px -366px;
}
.iteminfo
{
	font-size: 90%;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
	display: block;
	margin-top: -10px;
	width: 100%;
}
.modifydate, .createdby, .createdate
{
	display: block;
}
.createdby
{
	font-weight: bold;
}
a.readon, a.readon2
{
	display: block;
	margin-top: 15px;
	font-style: italic;
}
a.readon2
{
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/light4.png) 100% -344px;
	display: block;
	float: right;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}
a.readon2 span
{
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/light4.png) 0 -344px;
	display: block;
	margin-right: 10px;
	height: 21px;
	float: left;
	padding: 0 5px 0 15px;
}
.breadcrumbs-pad
{
	padding: 0 1px;
}
div.breadcrumbs
{
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/light4.png) 0 -68px repeat-x;
	border-bottom: 1px solid #e6e6e6;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 7px 15px 5px;
	color: #777;
	border-top: 1px solid #d9d9d9;
}
div.breadcrumbs .sep
{
	padding: 0 5px;
}
.component-pad
{
	padding: 5px 28px 35px 22px;
	overflow: visible !important;
}
.banneritem_text
{
	margin-bottom: 10px;
}
#modlgn_username, #modlgn_passwd
{
	border: 1px solid #ccc;
	padding: 3px;
}
.pagination span, .pagination a
{
	margin-right: 5px;
}
#colmask ul li
{
	list-style: circle;
}
#colmask ul ul
{
	margin-top: 0;
}
#colmask ul ul li
{
	list-style: disc;
}
.colpad h2.contentheading
{
	padding-right: 65px;
}
.sectiontableheader
{
	font-weight: bold;
	line-height: 25px;
	text-align: left;
}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2
{
	text-align: left;
	padding: 0 4px;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	line-height: 30px;
}
span.attention
{
	display: block;
	margin: 15px 0;
	padding: 8px 10px 8px 10px;
	background: #FFF3A3;
	border: 1px solid #E7BD72;
	color: #B79000;
}

/* Modules */
.module
{
	
}
.module-title
{
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 7px 15px 5px;
}
.module-body
{
	
}
.color1 .module-title
{
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/light4.png) 0 -204px repeat-x;
	border-bottom: 1px solid #ddd;
	color: #777;
}
.color1 .module-body
{
	border-top: 1px solid #fff;
}
.color2 .module-title
{
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/light4.png) 0 -136px repeat-x;
	border-bottom: 1px solid #c3d9e1;
	color: #50646d;
}
.color2 .module-body
{
	
}
#colmask .m_menu
{
	background: #7F8C51;
	color: #fff;
}
#colmask .m_menu .module-title
{
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/light4.png) 0 -0px repeat-x;
	border-bottom: 1px solid #6B7643;
	color: #fff;
}
#colmask .m_menu .module-body
{
	border-top: 1px solid #97A763;
}
#colmask .m_menu a
{
	color: #fff;
}
#colmask .m_menu ul
{
	margin: 0 1em;
}
#mainmods, #mainmods2, #mainmods3
{
	overflow: hidden;
	padding-top: 15px;
}
#mainmods3
{
	background: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
.spacer .module
{
	float: left;
}
.spacer.w99 .module
{
	width: 100%;
}
.spacer.w49 .module
{
	width: 49.2%;
}
.spacer.w33 .module
{
	width: 32.8%;
}
#header .module
{
	float: right;
	margin-left: 325px;
}
#main-content li .active a
{
	font-weight: normal;
}


h1
{
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 27px;
	color: #286598;
	line-height: 33px;
	margin: 25px 0 10px 0;
}

h1.article_page_title, h1.componentheading, h1.contentheading
{
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 24px;
	font-weight: bold !important;
	color: #555555;
	margin-top: 10px;
}

.article_page_title, h1.componentheading, h1.contentheading
{
	padding-bottom: 8px;
	border-bottom: 1px solid #14ACD8;
}

h2
{
	font-weight: normal;
	font-size: 23px;
	font-family: arial, sans-serif;
	color: #77A800;
	line-height: 29px;
	margin: 30px 0 12px 0;
}
h3
{
	color: #77A800;
}
a
{
	color: #1181C1;
}

table, caption, tbody, tfoot, thead, tr, th, td
{
	border: 0pt none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0pt;
	padding: 0pt;
}

hr
{
	border: 0;
	border-top: 1px solid #B7C7CF;
	border-bottom: 1px solid #E6EEF2;
	margin: 20px 0;
}

table.libraryprices
{
	border: 1px solid #AAA;
	border-spacing: 0;
}
table.libraryprices td
{
	padding: 2px 15px 2px 5px;
}

table.libraryprices td.price
{
	text-align: right;
}

table.data
{
	border: 1px solid #888;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 0 15px 0;
	background-color: #FFF;
}
table.data td
{
	padding: 2px 7px;
	border: 1px solid #999;
}
#faceboxMiddle
{
	margin: 5px 5px 0px 5px;
}
#facebox table.data
{
	border: 1px solid #888;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 0 15px 0;
	background-color: #FFF;
}
#facebox  table.data td
{
	padding: 2px 7px;
	border: 1px solid #999;
}
tr.head td
{
	background-color: #C8E0EE;
	font-weight: bold;
}
tr.head2 td
{
	background-color: #D2D2D2;
	font-weight: bold;
}
table.full
{
	width: 100%;//
	width: 92%;
}

td.heading
{
	background-color: #C8E0EE;
}

div.highlight_back
{
	background-color: #CEE67A;
	padding: 20px 30px;
}

tr.spacer
{
	height: 12px;
}

#footer
{
	text-align: center;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

div.note
{
	border: 1px solid #C8EB5D;
	background-color: #E9FDAB;
	padding: 15px 18px;
	width: 400px;
	margin: 5px 0 10px 0;
}

.small, .sm
{
	font-size: 12px;
	font-family: verdana, sans-serif;
}

input, select
{
	margin-bottom: 2px;
}

td.label
{
	padding-right: 10px;
	font-weight: bold;
}
#create_staff_table td.label
{
	padding-right: 10px;
	font-weight: bold;
}
td.darklabel
{
	background-color: #E9E9F9;
}

div.pager
{
	font-size: 11px;
	padding: 3px 10px;
	margin: 15px 0;
	background-color: #D3E2ED;
	border: 1px solid #B9CFDF;
	font-family: verdana, sans-serif;
}
div.pager a
{
	font-size: 11px;
	color: #0D72C7;
}

.redlight
{
	background-color: #EBB5A9;
}

.grey
{
	color: #777;
}

div.boxwhole
{
	width: 326px;
}
div.boxtop
{
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/boxtop.jpg);
	height: 19px;
	margin: 0;
	background-repeat: no-repeat;
}
div.boxmiddle
{
	background-color: #4E84C0;
	margin: 0;
	padding: 0 15px;
	color: #0B3C69;
}
div.boxmiddle a
{
	color: #0B3C69;
	text-decoration: none;
}
div.boxbottom
{
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/boxbottom.jpg);
	height: 16px;
	margin: 0;
	background-repeat: no-repeat;
}
table.loginbox
{
	margin-left: 15px;
}
#facebox table.bordered td
{
	border: 1px solid #AAA;
	padding: 3px 4px;
	text-align: center;
}
#facebox table.bordered .errors
{
	text-align: left;
}
.red
{
	color: #C00;
}
table.bordered td
{
	border: 1px solid #AAA;
	padding: 3px 4px;
}
table.noborders td
{
	border: 0;
}

.indented
{
	margin-left: 30px;
}

.cad
{
	display: none;
}
.email_large
{
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
}
.group_list_published_row i.fa
{
	margin-bottom:2px;
}

i.fa.fa-eye.draft
{
	color: red;
}

i.fa.fa-eye.published
{
	color: green;
}

i.fa.fa-pencil
{
	color: black;
}

i.fa.fa-question-circle
{
	color:#1181C1;
}

.fa-info-circle
{
	color: #1181C1;
}

/* Tips, Error, Message, Hightlight*/
p.error
{
	padding-left: 25px;
	color: #BF0000;
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/icon-error.gif) no-repeat top left;
}

p.message
{
	padding-left: 25px;
	color: #006699;
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/icon-info.gif) no-repeat top left;
}

p.tips
{
	padding-left: 25px;
	color: #EE9600;
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/icon-tips.gif) no-repeat top left;
}

.highlight
{
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul
{
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li
{
	/*background-color: #F9907F;*/
	padding: 20px;
	margin: 0;
	color: #000;
	background-image: none;
	/*border: 1px solid #EF4C31;*/
}

/* TARGET - Edited colours */
/* System Standard Messages */
#system-message dd.message ul
{
	background: #C8EE76;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul
{
	background: #F39A85;
	border: none;
	color: #000;
}

/* System Notice Messages */
#system-message dd.notice ul
{
	background: #EE9600;
	border: none;
}

/* Clearfix */
.clearfix:after
{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

p.testimonial
{
	color: #575757;
	/*width: 640px;*/
}
p.testimonial em
{
	font-size: 15px;
	font-weight: bold;
	color: #4D87DD;
}
p.testimonial b
{

	font-size: 13px;
	font-weight: bold;
	color: #4D87DD;
}

img.testimonial
{
	float: left;
	margin-right: 10px;
}

span.asterisk
{
	color: #D00;
	font-size: 13px;
	font-family: verdana, sans-serif;
}

td.standards-heading
{

}
td.standards-heading h2
{
	margin: 10px;
	font-size: 18px;
	color: #4C89BC;
}

a.subscribe-button
{
	margin: 10px 0;
	display: block;
}

#login_page
{
	width: 350px;
	margin-left: 40px;
}

ul.nobullet li
{
	list-style-type: none !important;
}

.checkboxes
{
	padding: 12px 25px 17px 25px;
	background-color: #A4C4F4;
}
.checkboxes h2
{
	margin: 10px 0;
	color: #1A57A2;
}

table.staff_summary
{
	border-collapse: collapse;
	border-spacing: 0;
}
table.staff_summary td
{
	border: 1px solid #AAA;
	padding: 2px 8px;
}
table.staff_summary td.number
{
	text-align: right;
}
table.staff_summary td.percent
{
	text-align: right;
}
.staff_summary_label
{
	width: auto;
	padding-right: 15px;
}
.staff_summary_label img
{
	margin: 0;
}

.image_left
{
	float: left;
	margin: 0 10px 10px 0;
}

div.progress_bar_small
{
	height: 10px;
	background-color: #C9D6DF;
	border: 1px solid #888;
	padding: 3px;
	margin: 2px;
}
div.progress_bar_meter_small
{
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/progress-bar-meter-small.gif);
	height: 10px;
	border-right: 1px solid #629713;
}
img.biopic
{
	float: left;
	margin-right: 15px;
}
ul.nobullet li {
  list-style-type: none !important;
}

.checkboxes {
  padding: 12px 25px 17px 25px;
  background-color: #A4C4F4;
}
  .checkboxes h2 {
    margin: 10px 0;
    color: #1A57A2;
  }

table.staff_summary {
  border-collapse: collapse;
  border-spacing: 0;
}
table.staff_summary td {
	border: 1px solid #AAA;
	padding: 2px 8px;
}
table.staff_summary td.number {
	text-align: right;
}
table.staff_summary td.percent {
	text-align: right;
}
.staff_summary_label {
  width: auto;
  padding-right: 15px;

}
.staff_summary_label img {
	margin: 0;
}

.image_left {
	float: left;
	margin: 0 10px 10px 0;
}

div.progress_bar_small {
	height: 10px;
	background-color: #C9D6DF;
	border: 1px solid #888;
	padding: 3px;
	margin: 2px;
}
div.progress_bar_meter_small {
	background-image: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/progress-bar-meter-small.gif);
	height: 10px;
	border-right: 1px solid #629713;
}
.notop
{
	margin-top: 0;
}
.nobot
{
	margin-bottom: 0;
}
#homeh1
{
	width: 540px;
}
td.tm_details
{
	padding-left: 10px;
}

dt.error
{
	margin: 5px 0;
	font-weight: bold;
	font-size: 15px;
}
#facebox table.assignment_summary td
{
	padding: 2px 8px;
}
#facebox  table.staff_summary td
{
	border: 1px solid #AAA;
	padding: 2px 8px;
}

.sidebar_bg
{
	position: absolute;
	width: 263px;
	height: 100%;
	/* fallback */
	background-color: #d7e9f3;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d7e9f3), to(#fff));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #fff, #d7e9f3);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #fff, #d7e9f3);
	/* IE 10 */
	background: -ms-linear-gradient(top, #fff, #d7e9f3);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #fff, #d7e9f3);
	z-index: 0;
	top: 0px;
	left: 0px;
	border: 1px solid #bccbd4;
}

/**********************************************************************************************************************
												NEW STYLES
**********************************************************************************************************************/

/********** HEADER **********/
#logo {
	width: 300px;
	height: 52px;
	background: url(fimages/EOT-logo-whiteGlow.png) no-repeat center center;
	display: block;
	margin: 10px 0 10px 10px;
}
#header {
	overflow: hidden;
}
#header .menu, 
#header .login, 
#header .logout {
	display:none;
}
#header_icons {
	float: right;
	position: relative;
	top: -45px;
	height: 0px;
	padding-left: 10px;
}
#header_icons #facebook {
	background: url(images/social_icons/facebook.png) 0 0 no-repeat;
	width: 40px;
	height: 50px;
	display: block;
	margin-right: 0px;
	float: left;
}
#header_icons #twitter {
	background: url(images/social_icons/twitter.png) 0 0 no-repeat;
	width: 40px;
	height: 50px;
	display: block;
	margin-right: 0px;
	float: left;
}
#header_icons #youtube {
	background: url(images/social_icons/youtube.png) 0 0 no-repeat;
	width: 40px;
	height: 50px;
	display: block;
	margin-right: 0px;
	float: left;
}
#header_icons #google_plus {
	background: url(images/social_icons/gplus.png) 0 0 no-repeat;
	width: 35px;
	height: 43px;
	display: block;
	margin-right: 0px;
	float: left;
}
#header_icons #facebook:hover {
	background-image: url(images/social_icons/facebook-hover.png);
}
#header_icons #twitter:hover {
	background-image: url(images/social_icons/twitter-hover.png);
}
#header_icons #youtube:hover {
	background-image: url(images/social_icons/youtube-hover.png);
}
#header_icons #google_plus:hover {
	background-image: url(images/social_icons/gplus-hover.png);
}

/********** Navigation **********/

#mynav {
	background-color: #1a81c6;
	background-repeat: no-repeat;
	width: 960px;
	height: 36px;
	margin: 0;
	padding: 0;
	border-radius: 3px;
}
.main_menu {
	float:left;
	margin:0px 0px 0px 10px;
	padding:0;
	list-style-type:none;
}
.main_menu li {
	margin: 0;
	display: inline-block;
	line-height: 26px;
	background: #1a81c6;
}
.main_menu li:hover {
	background: #2c68a3;
}
.main_menu li a {
	padding: 5px 15px 5px 15px;
	color:#fff;
	text-decoration: none;
	font-size: 16px;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px #505050;
	display:block;
}
#login-button, #logout-button {
	display:block;
	float:right;
	background-color: #cc9900;
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 1px 1px #505050;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	line-height: 26px;
}
#login-button:hover {
	background-color: #b88a00;
}

/********** Showcase **********/
#bannershowcase {
	padding: 40px 20px 30px 20px;
	min-height: 240px;
	margin-top:15px;
}
#bannershowcase a {
	text-decoration: none;
}
.featured_video {
	float:left;
	width:50%;
}
.featured_text {
	float:right;
	width:50%;
	font-size:14px;
	font-family:"Helvetica Neue",Arial,sans-serif;
	line-height:1.45;
	letter-spacing:1px;
	color:#f8f8f8;
	text-shadow:1px 1px 2px #505050;
}
#watch-first {
	position: relative;
	font-size: 18px;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #ffffff;
	padding: 5px 5px 5px 5px;
	color: #2c68a3;
	border-radius: 0 4px 4px 0;
	margin: 5px 0 10px 5px;
	line-height:20px;
	display:inline-block;
	text-shadow:none;
}
#watch-first:after {
    display:block; 
    position:absolute;
    bottom: 0px;
	content:'';
   	width: 0px;
	height: 0px;
	left: -14px;
	top: -1px;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 15px solid #ffffff;
}
#watch-first:hover {
	background: #2c68a3;
	color: #ffffff;
	border-color: transparent #2c68a3 transparent transparent;
}
#watch-first:hover:after {
	border-color: transparent #2c68a3 transparent #2c68a3;
}
.learn-more, .sample-videos {
	margin: 5px 0 10px 5px;
	background: #1a81c6;
	border:1px solid #2c68a3;
	font-size: 18px;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow:1px 1px 2px #505050;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
	border-radius: 4px;
	display:inline-block;
}
.learn-more:hover, .sample-videos:hover {
	background: #2c68a3;
	color: #ffffff;
}

/********** Staff Slider **********/
.slider_wrapper {
	background: #e9e9e9;
	min-height: 72px;
}
.slider_wrapper p {
	height: 27px;
	float: left;
	font-size: 23px;
	padding: 25px 17px 20px 18px;
	margin: 0;
	color: #888;
	width:190px;
}
.staff_slider_container {
	width: 720px;
	float: right;
	margin-right:5px;
	min-height:101px;
	height:auto;
	margin-top:-15px;
	margin-bottom:10px;
}
.faculty_reel {
	padding:0px 32px 0px 33px;
	min-height:101px;
	margin-bottom:0px !important;
}
.faculty_reel .slick-list {
	padding: 15px 0px 0px 0px !important;
	min-height: 86px;
}
.faculty_reel .slick-slide {
	position:relative;
	z-index:100;
}
.faculty_reel .slick-slide img {
	width: 58px;
	height: 68px;
	border: 2px solid #CCCBCB;
	margin: 0 auto 0 auto;
}
.faculty_reel .slick-prev,
.faculty_reel .slick-next {
	width:28px;
	height:28px;
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:-14px;
	display:block;
}
.faculty_reel .slick-prev {
	left:0px;
	background-image:url(images/slider/arrow-left.png);
}
.faculty_reel .slick-prev:hover {
	background-image:url(images/slider/arrow-left-hover.png);
}
.faculty_reel .slick-next {
	right:0px;
	background-image:url(images/slider/arrow-right.png);
}
.faculty_reel .slick-next:hover {
	background-image:url(images/slider/arrow-right-hover.png);
}
.faculty_reel .slick-prev:before,
.faculty_reel .slick-next:before {
	display:none;
}
.faculty_reel .slick-center {
	position: relative;
	margin-top:-15px;
	z-index:1000;
	min-width:65px;
}
.faculty_reel .slick-center img {
	position: relative;
	width:100%;
	height:auto;
	top:0px;
	left:-2px;
	border-color:#000;
}
.faculty_reel .slick-slide .caption {
	display:none;
}
.faculty_reel .slick-center .caption {
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	color:#fff;
	background:#000;
	font-size:9px;
	opacity:0.7;
	text-align:center;
	padding:3px 0 3px 0;
	text-decoration:none;
	line-height:10px;
}

/********** Home Content **********/
#homecontent {
	position: relative;
	margin-top: -6px;
	margin-left: 25px;
}
#homecontent.plus-feedjit {
	width: 400px;
	float: left;
}
#home_content {
	float: left;
}

/********** Testimonials **********/
#testimonialbox {
	float: right;
	margin: 3px 0 15px 25px;
	width: 310px;
	padding: 0;
}
#testimonial-top {
	background-color: #1a81c6;
	color: #ffffff;
	font-size: 17px;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 35px;
	margin: 0;
	padding: 10px 5px 0 20px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	position:relative;

	/* css3 */
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	background:linear-gradient(top, #f9d835, #f3961c);
}
#testimonial-top:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-10px;
   left:30px;
   width:0;
   border-width:15px 15px 0;
   border-style:solid;
   border-color:#1a81c6 transparent;
}
.rightbox-body {
	background: #E9E9E9;
	background-position: bottom left;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.rightbox div.content {
	margin: 0;
	padding: 4px 15px 15px 19px;
}
#testimonial2, #testimonial3 {
	display: none;
}
div.tm {
	padding-top: 15px;
	height: auto;
	overflow: hidden;
}
.swapper {
	margin: 10px 0 0 0;
	text-align: right;
}
.swapper a[href="#"] {
	text-decoration: none;
}
img.rotatorbutton {
	margin: 0 0 -8px 0;
}

/********** Sidebar **********/

#sidebar h1 {
	padding-left: 10px;
	border:none; padding-bottom:0; 
}
.profile_pic {
	background-color: white;
	max-width: 300px;
	max-height: 205px;
	border-radius: 10px;
	overflow: hidden;
	border: solid 2px #FFFFFF;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
	position: relative;
}
.profile_pic img {
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9) inset;
	width:200px;
	height:200px;
}
.profile_pic_wrapper {
	position: relative;
}
.profile_pic_wrapper .overlay {
	position: absolute;
	top: 0px;
	right: 0;
	width: 450px;
	height: 100%;
}
.pic {
	max-height: 108px;
	overflow: hidden;
	border-radius: 10px;
}
hr.sidebar_hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	color:#C3D9E1;
}
.inprogress_title_wrapper {
	background:#d7e9f3 url('images/inprogress_background.png') no-repeat left top;
	font-color: #50646D;
	margin-top:15px;
	font-weight: bold;
}
.inprogress_title {
	margin-left: 30px;
	font-size: 16px;
}
.inprogress_status {
	font-size: 13px;
	font-style:italic;
}
.preview_container {
	width:100px;
	height:108px;
	overflow:hidden;
	margin-bottom:5px;
}
a.preview_overlay {
	background: url(images/profile_corner.png) no-repeat center center;
	width:30px;
	height:29px;
	position:absolute;
	margin-left:70px;
	cursor:pointer;
}
a img { 
	border:none;
}
object {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.queue {
	margin-left: auto;
	margin-right: auto;
	clear:both;
	min-height: 0px;
}
#fileQueue {
	min-height: 0px;
	margin-bottom: 10px;
}
.ajaxload {
	background-color: #fff;
	width:16px;
	height:26px;
	float:left;
	clear:right;
	margin:0px 0px 0px 5px;
}
.uploadifyQueueItem  {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
#_crop_bttn, #_crop_cancel_bttn {
	position: relative;
	z-index: 2;
	margin-top: 5px;
	font-size: 10px;
	height: 16px;
	line-height: 13px;
	text-decoration: none !important;
}
#_crop_bttn {
	float: right;
	color: #529214 !important;
}
#_crop_cancel_bttn {
	float: right;
	margin-right: 0px;
	color: #d12f19 !important;
}
.jcrop-holder {
	text-align: left;
	z-index: 2;
}
.jcrop-vline, .jcrop-hline {
	font-size: 0;
	position: absolute;
	background: white url('modules/mod_eotmenu/Jcrop.gif') top left repeat;
}
.jcrop-vline {
	height: 100%;
	width: 1px !important;
}
.jcrop-hline {
	width: 100%;
	height: 1px !important;
}
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}
.jcrop-tracker {
	width: 100%;
	height: 100%;
}
.custom .jcrop-vline, .custom .jcrop-hline {
	background: yellow;
}
.custom .jcrop-handle {
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#crop_container {
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -200px;
	z-index: 2;
}
div.menuvids li {
	list-style: none !important;
	margin-left: 0px !important;
	display: inline;
}
div.menuvids li img {
	float: left;
}
.menuvid_span {
	float: left;
}
#col2 ul {
	margin: 0px !important;
	margin-top: 5px !important;
}
#col2 {
	width: 300px;
	margin: 0 auto;
	font-family: helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #696969;
}
#col2 h1 {
	font-size: 24px;
	color: inherit;
}
#col2 h2 {
	font-size: 18px;
}
#col2 h3 {
	font-size: 14px;
}
#col2 a {
	color: #575757;
	text-decoration: none;
}
#col2 a:hover {
	text-decoration: underline;
}
div#accountArea .profile_pic {
	float: left;
	margin: 20px 10px 20px 30px;
}
#accountArea h1 {
	float: left;
	margin: 30px 0 0 0;
	margin-left: 0px;
	height: 24px;
	line-height: 24px;
}
#accountArea ul {
	float: left;
	font-size: medium;
}
#accountArea ul li {
	list-style-type: disc;
	line-height: 12px;
	height: auto;
	margin: 20px;
	    font-size: 16px;
}
h1.guest {
	float: none !important;
	margin-left: 30px !important;	 
}
ul.guest {
	float: none !important;
}
ul.guest li {
	float: none !important;
	margin-left: 50px !important;
	margin-bottom: 2px !important;
}
div#bannerArea {
	clear: both;
}
#bannerArea img {
	position: relative;
	margin: 0 0 0 -8px;
}
#bannerArea img.tooltip {
	margin-left:5px;
}
#bannerArea h2 {
	color: white;
	margin: -70px 0 0 70px;
	position: relative;
	height: 36px;
	line-height: 18px;
}
#bannerArea h3 {
	margin: 5px 0 0 70px;
	color: #09677d;
	font-style: italic;
	font-weight: normal;
	position: relative;
	height: 14px;
	line-height: 14px;
}
div#progressBar {
	margin: 0 0 40px 21px;
}
div#progressBar .cell-field.text {
	width: 220px;
}
div#progressBar .eotprogressbar {
	height: 25px !important;
}
div#progressBar .eotprogressbar div div {
	font-weight: normal;
	font-size: 14pt;
	padding-top: 4px;
}
#pageslide {
	display: none;
}
div#remaingingVideos h3 {
	margin: 0 0 20px 20px;
	font-size: 16px;
	font-weight: normal;
	color: #696969;
	height: 16px;
	line-height: 16px;
}
.videoSection {
	margin-left: 18px;
}
.videoSection img {
	margin: 10px 0;
}
.videoSection img.videoImg {
	float: left;
	margin: 0 5px 0 0;
}
.videoSection p {
	position: relative;
	margin-left: 77px;
	margin-bottom: 10px;
	margin-right: 5px;
	color: #696969;
	font-weight: normal;
	font-size: 12px;
	height: 24px;
	line-height: 12px;
}
.videoSection p:hover {
	cursor: pointer;
}
.videoSection ul {
	color: #157692;
}
.videoSection ul a {
	color: #157692 !important;
}
.videoSection ul li {
	font-size: 10px;
	display: inline;
	color: #696969;
	height: auto;
	line-height: 10px;
	margin-left: 0px;
}
.videoSection img.video_overlay {
	position: absolute;
	margin: 0px;
	left: 18px;
}
.videoSection a.video_link {
	text-decoration: none !important;
}
div#whiteSpacer {
	height: 40px;
	position: relative;
	clear: both;
}
#electives {
	margin: 20px 0px 0px 70px; 
	display: block; 
	padding: 8px 0px 8px 0px;
	width: 125px; 
	color: white !important; 
	text-align: center; 
	border: none; 
	font-size: 15px; 
	border-radius: 5px;
	text-shadow: 1px 1px 2px rgb(78, 79, 82); 
	background-color: #15BBE3;
}
#electives:hover {
	text-decoration: none !important;
	background-color: #00A3CA;
}

/********** Register User Form **********/
#new-account .honeypot {
	display:none;
}
#new-account {
	position:relative;
}
#new-account table {
	width:100%;
}
#new-account .label {
	width:30%;
}
#new-account input[type="text"],
#new-account input[type="password"],
#new-account input[type="email"],
#new-account input[type="tel"],
#new-account input[type="url"]{
	width:95.6%;
	padding:5px 2% 5px 2%;
	border:1px solid #1a81c6;
}
#new-account select {
	width:100%;
	padding:0px 2% 0px 2%;
	border:1px solid #1a81c6;
	height:25px;
	line-height:25px;
	-webkit-appearance:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	margin-top:2px;
}
#new-account-message {
	display:none;
	padding:10px 10px 10px 10px;
	color:#000;
	border:1px solid red;
}
#new-account #loading {
	display:none;
	width:100%;
	height:100%;
	background:#000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position:absolute;
	z-index: 100;
}
#new-account #loading .spinner {
	position: absolute;
	display:block;
	width: 30px;
	height: 30px;
	border: 8px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 25px 2px #eee;
	text-indent:-9999px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	top: 50%;
	left: 50%;
	margin: -15px 0px 0px -15px;
}

/********** Footer **********/
#footer {
	background: #FFF;
	border-top: 1px solid #ddd;
	margin-top: 1px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer-pad {
	padding: 10px 15px;
	overflow: hidden;
}
#logo2 {
	width: 165px;
	height: 20px;
	background: url(https://www.expertonlinetraining.com/wp-content/themes/ExpertOnlineTraining/images/rt_afterburner_j15/light4.png) 5px -646px no-repeat;
	display: block;
	float: right;
	margin-left: 15px;
	margin-top: 15px;
}
#footer ul {
	margin: 0;
}
#footer li {
	list-style: none;
	float: left;
	padding:0px 10px 0px 10px;
	border-right:1px solid #555;
	margin:0;
}
#footer li:last-child {
	border-right:none;
}
.s-c-x #col2 {
	background-repeat: no-repeat;
	min-height: 100%;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	width: 265px;
	position: relative;
	right: 0px;
	z-index: 10;
}
.url_faculty_shop {
	display: none;
	width: 70%;
}


@media screen and (max-width:960px) {
	#header_icons,
	#mynav,
	#mynav #login-button,
	#mynav #logout-button,
	#feedjit-left-box,
	.sidebar,
	.sidebar_bg {
		display:none;
	}
	#header .menu,
	#header .login,
	#header .logout {
		display:block;
	}
	#wrapper, #mynav {
		width:100%;
	}
	#wrapper {
		/* margin-top:55px; */
	}
	#header {
		background:#fff;
		position:fixed;
		height:55px;
		z-index: 1000;
		width: 100%;
		top: 0;
		left: 0;
	}
	#header .menu {
		width:40px;
		height:35px;
		position:absolute;
		top:10px;
		left:5px;
		background:url(images/menu.png) no-repeat center center;
		text-indent:-9999px;
	}
	#header .login,
	#header .logout {
		width:35px;
		height:35px;
		position:absolute;
		top:10px;
		right:5px;
		background:url(images/login.png) no-repeat center center;
		text-indent:-9999px;
	}
	#header .logout {
		background:url(images/logout.png) no-repeat center center;
	}
	#logo {
		display:block;
		margin:10px auto 10px auto;
		background-image:url(images/eot_logo_tablet.png);
		width:205px;
		height:35px;
	}
	#mynav {
		height:auto;
		border-radius:0px;
		background-color:#fff;
		position: fixed;
		top: 55px;
		left: 0px;
		z-index: 1000;
	}
	.main_menu {
		float:none;
		margin:0;
		border-top:2px solid #1a81c6;
	}
	.main_menu li {
		display:block;
		border-bottom:2px solid #1a81c6;
		background:transparent;
	}
	.main_menu li:hover {
		background:transparent;
	}
	.main_menu li a {
		color:#1a81c6;
		width:100%;
		text-indent:5px;
		padding-left:0px;
		padding-right:0px;
		text-shadow:none;
		font-weight:bold;
	}
	#bannershowcase {
		padding-left:10px;
		padding-right:10px;
		margin-top:0px;
	}
	.learn-more, .sample-videos {
		margin-left:0px;
	}

	/* staff slider */
	.staff_slider_container {
		margin: 0 auto 0 auto;
		width: 700px;
		min-height: 72px;
		float:none;
		padding-bottom:15px;
	}
	.slider_wrapper p {
		float: none;
		padding: 10px 0px 10px 10px;
		line-height:24px;
		height:auto;
	}
	p.captionname {
		padding:0;
	}

	/* home content */
	#homecontent.plus-feedjit {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		margin: 0 0 15px 0;
		float:none;
	}
	#homecontent.plus-feedjit h1 {
		width: 100% !important;
	}
	#homecontent img {
		max-width:100%;
		height:auto;
	}
	#testimonialbox {
		margin:0;
		float: none;
		width:96%;
		padding-left:2%;
		padding-right:2%;
	}

	.s-c-x #col1, #colright {
		width:100%;
	}
	.component-pad {
		padding-left:0px;
		padding-right:0px;
	}
	#col1wrap {
		width:96%;
		padding-left:2%;
		padding-right:2%;
		float:none;
	}
	.dashboard_border {
		width: auto;
	}
	.sidebar_bg {
		display:none;
	}
	#mobile_app_img_footer {
		display: block;
	}
	.dashboard_border .content_right {
		float: none;
	}
}

@media screen and (max-width:880px) {
	#watch-first:after, 
	#watch-first:after:hover {
		display:none;
	}
	.featured_video, .featured_text {
		width:100%;
		float:none;
	}
	.featured_video #player123 {
		margin:0 auto 0 auto;
	}
	#watch-first {
		border-radius:4px;
		margin-left:0px;
	}
}

@media screen and (max-width:700px) {
	.staff_slider_container {
		width:100%;
	}
}

@media screen and (max-width:576px) {
	.faculty_reel .slick-center {
		margin-top:-10px;
	}
	.dashboard_border .content_right {
		float: none;
		margin-right:0;
		width:385px; 
	}
	.dashboard_banner img {
		width: 100%;
		height: auto;
	}
	.item_list {
		font-size:18px;
	}
	#group_list {
		margin-left: 26px;
	}
}

@media screen and (max-width:480px) {
	#logo {
		background-image:url(images/eot_logo_mobile.png);
		width: 74px;
		height: 42px;
		margin-top: 5px;
		margin-bottom: 8px;
	}
	.dashboard_border .content_right {
		float: none;
		margin-right:0;
		width:auto; 
	}
	.dashboard_border .content_right .menu .para  {
		float: none;
		margin-right:0;
		margin-top: -6px;
		width:auto; 
	}
	.dashboard_border .content_right .menu a .thumbnail {
		display: none;
	}
	#group_list {
		margin-left: 26px;
	}
}

@media screen and (max-width:420px) {
	.featured_video #player123 {
		width:100% !important;
	}
	.faculty_reel .slick-center {
		margin-top:-4px;
	}
	.item_list {
		font-size:12px;
	}
}

@-webkit-keyframes spin {
	from { transform: rotate(0deg); }
	50%  { transform: rotate(180deg); }
	to   { transform: rotate(360deg); }
}

@keyframes spin {
	from { transform: rotate(0deg); }
	50%  { transform: rotate(180deg); }
	to   { transform: rotate(360deg); }
}

table.cc_cards_list {
	margin-bottom: 10px;
}
p.accept_terms b {
    font-size: 2em;
}

span.answer-number {
	margin-left: 2em;
}

input.question-editable {
	width: 50em;
}

input.answer_editable {
	max-width: 100em;
}

a.edit {
	margin-left: 1em;
}

table.condition-form {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}

table.condition-form th {
	border :1px solid black;
	border-collapse: collapse;
	padding: 15px;
}

table.condition-form td {
	border :1px solid black;
	border-collapse: collapse;
}

table.condition-form th:nth-child(2) {
	width: 15%;
}

table.condition-form th:nth-child(3) {
	width: 15%;
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

form#add_question input{
	width: 50em;
}

/* fix feedjit size issue */
div#FJ_TF_Cont {
    height: 310px;
}

td.label, td.left.label {
	color: black;
}

meter {
  /* Reset the default appearance */
 /* -webkit-appearance: none; */ /* this is a current bug with chrome */
     -moz-appearance: none;
          appearance: none;

  margin: 0 auto;
  width: 100%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-optimum-value {
    transition: width .4s linear;
}

p#password-strength-text {
	margin: 0 0 5px 0;
}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: orange; }
meter[value="3"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: orange; }
meter[value="3"]::-moz-meter-bar { background: yellow; }
meter[value="4"]::-moz-meter-bar { background: green; }

div.meter-wrapper {
	padding: 5px 5% 5px 0;
}

#menu-main-menu-logged-in li{
	position: relative;
	margin-left: 0px; margin-bottom:0;
}

.fl-page-header-row {
	display: block;
	margin-left: -15px;
}

#menu-footer-menu a {
	color: #ffffff;
}
/* To fix double menu line */
#menu-main-menu-logged-out li{
	position: relative;
	margin-left: 0px;
}
.batch_upload {
	display: none;
}

table.td-small {
	table-layout:fixed;
}

table.td-small td{
    word-wrap:break-word;
}

table.td-small th:nth-child(3) {
	width: 10%;
}

table.td-ubermanager {
	table-layout:fixed;
}

table.td-ubermanager td{
    word-wrap:break-word;
}

table.td-ubermanager th:nth-child(3) {
	width: 20%;
}

.acf-image-uploader .hover {
	opacity: 100 !important;
	visibility: visible !important;
}

.acf-button-edit, .acf-button-delete {
	box-shadow: 0 0 10px black !important;
}

a.ssqobutton {
	color: #ffffff;
	text-decoration: none;
	font-size: 22px;
    line-height: 32px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 450px;
    background: #8dc642;
    border: 1px solid #81ba36;
}

a.statsbutton {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    line-height: 32px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 450px;
    background: #8dc642;
    border: 1px solid #81ba36;
}

a.morebutton {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    line-height: 32px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: auto;
    background: #8dc642;
    border: 1px solid #81ba36;
}

div#tutorial_video {
    width: 885px;
    height: 500px;
}

table.user-list {
	table-layout:fixed;
}

table.user-list td{ 
    word-wrap:break-word;
}

table.user-list th:nth-child(2) {
	width: 25%;
}

table.user-list th:nth-child(3) {
	width: 15%;
}

table.user-list th:nth-child(4) {
	width: 15%;
}

table.user-list th:nth-child(6) {
	width: 16%;
}

table.user-custom {
	table-layout:fixed;
}

table.user-custom td {
    word-wrap:break-word;
}

table.user-custom th:nth-child(2) {
	width: 35%;
}

table.user-custom th:nth-child(3) {
	width: 15%;
}

table.user-custom th:nth-child(4) {
	width: 15%;
}

table.user-custom th:nth-child(5) {
	width: 11%;
}

/* Hide drift chat box when user logged in */
div#drift-widget-container {
    display: none;
}

#loading_upgrade {
	display: none;
}

/* Apply padding to td elements that are direct children of the tr elements with class spaceUnder. */
tr.spaceUnder > td
{
  padding-bottom: 1em;
}
.processing_payment {
	display: none;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{
    border:1px solid #d7e9f3 !important;
}

#bbpress-forums #subscription-toggle{
    float:right !important ;
    
}

#bbpress-forums .bbp-topic-edit-link,#bbpress-forums .bbp-topic-merge-link, #bbpress-forums .bbp-reply-edit-link{
    display:none !important;
}

td.errors {
    color: red;
    font-weight: bold;
}

/* font size for publish facebox */
.publish_modules p, .publish_modules li {
	font-size: medium;
}

#accountAreaBottom {
	margin:auto;
}

/* Loading ICON when the I agree button is clicked.*/
#term_loading {
    display:none;
}

.dataTable a,.table a{
    text-decoration:underline;
}

a.watch_video{
    cursor:pointer;
}

#watch_video video {
    width:665px;
    height:388px;
    margin:auto;
}

span.gfield_required {
    color: #D00 !important;
}

.bss table{
    width:100%;
    border-collapse: collapse;
}
.bss table td,.bss table thead{
  border-bottom:1pt solid grey;
}

.bss table thead{
    text-align: left;
}

.wrong {
	color:red;
}

.correct {
	color:green;
}

/* AWS transcode page styles */
	#video_selection_form table { width: 100%; margin-bottom: 10px; }
	#video_selection_form tr:nth-child(1) { background-color: #AAA; font-weight: bold; }
	#video_selection_form tr:nth-child(even) { background-color: #DDD; }
	#video_selection_form td { padding: 2px 5px; }
	#video_selection_form tr td:nth-child(1) { width: 5%; }
	#video_selection_form tr td:nth-child(3) { text-align: right; }
	#video_selection_form tr.nomatch { background-color: #FF9E9E; }
	#form_results_status { display:none; width: 90%; padding: 10px 5%; background: #FFCFCF; font-weight: bold; margin-top: 10px; }
	#form_results_results { display:none; width: 90%; padding: 10px 5%; background: #FFE3E3; }

.gfield_description{
    font-size:12px !important;
}
.gform_body label{
    font-size: 12px !important;
}
/* for module sorting */
#sortable { margin: 0; padding: 0; }
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
#sortable li span { position: absolute; margin-left: -1.3em; }
.movable { cursor: move; }

a.edit-attachment{ display:none; } 

/* HIDE FORUM TOPIC TYPE */
#bbp_stick_topic_select {
    display: none;
}
label[for="bbp_stick_topic"] {
    display: none !important;
}

.registration_page.round_msgbox {
    width: 40%;
}

.page-template-custom-register .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a {
    color: #428bca;
    padding: 5px 2px;
}

nav.woocommerce-breadcrumb {
	position: relative; z-index: 10;
}

#videolist ul li span{
	color: #1181C1;
	cursor: pointer;
}


#videolist img {
	width:auto;
}

h1#first_name_sidebar {
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: 
	ellipsis; width: 230px;
}
.img_apple_app, .img_android_app
{
	width: 150px;
}

#sidebar_mobileDownload
{
	text-align: center;
}

body#error-page { margin: 0; background: #fff; font: 62.5%/1.2 Helvetica, Arial, sans-serif; max-width: 100%; box-shadow: inherit; padding: 0; }
html.no-touch {  background: #fff;}
body#error-page .ctr-color1{position:relative} 
section.section.testimonials-homepage {  background: #0B004F;}
.testimonials-homepage figure.testimonial blockquote{    font-size: 18px;  font-family: 'Playfair Display', serif;}
.intro1 #videolist .items_container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.intro1 #videolist .items_container .items {
    max-width: 30%;
    padding: 15px;
    flex: 0 0 30%;
}
.intro1 #videolist .video-thumbnail .img-fluid {
    width: 100%;
}
.intro1 #videolist .items_container p {
    color: #555555;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 5px 5px;
    padding: 0;
    display: block;
    width: 100%;
}
.intro1 .grid-view-hide{display:none}
.video-thumbnail  {
    display: none;
}
.intro1 .video-thumbnail  {
    display: block;
}
.view-grid-button {
    text-align: right;
    margin: 10px 0 0;
}

.view-grid-button .btn:hover {
    background-color: rgb(138 137 137 / 15%);
    color: #fff;
}


.view-grid-button .btn {
    background: none;
    outline: none;
    border: 1px solid #ccc;
    color: #8a8989;
    text-shadow: none;
    border-radius: 8px;
    margin: 0 2px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 8px 10px;
}
.view-grid-button .btn i {
    font-size: 16px;
    color: #8a8989;
    font-weight: 500;
}
.intro1 #videolist .items_container .items ul li{margin:0 5px;display:inline;color:#8a8989}

 .link-items-group {
    margin: 5px 0 0 20px;
}
.intro1 .link-items-group {
    display: block;
	    margin: 5px 0 0 5px;
}
.upload-grid {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.create-quizlink {
    margin-left: 12px;
    text-decoration: underline;
}
.Select-Resource-control {
    margin: 10px 0 15px;
}
h3.upload-title {
    margin: 30px 0 25px;
    font-size: 24px;
}


.btn-container .btn-group { position: relative;margin-right:20px }
.btn-container .dropdown-menu { display: none; position: absolute; left: 0; top: 100%; background: #fff; margin: 0; list-style: none; box-shadow: 10px 3px 10px  0px rgba(0, 0, 0, 0.2); padding: 15px; width: 200px; border: 1px solid #eee; border-radius: 10px; }
.btn-container .btn-group.open .dropdown-menu{display:block} 
#colmask .btn-container ul.dropdown-menu li { list-style: none; margin: 0 0 10px; }
#colmask .btn-container ul.dropdown-menu li:last-child { margin-bottom: 0; }
.btn-container ul.dropdown-menu li a { color: #333; font-size: 15px; }
.d-flex{display:flex}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent; }
.btn-container button.btn-link { border: none; text-shadow: none; font-size: 14px; background: transparent; color: #555; font-weight: 500; }
.dropdown-menu li a span { padding: 5px 10px;display: inline-block;}
.btn-container  button { text-shadow: none !important; font-size: 15px; padding: 8px 16px; }
.p-4 { padding: 1rem 0; }
.gap-10{gap:10px}
.align-items-center{align-items: center;}
.mt-5{margin-top:15px}
.me-3{margin-right:10px}
.video-content{display:none;}