.navbar-default {
    background-color: #2c3e50;
    border-color: transparent;
}
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-brand {
    float: left;
    padding: 19.5px 15px;
    font-size: 19px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wrapper {
	margin-top:60px;
}
.question {
	margin-bottom:20px;
}
.question-title-container {
    color: white;
    padding: 1em 1em 1em 1em;
    background-color: #233140;
}
.answer-container {
    border-width: 0px 1px 1px 1px;
    padding-top: 1em;
    background-color: white;
    border-style: solid;
    border-color: #dbdbdb;
}
.list-unstyled.radio-list {
    padding-left: 15px;
}
.list-unstyled {
    list-style: none;
}
.form-group {
    margin-bottom: 15px;
}

.btn {
    border-width: 2px;
}
.btn-primary {
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.footer-section {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-bottom: -110px;
}
.footer-section {
    background: #212731;
    color: #fff;
    padding-top: 30px;
}
.copyright {
    border-top: 1px solid #404855;
    padding: 20px 0 15px;
}
.copyright p {
    font-size: 14px;
    color: #656d7b;
    font-weight: 500;
}

.h_title2 {
    font-size: 30px;
    text-align:center;    
}
.quizRezContent p {
    font-size:16px;
    padding-bottom:10px;
    text-align:center;
}

.formQuiz {
    width:320px;
    margin: 10px auto 40px;
    background-color:rgba(0, 0, 0, 0.4);
    padding:20px;
}
.formQuiz .form-control {
    border: none;
    border-radius: 0px;
    margin-bottom: 14px;
}
.formQuiz button[type="submit"] {
    display: block;
    width: 250px;
    height: 34px;
    border-radius: 5px;
    background: rgba(0,185,179,1);
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    text-align: center;
    background-repeat: no-repeat;
    margin-bottom:14px;
    border:none;
}
.formQuiz button[type="submit"]:hover {
    background: rgba(0,176,169,1);
    box-shadow: none;
    color: #fff;
}


.form_bl1 {
    background: #454f4f;
    padding: 15px;
    margin-bottom:80px;
}
.form-horizontal .control-label {text-align:left; color:#fff;}
.form-horizontal .control-label.required:after{
    content:' *';
    color:#ff0000;
}
.ui-datepicker {z-index:3 !important;}
input.ui-widget {height:34px; width:100%;}
.form-horizontal .control-label {font-size:17px;}
.qz .checkbox label, .qz .radio label { color:#000000 !important;}
.checkbox label, .radio label {font-size:15px !important; color:#fefefe;}

input.other-control {
	height:24px; 
	border:none;
	width: 100%;
	padding: 0px 7px;
	font-size: 15px;
	background: none;
	border-bottom: 2px solid #FFFFFF;
}

input.other-control::-webkit-input-placeholder{
	color:#FFFFFF; 
}
input.other-control:-moz-placeholder{
	color:#FFFFFF; 
}
input.other-control:focus,
input.other-control:active {
	background: #FFFFFF;
}
hr {border-top: 1px dashed #999;}
.sp_checkbox input[type=checkbox] {
	visibility: hidden;
}
.squaredTwo {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 8px auto 20px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 7px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #00b9b3;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
