::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {
	background-color: #F3F3F3;
	margin: 40px;
	font: 13px/20px;
	font-family: 'Roboto Slab', serif;
	color: #4F5155;
}

body.content {
	background-color: #F3F3F3;
}

body.home {
	background-color: #FFFFFF;
}



a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#body{
	margin: 0 15px 0 15px;
}

p.footer{
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

#header{
	margin: 10px;
	height: 81px;
}

.logo > img{
	width: 200px;
}

#container{
	margin: 10px;
	opacity: 1;
}

.backgroundBox{
	content: "";
	height: 500px;
	background-image : url('../images/general/background.jpg');
  	background-size: contain;
  	background-repeat: no-repeat;
  	opacity: 0.5;
}

.loginBox{
	position: absolute;
	top: 200px;
	left:0;
	opacity: 1;
}

.loginform{
	background-color: rgb(128, 128, 128);
}

.form-control {
	width: 62%;
  	margin: 0 auto;	
}

.form-email {
	width: 200%;
    margin-left: 50px;
}

legend{
	border-bottom: none;
}

.induction_header1{
	background-color: #7F8082;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;	
}

.induction_header2{
	background-color: #7F8082;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

.top20{ 
	margin-top:20px;
}

.margin20{ 
	margin-top:20px; 
	margin-bottom:20px;
}

.pad20{ 
	padding-top:20px; 
	padding-bottom:20px;
}


.userTypeName{
	font-weight: bold;
}


.registerHeader{
	color: #082F66;
	font-size: 1.5em;
	font-weight: bold;
}

.userTypeBox{

	border: #082F66;
	border-color: #082F66;
	background-color: #e7e2e2;
  	border-style: solid;
  	border-width: 2px;

}

.uploadBoxTop, .uploadBoxBottom{

	border: #082F66;
	border-color: #082F66;
	background-color: #ffffff;
  	border-style: solid;
  	border-width: 2px;

}

.uploadBoxBottom{
	border-top: none;
}

.boxDesc{
	font-size: 1.1em;
	font-weight: bold;
}

.boxOption{
	padding-left: 15px;
	font-weight: bold;
}

.boxOptionDesc{

}

.registerLabel{
	width: 120px;
	display: inline-block;
	padding: 5px;
}

.supplierLabel{
	width: 190px;
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}

.boxChecklist{
	background-color: #016ED3;
}

.checklistRow{
	margin-top: 5px;
}

.checklistItemNo{

	background: #5178D0;
  	color: #ffffff;
  	display: inline-block;
	font-weight: bold;
	line-height: 3.6em;
	margin-right: 15px;
	text-align: center;
	width: 70px;
	padding: 10px;
	margin-top: 20px;
	font-size: xx-large;
}

.inductionSteps{
    padding: 30px;
    background-color: white;
    color: #1f1f1f;
    border-color: lightgrey;
    border-bottom-style: solid;
    border-width: thin;
    border-right-style: solid;
    margin: 0 auto;
    width: 60%;
    font-size: medium;
}

.checklistItemDesc > span > a, .inductionSteps > span > a{
	color: #1f1f1f;
	text-decoration: none;
}

.checklistItemDesc > span{
	margin-left : 75px;
}

.checklistItemDesc:hover, .checklistItemDesc:hover > span > a, .inductionSteps:hover,.inductionSteps:hover > span > a{
	background-color: black;
	color: #c2922d;
	cursor: url(http://ani.cursors-4u.net/others/oth-9/oth840.cur), progress !important;/* End http://www.cursors-4u.com */	
}

.inductionSteps{
	width: 100%;
	margin-bottom: 10px;
}

.inductionSteps > span{
	margin-left : 10px;
}

.stepsImage:hover{
	top: 0px;
	left: 170px;
	height: 90%;
}

.checklistItemDesc > .stepsImage > img{
	height: 60px;
    -webkit-transition: height 1s, -webkit-transform 1s; /* Safari */
    transition: height 1s, transform 1s;   	
}


.checklistItemDesc:hover > .stepsImage > img{
	height: 90px;
}

.stepsImage{
    position: absolute;
    top: 10px;
    left: 170px;
    overflow: hidden;
    -webkit-transition: height 1s, -webkit-transform 1s; /* Safari */
    transition: height 1s, transform 1s;   
}
.dashboardItemNo{

	background: #5178D0;
  	color: #ffffff;
  	display: inline-block;
	font-weight: bold;
	line-height: 1.5em;
	margin-right: 15px;
	text-align: center;
	width: 70px;
	padding: 10px;
	margin-top: 10px;
	font-size: xx-large;
}


.dashboardDesc{
  	margin-top: 10px;
  	line-height: 0px;
	padding: 35px;
	background-color: lightgray;
	color: blue;
}

.contractorHeaders{
	font-weight: bold;
}

.contractorHeaders{
	font-weight: bold;
}

.captionField{
	background-color: #7F8082;
  color: white;
  padding: 10px;
  margin-bottom: 5px;
  font-size: larger;
  font-weight: bold;
}

.formRow{
	background-color: rgb(225, 231, 245);
	margin-bottom: 5px;
}

.textFieldName{
	font-weight: bold;
}

.questionTitle{
	font-weight: bold;
	margin-top : 5px;
	margin-bottom: 5px;
}

.presentationViewer{
	min-height: 400px;
}

.presentationFooter{
	background-color: #7F8082;
	padding-top: 5px;
	padding-bottom: 5px;
}

.blueBar{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+33,7db9e8+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left,  #7F8082 33%, #F1F1F1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(33%,#F1F1F1), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #7F8082 33%,#F1F1F1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #7F8082 33%,#F1F1F1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #7F8082 33%,#F1F1F1 100%); /* IE10+ */
	background: linear-gradient(to right,  #7F8082 33%,#F1F1F1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F8082', endColorstr='#F1F1F1',GradientType=1 ); /* IE6-9 */
  	color: white;
  	font-size: 20px;
  	font-weight: bold;
  	padding: 5px;
  	margin-top: 5px;
  	margin-bottom: 5px;
}

.goldBar{
	background: #c2922D; 
  	color: white;
  	font-size: 16px;
  	font-weight: bold;
  	padding: 5px;
  	margin-bottom: 5px;
}

.reportBox{
	border-style: solid;
	border-width: thin;
	margin-top: 5px;
	font-size: 13px;
	width: 285px;
    margin-left: -15px;
}

.blueRow{
	background: #7F8082;
	color: white;
  	font-weight: bold;
  	padding: 5px;
  	margin-top: 5px;
  	margin-bottom: 5px;	
}

.lightblueRow{
	background: #CDDAEA;
	color: black;
  	font-weight: bold;
  	padding: 5px;
  	margin-top: 5px;	
}

.imgDashboard{
	height: 32px;
	width: 32px;
	margin-top : 10px;
}

.imgReports{
    width: 22px;
    height: auto;
    margin-bottom: 10px;
}

#slideshowViewer{
	border-style: ridge;
	border-color: black;
	overflow: scroll;
	max-height: 500px;
}

.rowEven > div, .rowOdd > div{
	font-size: 12px;
    text-overflow: clip;
    overflow: hidden;	
}

.rowEven{
	background-color: lavender;
}

.rowOdd{
	background-color: aliceblue;
}

.rowEven > span, .rowOdd > span{
	margin-left: 15px;
}

.rowHeader{
	background-color: #7F8082;
	color: white;
}

#availableCourses .ui-selecting, #assignedCourses .ui-selected { 
	background: #FECA40; 
}
#availableCourses .ui-selected, #assignedCourses .ui-selected{ 
	background: #F39814; 
	color: white; 
}
#availableCourses, #assignedCourses, #assignedCoursesData { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 60%;
}
#assignedCourses { 
	width: 25%;
}
#assignedCoursesData{
	width: 75%;
}
#assignedCourses, #assignedCoursesData{
	float: left;
}
#availableCourses li, #assignedCourses li, #assignedCoursesData li { 

	height: 35px; 
	background: none;
	border: none;
	cursor: pointer;
	margin: 20px;	
}

#assignCourse, #removeCourse{
    width: 50px;
    height: 50px;
    margin: 20px;
}

.spanLink{
	color: blue;
	cursor: pointer;
	font-size: small;
}

#myCourse{
	cursor : pointer;
	width: 70%;	
}

#myCourse:hover{
  	background-color: orange;
  	
}

.dropdown-submenu{
    position:relative;
} 
.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
} 
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
 
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
 
.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}
 
.dropdown-submenu .pull-left{
    float:none;
}
 
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.root:hover > .dropdown-menu{
    display: block;
}

.navbar-default {
    background-color: #7F8082;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
    color: white;
}

.reports{
	background-color: lightgray;
}

.reports > ul{
	list-style: none;
    margin-left: -20px;
}

.reports > ul > li{
    padding-top: 5px;
    padding-bottom: 5px;
}

.reports > ul > li > a{
	text-decoration: none;
}

#loading{
	position: absolute;
    top: 320px;
    left: 600px;
}

.boxBorder{
	border-style: solid;
	border-width: thin;
}

.redBold, redBold > a{
	color: red;
    font-size: 14px;
    font-weight: bold;
}

.unhoverable:hover{
    cursor: not-allowed !important;
}

.inductionCard{
	transition: all .2s ease-in-out;
}

.inductionCard:hover{
	transform: scale(1.1);
}

.inductedStatus{
	transition: all .2s ease-in-out;
}

.inductedStatus:hover{
	transform: scale(1.4);
}

.tableColumn1{
	width: 50px;}

.tableColumn2{
	width: 70px;
}

.tableColumn4{
	width: 110px;
}

.tableHeader{
	height: 50px;
	border-color: white;
    border-style: solid;
    border-width: thin;
    background-color: lightgreen;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	font-size : 12px;
    font-weight: bold;
    text-align: center;	
}

.tableRow{
	height: 50px;
	border-color: white;
    border-style: solid;
    border-width: thin;
    background-color: lightblue;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	font-size : 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.solidGreyBar{
	background: #7F8082; 
	color: white;
  	font-size: 20px;
  	font-weight: bold;
  	padding: 5px;
  	margin-top: 5px;
  	margin-bottom: 5px;
}

.userMenu{
    margin-top: -80px;
    margin-left: -15px;
}

.wordwrap{
    word-wrap: break-word;
}

.error{
	color : red;
}

.bottom10{
	margin-bottom: 10px;
}

.top10{
	margin-top: 10px;
}

#availableEmails .ui-selecting, #assignedEmails .ui-selected { 
	background: #FECA40; 
}
#availableEmails .ui-selected, #assignedEmails .ui-selected{ 
	background: #F39814; 
	color: white; 
}
#availableEmails, #assignedEmails, #assignedCoursesData { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 60%;
}
#availableEmails li, #assignedEmails li, #assignedCoursesData li { 

	height: 35px; 
	background: none;
	border: none;
	cursor: pointer;
	margin: 20px;	
}

#assignEmails, #removeEmails{
    width: 50px;
    height: 50px;
    margin: 20px;
}

#ui-datepicker-div{
	z-index: 100;
}

#webcam{
	z-index: -1;
}

.tableRowPadding{
	padding: 10px 5px 10px 5px;
}

.mycourses{
	padding: 5px 0px 5px 0px;
}