body {
	font-family: 'Open Sans', sans-serif;
	background: url('../img/cloud_blur_bg.jpg') top center;
}

#arrow, #x, #home {
	position: fixed;
	top: 20px;
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

#jr_inner p 
{
	color: black!important;
}

#arrow {
	left: 20px;
	background: url(../img/arrow_blue.ico); 
}

#home {
	left: 20px;
	background: url(../img/home_blue.png); 
}

#x {
	right: 20px;
	background: url(../img/x_red.ico);
}

#arrow:hover {
	background: url(../img/arrow_blue_hover.ico); 
}

#home:hover {
	background: url(../img/home_blue_hover.png); 
}

#x:hover {
	background: url(../img/x_red_hover.ico);
}

h1, h2, h3, p{
	color: #fff;
}

h1 {
	font-weight: 500!important;
	border: 3px solid #fff;
	border-radius: 2px;
	width: 530px;
	font-size: 1.6em;
	text-transform: uppercase;
	
	float: left;
	margin: 21px 0;
	padding: 18px 10px 17px;

}

h2 {
	font-weight: 100;
	font-size: 1.2em;
}

h3 {
	font-size: 1.4em;
	font-weight: 400;
}

p {
	text-align: justify;
}

.w220px {
	width: 220px!important;
	float: none;
}

.content {
	height: 560px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -340px;
	position: absolute;
	width: 800px;
}

#innerContent {
	overflow: auto;
	color: #fff;
}

#question {
	display: block; 
	position: absolute; 
	margin: 0px 0px 0px 0px; 
	top: 80px; 
	left: 80px; 
	right: 80px; 
	bottom: 80px;
	width: auto;
	height: auto;
}


#start, #help, #red {
	width: 180px;
	display: block;
	padding: 18px;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;
	margin-right: 4px;
	font-size: 1.0em;
}

#start {
	background: #27ae60;
}

#start:hover {
	background: #2ecc71;
}

#help {
	background: #2980b9;
	
}

#help:hover {
	background: #3498db;
}

#red {
	background: #c0392b;
	
}

#red:hover {
	background: #e74c3c;
}

.award {
	float: left;
	padding: 20px; 
}

i {
	display: inline;
	width: 24px;
	height: 24px;
	float: left;
	padding-right: 8px;
	margin-top: -1px;
}

.icon-play {
	background: url(../img/play_ico.png) no-repeat;
}

.icon-info {
	background: url(../img/info_ico.png) no-repeat;
}





.f100 {
	float: left;
	width: 100%;
}

.diff-level {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.question-option {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.bb { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#question-image-container {
	position: absolute;
	top: 0px; 
	left: 0px;
	right: 0px;
	bottom: 135px;
	background-color: #f1f1f1;
}

.question-hint {
	font-weight: bold;
	padding: 5px;
	display: inline-block;
}

#check-answer {
	margin-top: 10px;
	text-align: center;
}

#check-answer>a {
	float: none;
}

#question-image {
	margin: 0 auto;
	max-width: 1024px;
	position: absolute;
	top: 0px; 
	bottom: 0px;
	left: 215px; 
	right: 215px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#answer {
	color: #444444;
	font-size: 1em;
	font-weight: 100px;
	padding: 15px 10px 15px 10px;
	background-color: #f1f1f1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 125px;
}

#sentence {
	text-align: center;
}

#options {
	margin: 20px 0px 0px 0px;
	text-align: center;
}

.option {
	color: white;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #2c3e50;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
}

.option:hover {
	background-color: #34495e;
}

.option.correct {
	background-color: #27ae60;
	color: white;
}

.option.incorrect {
	background-color: #e74c3c;
	color: white;
}

.user-answer {
	font-size: 1em;
	border: 3px solid #2980b9;
	border-radius: 2px;
	padding: 5px;
	background-color: white;
	color: #333333;
	display: inline-block;
}

span.user-answer {
	text-align: center;
}

.user-answer.correct {
	border-color: #27ae60;
}

.user-answer.incorrect {
	border-color: #c0392b;
}

.btn-sm, .btn {
	display: block;
	padding: 18px;
	width: 180px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;
	margin-right: 4px;
	font-size: 1.0em;
	background: #27ae60;
}

.btn-sm:hover, .btn:hover {
	background-color: #2ecc71;
}

.btn {
	padding: 18px;
}

.btn-sm {
	padding: 8px;
}

#prev-question {
	position: absolute;
	margin: auto;
	top: 0; bottom: 0; left: 12px;
	height: 60px;
}

#next-question {
	position: absolute;
	margin: auto;
	top: 0; bottom: 0; right: 10px;
	height: 60px;
	text-align: right;
}

#show-summary {
	position: absolute;
	margin: auto;
	top: 0; bottom: 0; right: 10px;
	height: 60px;
}

#question-image-container a.btn {
	width: 150px;
	text-align: center;
}




table.table {
	background-color: transparent;
	width: 100%;
	border-spacing: 1px;
}

table.table tr {
	
}

table.table tr th {
	background-color: #eeeeee;
	color: black;
	padding: 5px 5px;
	text-align: center;
}

table.table tr td {
	background-color: white;
	color: black;
	padding: 5px 10px;
}

table.table tr td.c {
	text-align: center;
}



.diff-level a {
	width: 60%;
}

.diff-level1 a { background-color: #27ae60; }
.diff-level2 a { background-color: #f39c12; }
.diff-level3 a { background-color: #c0392b; }

.diff-level1:hover a { background-color: #2ecc71; }
.diff-level2:hover a { background-color: #f1c40f; }
.diff-level3:hover a { background-color: #e74c3c; }


.modal {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	background-color: rgba(255,255,255,0.6); z-index: 1000;	
	display: none;
}

.modal .container {
	position: absolute;
	margin:auto auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 400px;
	height: 250px;
}

.modal .container .dialog {
	background-color: #2c3e50;
	color: white;
	padding: 15px;
	float: left;
	width: 100%;
}

.modal .container .dialog .btn, .modal .container .dialog .btn-sm  {
	margin-top: 10px;
	float: right;
}

.modal .container .dialog.error {
	background-color: #c0392b;
}

.modal .container .dialog .ctrl {
	padding-top: 15px;
	text-align: right;
	float: left; 
	width: 100%;
}

.modal .container .dialog .ctrl .btn-sm {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

#summary-details {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#summary-table-container {
	margin: 20px 0px 20px 0px; 
	float: left; 
	width: 100%;
	display: none;
}

.span-arrow {
	font-size: 1.1em;
}

#unia {
    text-align: center;
    background: #fff;
    width: 100%;
    height: 110px;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
}

#ldc_logo {
    float: left;
    margin-top:21px;
    margin-right: -2px;
}

