/* --
	
	* Custom CSS File *
	Please make any amendments to your theme's CSS in this file rather than "styles.css"
	This will make updating your theme files much easier without overwriting your changes!

-- */

/* Example: Change the background colour to black (!important is used to overwrite any duplicate classes in styles.css)
body { background: #000!important; } */

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .post-thumb, .post-thumb-single, .entry-meta { margin-bottom: 10px !important; }

table { border: 0px solid #ccc; border-width: 0px; line-height: 16px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; border-bottom: 1px solid #ccc;}
th, td {  vertical-align: middle; text-align: left; }
td { padding: 2px; text-align: left; }
td.icons { text-align: right; }
th.icons { text-align: center; }
tr { border-bottom: 0px solid #ccc; }


#dialog label, #dialog input, #dialog select  { display:block;}
#dialog input[type="text"],#dialog input[type="file"], #dialog select, #dialog textarea { width: 90%; }
#dialog label { text-align:left; margin-top: 0.5em; }
.buttons {margin-top: 15px; padding-bottom: 10px;}
.buttons input { display: inline !important;  }

#humanMsgLog p, #humanMsgLog ul { margin-bottom: 0px !important; }

#skypedetectionswf {display: none}


.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.exercise{
	padding-bottom: 20px;
	margin-bottom: 30px;
	background: url("../images/footer-line.png") no-repeat scroll left bottom transparent;
}
.exercise>p{
	margin-bottom: 20px;
	padding-bottom: 20px;
	/* border-bottom: 2px solid #999999; */
	white-space:pre-wrap !important;
	_white-space: pre !important;
	word-wrap: break-word !important;
	font-size: 14px !important;
}
.exercise .total{
	padding-top: 15px;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
}
.exercise .total span{
	font-weight: normal;
	font-size: 14px;
}

.questionRenderer{
	white-space:pre-wrap !important;
	_white-space: pre !important;
	word-wrap: break-word !important;
	line-height: 24px !important;
}
.questionRenderer input[type="text"]{
	display: inline !important;
	/* width: 100px !important; */
	padding: 1px !important;
	border: none;
}
.questionRenderer .correct{
	color: #02a637
}
.questionRenderer .wrong{
	color: #c30000;
	text-decoration: line-through;
}

.checklist{
	border: 1px solid #cccccc;
	height: 150px;
	overflow: auto;
}
.checklist input{
	display: inline !important;
	line-height: 18px !important;
}

.tests input[type="submit"]{
	cursor: pointer;
}
.tests input[type="submit"]:hover{
	background: #c0c0c0;
	color: #FFF;
}
.tests .TotalPoints{
	font-size: 16px;
	padding-bottom: 30px;
}
.tests .TotalPointsDone{
	font-size: 18px;
}

.testDetails h1{
	text-align: center;
	text-transform: capitalize;
	
    color: #333694;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0;
    
}
.testDetails h2{
	text-align: center;
	text-transform: capitalize;
	font-size: 24px !important;
	
    color: #333694;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0;
}

.testDetails h3{
	font-size: 20px !important;
}

#primary-nav{ padding-left: 80px}

