@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700|Roboto+Condensed:300,400,400i,700&subset=cyrillic');



@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/*font-family: 'PT Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;*/

.logo_html{
    font-family: 'PT Sans', sans-serif;
    padding-left: 10px;
    color: #ffffff;
    border-left: 15px solid rgba(255, 255, 255 , 0.32);
}

.logo_html .line1{
    font-size: 22px;
    text-transform: uppercase;
}

.logo_html .line2{
    font-size: 16px;
    color:rgba(255, 255, 255 , 0.62);
}
.logo_link:hover{
	text-decoration: none;
}

.top_logo.logo_link .logo_html{
	color: white;
}

.top_logo .logo_html{
	border-left: 15px solid rgba(165, 165, 165 , 0.42);
}
.top_logo .logo_html .line2{
    color:rgba(165, 165, 165 , 0.82);
}

html {
	margin: 0 auto;
	background: #f2f2f2;
	min-width: 1260px;
}

body {
	font-size: 16px;
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: "Rubik", sans-serif;
	color: #222;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: "Philosopher", sans-serif;
	margin-top: 0;
}

a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.w30 {
	width: 40%;
	margin: 0 auto;
}

.w75 {
	width: 75%;
		margin: 0 auto;

}

.btn {
	white-space: normal !important;
	word-wrap: break-word;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #888;
}


.false:active,
.false.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.35);
  color: #fff;
}

.true:active,
.true.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.35);
  color: #fff;
}
.btn-play {
	color:#10C6BA;
	background: transparent;
	padding: 0px 3px ;
	font-size: 38px;
	margin-right: 15px;
	border: 5px solid #ddd;
	border-radius: 50%;
	line-height: 1px;
	margin-top: 0;
}

.btn-play:hover {
	color: rgb(255, 112, 155);
	border-color: rgb(255, 112, 155);
}

.btn-play:focus{
	color: rgb(255, 112, 155);
	border-color: rgb(255, 112, 155);
}
.btn-play:active {
	color: rgb(255, 112, 155);
	border-color: rgb(255, 112, 155);
}
.btn-default {
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}

.btn-default:hover {
	background: #7DBF13;
	color: #fff;
	border-color: #7DBF13;
}

.btn-default:active {
	background: #7DBF13;
	color: #fff;
	border-color: #7DBF13;
}

.btn-default:focus {
	background: #7DBF13;
	color: #fff;
	border-color: #7DBF13;
}

.btn-blue {
	background: #2b798b;
	border-radius: 2px;
	padding: 15px 25px;
	text-transform: uppercase;
	color: #fff;
}

.btn-blue:hover {
	background: #015467;
	color: #fff;
}

.btn-blue:active {
	background: #015467;
	color: #fff;
}

.btn-blue:focus {
	background: #015467;
	color: #fff;
}

.btn-green {
	background: #2b798b;
	border-radius: 2px;
	padding: 15px 35px;
	text-transform: uppercase;
	color: #fff;
}

.btn-green:hover {
	background: #015467;
	color: #fff;
}

.btn-quest {
	border: 1px solid #eee;
	font-size: 16px;
		border-radius: 2px;
	color: #333;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	border: 1px solid #e0e0e0;
	text-shadow: 0px 1px #FFFFFF;
	color: #353535;
	background-color: #e2e0e0;
	margin-bottom: 25px;
	display: block;
	width: 100%;
	min-height: 58px;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 0;
	text-align: center; 

	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}




.btn-quest:hover {
	background-color: #ccc;
	box-shadow: 0 1px 15px 0 rgba(64, 71, 125, 0.10);
}

.btn-quest:active {
	color: #777;
	background-color: #ccc;
	box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 0 2px 13px rgba(0, 0, 0, .2) inset, 0 1px 1px rgba(255, 255, 255, .1);
}

.btn-quest .false {
	text-align: center;
}

.btn-quest .bic {
	position: absolute;
	left: 1px;
	margin-right: 20px;
	padding-right: 20px;
}

.btn-quest .true {
	text-align: center;
}


.btn-quest .false:hover {
   	background: #f23d3d !important;
color: #fff;
opacity: 1;
   }




.btn-drop {
	border: 1px solid #eee;
	font-size: 16px;
		border-radius: 2px;

	color: #333;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	margin: 0 10px;
	border: 1px solid #e0e0e0;
	text-shadow: 0px 1px #FFFFFF;
	color: #353535;
	background-color: #e2e0e0;

}

.btn-drop:hover,
.btn-drop:focus,
.btn-drop:active {
	background-color: #ccc;
}


.btn-drop .bic:after {
	text-align: right;
	padding-left: 7px;
	margin-left: 7px;
	border-left: 1px solid #ddd;
	color: #777;
	font-family: "FontAwesome";
content: "\f0d7";
font-size: 15px;
}

/*
 .false {
	background: #f23d3d ;
	background-image: none;
	color: #fff;
	text-shadow: none;
	border-color: #f23d3d;

} */


 .false .bic:after {
	text-align: right;
	padding-left: 7px;
	margin-left: 7px;
	border-left: 1px solid #f77f3f ;
	color: #fff;
	font-family: "FontAwesome";
content: "\f00d";
font-size: 15px;



}

 .false[disabled] {
opacity: 1;
 }
.dropdown .false:hover {
   	background: #f23d3d !important;
color: #fff;
opacity: 1;
   }

.btn-group .false:hover{

   	background: #f23d3d !important;
color: #fff;
opacity: 1;
   }

   .false:hover {
   	background: #f23d3d !important;
color: #fff;
opacity: 1;
   }




 .true .bic:after {
	text-align: right;
	padding-left: 7px;
	margin-left: 7px;
	border-left: 1px solid #7fcF13;
	color: #fff;
	font-family: "FontAwesome";
content: "\f00c";
font-size: 15px;


}

 .true[disabled] {
opacity: 1;
 }
.dropdown .true:hover {
   	background: #7DBF13 !important;
color: #fff;
opacity: 1;
   }


.btn-group .true:hover{

 	background: #7DBF13 !important;
color: #fff;
opacity: 1;
   
   }


.true:hover{

 	background: #7DBF13 !important;
color: #fff;
opacity: 1;
   
   }


.btn-start {
	background: rgb(255, 112, 155);
	font-size: 13px;
	padding: 1px 5px;
	color: #fff;
	text-transform: none;
	display: block;
	width: 100%;
	text-decoration: none;
}

.btn-start:hover {
	background: rgba(255, 112, 155, 0.7);
	color: #fff;
}

.btn-start:focus {
	background: rgba(255, 112, 155, 0.7);
	color: #fff;
}

.btn-start:active {
	background: rgba(255, 112, 155, 0.7);
	color: #fff;
}

.btn-search {
	background: #555;
	border-color: #333;
	padding: 7px 10px;
}

.btn-search:hover {
	background: #777;
	border-color: #333;
	color: #fff;
}

.bxx {
	font-size: 12px;
}

.lead {
	margin-bottom: 54px;
}

.text-drag {
	margin-top: 20px;
}
.btn-quest .bic:after {
font-size: 20px;
margin-left: 0px;
border-left: 0px;
border-right: 1px;
margin-right:15px;
text-align: left;
}

/*================================================
header
================================================*/

.main-menu {
	background: #fff;
	padding: 10px 0;
	/*font-family: 'Roboto Condensed', sans-serif;*/
}

.main-menu .logo img {
	width: 300px;
	margin-top: 3px;
}

.main-menu .logo h5 {
	text-transform: uppercase;
	font-size: 38px;
	font-style: italic;
	margin-bottom: 0;
}

.main-menu .logo span {
	font-weight: 700;
	color: #535C71;
}

.main-menu .nav {
	margin-top: 0;
}

.main-menu .nav a {
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}

.main-menu .nav ul {
	margin-top: -2px;
}

.main-menu .dropdown-menu {
	border-color: #f2f2f2;
	border-radius: 0px;
	text-align: center;
	min-width: 250px;
}

.main-menu .dropdown-menu img {
	width: 20px !important;
	float: left;
	margin-top: 0 !important;
}

.main-menu .dropdown-menu li a {
	padding: 10px 20px;
	margin-bottom: 0;
}

.main-menu .login {
	margin-top: -2px;
}

.main-menu .login img {
	float: left;
	width: 25px;
	margin-right: 15px;
	margin-top: -5px;
}

.main-menu .login h4 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.main-menu .login ul {
	margin-bottom: 0;
}

.main-menu .login .sub-login {
	text-align: right;
}

.main-menu .login .sub-login img {
	float: left;
	width: 14px;
	margin-right: 4px;
	margin-left: -5px;
	margin-top: 4px;
}

.main-menu .login .sub-login a {
	color: #3C5574;
}

.scnd-menu {
	background: #2b798b;
	padding: 10px 0 4px;
	color: #f2f2f2;
	position: relative;
}

.scnd-menu .chapter h4 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	margin-top: 8px;
}

.scnd-menu .chapter h3 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	margin-top: 2px;
}

.scnd-menu .level {
	text-align: right;
	margin-bottom: 0;
	margin-top: -3px;
}

.scnd-menu .search form {
	margin-top: 0;
}

.scnd-menu .search .form-control {
	box-shadow: none;
	border: none;
	border-radius: 2px;
	min-width: 250px;
}

.level-right {
	text-align: left !important;
}

.scnd-menu .level h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 13px;
	color: #143942;
	margin-bottom: 0;
}

.scnd-menu .level h5 span {
	margin-bottom: 0px;
	color: #ddd;
	text-transform: uppercase;
	font-size: 13px;
}

.scnd-menu .level p {
	margin-bottom: 0px;
	color: #ddd;
	text-transform: uppercase;
	font-size: 15px;
}

.scnd-menu .level span {
	text-transform: uppercase;
	font-size: 13px;
}

.scnd-menu .number-line {
	margin-top: 3px;
}

.scnd-menu .number-line .caret {
	position: absolute;
	top: -10px;
	text-align: center;
	margin: 0 auto;
	margin-left: -7px;
}

.scnd-menu .number-line li {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	padding-top: 5px;
	border-radius: 50%;
	font-size: 13px;
	width: 27px;
	height: 27px;
	margin-right: 10px;
	text-align: center;
}


/*.scnd-menu .number-line li:hover {
	text-decoration: none;
	background:  rgba(255,255,255,0.3);
	cursor: pointer;

}*/

.scnd-menu .number-line .active {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.5);
}

.scnd-menu .number-line i {
	text-align: center;
	font-size: 11px;
}

.scnd-menu .number-line .pass {
	color: #BAD856;
}

.scnd-menu .number-line a {
	color: #fff;
}

.scnd-menu .number-line a:hover {
	text-decoration: none;
}

.scnd-menu .events li a {
	color: #fff;
}


/*================================================
blur-head
================================================*/

.blured {
	background: url(/img/frontend/b2.jpg) no-repeat center -465px;
	min-height: 350px;
	position: relative;
}

.blur-link {
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.btn-blur {
	padding: 20px;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
	color: #eee;
	border-radius: 0px !important;
}

.btn-blur:hover {
	color: #eee;
}

.btn-blur span {
	text-align: left;
	float: left;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	margin-top: -3px;
	color: rgba(255, 255, 255, 0.3);
	margin-right: -27px;
}

.blur-link .active span {
	border: 2px solid rgba(0, 0, 0, 0.8);
	color: rgba(0, 0, 0, 0.8);
}

.blur-link .active {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: none;
	color: #333;
	font-weight: 600;
	border-radius: 0px;
}

.br {
	border-right: 1px solid #555;
}


/*================================================
user-rate slide 4
================================================*/

.rate .container {
	padding: 95px 0;
}

.or {
	position: absolute;
	font-size: 30px;
	top: 43%;
	right: -43px;
	background: rgb(255, 112, 155);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	z-index: 9999;
	padding-top: 6px;
}

.rate-block {
	padding: 50px;
	border: 1px solid #f4f4f4;
	text-align: center;
	background: #f4f4f4;
	height: 320px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.rate-block .btn {
	white-space: nowrap !important;
}

.rate h3 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 45px;
}

.rate-block:hover {
	background: #fff;
	box-shadow: 0 1px 25px 0 rgba(64, 71, 85, 0.10);
}

.input-number {
	height: 52px;
	border-radius: 0px;
	box-shadow: none;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	border-top: 1px solid #f2f2f2;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #f2f2f2;
}

.block {
	margin: 45px 0 0;
	padding: 45px 75px;
	border: 1px solid #f2f2f2;
	box-shadow: 0 1px 25px 0 rgba(64, 71, 85, 0.10);
}

.block h4 {
	font-size: 38px;
	margin-bottom: 25px;
}

.block .btn-green {
	margin-top: 25px;
}

.how-link {
	margin-bottom: 45px;
	background: #35333C;
}

.btn-how {
	padding: 20px;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.5);
	border-radius: 0px !important;
	cursor: default;
}

.btn-how:hover {
	color: rgba(255, 255, 255, 0.5);
}

.how-link .active {
	color: #fff;
}

.btn-how span {
	text-align: left;
	float: left;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	margin-top: -3px;
	margin-right: -27px;
}

.btn-how i {
	text-align: right;
	float: right;
	margin-top: 5px;
	font-size: 18px;
}

.how-link .active span {
	border: 2px solid #fff;
	color: #fff;
}

.how-link .active .caret {
	position: absolute;
	top: -7px;
	border-width: 13px;
	left: 48%;
}

.ques {
	margin: 45px 0;
}

.ques {
	margin: 45px 0;
	border: 1px solid #f2f2f2;
	box-shadow: 0 1px 25px 0 rgba(64, 71, 85, 0.10);
}

.ques-head {
	padding: 15px 55px;
	border-bottom: 1px solid #f2f2f2;
	background: #f9f9f9;
	text-align: center;
	text-transform: uppercase;
}

.ques-head a {
	float: left;
	font-size: 26px;
	margin-top: -5px;
	color: #999;
}

.ques-head a:hover {
	color: #ccc;
}

.ques-head h3 {
	margin-bottom: 0;
}

.ques-content {
	padding: 45px 55px;
}

.ques-foot {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #ededed;
	padding: 15px 55px;
	background: #f9f9f9;
	text-align: center;
}

.ques-foot .sub-link {
	text-transform: uppercase;
	margin-left: 25px;
	color: #333;
	font-weight: 600;
	font-size: 15px;
}

.ques-foot label {
	margin-right: 15px;
}

.ques-foot .form-control {
	font-size: 25px;
	width: 75px;
	height: 53px;
	text-align: center;
	margin-right: 15px;
	color: #333;
	border-radius: 2px;
}

.answer {
	/*margin-top: 50px;*/
}

.answer .btn {
margin: 15px 10px;
}

.answer h3 {
	margin-bottom: 50px;
	text-align: center;
}

.answer .dropdown {
	display: inline;
}

.answer .dropdown-menu {
	margin-top: 10px;
	font-size: 16px;
	cursor: pointer;
}

.answer .dropdown-menu {
	border-color: #ddd;
	border-radius: 2px;
	min-width: 250px;
	box-shadow: none;
	margin-left: 10px;
	margin-top: 20px;

}

.answer .dropdown-menu img {
	width: 20px !important;
	float: left;
	margin-top: 0 !important;
}

.answer .dropdown-menu li a {
	padding: 10px 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.answer .dropdown-menu:last-child {
	border-bottom: 0px;
}

@media screen and (min-width:750px) {
  .answer .dropdown-menu:after {
        position: absolute;
        top: -8px;
        left: 24%;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ddd;
        border-left: 7px solid transparent;
        content:'';
    }

}

.drop-text {
	font-size: 18px;
    line-height: 62px;

}

.drop-text .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
  text-transform: none;
}
.drop-text .form-control:-ms-input-placeholder {
  color: #999999;
  text-transform: none;

}
.drop-text  .form-control::-webkit-input-placeholder {
  color: #999999;
  text-transform: none;

}
.drop-text .form-control .control-label label {
	font-weight: normal;
}
.drop-text .form-control {

box-shadow: none;
border-radius: 2px;
border-color: #ddd;
font-size: 16px;

}


.in-text {
    text-align: center;
	width: 250px;
	display: inline;
	margin: 10px 25px;
	box-shadow: none;
border-radius: 0px;
font-size: 16px;
border-color: #333;
}

.drop-text th {
	font-weight: normal;
}

.drop-text .ui-state-default {
	cursor: move;
	text-align: left;
}

.drop-text .ui-state-default:hover {
	opacity: 0.6
}

.drop-text .table-inp {
	margin-top: 25px;
}

.text-scroll {
	overflow-y: scroll;
	max-height: 350px;
}

.skills .input-group {
	margin-bottom: 25px;
}

.skills h2 {
	margin-top: 4px;
}

.skills .btn-blue {
	padding: 10px 25px;
}

.skills .btn-blue {
	margin-bottom: 25px;
}

.skills .dropdown-menu {
	border-color: #f2f2f2;
	min-width: 395px;
	border-radius: 4px;
	margin-top: -25px;
}

.skills .form-control {
	height: 42px;
	border-radius: 2px;
}

.skills .input-number {
	height: 42px;
}

.prb {
	padding-right: 35px;
	border-right: 1px dashed #ccc;
	height: 50%;
}

.plb {
	padding-left: 30px;
}

.sep {
	border-bottom: 1px dashed #ddd;
	margin: 25px 0;
}

.stud-level {
	text-align: center;
	border: 5px solid #f1f1f1;
	padding: 25px;
	background: #f9f9f9;
	margin-top: -10px;
}

.stud-level p {
	text-transform: uppercase;
	color: #555;
	font-size: 15px;
}

.stud-level h2 {
	font-size: 20px;
}

.stud-level h3 {
	font-size: 17px;
}

.unit .color-grey {
    color: #c4c4c4!important;
}

.unit {
	display: inline-block;
	/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
	overflow: hidden;
	border-radius: 5px;
	counter-reset: flag;
	margin-top: 3px;
}

.unit span {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	padding: 0 10px 0 30px;
	background: #01323d;
	/*background: linear-gradient(#666, #333);*/
	background: linear-gradient(#015467, #01323d);
	position: relative;
}

.unit span:first-child {
	padding-left: 16px;
	border-radius: 5px 0 0 5px;
	/*to match with the parent's radius*/
}

.unit span:first-child:before {
	left: 14px;
}

.unit span:last-child {
	border-radius: 0 5px 5px 0;
	/*this was to prevent glitches on hover*/
	padding-right: 20px;
}

.unit span.active, .unit a:hover {
	background: #333;
	background: linear-gradient(#333, #000);
}

.unit span.active:after, .unit a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

.unit span:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	/*half of square's length*/
	/*same dimension as the line-height of .unit a */
	width: 36px;
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #01323d;
	/*background: linear-gradient(135deg, #666, #333);*/
	background: linear-gradient(135deg, #015467, #01323d);
	box-shadow: 1px -2px 0 1px rgba(0, 0, 0, 0.4), 2px -3px 0 1px rgba(255, 255, 255, 0.1);
	border-radius: 0 2px 0 50px;
}

.unit span:last-child:after {
	content: none;
}

.step-indicator {
	border-collapse: separate;
	display: table;
	margin-left: 0px;
	position: relative;
	table-layout: fixed;
	vertical-align: middle;
}

.step-indicator li {
	display: table-cell;
	float: none;
	padding: 0;
	width: 1%;
}

.step-indicator li:before {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	display: block;
	height: 1px;
	position: relative;
	top: 18px;
}

.step-indicator li:first-child:before {
	left: 50%;
}

.step-indicator li:last-child:before {
	right: 50%;
}

.step-indicator .active .step {
	border-color: #2CA8FF;
	color: #2CA8FF;
}

.step-indicator .active .caption {
	color: #2CA8FF;
}

.step-indicator .complete .step {
	border-color: #98E400;
	color: #98E400;
}

.step-indicator .complete .caption {
	color: #98E400;
}

.step-indicator .incomplete .step {
	color: #ff3b30;
	border-color: #ff3b30;
}

.step-indicator .incomplete .caption {
	color: #ff3b30;
}

.step-indicator .active.complete .step {
	border-color: #ddd;
	color: #ddd;
}

.step-indicator .active.complete .caption {
	color: #ddd;
}

.step-indicator .inactive .caption {
	color: #e5e5e5;
}

.step-indicator .step {
	background-color: rgba(0, 0, 0, 0.6);
	border: 3px solid rgba(255, 255, 255, 0.6);
	color: #98E400;
	font-size: 25px;
	width: 55px;
	height: 55px;
	line-height: 48px;
	border-radius: 50%;
	margin: -10px auto;
	position: relative;
	z-index: 1;
}

.step-indicator .step img {
	width: 22px;
}

.step-indicator .caption {
	box-sizing: border-box;
	color: #e5e5e5;
	padding: 15px 16px;
	font-size: 16px;
}


.tab-pane .step-indicator .step i {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #f23d3d;
	top: -7px;
	right: -7px;
	font-size: 12px;
	line-height: 1;
	padding-top: 6px;
	margin-top: 0;
}

.tab-pane .step-indicator .caption {
	box-sizing: border-box;
	color: #222;
	padding: 15px 16px;
	font-size: 16px;
}

.img-bg {
	/*background: url("/img/frontend/s-b.png") no-repeat center center;*/
	background: url("/img/frontend/student2.jpg") no-repeat center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	color: #fff;
}

.mask {
	background: rgba(0, 0, 0, 0.6);
}

.title-img {
	color: #fff;
	margin-bottom: 45px;
	text-align: center;
}

.chap-cont {
	width: 55%;
	margin: 65px auto;
	width: 850px;
}

.chap-cont h3 {
	padding: 10px;
	/*background-color: rgba(204, 204, 204, 0.18);*/
	background-color: rgb(48 48 48 / 68%);
}

.sub-head {
	background: #f2f2f2;
	background: url("/img/frontend/blur.png") no-repeat center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.mask2 {
	/*background: rgba(0, 0, 0, 0.6);*/
	background: rgba(21, 102, 120 , 0.82)!important;
	padding: 35px 0 5px 0;
}

.user-stats {
	padding: 65px 0;
}

.user-stats .table-responsive {
	margin: 25px 0;
	text-transform: uppercase;
}

.user-stats h4 {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0;
	color: #777;
}

.user-stats h3 {
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 0;
	color: #222;
}

.user-stats p {
	text-transform: uppercase;
}

.table i {
	color: #f4f4f4;
	text-align: center;
}

.grade-a {
	color: #7DBF13;
	font-weight: 700;
}

.grade-b {
	color: #ff3b30;
	font-weight: 700;
}

.grade-c {
	color: #FFCA4F;
	font-weight: 700;
}

.grade-d {
	color: #10C6BA;
	font-weight: 700;
}

.grade-fail {
	color: #807D7D;
	font-weight: 700;
}

.table-bordered {
	border: 3px solid #fff;
}

.table-bordered> thead> tr> th, .table-bordered> tbody> tr> th, .table-bordered> tfoot> tr> th, .table-bordered> thead> tr> td, .table-bordered> tbody> tr> td, .table-bordered> tfoot> tr> td {
	border: 3px solid #fff;
}

.table> thead> tr> td.grade-a, .table> tbody> tr> td.grade-a, .table> tfoot> tr> td.grade-a, .table> thead> tr> th.grade-a, .table> tbody> tr> th.grade-a, .table> tfoot> tr> th.grade-a, .table> thead> tr.grade-a> td, .table> tbody> tr.grade-a> td, .table> tfoot> tr.grade-a> td, .table> thead> tr.grade-a> th, .table> tbody> tr.grade-a> th, .table> tfoot> tr.grade-a> th {
	background-color: #7DBF13;
	color: #fff;
	font-weight: normal;
}

.table> thead> tr> td.grade-b, .table> tbody> tr> td.grade-b, .table> tfoot> tr> td.grade-b, .table> thead> tr> th.grade-b, .table> tbody> tr> th.grade-b, .table> tfoot> tr> th.grade-b, .table> thead> tr.grade-b> td, .table> tbody> tr.grade-b> td, .table> tfoot> tr.grade-b> td, .table> thead> tr.grade-b> th, .table> tbody> tr.grade-b> th, .table> tfoot> tr.grade-b> th {
	background-color: #ff3b30;
	color: #fff;
	font-weight: normal;
}

.table> thead> tr> td.grade-c, .table> tbody> tr> td.grade-c, .table> tfoot> tr> td.grade-c, .table> thead> tr> th.grade-c, .table> tbody> tr> th.grade-c, .table> tfoot> tr> th.grade-c, .table> thead> tr.grade-c> td, .table> tbody> tr.grade-c> td, .table> tfoot> tr.grade-c> td, .table> thead> tr.grade-c> th, .table> tbody> tr.grade-c> th, .table> tfoot> tr.grade-c> th {
	background-color: #FFCA4F;
	color: #333;
	font-weight: normal;
}

.table> thead> tr> td.grade-d, .table> tbody> tr> td.grade-d, .table> tfoot> tr> td.grade-d, .table> thead> tr> th.grade-d, .table> tbody> tr> th.grade-d, .table> tfoot> tr> th.grade-d, .table> thead> tr.grade-d> td, .table> tbody> tr.grade-d> td, .table> tfoot> tr.grade-d> td, .table> thead> tr.grade-d> th, .table> tbody> tr.grade-d> th, .table> tfoot> tr.grade-d> th {
	background-color: #10C6BA;
	color: #fff;
	font-weight: normal;
}

.table> thead> tr> td.grade-fail, .table> tbody> tr> td.grade-fail, .table> tfoot> tr> td.grade-fail, .table> thead> tr> th.grade-fail, .table> tbody> tr> th.grade-fail, .table> tfoot> tr> th.grade-fail, .table> thead> tr.grade-fail> td, .table> tbody> tr.grade-fail> td, .table> tfoot> tr.grade-fail> td, .table> thead> tr.grade-fail> th, .table> tbody> tr.grade-fail> th, .table> tfoot> tr.grade-fail> th {
	background-color: #807D7D;
	color: #fff;
	font-weight: normal;
}

.files img {
	height: 25px;
}

.files .table a {
	color: #333;
	text-decoration: underline;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	display: flex;
	align-items: center;
	margin-bottom: -5px;
}

.files .tab-pane {
	padding: 45px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.files .table-bordered> thead> tr> th, .files .table-bordered> tbody> tr> th, .files .table-bordered> tfoot> tr> th, .files .table-bordered> thead> tr> td, .files .table-bordered> tbody> tr> td, .files. table-bordered> tfoot> tr> td {
	border: 3px solid #fff;
	display: table-cell;
	vertical-align: middle;
}

 .table-bordered> thead> tr> th,  .table-bordered> thead> tr> td {
	border-bottom-width: 2px;
	background: #35333C;
	color: #ddd;
	padding: 15px 5px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.files .nav-tabs> li> a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
}

.files.nav-tabs> li> a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}

.files .nav-tabs> li.active> a, .files .nav-tabs> li.active> a:hover, .files .nav-tabs> li.active> a:focus {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}

.files .table .btn-start {
	text-align: center !important;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

.charts h3 {
	margin-bottom: -20px;
}

.charts .btn {
	margin-bottom: 45px;
	margin-top: -5px;
}

.total-chart {
	width: 350px!important;
	margin: 0 auto;
}

[data-pie-id='my-cool-chart'] li:nth-child(0) {
	color: #10C6BA;
}


/* line 20, ../sass/pizza.scss */

[data-pie-id='my-cool-chart'] li:nth-child(1) {
	color: #7DBF13;
}


/* line 20, ../sass/pizza.scss */

[data-pie-id='my-cool-chart'] li:nth-child(2) {
	color: #10C6BA;
}


/* line 20, ../sass/pizza.scss */

[data-pie-id='my-cool-chart'] li:nth-child(3) {
	color: #ec4269;
}


/* line 20, ../sass/pizza.scss */

[data-pie-id='my-cool-chart'] li:nth-child(4) {
	color: #ff9668;
}


/* line 20, ../sass/pizza.scss */

[data-pie-id='my-cool-chart'] li:nth-child(5) {
	color: #2574a9;
}


/* line 20, ../sass/pizza.scss */

[data-pie-id='my-cool-chart'] li:nth-child(6) {
	color: #f23d3d;
}


/* line 26, ../sass/pizza.scss */

ul[data-pie-id] {
	list-style: none;
	padding: 10px;
}

.chat .text-scroll {
	overflow-y: scroll;
	height: 500px;
}

.chat .bg-primary, .chat .bg-success, .chat .bg-info, .chat .bg-warning, .chat .bg-danger {
	padding: 25px;
	margin-bottom: 15px;
}


/*================================================
footer
================================================*/

footer {
	background: #35333C;
	padding: 20px 0 20px;
	color: #f2f2f2;
}

footer .logo h5 {
	text-transform: uppercase;
	font-size: 38px;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 8px;
}

footer .logo span {
	font-weight: 700;
	color: #535C71;
}

footer .logo img {
	width: 250px;
	margin-top: -7px;
}

footer .foot-link a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

footer p {
	font-size: 13px;
	text-align: right;
}

.modal-content {
	padding: 35px;
}

.pres .list-group {
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 18px;
}

.pres .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.pres .list-group-item:first-child {
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.pres .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.pres .list-group-item.active, .pres .list-group-item.active:hover, .pres .list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #10C6BA;
	border-color: #10C6BA;
}

.pres .bg-primary, .pres .bg-success, .pres .bg-info, .pres .bg-info, .pres .bg-warning, .pres .bg-danger {
	padding: 15px;
}

.pres .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #7DBF13;
	border-radius: 2px;
}

.progress {
	overflow: hidden;
	height: 25px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	line-height: 25px;
	font-size: 15px;
	font-weight: 600;
}

.answer .panel-heading {
	font-size: 22px;
	text-align: center;
}



.answer .table-bordered {
	border: 3px solid #ddd;
}

.answer .table-bordered> thead> tr> th, .table-bordered> tbody> tr> th, .table-bordered> tfoot> tr> th, .table-bordered> thead> tr> td, .table-bordered> tbody> tr> td, .table-bordered> tfoot> tr> td {
	border: 3px solid #ddd;
}

.answer .panel-body {
	border-bottom: 1px solid #ddd;
	padding: 25px;
	text-align: center;
}

.answer .panel-body:hover {
	background: #f9f9f9;
}
