/* main css*/
html {
	height:100%;
	background-color:#fff;
}

nav.main-menu {
	width: 100%;
}

nav.main-menu menu {
	list-style: none;
	padding:0px;
	margin:0px;
}
    

nav.main-menu li a {
	font: bold 14px Arial, sans-serif;
	padding: 5px 2px;
	text-align: center;
	width: 50%;
	height:40px;
	line-height:35px;
	box-sizing: border-box;
	background: #444;
	border-right: 1px solid #000;
	color: #fff;
	display: inline-block;
	float: left;
}

article {
	width:100%;
	background-color:#F6F6F6;
	float:left;
}

/* select test */

.container {
    margin: 0 auto;
    padding: 0 20px;
}

.content-header p {
	margin-bottom: 0px;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 20px;
    text-align: left;
	
}

.header-text {
    -webkit-animation-delay: 0.5s;
    font-family: sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 200;
    letter-spacing: -2px;
    margin: 35px 0 0px;
    text-shadow: 1px 1px 1px #FFF;
    color: #333;
}

.tab-pane-disable {
    display: none;
}

.nav-tabs {
	margin-bottom: 18px;
	font-size: 18px;
}

.nav-active a {
	color: #555 !important;    
    cursor: default;
    background-color: transparent !important;	
	border: 1px solid transparent !important;
}

.nav-tabs li a {
	color: #b4b4b4;	
}

#nav-tabs-sline {
	display: block;
    float: none;
    position: absolute;
    bottom: 16px;
    left: 15px;
    width: 200px;
    height: 5px;
    background: #0e83dc;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}

.tab {
	position: relative;
    float: left;
    text-align: left;   
    margin: 0 2px 4px 2px;
    background: #ffffff;
    border: 1px solid #dadada;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 0px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	padding: 0px;
	margin:3px;
}

.tab:hover {
    background: #e9f3fd;
}

.tab-header {
	float: left;
    width: 100%;
    background: #f1f1f1;
    border-bottom: 1px solid #dadada;
    height: 34px;
    -webkit-box-shadow: inset 0 3px 9px -2px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 3px 9px -2px rgba(255,255,255,1);
    box-shadow: inset 0 3px 9px -2px rgba(255,255,255,1);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.tab-bg {
	position: relative;
    float: left;
	padding: 0 10px;
    width: 100%;
}

.tab-bg h4 {
	font-size: 17px !important;
    color: #333;
    padding: 8px 2px;
    height: 19px;
    float: left;
    font-weight: bold !important;
    text-shadow: 1px 1px 1px #fff;
    margin: 0 !important;
}
.tab-bg span {
	display: inline-block;
    float: right;
    margin: 8px 0 8px;
    padding: 3px;
    font-size: 10px;
    line-height: 12px;
}

.tab-bg p {
	color: #000;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    text-align: justify;
    margin: 0;	
}

/* test */
.quest-name {
	text-align: center;	
}

.quest-module {
	margin-top: 20px;
    margin-bottom: 30px;
    padding: 2px;
    border: 2px solid #f1f1f1;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 0px;
}

.quest-number {
	font-size: 22px;
    font-weight: 400;
    color: #333;
	margin-bottom: 8px;	
}

.quest-text {
	border-left: #d4d4d4 solid 5px;
    padding-left: 10px;
    font-size: 22px !important;
	min-height: 68px;	
}

.answer-title {
    line-height: 30px !important;
    font-weight: 700 !important;
}

.quest-image {
	text-align:right;
}

.quest-image img {
    max-width: 100%;
}

.answer-block {
    position: relative;
    cursor: pointer;
	background: #efefef;
	margin-bottom: 7px;
}

.answer-circle {
    position: absolute;
    box-sizing: border-box;
    background: #fff;
    display: block;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;
    border: 3px solid #0e83dc;
    -o-transition: border-width .15s ease-out;
    transition: border-width .15s ease-out;
}

.answer-block:hover .answer-circle { 
	border-width: 7px; 
}

#questAnswers.disabled .answer-block:hover .answer-circle {
	border-width: 3px; 
}

#questAnswers .dot .answer-circle , 
#questAnswers .dot:hover .answer-circle ,
#questList .dot .answer-circle , 
#questList .dot:hover .answer-circle {
    border-width: 7px!important;
}

.answer-title { 
	font-size: 17px !important;
	color:#424242 !important;
}

.answer-text {    
    font-size: 17px;
    color: #333;
    padding: 11px 38px 11px 55px;   
	position: relative	
}

.quest-prev {
	float: left;
	width: 86px;	
}

.quest-next {
	float: right;
	width: 86px;
}

.quest-next,
.quest-prev,
.quest-back,
.quest-start {
	
    text-align: center;
    background-color: #0e83dc;
    color: #fff;	
	height: 28px;
    line-height: 28px;
	cursor: pointer;
}

.quest-back,
.quest-start {
	float: left;
    margin-right: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.quest-back:hover {
	text-decoration: none;
    color: #fff; 
}

.quest-prev.disabled {	
	cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    background: #f1f1f1;
    margin-bottom: 7px;
    color: black;
}

.quest-next.disabled {
	display:none;
}

#questProgress {
	margin-top: 20px;
    margin-bottom: 0px;	
}

#questAnswers.disabled .answer-block  {
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#questAnswers.disabled .wrong, 
#questAnswers.disabled .correct {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#questAnswers .ripple {
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F8F8F8;
    opacity: 0;
    -webkit-animation-name: ripple-background;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: ripple-background 0.1s forwards;
    -o-animation: ripple-background 0.1s forwards;
    animation: ripple-background 0.1s forwards;
}

#questAnswers .ripple-effect {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-animation-name: ripple-animation;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: ripple-animation 1s forwards;
    -o-animation: ripple-animation 1s forwards;
    animation: ripple-animation 1s forwards;
}

#questAnswers .correct .ripple-effect {
    background: #58a819;
    left: -50px;
}

#questAnswers .wrong .ripple-effect {
    background: #ea6a34;
    right: -50px;
}

#questAnswers .wrong .inner {
	margin: 0 15px 0 0;
}

#questAnswers .correct .inner {
	margin: 0 9px 0 0;
}

#questAnswers .wrong .answer-text {
    background: transparent url(../img/bad.png) 100% 50% no-repeat;
	color: #fff;
}

#questAnswers .correct .answer-text {
    background: transparent url(../img/good.png) 100% 50% no-repeat;
	color: #fff;
}

@-webkit-keyframes ripple-animation {
	0% {-webkit-transform:scale(1); opacity:0.4;}
	100% {-webkit-transform:scale(100); opacity:1.0;}
}
@-moz-keyframes ripple-animation {
    from {-moz-transform:scale(1); opacity:0.4;}
    to {-moz-transform:scale(100); opacity:1;}
}
@-o-keyframes ripple-animation {
    from {-o-transform:scale(1); opacity:0.4;}
    to {-o-transform:scale(100); opacity:1;}
}
@keyframes ripple-animation {
    from {transform:scale(1); opacity:0.4;}
    to {transform:scale(100); opacity:1;}
}
@-webkit-keyframes ripple-background {
    0% {opacity:1.0;}
    100% {opacity:1.0;}
}
@-moz-keyframes ripple-background {
    from {opacity:1;}
    to {opacity:1;}
}
@-o-keyframes ripple-background {
    from {opacity:1;}
    to {opacity:1;}
}
@keyframes ripple-background {
    from {opacity:1;}
    to {opacity:1;}
}

/* quest end*/

.quest-end {
	display:none;
}

.quest-text-mark {
	font-size: 20px;
    text-align: center;
}

.quest-chart {
	margin-left: -15px;
}

.quest-martk {
	text-align:center;	
}

.quest-list .quest-end-header {
	padding: 12px;    
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin-bottom: 10px;	
}

.quest-list .wrong {
	background: #EA6A34;
}

.quest-list .correct {
	background: #58A819;
}  

.quest-list .end-answers {
	display:none;
	margin-left: 20px;
}

.quest-list .end-image {
	text-align: center;
    margin-left: 20px;
}

.quest-list .end-image img {
	max-width: 100%;
}