/* 
    Document   : style.css
    Created on : 2012.09.19., 12:21:03
    Author     : castor
    Description:
        Purpose of the stylesheet follows.
*/
/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
	display: block;
}
body {
	font-family: 'Droid Sans', sans-serif;
	background: #ddd;
	margin: 0;
	padding: 0;
	color: #393838
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 15px 25px 25px 25px;
	background: #e4e4e4;
	-webkit-box-shadow: 0px 0px 5px 0px #c5c4c4;
	box-shadow: 0px 0px 5px 0px #c5c4c4;
}
.clearfix {
	clear: both;
}
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
form {
	padding: 0px;
	margin: 0px;
}
/*Form nav*/
#form-nav {
	margin: 0 0 0 20px;
	padding: 0;
}
#form-nav li {
	font-family: 'Droid Sans', sans-serif;
	font-size: 0.8em;
	list-style: none;
	float: left;
	text-transform: uppercase;
	color: #3a82c4;
	background: url(../../images/student/breadcrumb_bg.png) no-repeat right center;
	height: 48px;
	padding: 7px 20px 7px 38px;
	position: relative;
	margin-left: -20px;
	display: block;
}
#form-nav li.active {
	background: url(../../images/student/breadcrumb_bg_active.png) no-repeat right center;
	color: #fff
}
#form-nav li.active span {
	color: #79b7f2;
	font-weight: bold;
	text-shadow: 0 -1px 0 #666;
}
#form-nav li span {
	color: #3a82c4;
	font-size: 3em;
	float: left
}
#form-nav li div {
	float: left;
	padding: 6px 0 0 0;
        width: 80px;
}
#form-nav li div.down {
	padding: 14px 0 0 0;
        width: 80px;
}
#form-nav li.first span.first-span {
	background: url(../../images/student/breadcrumb_bg_left_side.png) no-repeat;
	width: 7px;
	height: 49px;
}
#form-nav li.first.active span.first-span {
	background: url(../../images/student/breadcrumb_bg_left_side_active.png) no-repeat;
	width: 7px;
	height: 49px;
}
#form-nav li.first {
	padding-left: 0px;
}
.step-title, .sub-title {
	text-transform: uppercase;
	color: #fff;
}
.step-title {
	font-weight: bold;
	/* background: url(../../images/student/blue_gradient.jpg); */
	background: #28a745;
	display: inline-block;
	padding: 10px 25px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border-top: 2px solid #accce8;
	border-left: 2px solid #accce8;
	border-right: 2px solid #accce8;
	margin-left: 15px;
}
.form-content {
	/* border: 1px solid #449bdb; */
	border: 1px solid #28a745;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 25px;
	padding-bottom: 60px;
	margin-bottom: 10px;/*	margin-left: -20px;
	margin-right: -20px;*/
}
.row {
	margin-bottom: 15px;
}
.form-content label {
	color: #393838;
	display: inline-block;
	width: 170px;
}
.form-content input[type=text], .form-content input[type=password] {
	border: 1px solid #accce8;
	background: url(../../images/student/input_bg.jpg);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 5px;
}
.form-content textarea {
	border: 1px solid #accce8;
	background: url(../../images/student/text_areabg.png) repeat-x bottom;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 5px;
	background-color: #f2f2f2;
}
.short {
	width: 60px;
}
.medium {
	width: 190px;
}
.long {
	width: 300px;
}
.button {
	width: 100px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	border: none;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
	display: block;
	cursor: pointer;
}
.green-button {
	background: url(../../images/student/green_gradient.jpg);
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px
}
.red-button {
	background: url(../../images/student/red_gradient.jpg);
 	float: left;
	font-size:16px;
	padding-left: 5px;
	padding-right: 5px;
}
.blue-button {
	background: #28a745;
	/* background: url(../../images/student/blue_gradient.jpg); */
	float: left;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
}
.grey-button {
	background: url(../../images/student/grey_gradient.png);
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px
}
a.save {
	font-size: 0.8em;
	color: #595959;
	text-decoration: underline;
	display: block;
	clear: right;
	margin-top: 5px;
	padding: 20px 0px 0px 397px;
}
.button-center {
	width: 105px;
	margin: 0 auto;
}
.shipping .row {
	padding: 15px;
	margin-bottom: 0px !important;
	overflow: hidden;
	line-height: 32px;
}
.shipping label { /*padding-top: 10px; padding-bottom: 10px;*/
	padding-left: 50px;
	float: left;
	min-height: 32px;
	line-height: 32px;
}
.shipping input {
}
.shipping-email {
	background: url(../../images/student/icon_mail.png) no-repeat left center;
}
.shipping-usps-regular {
	background: url(../../images/student/icon_car.png) no-repeat left center;
}
.shipping-usps-overnight {
	background: url(../../images/student/icon_flight.png) no-repeat left center;
}
.shipping span {
	color: #393838;
}
.even {
	background: #efefef;
}
.sub-title {
	font-size: 1.2em;
	font-weight: bold;
	background: url(../../images/student/blue_gradient.jpg);
	display: inline-block;
	padding: 5px 15px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-top: 1px solid #accce8;
	border-left: 1px solid #accce8;
	border-right: 1px solid #accce8;
}
.disclaimer .row {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	font-size: .8em;
	color: #646464;
	margin-bottom: 15px;
}
.disclaimer .button {
	float: left;
	margin-right: 10px;
}
.disclaimer .bottom-wrapper {
	width: 225px;
	margin: 0 auto
}
.disclaimer .save-wrapper {
	clear: both;
}
.payment .row a {
	display: block;
	color: #3f75ba;
	text-decoration: none;
}
.payment .list > div {
	display: block;
	padding: 10px 0;
}
.bold {
	font-weight: bold;
}
.payment .row-wrapper {
	padding: 10px;
}
.payment .even {
	padding: 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.payment-confirmation h3 {
	color: #3d77cb;
	font-size: 1.2em;
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 0;
	font-weight: normal;
}
.payment-confirmation p {
	color: #606060;
}
.print {
	background: url(../../images/student/icon_print.png) no-repeat left center;
	padding-left: 25px;
}
.secure-questions ol {
	color: #393838;
	width: 45%;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
.course-registration ol {
	color: #393838;
	width: 45%;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
.course-registration ol li {
	margin: 10px 0;
}
.course-registration ol li.l1 {
	height: 34px;
}
.course-registration ol li.l2 {
	height: 83px;
}
.course-registration ol li.l3 {
	height: 84px;
}
.course-registration ol li.l4 {
	height: 50px;
}
.course-registration ol li.l5 {
	height: 50px;
}
.course-registration ol span, .secure-questions span {
	color: #898989;
	font-size: 0.9em;
	display: block;
}
.course-registration .form-right, .secure-questions .form-right {
	border: 1px solid #449bdb;
	padding: 10px 10px 5px 10px;
	width: 45%;
	float: right;
	-webkit-border-radius: 5px;
	border-radius: 5px; /*margin-top: 22px;*/
	background: #efefef
}
.course-registration .note, .secure-questions .note {
	border: 1px solid #449bdb;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #efefef;
	clear: both;
	padding: 20px;
	margin: 10px 0;
}
.course-registration .note ul, .secure-questions .note ul {
	xlist-style-image: url(../../images/student/green_dot.png);
}
.course-registration .note ul li {
	margin: 10px 0;
	list-style: none;
}
.note ul li {
	margin: 10px 0;
	list-style: none;
}
.course-registration #license-number {
	margin-left: 4px;
	width: 190px;
}
.course-registration #citation-number {
	margin: 50px 0px 0px 4px;
	width: 190px;
}
.course-registration #social-security-number {
	margin: 35px 0px 0px 4px;
	width: 190px;
}
.course-registration #course-reason {
	margin-top: 50px;
}
.course-registration #citation-country {
	margin-top: 30px;
}
.secure-questions ol li {
	margin: 15px 0px 28px;
}
select {
	color: #656565;
	border: 1px solid #accce8
}
#header {
	width: 100%;
	height: 75px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	/*background:url(../images/header.png) repeat-x left top;*/
	background: url(../../images/student/header.png)repeat-x left top;
	float: left;
	background-color: #FFF;
}
#logo {
	width: 212px;
	height: 33px;
	float: left;
	margin: 25px 0px 0px 33px;
}
#footer-inner {
	width: 960px;
	margin: auto;
	text-align: center;
	padding: 5px 0px 30px 0px;
	font-size: 16px;
	font-family: Trebuchet MS;
}
.listing_class {
	list-style: none;
}
.left_box_align {
	float: left;
}
.right_box_align {
	float: right;
}
.margin-text_algn {
	margin-right: 70px;
}
.border_color {
	/*border:solid 1px #449BDB;
*/text-align: justify;
	padding: 20px 20px 20px 20px;
	font-size: 0.8em;
}
.margin_left_green {
	margin-left: 100px;
}
.course_summary .row {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	/*font-size: .8em;*/
	color: #646464;
	margin-bottom: 15px;
	margin-left:10px;
	margin-right:10px;
}
.course_summary .button {
	float: left;
	margin-right: 10px;
}
.course_summary .bottom-wrapper {
	width: 225px;
	margin: 0 auto
}
.course_summary .save-wrapper {
	clear: both;
}
.login_accout {
	/*background-color: #3F75BA;*/
	font-family: 'Droid Sans', sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	background: url(../../images/student/blue_gradient.jpg) repeat scroll 0 0 transparent;
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 10px;
	width: auto;
	float: right;
}
.body_content {
	float: left;
	width: 95%;
	padding-left: 5px;
	margin-top: 15px;
	text-align: justify;
}
.course_hd {
	color: #3E79BD;
}
.dp_pay_btn {
	background-color: green;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-left: 13px;
	padding: 5px;
	text-decoration: none;
}
#sec_questines .sub-title {
	margin-top: 15px;
}
.large {
	width: 445px;
}
.correct_ansFont {
	font-size: 14px;
	color: #3C7BC0;
	display: none;
	font-weight: bold;
	margin-top: 5px;
}
#hazinglogo {
	width: 321px;
	height: 47px;
}
#hazingtitle {
	width: 952px;
	height: 212px;
}
#hazinglogo2 {
	width: 390px;
	height: 47px;
}

/* #Tablet (Portrait)
================================================== 
Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#wrapper {
	width: 750px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header {
	width: 750px;
}
#main_wrapper {
	width: 750px;
}
#hazingtitle {
	width: 750px;
	height: 165px;
}
#footer-inner {
	width: 750px;
}
}

/*  #Mobile (Portrait)
================================================== 
Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
#wrapper {
	width: 300px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header {
	width: 300px;
}
#main_wrapper {
	width: 300px;
}
#hazingtitle {
	width: 300px;
	height: 67px;
}
#footer-inner {
	width: 300px;
}
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
#wrapper {
	width: 550px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header {
	width: 550px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#main_wrapper {
	width: 550px;
}
#hazingtitle {
	width: 550px;
	height: 94px;
}
#footer-inner {
	width: 550px;
}
}

/* #Mobile (Landscape)
==================================================

Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 550px) {
#wrapper {
	width: 460px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header {
	width: 460px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#main_wrapper {
	width: 380px;
}
#hazingtitle {
	width: 460px;
	height: 94px;
}
#footer-inner {
	width: 460px;
}
}

/*Note: Design for a width of 320px */ 
@media only screen and (min-width: 380px) and (max-width: 480px) {
#wrapper {
	width: 380px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header {
	width: 380px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#main_wrapper {
	width: 380px;
}
#hazingtitle {
	width: 380px;
	height: 94px;
}
#footer-inner {
	width: 380px;
}
}

@media only screen and (min-width: 120px) and (max-width: 379px) {
#wrapper {
	width: 320px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header {
	width: 320px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#main_wrapper {
	width: 320px;
}
#hazingtitle {
	width: 320px;
	height: 94px;
}
#footer-inner {
	width: 320px;
}
}
/* #Clearing
==================================================
Self Clearing Goodness */
.wrapper:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 0px;
}
#form-nav {
}
#form-nav *, #form-nav *:before, #form-nav *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#timer {
	/* background-color: #06C; */
	background: #28a745;
}
.even {
	padding-left: 20px;
	padding-right: 20px;
}
ul.ttoppmenu {
	list-style: none;
	padding: 5px;
	margin: 0;
}
ul.ttoppmenu li {
	float: right;
	margin: 0 5px;
}
ul.ttoppmenu li a {
	text-decoration: none;
}
ul.ttoppmenu li a:hover {
	background: #093;
	text-decoration: underline;
}

/* ARK Start*/
.regis-step1{    
    float: left;
    margin-right: 10px;
    text-align: center;
}

.green-button:hover{
    color: #ffffff;
    text-decoration: none;
}
/* ARK Fnsh*/

/* DMV Prep Test Start */
.quiz {
  padding: 10px;
}
.quiz-title > span {
  font-weight: bold;
}
.quiz-img > img {
  margin-bottom: 20px;
  width: 75%;
}
.quiz-img {
    text-align: center;
}
.quiz-option > input {
  margin-top: 5px;
}
.quiz-sub-btn {
  float: right;
}
.quiz-sub-btn input {
  float: right;
  margin-right: 10px;
}
.timer-cont {
  /*float: right;*/
  /*font-size: 26px;*/
  /*margin-right: 10px;*/
  text-align: center;
  /*margin: 6%;*/
  font-size: 26px;
  font-weight: 600;
  /*margin-bottom: 10%;*/


}
.quiz-correct{
    float: right;
    margin: 6%;

}
.quiz-question{
    float:left;
    margin: 6%;
}

.correct-answer {
    color: green;
    font-size: 16px;
    font-weight: 600;
    margin: 5% 0px;
    text-align: center;
}
.wrong-answer {
	color: red;
	font-size: 16px;
	font-weight: 600;
	margin: 5% 0px;
        text-align: center;
}
.explanation{
	text-align: center;
	font-size: 16px;
}
.quiz-option {
	margin-bottom: 5%;
}
.quiz-sub-btn {
	/*margin-bottom: 5%;*/
}
.input-box{
    margin: 2%;
}
.quiz-option span{
    position: relative;
    top: -4px;

}
.quiz-error{
    color: red;
}
.quiz-green{
    color: green;
}
.prep_result{
    text-align: center;
}
.prep_result .green-button.button{
    margin: 0px auto;
}
.prep_result .failure-btn{
    float: right;
    width: 160px;

}
.prep_result .red-button.button{
    float:left;
}
.prep_result .failure-quiz{
    width: 35%;
margin: 0px auto;

}
/* DMV Prep Test End */