@font-face {
  	font-family: 'Agency';
  	src: url('../font/AGENCYR.eot?') format('eot'), url('../font/AGENCYR.woff') format('woff'), url('../font/AGENCYR.TTF') format('truetype');
 	font-weight:400;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
body,
button,
input,
select,
textarea {
    color: #666666;
    font-size: 1em;
    line-height: 1.4;
    background: #fff;
    margin:0;
    padding:0;
}


::-moz-selection {
    background: #F6CC91;
    text-shadow: none;
}

::selection {
    background: #F6CC91;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px 'Titillium Web', sans-serif;
}

.wrapper, .topHead-wrapper {
    width: 90%;
    margin: 0 5%;
}
			
/* ===================
    ALL: Orange Theme
   =================== */

#container {
	position: relative;
	min-height: 100%;	
	min-width: 1010px;	
}

.header-container {
   border-bottom: 5px solid #d9d9d9;
}

.topHead-container {
	height: 31px;
	border-bottom: 5px solid #e4e4e4;
	background-color: #105266;
	padding-top: 5px;
}
.topHead-container a:link {
	text-decoration: none;
	
}
.topHead-container a:hover {
	text-decoration: underline;
}


.topFooter-container {
	height: 20px;
	border-top: 1px solid #e4e4e4;
}

.footer-container .wrapper {
	display:none;
}

.bottomFooter-container {
	width:auto;
	background-color: #464646;
	border-top: 5px solid #666666;
	text-align: center;
	min-height: 24px;
}

.main-container {
	padding-bottom: 100px; /*footer is 90px*/
}

.main aside {
  	/*border-top: 20px solid #e44d26;*/
	padding-top: 20px;
	-webkit-box-shadow: 0 5px 10px #aaa;
       -moz-box-shadow: 0 5px 10px #aaa;
            box-shadow: 0 5px 10px #aaa;
    border: 5px solid #fff;
}

.main aside article h1, .main aside h1, .faq-title {
	font-family: 'Agency', sans-serif;
    font-weight: 400;
	font-size:1.4em;
	text-transform: uppercase;
    color:#666666;
    float:none;
}

.header-container,
.footer-container,
.main aside {
    background: #F7F7F7;
}

.footer-container {
	position: absolute;
	bottom:0;
	margin: 2em 0 0 0;
	width: 100%;
	height: 90px;
	clear: both;
}

.title {
    color: white;
}

/* ===================
    HOME / FAQ
   =================== */

#select-course {
    text-align: center;
    margin: 3em 0;
}

#select-course a {
    display: inline-block;
}
#select-course a.disabled{
    cursor: not-allowed;
}

#select-course div {
	display: inline-block;
	border: 2px solid #D9D9D9;
	border-radius: 5px;
	padding: 0.7em;
    margin-right: 1em;
    margin-bottom: 1em;
}

#select-course h2 {
	font-family: 'Agency', sans-serif;
  	font-weight: 400;
  	font-size: 2em;
}

#select-course span {
	display: block;
	text-transform: uppercase;
	font-size: 1.2em;
	padding-top: 0.5em;
	color: #105266;
}

/*#select-course div:last-child,*/
/*#select-course div.last-child {*/
	/*display: none;*/
	/*border: 0;*/
/*}*/

#select-course img {
    -webkit-transition: background 0.3s;
       -moz-transition: background 0.3s;
        -ms-transition: background 0.3s;
         -o-transition: background 0.3s;
            transition: background 0.3s;
}

#select-course img#am{
    width: 44px;
    height: 100px;
    background: url('../assets/images/content/vehicules-link-sprite.png') 0 -100px;
}
#select-course img#am:not(.disabled):hover{
    background: url('../assets/images/content/vehicules-link-sprite.png') 0 -200px;
}
#select-course img#am.disabled{
    background: url('../assets/images/content/vehicules-link-sprite.png') 0 0;
}
#select-course img#a{
    width: 62px;
    height: 100px;
    background: url('../assets/images/content/vehicules-link-sprite.png') -51px -100px;
}
#select-course img#a:not(.disabled):hover{
    background: url('../assets/images/content/vehicules-link-sprite.png') -51px -200px;
}
#select-course img#a.disabled{
    background: url('../assets/images/content/vehicules-link-sprite.png') -51px 0;
}
#select-course img#b{
    width: 111px;
    height: 100px;
    background: url('../assets/images/content/vehicules-link-sprite.png') -115px -100px;
}
#select-course img#b:not(.disabled):hover{
    background: url('../assets/images/content/vehicules-link-sprite.png') -115px -200px;
}
#select-course img#b.disabled{
    background: url('../assets/images/content/vehicules-link-sprite.png') -115px 0;
}
#select-course img#c, #select-course img#vakc{
    width: 94px;
    height: 100px;
    background: url('../assets/images/content/vehicules-link-sprite.png') -334px -100px;
}
#select-course img#c:not(.disabled):hover, #select-course img#vakc:not(.disabled):hover{
    background: url('../assets/images/content/vehicules-link-sprite.png') -334px -200px;
}
#select-course img#c.disabled, #select-course img#vakc.disabled{
    background: url('../assets/images/content/vehicules-link-sprite.png') -334px 0;
}
#select-course img#d, #select-course img#vakd{
    width: 106px;
    height: 100px;
    background: url('../assets/images/content/vehicules-link-sprite.png') -220px -100px;
}
#select-course img#d:not(.disabled):hover, #select-course img#vakd:not(.disabled):hover{
    background: url('../assets/images/content/vehicules-link-sprite.png') -220px -200px;
}
#select-course img#d.disabled, #select-course img#vakd.disabled{
    background: url('../assets/images/content/vehicules-link-sprite.png') -220px 0;
}

.faq {
    margin-bottom: 1em;
}

.faq > .question {
    font-style: oblique;
}
.faq > .answer {

}



/* ==============
    (MOBILE): Menu
   ============== */
nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: right;
}


nav a {
    display: block;
   /* margin-bottom: 10px;*/
    padding: 25px 30px;
	font-family: 'Agency',sans-serif;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2em;
 	height: 100%;
    color: #666666;
    border-top: 1px solid #f2f2f2;
    
    -webkit-transition: padding 0.5s;
	   -moz-transition: padding 0.5s;
		-ms-transition: padding 0.5s;
		 -o-transition: padding 0.5s;
	 		transition: padding 0.5s;
	 		
	-webkit-transition: background 0.3s;
	   -moz-transition: background 0.3s;
		-ms-transition: background 0.3s;
		 -o-transition: background 0.3s;
	 		transition: background 0.3s;
}

nav a:hover {
	color: #666666;
	background: #f2f2f2;
    text-decoration: none;
    border-top: 1px solid #C37914;
}
nav a:active {
	color: #c37914;
}

nav a.active {
	color:#c37914;
    background: #f2f2f2;
    border-top: 1px solid #C37914;
}


#exerciseTopBar {
	margin-top: 6px;
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	min-width: 1010px;
}

#exerciseTopBar img {
	margin-right: 5px;
}

#exerciseTopBar h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 3px 0px 3px 0px;
}

#exerciseTopBar .floatRight {
	font-size: 14px;
}

#exerciseTopBar .button img {
	vertical-align: middle;
}

#exerciseTopBar .noButton {
	color: #666666;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	font-size: 14px;
}

#exerciseArea {
	width: 100%;
	min-width: 1010px;
	height: 500px;
	/*overflow: hidden;*/
	overflow-y : hidden;
}

#player {
	clear: both;
}

#theoryZone, #exerciseZone {
	display: none;
}

.exerciseFooter {
	background-color: #E8E8E8;
	width: 100%;
	min-height: 95px;
	margin-top: 5px;
}

.clear { clear: both; }

.exerciseControls {
	float: right;
	width: 190px;
}

.exerciseControls .button {
	width: 160px;
	display: inline-block;
	padding: 2px 8px 2px 8px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #145367;
}

.exerciseControls .button:hover {
	background-color: #0f4a5d;
}

.exerciseControls #showTheory, .exerciseControls #finishTest {
	background-color: #7e7d7d;
}

.exerciseControls #showTheory:hover, .exerciseControls #finishTest:hover {
	background-color: #727272;
}

.examBox .sideScore {
	padding-left: 5px;
}

.riskBox {
    height: 32px;
    padding-left: 5px;
    background-color: #105266;
}

.riskBox.accent {
    background-color: #105266;
}

#theoryBox, #introBox {
	height: 400px;
	width: 100%;
	overflow: auto;
}

#player {
	height: 386px;
	padding: 5px;
	overflow: hidden;
}

#messageBox, #bookInfo {
	width: 650px;
	float: left;
	padding-left: 5px;
}

#messageBox p, #bookInfo p {
	margin: 5px;
}

#media audio {
	display: none !important;
}


/* =============
    TEST Result
   ============= */

iframe.exerciseFeedback {
	width: 1018px;
	height: 400px;
	margin: 0;
    border: none;
}

tr.feedbackRow td {
	text-align: center;
    text-indent: 0;
}

.feedbackRow * {
	text-indent: 0px !important;
	padding: 0px;
}

.feedback {
	padding: 10px;
}


#feedback {
	border: none;
	border-collapse: separate;
	margin-bottom: 30px;
}

#feedback th {
	background-color: #FFF;
	background-image: none;
    text-align: left;
}

#feedback tr {
	border-bottom: 0px;
}

#feedback td {
	background-color: #F5F5F5;
	padding: 5px 10px;
}

#feedback .wrong a::after,
#feedback .correct a::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid;
	content: "";
	height: 0;
	left: 11px;
	position: relative;
	top: 17px;
	width: 0;
    margin-right: 10px;
}

#feedback .wrong, #feedback .correct {
	font-size: 16px;
	text-transform: capitalize;
}

#feedback .wrong a::after {
	border-top-color: red;
}

#feedback .correct a::after {
	border-top-color: green;
}

#feedback .wrong a, #feedback .correct a {
	text-decoration: none;
}

#feedback .wrong a {
	color: red;
}

#feedback .correct a {
	color: green;
}

#feedback .feedbackRow td {
	padding-left: 0px;
}
#feedback .feedbackRow.fbr-open td {
    padding-top: 30px;
}

#feedback iframe {
	/*width: 100%;*/
	border: none;
	height: 410px;
	margin: 0px;
	padding: 0px;
}

#popupBody {
	background-color: #F5F5F5;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.feedbackRow .feedback {
	font-size: 16px;
	background-color: #E0E0E0;
	padding: 5px 8px;
    text-align: left;
}

#player.testResult {
    height: auto;
}
#exerciseArea.testResult {
	height: auto;
	overflow: auto;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    /*padding: 30px 0;*/
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: #666666;
    padding: 20px 0 10px;
}

.footer-container footer {
    /*color: white;*/
    padding: 19px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

header,nav,article,footer,section,aside,figure,figcaption{
	display:block !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ============
    nextCourse
   ============ */
.nextCourse .content {
	padding: 5px 15px;
}

/* ============
    LOGIN
   ============ */
aside.login {
	padding: 20px 15px;
}

#login {
	display:block;
}

#login input {
	width:100%;
	height:30px;
	margin-top:0.5em;
	margin-bottom: 1em;
}

#login input[type="submit"] {
	width:auto;
	height:auto;
	background-color: #c37914;
	border: none;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
	color: #fff;
	padding: 10px;
/*	margin-bottom: 1em;*/
}
#login input[type="text"], #login input[type="password"] {
	border: 1px solid #e4e4e4;
	-webkit-box-sizing: border-box;/*This helps to add padding without resizing the width! */
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

/* ============
    Package
   ============ */

ul.package-wrapper {
	list-style-type:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:0;
	width:100%;
}

ul.package-wrapper li {
	width:100%;
	height: auto;
	border-bottom: 1px solid #E4E4E4;
	padding: 10px 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;/*This helps to add padding without resizing the width! */
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;		
}
ul.package-wrapper li.first {
	border-top: 1px solid #E4E4E4;
}

ul.package-wrapper li div {
	display: inline-block;
	float:left;
	padding:0 5px;
	-webkit-box-sizing: border-box;/*This helps to add padding without resizing the width! */
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
ul.package-wrapper li div.package-subject{
	width:69%;
}
ul.package-wrapper li div.package-price {
	width:10%;
}
ul.package-wrapper li div.package-note {
	width: 20%;
}
ul.package-wrapper li div.package-note i {
	margin: 0 0.5em;
}
ul.package-wrapper li div.package-subject, ul.package-wrapper li div.package-price {
	font-weight: bold;
}

/* ============
    Appointment
   ============ */
#appointment-wrapper {
	float:left;
	width: 73%;
	display: block;
	overflow:hidden;  /*This will force the container to acknowledge that it has children.*/
}
.fullSizeOverwrite {
	width: 100% !important;
}
#appointment-wrapper .appointment { 
	vertical-align: top;
	display:inline-block;
	width: 200px;
	background: #f7f7f7;
	border: 5px solid white;
	text-align: center;
	font-family: 'Agency',sans-serif;
	-webkit-box-shadow: 0 5px 10px #aaa;
	   -moz-box-shadow: 0 5px 10px #aaa;
	        box-shadow: 0 5px 10px #aaa;
    margin: 0 0 2em 2.35em;
    padding: 10px;
    -webkit-box-sizing: border-box;/*This helps to add padding without resizing the width! */
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
#appointment-wrapper .appointment.first{
	margin-left: 0em;
}

#appointment-wrapper .appointment div.day {
	text-transform: uppercase;
	font-size: 1.2em;
	padding-top: 5px;
}
#appointment-wrapper .appointment div.date {
	font-size: 1.5em;
}
#appointment-wrapper .appointment div.hours {
	font: 14px 'Titillium Web', sans-serif;
	padding-top: 5px;
}

aside.appointment {
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
	text-align: center;
	color: white;
	margin-bottom: 10px;
	padding:0 0 0 0;
	box-sizing: border-box;
	border:none;
}

aside.appointment article {
	width:100%;
	padding: 0 10px;
	box-sizing: border-box;
	overflow:hidden;  /*This will force the container to acknowledge that it has children.*/
}

aside.appointment article#appointment-drivingSchool {
	background-color:#C37914;
	margin-bottom: 8px;
}

aside.appointment article#appointment-instructor {
	background-color:#666666;
	min-width: 200px;
}

.notification {
	clear:both;
	width:auto; /*= appointment-wrapper width! (73%-margin-right) */
	display:block;
	background-color:#F7F7F7;
	margin-left: 2.35em;
	/*margin-right: 10px;*/
	padding: 10px;
	-webkit-box-sizing: border-box;/*This helps to add padding without resizing the width! */
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

.notification p.title{
	color:#666666;
	font-weight: bold;
}

.notification i {

}
  
a {
	color:#c37914;
	text-decoration:none;
} 
a:hover, a:active  {
	text-decoration:underline;
} 


.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/* ===============
    HR
   =============== */
hr.hrFade {
    background-image: -webkit-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0));
	background-image: -moz-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0));
	background-image: -ms-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0));
	background-image: -o-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
    border: 0 none;
    clear: both;
    height: 1px;
    margin-bottom: 30px;
}


/* responsive menu */
.title a {
	width: 140px;
	height: 68px;
	background-image: url('../assets/images/layout/logo.png');
	background-repeat: no-repeat;
	display: block;
}

.slide-trigger {
  display: none; /* need this */
  border: 1px solid #C37914;
  background-color: #C37914;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  color: #fff;
}

.navheader {
	font-size: .9em;
	font-weight: 400;
}

/* banner image */
.bannerImage {
	width:auto;overflow:hidden;
}

.bannerImage img {
	width: 100%;
}

header h1 {
	margin: 5px 0px 5px 0px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	nav { 
		float: left;
		width: 100%;
	}
	 
    nav a {
        float: left;
       /* width: 27%;*/
       /* margin: 0 1.7%; */
       /* padding: 45px 2%;*/
        margin-bottom: 0;
    }
    
   nav ul li {
   		/*margin-right: 10px;*/
   }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

/* ====================
    INTERMEDIATE: menu shrink
   ==================== */
  
@media only screen and (max-width: 767px) {
	.bannerImage { display: none;}
  	.slide-trigger { display: block; }
  	.no-js .slide-trigger { display: none; }
  	.navigation { display: none; }
  	.no-js .navigation { display: block; }
  	.navigation li a { margin:0;}
  	.navigation { margin: 0 auto; float: none;}
  	.navigation li { float: left; width: 100%; display: inline; }
  	.navigation li a { border-bottom: 1px solid #fff; width: 100%; padding:5px; }
  	.title a { margin: 0 auto; }
  	nav a:hover { background-color: #C37914; color: #fff; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; }
	nav a.active { border:none; }
	aside { clear:both;	}
	#appointment-wrapper { width: 100%;	}
	.notification { margin-left: 0; }
	#appointment-wrapper { text-align: center; }
	ul.package-wrapper li div.package-subject { width: 100%; background: #e4e4e4; }
	ul.package-wrapper li div.package-price { width: 33%; }
	ul.package-wrapper li div.package-note { width: 66%; }
}





/* ============
    WIDE: Menu
   ============ */
.navigation { display: block; }

.title {
    float: left;
}

nav {
    float: right;
    width: 75%;
}

nav ul {
	float:right;
	width: auto;
}

nav ul li {
	float:left;
}

/* ============
    WIDE: Main
   ============ */

.main article {
    /*float: left;*/
    /*width: 68%;*/
    overflow: hidden;
}

.main aside {
    float: right;
    width: 25%;
    margin-left: 2em;
    /*background-color: #f9f9f9;*/
    /*border: 5px solid #fff;*/
}


/* ===============
    Maximal Width
   =============== */

.wrapper {
    width: 1004px;
    margin: 0 auto;
}



@media all and (min-width: 1100px) {
  .wrapper {
  	width: 1050px;
  }
}

@media all and (min-height: 900px) {
	#exerciseArea {
		height: 600px;
	}
	#theoryBox, #introBox {
		height: 500px;
	}
}
@media all and (min-height: 1000px) {
	#exerciseArea {
		height: 700px;
	}
	#theoryBox, #introBox, #player {
		height: 600px;
	}
}
@media all and (min-height: 1100px) {
	#exerciseArea {
		height: 800px;
	}
	#theoryBox, #introBox, #player {
		height: 700px;
	}
}
@media all and (min-height: 1200px) {
	#exerciseArea {
		height: 900px;
	}
	#theoryBox, #introBox, #player {
		height: 800px;
	}
}
@media all and (min-height: 1300px) {
	#exerciseArea {
		height: 1000px;
	}
	#theoryBox, #introBox, #player {
		height: 900px;
	}
}
@media all and (min-height: 1400px) {
	#exerciseArea {
		height: 1100px;
	}
	#theoryBox, #introBox, #player {
		height: 1000px;
	}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*.hidden {
    display: none !important;
    visibility: hidden;
}*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fa-space-right {
    margin-right: 0.5em;
}

/* ==========================================================================
   BLOCKS
   ========================================================================== */
.exerciseBlocks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  padding-top: 15px;
}

.exerciseBlocks a {
  display: inline-block;
  width: 221px;
  height: 80px;
  background-image: url('../assets/images/layout/chapterBoxBg.png');
  float:left;
  margin-right: 15px;
  position: relative;
  margin-bottom: 15px;
}

.exerciseBlocks a h3 {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 5px;
  padding-top: 3px;
  display: block;
  width: 210px;
  height: 28px;
}


/* small progress */
.smallProgressBar {
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	height: 11px;
	width: 100px;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
	padding: 2px;
}

.rightBar, .wrongBar {
	height: 11px;
	width: 0px;
	display: inline-block;
	float: left;
}

.rightBar {
	background-color: #2acd56;
}

.wrongBar {
	background-color: #d0430b;
}


/* progress */
.exerciseBlocks a div.progressContainer {
  width: 166px;
  height: 24px;
  position: absolute;
  left: 1px;
  margin-top: 1px;
}

.exerciseBlocks a div.progressContainer span.progressBar
{
  height: 100%;
  background-color: #145367;
  /*display: block;*/
  float:left;
}


.exerciseBlocks a div.progressContainer p.sideScore {
  display: inline;
  margin: 0;
  font-size: 12px;
  float:left;
  color: #145367;
}

.exerciseBlocks a div.progressContainer p.insideScore {
  display: inline;
  margin: 0 3px 0 0;
  font-size: 12px;
  float:right;
  color: #fff;
}


.exerciseBlocks a div.progressContainer p.sideScore strong {
   margin-left: 3px;
   margin-right: 3px;
}



/* percent */
.exerciseBlocks a div.percentContainer {
  width: 53px;
  height: 48px;
  position: absolute;
  right: 0;
}

.exerciseBlocks a div.percentContainer p {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 21px;
  margin-top: 20%;
}

.exerciseBlocks a div.percentContainer p span {
  font-size: 14px
}





/* result */
.exerciseBlocks a div.resultContainer {
  width: 166px;
  height: 23px;
  position: absolute;
  bottom: 1px;
  left: 1px;
}

.exerciseBlocks a div.resultContainer div.resultBar{
  height: 100%;
  /*display: block;*/
  float:left;
}

.exerciseBlocks a div.resultContainer div.resultBar span.correctBar {
  background-color: #2acd56;
  float:left;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.exerciseBlocks a div.resultContainer div.resultBar span.wrongBar {
  background-color: #d0430b;
  float:left;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.exerciseBlocks a div.resultContainer p.sideScore {
  display: inline;
  margin: 0;
  font-size: 12px;
  float:left;
}

.exerciseBlocks a div.resultContainer p.sideScore strong {
   margin-left: 3px;
   margin-right: 3px;
}



/* replace background-image for blocks with pure CSS */

.exerciseBlocks a {
	background-image: none;
    /*background-color: #F49618;                   dominant */
    background-color: #C37914;                  /* dominant */
}

.exerciseBlocks a:hover {
	text-decoration: none;
}

.exerciseBlocks a div.progressContainer {
    background-color: #D1D1D1;
    background: repeating-linear-gradient(
        -45deg,
        #FFFFFF,
        #FFFFFF 3px,
        #E5E5E5 3px,
        #E5E5E5 6px
      );
    border-bottom: 1px solid white;
    height: 23px;
}

.exerciseBlocks a div.resultContainer {
    background-color: #E4E4E4;
}

.exerciseBlocks a div.percentContainer {
    background-color: #FFFFFF;
    bottom: 1px;
    height: 47px;
    right: 1px;
}
/* end of block background-image replacement */

/* ==========================================================================
   Shorthands
   ========================================================================== */
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.alignCenter {text-align: center;}
.white {color: #fff;}
.disabledColor {color: #aaaaaa; }
.gray, .grey {color: #666; }
.orange {color: #c37914;}
.small { font-size: .75em; }
.smaller { font-size: .6em; }
.icon { margin: 0.5%;}
.iconMarginRight {margin-right: .5em; }
.bigIcon { font-size: 52px; margin: 0 auto;}
.right {float: right;}
.left { float: left;}
.nowrap {white-space: nowrap ;}
.marginLeft{margin-left: 10px;}
.agency { font-family: 'Agency', sans-serif; font-weight: 400;}
.noPad {padding: 0;}
.noMargin {margin: 0;}
.noBottomMargin { margin-bottom: 0;}
.bigTitle {font-size: 1.4em;}
.whiteLine { display: block; height: 5px; background-color: #fff; position: relative; width: 100%;}
.bold { font-weight: bold; }

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.btn-blue {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 0.9rem;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #fff;
	background-color: #105266;
	border-color: #105266;
}

.option-button-box-1 {
	float:left;
	margin-bottom: 25px;
	margin-left:0px;
	margin-right: 50px;
	margin-top: 0px
}

.option-button-box-2 {
	float:left;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-top: 0px;
}

.option-button-title {
	color: #2d2d2d;
	margin-bottom: 5px;
}

section.email_search_result {
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    border-collapse: collapse;
    padding: 10px 20px;
}

section.email_search_result table tr {
    border-bottom: 1px solid #CCCCCC;
    
}
section.email_search_result:nth-child(even) {
    background-color: #EEEEEE;
}

iframe.riskframe {
    width: 100%;
    height: 100vh;
    border: 0px;
    
}

body.riskbody {
    padding:0;
    margin: 0;
    overflow:hidden;
}