/*html {
  height: 100%;
}*/
body{
	/*font-family: CalibriRegular;*/
	font-family: Roboto;
	/*position: relative;
	margin: 0;
	padding-bottom: 150px;
	min-height: 100%;*/
}
em{font-style: normal;}
a:hover,
a:focus{
	text-decoration: none
}
sub, sup{
	font-size: 55% !important
}
/*.container{
	max-width: 700px!important;
}*/
.row div{
	padding: 0!important;
}

.hicookies{
	background: rgba(0,0,0,.5);
	color: #ffffff;
	font-size: 13px;
}
.hicookies .container{
    padding: 7px 0 !important;
    position: relative;
}
.hicookies a{
	color: #ffffff;
	margin-right: 7px;
	font-size: 17px;
    position: absolute;
    right: 0;

    top: 5px;
}
.hicookies a:nth-child(2){
      right: 20px!important;
}
.hicookies a .fa-times-circle{
	color: #7eff69
}

.header{
	padding: 20px 0;
}
.header .logo{
	background: transparent;
	color: #ffffff;
	/*width: 100px;*/
	height: auto;
	text-align: right;
	line-height: 65px;
	vertical-align: middle;
	float: right;
	direction: rtl;
}
.header .logo img{
	width: auto;
    max-height: 70px;
    max-width: 110px;
    height: auto;
}
.header .logo img.w-110{
    max-width: 150px !important;
}
.header .logo img.w-220{
    max-width: 290px !important;
}
.header .logo img.w-auto{
    max-width: 320px !important;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
  	.header .logo img{
    	max-width: 70px;
    }
}*/
.header .logo img.clogo, .header .logo img.unlogo{
	margin-right: 15px;
}
.header .logo img.unlogo{
	width:70px !important;
}
.big-home .fa-home{
	font-size: 65px !important;
	color: #bbb;
	margin: 0 0 0 -13px !important;
}
.header .urole{
    min-height: 1px;
}
.header .urole span {
    padding: 2px 7px;
    color: #ffffff;
    font-size: 13px !important;
    text-align: center;
    border-radius: 3px;
}
.header .urole span.head-blue,
.header .urole span.head-red,
.header .urole span.head-orange,
.header .urole span.head-green{
    margin-top: 10px;
}
.header .urole span.head-blue{
    background: #3498db;
}
.header .urole span.head-red{
    background: #c00000;
}
.header .urole span.head-orange{
    background: #ff7400;
}
.header .urole span.head-green{
    background: #00b050;
}
.header .urole span.student{
    height: 0
}
.header .info{
	/*min-height: 70px;*/
	color: #a4a1a1;
	/*margin-top: 5px;
	margin-top: 12px !important;*/
    margin-bottom: -8px;
}
.header .info span{
	display: inline-block;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 16px;
	margin-top: 5px;
}
.header .info a{
	color: #a4a1a1;
}
.header .info strong{
	font-size: 16px;
}
.header .info strong i{
	color: #19b050;
	font-style: normal;
}
.header .name{
	font-size: 20px;
	color: #a4a1a1;
	min-height: 70px;
	vertical-align: middle;
	line-height: 60px;
}
.header .name a{
	color: #a6a6a6
}

.header .info.xsrs a,
.header .home.xsrs a {
	background: #fff;
	padding: 0 0 0 5px;
}
.info.xsrs .row-1,
.home.xsrs .row-1{
	position: relative;
	display: inline-block
}
/*.info.xsrs .row-1:after ,
.home.xsrs .row-1:after {
	border-bottom: 2px dotted #ddd;
	position: absolute;
	width: 100%;
	content: "";
	bottom: 8px;
	right: 0;
	z-index: -1;
}*/
.home.xsrs .row-1.no-after:after{
	display: none
}
.xsrs strong {
	background: #fff;
	padding-right: 5px;
	/*margin-right: 70px !important;*/
	display: inline-block;
}
.header .info .profile{
	margin: 0 0 0 -5px;
	color: #bbbbbb;
}
.header .info .profile strong{
	color: #a4a1a1;
}
.header .info .profile span{
	font-size:20px;
	padding-right: 2px;
}
.header #gicons{
    margin-top: -3px
}
.header #gicons .fa-sign-in{
    font-size: 16px;
    margin-right: 2px;
}
.course-name-in-header {
    font-size: 30px;
    font-weight: 700;
    color: #bbb;
    margin-bottom: -10px;
    margin-top: 20px;
}
.profile-change-pass{
	margin-top: 35px;
}
strong.exam-user-fix{
	margin-top: 32px;
}

.nav-tabs .csv{
	color: #a4a1a1;
	font-size:16px;
	margin-top: 12px;
}
.nav-tabs .csv:hover{
	cursor: pointer;
}
.nav-tabs {
    border-bottom: 4px solid #ddd!important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0!important;
}
.nav-tabs > li{
	font-size: 18px;
}
.nav-tabs > li a{
	color:	#a4a1a1
}
.nav-tabs > li.active > a{
	color: #2a2a2a;
	position: relative;
}
.nav-tabs > li.active a:after{
	border-color: transparent transparent #ddd transparent;
	border-width: 10px;
	border-style: solid;
	position: absolute;
	content: "";
	left: 48%;
	bottom: -1px;
	right: 48%;
}
.filter{
	color: #a4a1a1;
	margin: 10px auto 20px auto;
	text-align: right;
}
.filter a{
	color: #a4a1a1;
}
.filter span:hover,
.filter a:hover{
	cursor: pointer;
}


.downcv{
	/*font-size: 18px;*/
	color: #a4a1a1;
	margin-top: 10px !important;
	margin-bottom: 20px;
}
.downcv span{
	/*font-size: 20px;*/
}
.downcv a{
	color: #a4a1a1;
}
.downcv span:hover,
.downcv a:hover{
	cursor: pointer;
}
.downcv .csv{
	color: #a4a1a1;
	font-size:14px;
	margin-right: 10px
}
.downcv .csv:hover{
	cursor: pointer;
}

/****
*  YOUSER PROFILE
****/
.row .main-courses,
.main-courses{
	padding: 20px 0!important;
}
.main-courses strong,
.entry .reqhead{
	font-weight: normal;
	font-size: 20px;
	color: #19b050;
	margin-bottom: 25px;
	display: block;
}
.entry .reqhead{
	margin: 30px 0 15px
}
.entry .reqp{
	color: #8f8f8f;
	line-height: 23px;
	font-size: 13px;
}
.entry .reqarea{
	width: 100%;
	padding: 15px;
	border: 1px solid #9f9f9f;
	border-radius: 3px;
}
.main-courses .course .title{
	font-size: 18px;
}
.main-courses .course .title a{
	color: #969191;
	float: left;
}
.main-courses .course .title .cci{
	background: #9b9b9b;
	color: #ffffff;
	padding: 1px 5px;
	font-size: 11px;
	display: inline-block;
	margin: 5px 0 0 10px;
	float: left;
}
.main-courses .course .progress,
.main-courses .course .star,
.main-courses .course .box{
	text-align: center;
}
.progress,
.main-courses .course .progress{
	background: #d9d9d9;
	box-shadow: 0 0 0 transparent!important;
}
.progress .progress-bar,
.main-courses .course .progress .progress-bar{
	background: #00b050;
}
.main-courses .course .star{
	font-size: 18px;
	text-align: right;
	color: #d5d5d5;
}
.main-courses .course .star span{
	color: #d5d5d5;
}
.main-courses .course .star .green{
	color: #00b050;
}

.main-courses .course .box span{
	border: 3px solid #a6a6a6;
	background: #f2f2f2;
	color: #bbbbbb;
	font-size: 12px;
	width: 30px;
	display: inline-block;
	margin-top: -3px;
}
.main-courses .course .box span i{
	border: 1px solid #a6a6a6;
	margin: 1px!important;
	padding: 0 7px;
	display: inline-block;
	font-style: normal;
}
.main-courses .course .box.green span{
	background: #00b050;
	border: 3px solid #385723;
	color: white;
}
.main-courses .course .box.green span i{
	border: 1px solid #385723;
}
.other-courses{
	padding: 20px 0 30px!important;
}
.other-courses strong,
.corporate strong{
	font-weight: normal;
	font-size: 20px;
	color: #19b050;
	display: block;
}
.corporate strong{
	margin-bottom: 30px;
}
.corporate,
.corporate.main-courses .course .first {
    font-size: 16px;
}
.corporate.main-courses .list a {
    color: #909090;
}
.corporate .define {
    color: #969696;
    margin: 20px;
}
.corp-actions a{
	margin-right: 5px;
}
.corp-actions .grayico{
	color: gray;
}
.corp-actions .greenico{
	color: green;
}
.corp-actions .redico{
	color: red;
}
.corp-small {
    line-height: 22px;
    font-size: 13px;
    display: block;
}

.other-courses .list h3{
	font-size: 18px;
	line-height: 1.3;
	color: #969191;
}
.other-courses .list h3 a{
	color: #969191;
}
.other-courses .list span:not(.comma){
	color: #b1b1b1;
	font-size: 14px;
}

/****
*  PARTNERS PROFILE
****/
.main-courses .th{
	margin-bottom: 30px;
	color: #19b050;
	font-size: 17px;
}
.main-courses .th .first{
	font-size: 18px;
	text-align: left;
}
.main-courses .th.no-margin{
	margin-bottom: 0;
}
.course-seller{
	margin-bottom: 0;
}
.course-seller div{
	padding: 0!important
}
.course-seller .fix-progress{
	padding-right: 10px !important;
}
.seller_options{
	color: #969696
}
.row .main-courses, .main-courses.seller{
	padding: 40px 0 20px!important
}
.mixed-partner:hover{
	cursor: pointer;
}
.mixed-partner-text{
	display: none;
	margin-top: 7px;
}

.pagin{
	margin-top: 10px;
}
.pay_url{
	margin-top: 15px!important
}
.pay_url span{
	padding: 7px 0 0 0;
	display:block
}

/*Fix for seller*/
.hr{
	margin-bottom:15px!important;

}

.show_list .main-courses .list a{
	color: #909090
}
.show_list .main-courses .list .info{
	color: #969696
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.bootstrap-select.btn-group .dropdown-menu li a span.text,
.group-span-filestyle .buttonText{
	font-size: 12px;
	color: #969696
}
.update-seller{
	font-size: 12px;
}
.row .warning-seller{
	padding: 3px 5px !important
}
.row .seller-store{
	border: 1px solid #ccc;
	padding: 6px;
	border-radius: 3px;
}
/*Fix for seller*/
.main-courses .course{
	margin-bottom: 5px;
	color: #969191;
	font-size: 17px;
}
.main-courses .course .first{
	font-size: 18px;
}
.main-courses .course .last{
	margin-bottom: 10px!important;*/
}
.main-courses .course span:not(.comma){
	color: #d9d9d9;
}
.main-courses .course.fixcolor span{
	color: #969191;
}
.main-courses .course span.show_list_span,
.main-courses .course span.show_listd_span{
	font-size: 15px;
	color: #a7a7a7;
}
.main-courses .course span.show_list_span:hover,
.main-courses .course span.show_listd_span:hover{
	cursor: pointer;
}
.main-courses .moreinfo{
	font-size: 15px;
	margin: 0 15px!important;
	display: none;
}

.form-control.input-sm.price{
	padding: 0 5px;
	height: 20px;
}
.price_course,
.price_course:hover,
.new_price span{
	color: #19b050 !important
}

.comm-btn{
	margin-top: 25px;
}
.comm-setting table td{
	padding: 5px;
}
.comm-setting .form-control.input-sm.price{
	height: 25px;
}

/****
*  COURSE PAGE
****/

.home{
	font-size: 16px;
	color: #a6a6a6;
	margin-top: 10px;
}
.home .row-1,
.info .row-1{
	font-size: 16px;
}

.home span,
.home .row-1 span,
.info .row-1 span{
	font-size: 18px;
}
.home span.glyphicon-home{
	font-size: 16px;
}
.home .row-2{
	margin-top:5px
}
.home a{
	color: #a6a6a6;
}

.courses-info{
	margin-top: 35px;
	margin-bottom: 35px;
}
.courses-info strong{
	font-weight: normal;
	font-size: 15px;
	color: #a6a6a6;
	display: block;
	margin-bottom: 5px;
}
.courses-info .progress{
	background: #d9d9d9;
	box-shadow: 0 0 0 transparent!important;
}
.courses-info .progress .progress-bar{
	background: #00b050;
}
.courses-info .star{
	font-size: 21px;
	color: #d5d5d5;
}
.courses-info .star .green{
	color: #00b050;
}
.courses-info .info{
	font-size: 16px;
	font-weight: bold;
	color: #a6a6a6;
}
.courses-info .info span i{
	color: #19b050;
	font-style: normal;
}

.courses-wrapper h2{
	color: #626262;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 15px;
}
.courses-wrapper h2 span{
	font-size: 22px;
	color: #00b050;
	margin-right: 4px;
}
.courses-wrapper h2 a.coursemenu{
	font-size: 22px;
	color: #00b050;
	margin-right: 4px;
	background: url(../images/toc.png) center center no-repeat;
	display: inline-block;
	width: 50px;
	height: 20px;
	background-size: 100%;
}
.courses-wrapper h2 span.coursemenu:hover{
	cursor: pointer;
}
.submit  a.coursemenu-bottom {
    color: #009043;
    margin-left: 25px;
}
/*.courses-wrapper h2 span:hover{
	cursor: pointer;
}*/
.courses-wrapper .entry{
	color: #6a6666;
	line-height: 28px;
	font-size: 15px;
	margin-bottom: 20px;

}
.courses-wrapper .entry iframe{
	border:0!important;
	margin: 7px 0
}
.courses-wrapper .entry img{
	display: block;
}
.courses-wrapper label{
	color: #717171;
	font-weight: normal;
	margin-bottom: 35px;
}
.all_answer label{
	color: #717171;
	font-weight: normal;
	margin-bottom: 5px;
	display: block;
}
.courses-wrapper button,
.courses-wrapper button:hover{
	background: #00b050;
	color: #ffffff;
	border: 1px solid #00b050;
	font-size: 14px;
}
.courses-wrapper button:hover{
	background: #009043;
}
.submit .quiz,.submit .quiz:hover{
position: relative;
padding: 25px 100px 25px 70px !important;
font-size: 18px;
font-weight: 800;
}
.submit .quiz .glyphicon-play{
font-size: 30px !important;
position: absolute;
top: 22px;
right: 60px;
}
.submit em{
	display: none;
}

.courses-wrapper button span{
	font-size: 12px;
}
.courses-wrapper span.clearfix{
	color: #a6a6a6;
}
.courses-wrapper .entry .quiz-wrapper{
	
}
.index-manager .manager,
.courses-wrapper .manager,
.courses-wrapper .teacher{
	margin: 30px 0;
}
.index-manager .manager{
    margin: 40px 0 20px  -15px;
}
.index-manager .manager div,
.courses-wrapper .manager div,
.courses-wrapper .teacher div{
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	font-size: 15px;
	color: #595959;
	display: inline-block;
	padding: 20px 25px 20px 80px !important;
	background: url(../images/manager.png) no-repeat 15px 12px;
}
.index-manager .manager div{
	padding: 22px 25px 22px 60px !important;
	background: url(../images/i-manager.png) no-repeat 12px 8px;
}
.index-manager .manager a,
.courses-wrapper .manager a,
.courses-wrapper .teacher a{
	color: #595959;
}
.courses-wrapper .manager span,
.courses-wrapper .teacher span{
	display: block;
}
.courses-wrapper .teacher div{
	background: url(../images/teacher.png) no-repeat 15px 20px;
	padding: 13px 25px 13px 105px !important
}
.courses-wrapper .teacher div i {
    margin-right: 7px;
    margin-top: 4px;
    font-size: 17px;
    float: left;
}
.courses-wrapper .teacher div i.fa-skype {
    font-size: 18px;
}
/*.courses-wrapper .teacher div i.fa-envelope {
    font-size: 10px;
    color: #ffffff;
    background: #595959;
    display: inline-flex;
    padding: 2px 4px 4px;
    border-radius: 3px;
    float: left;
    margin-top: 2px;
}
*/
.when-finished,
.when-finished-next{
	display: none;
}
.when-finished .alert p,
.result .alert p,
.alert p{
	padding: 10px;
}
.all_answer{
	margin-bottom: 15px;
}

.alert.incourse{
	padding: 10px!important;
	margin: 15px auto;
}

.inline.alert{
	padding: 7px 10px !important;
	margin: 20px 0;
}
.inline.alert a{
	font-weight: bold;
	color: #3c763d;
}
.purch_wrap .alert p { padding: 3px 10px; }

.purch_wrap a{display:block;margin: 5px 0 10px 0;}
/****
*  OTHER PAGE
****/
.newlogin{
	margin-top: 100px;
}
.newlogin .wellcome{
	font-size: 38px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}
.newlogin {
	text-align: center;
}
.login .social{}
.login .social span{
	color: #828282;
	display: block;
	margin-bottom: 10px;
}
.login .social button{
	width: 95%;
}
.login .social .btn-danger{
	float: right;
}
.login .line{}
.login .line hr{
	border-color: #e8e8e8;
}
.login .loginbox span{
	color: #828282;
	display: block;
	margin-bottom: 10px;
}
.login .box{
	margin: 200px auto!important;
	float: none;
	border: 1px solid #e8e8e8;
	background: #fafafa;
	padding: 15px!important;
}
.newlogin .box.box-fix{
	margin-bottom: 0 !important;
	margin-top: -100px !important;
}
.newlogin .box.box-fix div{
	width: 86%;
	font-size: 16px;
	border-left: 1px solid #dbe721;
	padding-left: 15px !important;
	text-align: left;
}
.login .captcha{
	position: relative;
}
.login .captcha img{
	position: absolute;
	right: 3px;
	bottom: 3px;
	height: 30px;
}
.login .form-control{
	margin-bottom: 10px;
}
.login .loginbox .btn{
	width: 100%;
	float: right;
	margin-top: 5px;
}

.loginbody{
	background: #19b050;
}
.loginbody .box{
	float: none;
	margin: 0 auto;
	padding: 50px 0 0 !important;
}
.loginbody .img-responsive{
	margin-bottom: 20px;
}
.loginbody input{
	margin-bottom: 10px;
	border: 2px solid #ffffff;
	color: #ffffff;
	border-radius: 0;
	margin: 0 auto;
	background: #19b050;
	margin-bottom: 10px;
	padding: 7px 10px;
	height: auto;
	font-size: 20px;
}
.loginbody ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffffff;
}
.loginbody :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ffffff;
   opacity: 1;
}
.loginbody ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ffffff;
   opacity: 1;
}
.loginbody :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ffffff;
}
.loginbody ::-ms-input-placeholder { /* Microsoft Edge */
   color: #ffffff;
}
.loginbody input.last-login-input{
	margin-bottom: 20px;
}
.loginbody form,
.loginbody form a{
	color: #ffffff;
}
.loginbody form span{
	display: block;
	text-align: left;
	margin: 0 auto;
	font-size: 20px;
}
.loginbody form label{
	display: inline-block;
	font-weight: normal!important;
}
.loginbody .loginref{
	font-size: 25px;
	border: 0;
	padding: 3px 15px;
	background: #ffffff;
	color: #19b050;
	border-radius: 5px;
}
.loginbody input[type=checkbox] { display:none; }
.loginbody input[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
}
.loginbody input[type=checkbox] + label:before {
	content: "\f096";
}
.loginbody input[type=checkbox] + label:before {
	letter-spacing: 10px;
}
.loginbody input[type=checkbox]:checked + label:before {
	content: "\f046";
}
.loginbody input[type=checkbox]:checked + label:before {
	letter-spacing: 5px;
}
.newloginbox{
	width: 86%;
}
.newloginbox .errorlogin,
.newloginbox .succlogin{
	font-size: 20px;
	color: #ffff00;
	text-align: left;
}
.newloginbox .succlogin{
	color: #44ff48;
}
.loginbody input:focus{
	border-color: #ffffff
}
.loginbody form .mailto,
.loginbody form .resendit{
	margin-top: 35px;
	display: block;
}
.loginbody form .mailto .fa-envelope{
	font-size: 24px;
}

/**FIX IT!**/
.fixmargin{
	margin: 0 -15px;
}
.show_list.admin{
	margin-top: 10px
}
.inadmin .row{
	margin-left: 0!important;
	margin-right: 0!important
}
.adminprice{
	color: #00b050!important
}
.profile-course-list{
	width: 100%;
	color: #828282;
}
.profile-course-list th{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
}
.profile-course-list td{
	padding: 5px 0;
	font-size: 17px;
}
.profile-course-list td a{
	color: #828282;
}
.main-courses .icon-badge img{
	border-radius: 100%;
}
/*
.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}*/


.fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.fullscreen .modal-content ul,
.fullscreen .modal-content ul li{
	list-style: none;
}
.fullscreen .modal-content .topic_lesson{
	padding-left: 0!important;
}
.fullscreen .modal-content ul ul{
	display: none;
}
.fullscreen .modal-title{
	margin: 20px 0;
}
.fullscreen .modal-content .close-me{
	display: block;
	text-align: right;
}
.fullscreen .modal-content .close-me a{
	color: #18a54b;
}
.show_lesson_span:hover, .topic:hover{
	cursor: pointer
}


.img-responsive.fixit{
	padding: 0 15px
}
.indent{
	margin-left: 25px;
}
.tooltip{
	font-size:11px;
	background: green;
	border-radius: 5px
}
.tooltip-inner{
	margin: 5px;
	background: green;
}
.tooltip.bottom .tooltip-arrow{
	top:-5px;
	border-bottom-color:green;
}

.footer{
	font-size: 11px;
	color:#9c9c9c;
	margin-top: 25px;
	background-color: #ddd;
  /*position: absolute;
  right: 0;
  bottom: 0;
  left: 0;*/
  background-color: #efefef;
  text-align: center;
  /*margin-bottom: -15px !important;*/
}
.footer > div{
	padding: 15px 0 10px;
}
.footer p{
	margin: 0 0 5px;
	color: #9c9c9c
}
.footer p span{
	text-align:center;
	font-size: 12px;
	margin-bottom: 25px;
	display: block;
}
.footer .pull-right{
	padding: 0 0 0 30px !important;
	position: relative
}
.footer .pull-right:after{
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 205px;
	top: -14px;
	left: -1px;
	border-right: 3px solid #e0e0e0;
/*	border-left: 1px solid #cbcbcb;*/
}
.footer .pull-left{
	padding: 0 30px 0 0 !important;
}
.footer .pull-right p{
	text-align:left;
}
.footer .pull-left p{
	text-align:right;
	margin-bottom: 15px;
}
.footer .first{
	margin: 0 0 15px;
}
.footer p a{
	color: #f3f3f3;
	background: #aaa;
	padding: 2px 8px;
	margin: 0 6px 9px 0;
	display: inline-block;
	border-radius: 3px;
}
.footer p a:hover{
	background: #aeaeae;
}
.footer strong{
	color: #2d2d2d;
	font-weight: normal;
}
.footer img{
	width: 80px;
	height: auto;
	margin: 10px 0;
}

.check_name {
    margin: 15px -15px;
    background: #00b050;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #41719c;
    color: #000;
}

.check_name input[type="text"] {
    border-radius: 5px;
    margin: 0 15px 0 5px;
    padding: 4px 8px;
    border: 1px solid #41719c;
}

.check_name input[type="submit"] {
    border-radius: 5px;
    border: 0;
    background: #000000;
    color: #00b050;
    padding: 4px 15px;
}




/************ FLASH CARD ************/

.wfc_question{
	border-radius: 4px;
	min-height:300px;
}
.wfc_card input {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;

    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.wfc_card input:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.wfc_card input.focus, .wfc_card input:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.wfc_card progress {
	display:block;
	width:300px;
	padding: 0;
	border:0 none;
	background:#e2e2e2;
	border-radius:2px;
	height: 20px!important;
	float: left;
	margin-top: 3px;
}
.wfc_card .fa-info-circle{
	display: inline-block;
	float: left;
	margin: 6px 0 0 10px;
}
.wfc_card .tooltip *{
	text-align: left !important;
}
.wcf_modal{
	margin-top: 25px;
}
.wfc_card progress::-moz-progress-bar {
	background:#449d44;
	border-radius:2px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wfc_card progress {
		height:20px
	}
}
.wfc_card progress::-webkit-progress-bar,
.wfc_card progress::-ms-progress-bar,
.wfc_card progress::-o-progress-bar {
	background:#e2e2e2;
	border-radius:2px;
}
.wfc_card progress::-webkit-progress-value,
.wfc_card progress::-ms-progress-value,
.wfc_card progress::-o-progress-value {
	border-radius:2px;
	background:#449d44;
}

.wfc_card progress::-webkit-progress-bar { background: #e2e2e2; }
.wfc_card progress::-webkit-progress-value { background: #449d44; }

.wfc_card .wfc_question p{
	margin: 0;
	padding: 7px 0;
}
.factortbl{
	margin-bottom: 0;
}
.purch_btn{
	margin: 20px 0;
}
.purch_select{
	background: transparent;
	border: 1px solid #3c763d;
	border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
	font-family: FontAwesome, Roboto;
	padding-right: 15px;
}
.purch_select::-ms-expand {
    display: none;
}
.purch_i{
	margin-left: -15px;
}
.wfc_card{
	max-width: 100%!important
}

.margin-top-25px{
	margin-top: 25px;
	display: block;
}
.other-courses .fa-play-circle,
.main-courses .fa-play-circle{
	color: #969191;
}

.main-courses.exam-row{
	padding-top: 20px;
}
.main-courses .fixam{
	margin-bottom: 12px;
}

.xsrs strong{
	font-weight: normal;
}


.stpr{
	display: block;
	margin: 26px 0 10px 0;
}

.paybadge{
	position: absolute;
	right: 0;
	top: 0;
}
.paybadge span{
	font-size: 26px;
	margin: 28px 5px 0 0;
}
.paybadge .comodo{
	float: right;
	margin: 5px 0 0 0;
}
#braintree-hosted-field-number{
	float:none!important;
}
.wpProQuiz_content{
	display: none!important;
}
.container .wpProQuiz_content{
	display: block!important;
}



.share_link{
  color: #a8a8a8;
}
.share_link .sh_less{
  color: #a8a8a8;
  font-size: 26px;
	margin-right: 7px;
}
.share_link .scurrent{
  color: #00b050;
}
.share_link .sh_desc{
	margin-top: 10px;
	margin-bottom: 30px;
}
.share_link .sh_desc a{
	margin-top: 10px;
	display: inline-block;
	color: #a8a8a8;
	font-size: 25px;
	margin-right: 8px;
}
.share_link .sh_desc input[type='text']{
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 8px;
}
.share_link .sh_desc input[type='button']{
	margin-top: 8px;
	background: #ccc;
	color: #fff;
	border-radius: 5px;
	border: 0;
	padding: 6px 14px;
	margin-left: 10px;
}






.submit button,
.submit button:hover{
	position: relative;
	padding: 25px 50px !important;
	font-size: 18px;
	font-weight: normal;
	border-radius: 7px !important;
	margin-right: 10px;
	background: transparent;
	background: transparent;
	border-width: 2px;
	color: #00b050;
}
.submit button:first-child,
.submit button:first-child:hover{
	font-size: 58px;
	padding: 10px 33px 9px 25px!important;
	line-height: 0;
	background: transparent;
	border-width: 2px;
	color: #00b050;
	font-weight: 800;
}
.submit button:last-child,
.submit button:last-child:hover{
	font-size: 18px;
	font-weight: normal;
	padding: 25px 70px 11px 40px !important;
	background: #00b050;
	color: #fff
}
.submit button:last-child span{
	font-size: 58px;
	float: right;
	margin-top:-16px;
	margin-right: -33px !important;
}
.submit button:last-child[disabled],
.submit button:last-child[disabled]:hover{
	background: #d9d9d9;
	border-color: #d9d9d9;
}
.submit button:first-child[disabled],
.submit button:first-child[disabled]:hover{
	border-color: #d9d9d9;
	color: #d9d9d9;
}







@media (max-width:360px) {
	.container {
		width:300px !important
	}
	.paybadge span.fa {
	    display: none
	}
	.header .home.xsrs a {
		float: right;
	}
	.info.xsrs .row-1,
	.home.xsrs .row-1{
		display: block
	}
	.xsrs strong {
		margin-right: 0px !important;
	}
	.home.xsrs .row-1.no-after:after{
		display: block
	}
	strong.exam-user-fix {
		margin-top: 0;
	}
	/*.header .info.xsrs a,
	.header .home.xsrs a {
		float: right;
		background: #fff;
		padding: 0 0 0 5px;
	}
	.info.xsrs .row-1,
	.home.xsrs .row-1{
		position: relative
	}
	.info.xsrs .row-1:after ,
	.home.xsrs .row-1:after {
		border-bottom: 2px dotted #ddd;
		position: absolute;
		width: 100%;
		content: "";
		bottom: 8px;
		right: 0;
		z-index: -1;
	}
	.xsrs strong {
		background: #fff;
		padding-right: 5px;
	}*/
	.xsrs a .glyphicon-home{
		float: left;
		font-size: 55px;
		color: #bbb;
		margin: 5px 0 0 -8px;
	}
	/*.header .logo img{
		width: 70px;
		height: auto;
	}*/
	/*.header .logo{
		text-align: center
	}*/
	.courses-info strong{
		display: inline-block;
	}
	.main-courses .course .title {
    	font-size: 15px;
	}
	.fixer{
		margin-bottom: 20px;
	}
	.main-courses .course .title{
		margin-bottom: 5px
	}
	.img-responsive.fixit{
		padding: 0;
	}
	.main-courses .course .star {
	    text-align: center;
	}
	.main-courses .course .title .fa-handshake-o{
		color: #aaa;
		font-size: 14px;
	}
	.courses-wrapper h2{
		font-size: 24px;
	}
	.courses-wrapper h2 strong{
		font-weight: 500 !important;
	}
	.lesson-navigation button{
		display: block;
		margin-bottom: 10px;
	}
	.check_name input[type="text"] {
		display: block;
		margin: 10px 0;
	}
	.check_name input[type="submit"] {
		display: block;
		margin: 20px 0 0;
	}
.submit {
    position: relative;
    height: 145px;
}
.submit em{
	display: inline-block;
}
.submit button:first-child,
.submit button:first-child:hover {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    font-weight: normal;
    padding: 11px 20px 12px 23px !important;
    left: 0;
}
.submit button:first-child i,
.submit button:first-child:hover i {
    margin-right: 5px;
}
.submit button,
.submit button:hover{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    font-size: 15px;
    padding: 8px 25px 7px !important;
    border-radius: 5px !important;
}
.submit button:last-child,
.submit button:last-child:hover{
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: auto;
font-size: 28px
}
.submit button:last-child span {
    margin: -8px 33px 0 -33px !important;
}


}

@media (min-width:768px)  {
	.container {
		width:750px !important
	}
}
@media (min-width:992px) {
	.container {
		width:750px !important;
	}
}
@media (min-width:1200px) {
	.container {
		width:750px !important
	}
}


@media (max-width:1024px) {
/*	.loginbody{
		background: url(../images/login.jpg) no-repeat center 30px fixed;
		background-size: cover;
	}*/
	
	
}
@media (max-width:767px) {
	.footer .pull-right::after{
		border:none;
	}
	.footer .pull-right,.footer .pull-left{
		padding: 0!important;
	}
	.footer .pull-left p{
		text-align: left;
	}
	.footer .pull-left{
		margin-top: 10px!important
	}
/*	.loginbody{
		background: url(../images/login.jpg) no-repeat center 70px fixed;
		background-size: cover;
	}*/
}
/********by mirrajabi***/
@media (max-width:480px) {
	.newloginbox {
	    width: 100%;
	}
	.header .logo{
		text-align: left!important;
	}
	.big-home .fa-home{
		font-size: 30px!important;
	}
	.header .info{
		float:left;
	}
	.big-home{
		float:right;
		text-align: right;
	}
	.big-home .fa-home{
		margin: 20px 0 0 0 !important;
	}
	.main-courses .course.list_course_profile .title .cci{
		float:right;
		font-size:0;
		background: transparent;
	}
	.main-courses .course.list_course_profile .title .cci i,.main-courses .list_course_profile .fa-play-circle{
		font-size:17px;
		color:white;

	}
	.course.list_course_profile .box{
		padding-left: 5px!important;
	}
	.course.list_course_profile .title a {
		font-size: 14px
	}
	.list_course_profile .course .img-responsive.fixit{
	padding: 0;
	width:auto;
	height: 20px;
	float:right
	}
	.course.list_course_profile .title .cci{
		margin-top: 0!important;
	}
	.list_course_profile .progress, .main-courses .course .progress{
		width:100%!important;
		margin-bottom: 10px;
	}
	.list_course_profile .progress{
		height:25px!important;
	}
	.main-courses .list_course_profile.course{
		position: relative;
		height:30px
	}
	.main-courses .course.list_course_profile .title{
		position: absolute;
		left:25px;
		top:3px;
		z-index: 100;
		width:84%!important;
	}
	.main-courses .course.list_course_profile .title a,.main-courses .course.list_course_profile .comma{
		color:white!important
	}
	.main-courses .course.list_course_profile .box{
		position: absolute;
		right: 25px;
		color: #ffffff;
		top:3px;
		
	}
	.main-courses .course.list_course_profile .box.hide_cart{
		display: none;
	}
	.main-courses .course.list_course_profile .box a{
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		z-index: 9999;
	}
	.main-courses .course.list_course_profile .title a{
		max-width: 90%;
	}
	.img-responsive.fixit.cert-ac {
		-webkit-filter: grayscale(100%) brightness(200%);
		filter: grayscale(100%) brightness(200%);
	}
	.img-responsive.fixit.cert-in {
		/*-webkit-filter: grayscale(100%) brightness(90%) contrast(100%);
		filter: grayscale(100%) brightness(90%) contrast(100%)
		*/
		display: none;
	}
	.main-courses .course.list_course_profile .title.exam{
		background:  rgb(17,125,104);
		padding: 0 !important;
		margin-left: -10px;
		padding: 4px 13px 2px 11px !important;
		width: 94% !important;
		margin-top: -3px;
	}
	.main-courses .course.list_course_profile .title .cci{
		margin-right: -33px;
	}
	.main-courses .course.list_course_profile .title.exam .cci{
		margin-right: -8px!important;
	}
	.main-courses .course.list_course_profile .box{
		right:35px
	}
	.loginbody .box{
		padding :0 15px 15px 15px!important;
	}
	.newlogin{
		margin-top: 40px;
	}
	.newlogin .wellcome{
		font-size:30px;
	}
	.main-courses .course span:not(.comma){
		display: none;
	}
	.form-inline.fname,.form-inline.lname{
		display: block!important;
		
		
	}
	.form-control.dname.dname{
		width:90%;
	}
	.user_info{
		position: absolute;	
		right: 0;	
		top: -2px;
		font-size: 25px;
	}
	.name_field,.lname_field{
		display: none;
	}
	.col-sm-3.hr{
		margin-bottom: 5px!important;
	}
	.box_filed{
		word-break: break-all;
	}
	.submit a.coursemenu-bottom {
			margin-left: 0;
			display: block;
			margin-top: 20px;
	}
	.exam_info p span.e_i_span{
		right:0!important;
		left:auto!important;
	}
	.u_progress{
		margin-top:30px;
	}
	.unique_q{
		margin-bottom:30px!important;
	}
	.report_p,.pagenation span.next,.pagenation span:not(.glyphicon), .do-exam .finish-exam a, .next-quest span:not(.glyphicon) {
		font-size: 13px!important;
	}
	.next_question, .pagenation span.next{
	    margin-left:1px!important;
	}
	.report_p{
		padding: 1px 4px 2px 4px !important;
        margin-top: -1px !important;
	}
	.do-exam .finish-exam {
        margin-top: -28px!important;
        display: inline-block!important;
        width: 60px!important;
        float: right !important;

    }
    input[type="checkbox"], input[type="radio"]{
        margin-top: 8px!important
    }
    .q-answer_review label, .review-page label{
        font-size:13px!important;
    }
    .courses-wrapper h2 a.coursemenu{
        display: block;
        margin-bottom: 20px;
    }
     span.comma span{
        display:none;
    }
     span.comma{
        font-weight:bold;
        margin-left:10px;
    }
    .main-courses .course.list_course_profile .title .comma{
    position: absolute;
    top: -2px;
}
}
@media only screen and (max-width: 480px) and (min-width: 361px)  {
	.row .pad{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.header {
		padding: 20px 15px;
		
	}
	.footer .pull-right,.footer .pull-left{
		padding: 0 15px!important;
	}
	.overaly-all span small {
		width: 100% !important;
		padding: 0 15px;
	}

}
/**********end by mirrajabi*************/
@media (max-width:360px) {
/*	.loginbody{
		background: url(../images/login.jpg) no-repeat center 110px fixed;
		background-size: 225%;
		min-height: 100%;
	}
	.loginbody .text-right{
		text-align: left
	}
	.loginhtml {
		height: 100%;
	}*/
	.main-courses .course.list_course_profile .box{
		right:35px;
	}
	.main-courses .course.list_course_profile .title{
		left:10px
	}
	.main-courses .course.list_course_profile .title.exam{
		width:100%!important;
	}
.hicookies a{
    top:23px!important;
}
}



/****/
.row .double-video-inner,
.row div .double-video-inner {
    padding: 13px 15px !important;
    width: 340px;
}



.row .adminhead {
    font-size: 18px;
    color: #fff;
    margin-top: 6px;
    background: #5b9bd5;
    padding: 15px !important;
    border-radius: 5px;
}
.row .adminhead.superadmin {
    background: #c00000;
}
.row .adminhead.coordinator {
     background: #ff7400;
}
.row .adminhead a {
    color: #fff;
    margin-right: 10px;
}

.row .adminhead .fa-sign-out {
    font-size: 28px;
}
.row .adminhead .glyphicon-home{
    font-size: 22px;
    padding-right: 5px;
}


.learner_info table{
	border: 1px solid #ddd;
}
.learner_info table thead{
	background: #f2f2f2;
} 
.learner,
.seller {
    margin-left: -15px;
}
ul.learner{
	padding-left: 30px;
}
.learner strong,
.seller strong{
    color: #2d2d2d;
    font-size: 17px;
    font-weight: normal;
}
.search-learners .sbtn{
	padding: 0;
}
.search-learners .sbtn input{
	float: left !important;
}
.pl-0 {
    padding-left: 0;
}
.partners,
.partner_info ul,
.learner_info ul {
    padding: 0 0 0 15px;
}
.partners li,
.partner_info ul li,
.learner li,
.learner_info ul li {
    padding-left: 15px;
    color: #929292;
}
.partners li a,
.partner_info ul li a,
.learner li a,
.learner_info ul li a {
    color: #929292;
    font-size: 15px;
}
.learner_info,
.partner_info {
    margin: 35px 0 0 50px;
}

.partner_info strong a{
	color: #929292;
}

.learner_info table th{
    font-size: 17px;
    font-weight: normal;
    border-bottom: 0;
}
.learner_info table td{
    font-size: 13px;
		vertical-align: middle
}
.learner_info table td:last-child{
    text-align: center;
		font-size: 16px
}
.learner_info table td .rebuild{
    color: #000000;
	margin-right: 7px
}
.learner_info table td .fa-frown-o{
    color: #bbb;
}
.learner_info table td .remove{
    color: red;
}
.learner_info table td .add{
	color: #773ab0
}
.learner_info table tbody {
    position: relative;
}
.div-spinner{
	position: relative;
	z-index: 1;
}
.learner_info table.table-spinner tbody:before,
.div-spinner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}
.div-spinner:before{
	z-index: 2;
}
.learner_info table.table-spinner tbody:after,
.div-spinner:after {
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	font-size: 38px;
	position: absolute;
	top: 45%;
	left: 45%;
	color: #fff;
}
.div-spinner:after{
	z-index: 3;
}


.box-guest-login{
    margin-top:20px!important;
}

.guest-login-resister{
	background: #ecf0f1;
	color: #404040;
	border: 1px solid #d7dfe1;
	border-radius: 5px;
}
.guest-login-resister a{
	color: #404040 !important;
}
.guest-login-resister div{
	margin-bottom: 10px;
	text-align: justify;
}
.guest-login-resister div strong{
    font-size: 19px!important;
}
.guest-login-resister div:nth-of-type(3){
	margin-bottom: 0;
}
.guest-login-resister .sign_msg{
	line-height: inherit !important;
	display: inline
}
.guest-login-resister .sign_msg{
	display: none;
	line-height: 20px !important;
}
.guest-login-resister input[type=text],
.guest-login-resister input[type=password]{
	background: #fff;
	border: 1px solid #d7dfe1;
	color: #a6a6a6;
	border-radius: 3px;
	margin-right: 5px;
	padding: 6px 7px;
	width: 195px;
}
.guest-login-resister input[type=button]{
	background: #ecf0f1;
	border: 1px solid #7f7f7f;
	color: #595959;
	border-radius: 3px;
    margin-top: -2px;
}
.guest-login-resister input.sig_up.btn{
    	padding: 5px 6px 5px 6px !important;
}
.coursemenu:hover,
.coursemenu-bottom:hover{
	cursor: pointer
}
.margin45{
	margin-top: 45px !important;
}
.margin20 {
    margin-bottom: 20px;
}
#selogo {
	max-width: 36px;
	height: auto !important;
	font-size: 15px;
	color: #d8d8d8;
	font-weight: bold;
}
#returnModal .modal-footer, #returnModal .modal-header{
	border: 0 !important;
}
.title.exam{
	margin-bottom:15px;
}



.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.progress span{
	font-size: 14px;
	margin-top: -4px;
}

.row#clients{
 margin:0 0 0 -10px!important;
 padding:0 15px;
}
.row#clients div img{
 margin:5px 10px!important;
}

.overaly-all{
  background: #19b050;
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 100%;
  text-align: center;
  display: table;
  font-size: 32px;
  line-height: 36px;
}
.overaly-all span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.overaly-all span small {
    width: 550px;
    display: block;
    margin: 0 auto;
}
.overaly-all h2{
    font-weight: 700;
    text-align: center;
}







