/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }
/*body { line-height: 1; font-family: 'Open Sans', sans-serif; background: #fff; }*/
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { transition: all .4s ease-in-out 0s; }
a:focus, a:hover {
    text-decoration:none!important;
	box-shadow:none!important;
}
a{
	box-shadow:none!important;
}
.btns { transition: all .4s ease-in-out 0s; }
/* page style */
/*.container { max-width: 1280px !important;  width: 100%!important; margin:0!important; }*/
.clear { clear: both; }
.header { }
.thumbnail { margin-bottom: 20px; padding: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.item.list-group-item { float: none; width: 100%; background-color: #fff; margin-bottom: 10px; }
.item.list-group-item .list-group-image { margin-right:24px; }
.item.list-group-item .thumbnail { margin-bottom: 0px; }
.item.list-group-item .caption { padding: 9px 9px 0px 9px; }
.item.list-group-item:before, .item.list-group-item:after { display: table; content: " "; }
.item.list-group-item img { float: left; }
.item.list-group-item:after { clear: both; }
.list-group-item-text { margin: 0 0 11px; }
.filter-panal {
    background: #fafafa none repeat scroll 0 0;
    margin-top: 0;
    padding: 5px 18px;
	 border: 1px solid #eee;
    box-shadow: 0 2px 5px #e3e3e3;
}
.right-panal { background: #fafafa none repeat scroll 0 0; border: 1px solid #eee; box-shadow: 0 2px 5px #e3e3e3; }
.top-filter { margin: 30px 0; padding: 0 15px; }
.filter-panal h3 { border-bottom: 1px solid #c3c3c3; color: #333; font-size: 20px; padding-bottom: 10px; }
.filter-panal h3 { border-bottom: 1px solid #c3c3c3; color: #333; font-size: 20px; margin-bottom: 14px; padding-bottom: 10px; font-weight:normal;margin-top:0;}
.filter-panal .form-group { margin-bottom: 15px; }
.filter-panal label.checkbox-custom-label { color:#707070;font-weight:normal; /*font-size:14px;*/ }
.checkbox-custom, .radio-custom { opacity: 0; position: absolute; }
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label { display: inline-block; vertical-align: middle; margin: 5px; cursor: pointer; }
.checkbox-custom-label, .radio-custom-label { position: relative; }
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before { content: ''; background: #fff; border: 1px solid #ddd; display: inline-block; vertical-align: middle; width: 22px; height: 22px; padding: 2px; margin-right: 10px; text-align: center; font-size: 20px; line-height: normal; }
.checkbox-custom:checked + .checkbox-custom-label:before { content: "\f00c"; font-family: 'FontAwesome'; background: #1A87D9; color: #fff; }
.radio-custom + .radio-custom-label:before { border-radius: 50%; }
.radio-custom:checked + .radio-custom-label:before { content: "\f00c"; font-family: 'FontAwesome'; color: #bbb; }
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label { outline: 1px solid #fff; /* focus style */ }
.checkbox-custom-label span {
    color: #202020 !important;
    /*font-size: 14px;*/
}

.select-style {
    float: left;
    width: 75%;
}
.select-style select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("../images/icon-select.png") no-repeat scroll 90% 50%;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    height: 41px;
    margin-left: 10px;
    padding: 10px 8px;
    width: 77%;
}

.select-style select:focus {
    outline: none;
}
.filter-layout .btns-grp {
    float: right;
 /*    width: 22%; */
}
.filter-layout .btns-grp .btns-small {
    font-size: 13px;
	padding: 10px 12px;
}

.select-style label {
    display: inline-block;
	font-weight:normal;
	line-height: 41px;
}



.price {
    color: #1a87d9;
    font-size: 30px;
    font-weight: bold;
   /*  margin-top: 54px; */
    text-align: center;
	line-height:16px;
}
.share-box {}
/* .share-box a.first-child { margin-left:0; } */
.share-box a {
    display: inline-block;
    margin: 8px 3px;
}

.share-box h3 {
    /*font-size: 21px;*/
	text-align:center;
}

.price span {
    color: #e8e8e8;
    display: block;
    font-size: 22px;
    text-decoration: line-through;
}
.buy-course {
    margin: 18px auto auto;
	/* box-shadow:0 2px 5px #e3e3e3; */
}
.buy-course h3 {
    background: #1a87d9 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    padding: 18px 0;
    text-align: center;
}
.purchese_btn {
    background: #1a87d9 none repeat scroll 0 0;
	border:1px solid #1a87d9;
	color: #fff !important;
	font-size: 14px;
	text-align: center;
	display: block !important;
	margin: 30px 0 0 !important;
	text-transform: uppercase;
	height: 45px;
	line-height: 43px;
}
.purchese_btn:hover, .purchese_btn:focus{
	background:#fff;
	color:#1a87d9!important;
	text-decoration:none;
	outline:none;	
}
.purchese_btn span {
    margin-left: 10px;
    font-size: 18px;
}
.buy-course .table {
    /* background: #fafafa none repeat scroll 0 0; */
    margin: 0;
}
.buy-course .table tr th {
    border: medium none;
    padding: 10px 3px;
	font-size: 14px;
}
.buy-course .table tr td {
    border: medium none;
    padding: 10px 0;
	font-size: 14px;
}

/* .course-detail {
    margin-top: 40px;
} */
.course-detail h1 p {
    color: #686868;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}
.course-detail h1 {
    border-bottom: 1px solid #c3c3c3;
    color: #585858;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.demo-img {
    margin: 20px 0;
}
.course-detail h2 {
    color: #1a87d9;
    font-size: 22px;
    margin-bottom: 20px;
}
.course-detail p {
    color: #838383;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px;
}

.course-detail strong {
    color: #636363;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.course-detail ul {
    color: #838383;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.table2 .table td {
    background: #f8f8f8 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    color: #636363;
    font-size: 15px;
    padding: 12px;
}

.clue-s {
    padding: 30px 0;
}
.ad-min .media-left, .media > .pull-left {
    padding-right: 20px;
}
.detail-sec .media, .media-body {
    overflow: visible;
}
.clue-s strong {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 6px;
}
.com-ment h3 {
    color: #3f3f3e;
    font-size:28px;
    font-weight: 300;
    margin: 0;
}
.leave-form {
    display: table;
    padding: 20px 0;
    width: 100%;
}
.leave-form .form-group {
    margin-bottom: 20px;
}
.com-ment {
    margin-top: 60px;
}
.leave-form .form-control {
    border: 1px solid #c8c8c8;
    border-radius: 0;
    box-shadow: none !important;
    color: #adadad;
    font-size: 16px;
    font-weight: 300;
    height: 150px;
    line-height: 45px;
    text-transform: capitalize;
    width: 100%;
}

.com-ment-btn {
    background: #1a87d9 none repeat scroll 0 0;
border:1px solid #1a87d9;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    max-width: 120px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
}
.com-ment-btn:hover  {   background: #fff;   color: #1a87d9; }
.clue-s h5 {
    color: #646464;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
}
.clue-s li:last-child {
    margin: 0;
}
.ad-mm ul {
    float: right;
}
.ad-mm li {
    float: left;
    margin: 0 50px;
}
.ad-mm li a {
    color:#1A87D9;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.ad-mm {
    background: transparent none repeat scroll 0 0;
    margin-left: 80px;
    padding: 0;
}

.ad-mm span {
    color: #afafaf;
    font-size: 20px;
    margin-right: 5px;
}
.respons h3 {
    color: #ff6600;
    float: right;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px;
}
.border-bottom {
    border-bottom: 1px solid #cdcdcd;
    clear: both;
    margin: 50px 0;
}

.respons h3 {
    color: #1a87d9;
    float: right;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 20px;
}
.respons h3 span {   color: #333;} 


.products-view .list-group-item  .list-group-image {
    margin-top: 0px;
}
.products-view .list-group-item-heading {
    color: #000;
    /*font-size: 14px;*/
    margin-bottom: 6px;
    margin-top: 0;
	font-weight:normal;
	text-transform:capitalize;
	letter-spacing:0!important;
}

.products-view .list-group-item-text {
    color: #727272;
    /*font-size: 14px;*/
    margin: 0 0 10px;
}

.products-view .lead {
    background: #fff none repeat scroll 0 0;
    color: #1a87d9;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}


.products-view .lead span {
    color: #c8c8c8;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}


#products .grid-price {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 77%;
}

.grid-price hr {
    border-color: #d3d3d3;
    margin: 0 0 -12px;
    padding: 0;
}
.products-view .thumbnail .caption {
    color: #333;
    padding: 14px 10px 20px;
}
.list-group-item .thumbnail .caption {
    color: #333;
    padding:0px;
	display:table;
}

.products-view  .list-group-item .lead {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    max-width: none;
}

.list-group-item .grid-price hr {
    border-color: #d3d3d3;
    margin: 20px auto ;
    padding: 0;
}
.list-group-item  .list-price {
    text-align: left;
    width: auto;
}

.products-view .list-group-item {
    border: medium none;
    box-shadow: 0 0 4px #e3e3e3;
    margin: 0 15px 24px;
    width: 97%;
}


.products-view .list-group-item .thumbnail {
    border: medium none;
	box-shadow:none;
	  padding-top:0px;
}

.products-view .thumbnail {
    border: medium none;
    box-shadow: 0 0 4px #e3e3e3;
    padding-top: 13px;
}

.list-group-item .list-group-image {
    border-right: 1px solid #d3d3d3;
    padding-right: 24px;
}

.item.list-group-item {
    padding: 13px 15px;
}



.top-filter ul li {
    float: left;
}
.filter-search {
    width: 50%;
}
.filter-layout {
    float: right !important;
    width: 50%;
}

#custom-search-input {
        margin:0;
        padding: 0;
    }
 
#custom-search-input .search-query {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none !important;
    font-weight: normal !important;
    height: 40px;
    margin-bottom: 0;
    padding: 8px;
}
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -38px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#333;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
	

.list-price {
    margin-top: 20px;
}


/*27feb css start*/
.area{
	width:100%;
	/* display:table;
	min-width:798px; */
}
.group.list-group-image {
    min-height: 150px;
	height:150px;
width:100%
}
#masthead .content-area{
	    width: 100%;
}
.custom-pagination{
    margin-top:40px;
}
.custom-pagination .next.page-numbers {
    float: none;
    padding: 5px 10px;
    border-radius: 0!important;	
    background: #eee;
    color: #1a87d9; 
	line-height:20px;
}

.custom-pagination span.current{
	padding:5px 10px;	
	 font-size: 14px;
}
.custom-pagination .page-numbers.page-num {
    margin-top: 5px;
}
.custom-pagination .page-numbers {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    margin-left: 2px;
    border-radius: 0!important;
	float:left;
	border:none;
}
.grid-group-item .thumbnail {
	min-height: 300px;
	height:300px;
}
.item.list-group-item img{
	width:240px;
}	
.list-group-item .grid-price{
	width:100%!important;
}
.list-group-item .thumbnail .caption{
	width:60%;
}
.products-view  .list-group-item .lead{
	text-align:left;
}

/*8 mar css*/
.products-view .list-group-item-text{
	min-height:auto;
}
 .group.inner.list-group-item-heading{
	min-height:10px;
}
.list-group-item .list-group-image {
    min-height: 120px;
    height: 120px;
}
/*8 mar css*/	
	
/*11 mar*/
.regis_ter {
    background: #1a87d9;
    display: table;
    width: 100%;
	padding:15px;
	margin-bottom:30px;
}
.regis_ter h3 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}


.registered-courses .panel-title{
	position: relative;
	margin: 0;
}
.course_progress {
    background: #1a87d9;
    color: #fff;
    padding: 10px;
    margin: 20px auto;
    font-size: 15px;
    text-transform: uppercase;
}

.resr .l_show_desc {
    background: #eee;
    margin-bottom: 2px;
    padding: 8px;
}
/**/	
/*14 mar css start*/
.overview_sec {
    min-width: 255px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
	margin-bottom:20px;
	display:table;
	width:100%;
}
.metabox-holder .overview_sec > h3, .metabox-holder .stuffbox > h3, .metabox-holder h2.hndle, .metabox-holder h3.hndle {
    font-size: 16px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}
.overview_sec .hndle, .stuffbox .hndle{
	border-bottom:1px solid #eee;
	background:#1b87d9;
	color:#fff;
}
.overview_sec .inside {
    margin: 0px 0;
    position: relative;
}
.registered-courses .panel-default > .panel-heading{
	position:relative;
	padding:15px 20px;
}
.registered-courses .progress {
    width: 40%;
position: absolute;
right: 30px;
top: -2px;
background: #fff;
margin-bottom:0;
}
div.dt-buttons{
	position:relative;
	float:right;
	margin-bottom:10px;
}
.container-1{ width: 65% !important; }
.container-2{ width: 35% !important; }
.button_toggle {
    cursor: pointer;
}
 .l_show_desc {
    background: #fff;
    padding: 8px;
	display:table;
	width:100%;
	border:1px solid #eee;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}
.p_open{
	display:none;
	padding: 10px 30px;
	clear: both;
	border:1px solid #eee;
}
.overview_sec .main li {
    width: 33%;
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;
}
.overview_sec .main ul {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.overview_sec a {
    text-decoration: none;
	color:#303030;
	font-size:14px;
}
.overview_sec .inside, .stuffbox .inside {
    line-height: 1.4em;
    font-size: 13px;
	padding:0 10px;

}
.overview_sec .main {
    padding: 0 12px 11px;
}
.overview_sec td  {
    border: none !important;
	padding:10px 8px!important;
}
.overview_sec .sorting_disabled {
    border: none !important;
	font-size: 16px;
}
/* .overview_sec .page-count a::before, .overview_sec .page-count span::before {
    content:  "\f19d";
} */
/* .overview_sec li a::before, .overview_sec li span::before, .welcome-panel .welcome-icon::before {
    color: #82878c;
	display: inline-block;
	padding: 0 10px 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none !important;
	vertical-align:top;
	font-family: FontAwesome;
} */
.reviewsw h5 {
    font-size: 14px;
    text-transform: capitalize;
    color: #1b87d9;
    font-weight: 600;
	margin:0 0 5px;
}
.reviewsw ul li {
    line-height: 1.5em;
    margin-bottom: 0px;
	width:100%;
}
.reviewsw li{
	font-size: 14px;
	color: #303030;
	text-transform: capitalize;
}
.reviewsw li span{color:#929292;margin-left: 5px;}
.roundedOne{
	float:right;
}
.pstbox {
    float: left;
}
.reviewsw {
    border-bottom: 1px solid #eee;
    padding-bottom:15px;
	margin-bottom:15px;
}
.overview_sec div.dt-buttons .btns{
	padding:4px 12px;
}
.overview_sec .pagination > .active > a, .overview_sec .pagination > .active > a:focus, .overview_sec .pagination > .active > a:hover, .overview_sec .pagination > .active > span, .overview_sec .pagination > .active > span:focus, .overview_sec .pagination > .active > span:hover{
	background:#1b87d9;
	border-color:#1b87d9;
}
.overview_sec #table_id_info {
    float: left;
}
.overview_sec th {
    background: #ddd;
border: none !important;
color: #303030;
}
/**/
.registered-courses .panel-heading .accordion-toggle:after {
    font-family: "FontAwesome";
	/* content:   "\f078"; */
	position: absolute;
	left: 20px;
	font-size: 20px;
	font-weight: 400;
	top: 50%;
	line-height: 1;
	margin-top: -10px;
	 color: #1a87d9;         /* adjust as needed */
}
.registered-courses  .panel-heading a span:hover{
	color:#1b87d9;
}
.registered-courses .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
   content:   "\f077";   /* adjust as needed, taken from bootstrap.css */
}
.registered-courses  .panel-heading a span {
    margin-left: 7px;
	font-size: 14px;
	font-weight: normal;
	text-transform:capitalize;
}
.to_ggl h5 {
    font-size: 16px;
    margin: 0;
}
.accordion-toggle{
	outline:none!important;
}
/**/
.roundedOne {
    /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%) repeat scroll 0 0; */
    /* box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5); */
    height: 20px;
    position: relative;
    width: 20px;
    border: 1px solid #929292;
}
.roundedOne input[type="checkbox"] {
    visibility: hidden;
    margin: 0;
}
.roundedOne label {
    /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #222222 0%, #45484d 100%) repeat scroll 0 0; */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white; */
    cursor: pointer;
    height: 8px;
    left: 0px;
	right:0;
    position: absolute;
    top: 5px;
    width: 8px;
	text-align:center;
	margin:auto;
	display:block;
}
.roundedOne input[type="checkbox"]:checked + label::before {
    opacity: 1;
}

.roundedOne label::before {
    /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #929292 0%, #929292 100%) repeat scroll 0 0; */
    /* box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5); */
     content: '✓';
    height: 8px;
    left: -2px;
    opacity: 0;
    position: absolute;
    top: -6px;
    width: 8px;
}
.icon_s span {
    display: block;
    margin: auto;
    text-align: center;
	font-size: 25px;
	margin-bottom: 5px;
	color: #1a87d9;
}
.icon_s a {
    text-align: center;
    margin: auto;
    display: block;
	font-size:14px;
}
.icon_s a:hover, .icon_s a:focus{color:#1a87d9;}
/*14 mar css end*/
	
/*20mar css start*/
.course_heading h1 {
    font-size: 25px;
    color: #1a87d9;
    text-transform: capitalize;
    margin: 0px 0 20px;
}
.down_load h3 {
    font-size: 18px;
    color: #1a87d9;
    text-transform: capitalize;
}
.down_load h3 {
    font-size: 18px;
    color: #1a87d9;
    text-transform: capitalize;
    margin: 30px 0 10px;
}
.down_load li a {
    color: #929292;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 27px;
}
.down_load li a:hover, .down_load li a:focus{color:#1a87d9;}
.down_load li span {
    padding-right: 8px;
}
.course-bar h3 {
    margin: 0;
    background: #1a87d9;
    font-size: 16px;
    padding: 10px;
    text-transform: capitalize;
    color: #fff;
}
.course-bar {
    border: 1px solid #ddd;
	margin-top:20px;
}
.course-bar ul {
    padding: 10px 20px;
}
.course-bar li a {
    color: #929292;
    font-size: 14px;
    text-transform: capitalize;
}
.course-bar li a:hover, .course-bar li a:focus{color:#1a87d9;}
.course-bar li span {
    line-height: 21px;
    padding-right: 8px;
}
.course-bar .progress {
    margin: 15px;
}
.course-bar li {
    border-bottom: 1px solid #eee;
    line-height: 40px;
    padding: 10px 0;
}

.course-bar .roundedOne {
    border-radius: 100%;
    float: left;
    right: 12px;
    top: 0;
}
.course-bar .roundedOne label::before{
	top:-10px;
	left:-1px;
}
.course-bar .roundedOne label{
	top:0;
}
.select_course{
    border: none;
}
.select_course a{
    background: #1b87d9;
	border:1px solid #1b87d9;
    color: #fff;
    display: block;
    padding: 8px;
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
}
/**/
#activity_filter_form {
    padding: 10px;
}
#activity_filter_form .filter_filter {
    float: right;
}



.share-box a img {
    width: 30px;
}
.lessons_container > div.l_show_desc.active{
    background: #f2f2f2 !important;
}
.lesson_topic {
    border-bottom: 1px solid #eee;
    padding-left: 30px;
	padding-bottom:0px;
}

.buy-course .table{/* border:1px solid #ddd; */ border:0;}
.buy-course .table tr {
    border-bottom: 1px solid #eee;
}
.share-box {
    margin: auto;
    display: table;
}
.select_course a:hover, .select_course a:focus{background:#fff;
color:#1b87d9;text-decoration:none;}
.select_course {
    margin-bottom:10px;
}
.select_course:hover,  .select_course:focus {
    border-bottom: none;
}
/* .course-bar:first-child {
    margin-top: 46px;
} */
.tabb .nav-tabs>li.active>a, .tabb .nav-tabs>li.active>a:focus, .tabb .nav-tabs>li.active>a:hover {
    color: #1a87d9;
}
.tabb .nav-tabs>li>a{color:#000;font-size:16px;}
.tabb {
    margin: 15px 10px;
}
.tabb .nav>li>a:focus, .tabb .nav>li>a:hover{background:#fff;}

.l_show_desc {position:relative;}
.l_show_desc:before {
    /* symbol for "opening" panels */
   font-family: FontAwesome;  /* essential for enabling glyphicon */
    content: "\f067";    /* adjust as needed, taken from bootstrap.css */
    color: grey;         /* adjust as needed */
	float:left;
	position:absolute;
	right:10px;top:14px;font-size:14px;
}
.more:after {
 
    font-family: FontAwesome;
    content: "\f067";
    float: right;
    position: absolute;
    top: -21px;
    right: -12px;font-size:14px;color: grey;
}
.course-bar li{position:relative;}
.less:after {
     font-family: FontAwesome;
    content: "\f068";
    float: right;
    position: absolute;
    top: -21px;
    right: -12px;color: grey;font-size:14px;
}
.l_show_desc.active:before {
    /* symbol for "collapsed" panels */
    content: "\f068";    /* adjust as needed, taken from bootstrap.css */
}
.purchese_btn:hover, .purchese_btn:focus  {
    border-bottom: 1px solid #217cc1;
}
.lessons_container p {margin-bottom:0;}
.l_show_div{padding:12px 0;}
.inside.d_data_div {
    margin-top: 10px;
}

.l_show_div{background:#eee;border-top: 1px solid #fff;
    color: #636363;
    font-size: 15px;}

.course_heading img {
    /*width: 1024px;
    height: 344px;*/
clear:both;
display:table;
}
.grid-group-item .list-group-item-text{
        min-height: 50px;
}
.products-view .list-price{
    margin-top: 10px !important;
}
.dataTables_scroll #table_id td {
    border-bottom: 1px solid #eee!important;
}
#table_id>tbody>tr:nth-of-type(odd) {
     background-color: #fff; 
}
#activity_filter_form select.filter_filter {
    font-size: 14px;
}
/**/
.okay2 h3 {
    font-size: 16px;
    line-height: 22px;
    color: #303030;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.okay2 li {
    color: #303030;
    line-height: 30px;
    font-weight: normal;
    font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
.course_heading.okay2 .quiz_sub{
	background:#1b87d9;
	border:1px solid #1b87d9;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight: normal;
	width:200px;
}
.course_heading.okay2 .quiz_sub:hover, .course_heading.okay2 .quiz_sub:focus{
	background:#fff;
	color:#1b87d9;
}

.filter-layout span.glyphicon {
    color: #000;
}
.com-ment-btn:hover {
    border-bottom: 1px solid #217cc1;
}
#insert-media-button{margin-left:15px!important;}
.popup {

    background: #eee;
    padding: 10px;
    border-radius: 8px;
    color: #FFF;
    position: relative;
    font-size: 12px;
    line-height: 20px;
margin-top:30px;
margin-bottom:30px;
}
.popup:before {
    border-left: 20px solid #eee;
    border-right: 28px solid transparent;
    border-top: 27px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 45px;
    position: absolute;
    top: -27px;
    width: 0;
}
.div-testimonial span {
    color: #828282;
    font-size: 15px;
    font-weight: normal;
    padding-left: 20px;
}
.div-testimonial h4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.div-testimonial {
    width: 500px;
}
.popups p {
    color: #303030;
    font-size: 14px;
    line-height: 22px;
}
.side_filter, .my_course, .my_course_progress 
 {
    /*padding-left: 0!important;*/
}

.course_img img {
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*height:346px;*/
}
/*25may css start*/
.detail_section h1 {
    font-size: 25px;
    margin: 20px 0;
	color:#1a87d9;
}
.detail_section p {
    padding: 12px 20px 12px 30px;
    line-height: 24px!important;
	/*margin: 0 0 10px!important;*/
}
.detail_section {
    background: #fafafa;
    padding: 20px;
    box-shadow: 0 2px 5px #e3e3e3;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
}
/**/

@media(min-width:0px) and (max-width:767px){
	/*.filter-layout .btns-grp .btns-small {
		font-size: 10px;
	}*/
	.grid-group-item .thumbnail{
		min-height:300px;
	}
	.filter-layout {
		width: 70%;
	}
	.filter-search {
		width: 30%;
	}
	.item.list-group-item img {
		width: 150px;
	}
	.list-group-item .thumbnail .caption {
		width: auto;
	}
	.regis_ter h3, .course_progress{
		font-size:12px;
	}
	.regis_ter{
		padding:10px;
		margin-bottom:0;
	}	
	.registered-courses .panel-group {
		padding-top: 20px;
		clear:both;
	}
	
	.to_ggl h5 {
		font-size: 16px;
	}
	.lass {
		padding-left: 50px;
		float: left;
	}

	.l_show_desc:after {top:12px;}
	.registered-courses  .panel-heading a span{font-size:12px;}
	.registered-courses .panel-default > .panel-heading{padding:15px 7px;}
	.registered-courses .progress{    position: inherit;
    top: 7px;
    left: 0;
    width: 100%;}
    
    .grid-group-item .list-group-item-text {
        min-height: auto;
    }
	.price{margin-top:0;}
	.buy-course {
    margin: 30px auto auto;}
	.course_heading h1 {
    font-size: 18px;line-height:22px;}
	.view-more__content {
    padding: 0 15px;
}
.okay .lass {
    padding-left: 15px!important;
}
.course-detail h1{font-size:16px;}
.div-testimonial {
    width: auto;
}

}
@media(min-width:768px) and (max-width:991px){
	/*.filter-layout .btns-grp .btns-small {
		font-size: 10px;
		padding:5px;
	}*/
	.entry-content{
		margin:0;
	}
	.filter-layout {
		width: 70%;
	}
	.filter-search {
		width: 27%;
	}
	.select-style select{
		width:60%;
	}
	#custom-search-input button{
		position:absolute;
		top:11px;
	}
	.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before{
		margin-right:5px;
	}
	/*.filter-panal label.checkbox-custom-label{
		font-size:11px;
	}*/
	.item.list-group-item img {
		width: 150px;
	}
	.list-group-item .list-group-image {
		min-height: 100px;
		height: 100px;
	}
	.registered-courses .panel-heading a span{
		margin-left: 25px;
		font-size: 11px;
	}
	.registered-courses .panel-heading .accordion-toggle::after {
		left:5px;		
	}
	.registered-courses .progress{right:0;}
	.share-box a{margin:8px 0;}
}
@media(min-width:992px) and (max-width:1199px){
	/*.filter-layout .btns-grp .btns-small {
		font-size: 10px;
		padding:5px;
	}*/
	.entry-content{
		margin:0;
	}
	.filter-layout {
		width: 70%;
	}
	.filter-search {
		width: 27%;
	}
	.select-style select{
		width:60%;
	}
	#custom-search-input button{
		position:absolute;
		top:11px;
	}
	.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before{
		margin-right:5px;
	}
	/*.filter-panal label.checkbox-custom-label{
		font-size:11px;
	}*/
	.item.list-group-item img {
		width: 200px;
	}
	.registered-courses .progress{right:0;}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
	.filter-search, .filter-layout {
		width: 100%;
	}
	.filter-layout .btns-grp {
		width: 30%;
		margin-top:25px;
	}
	.select-style {
		width: 70%;
		margin-top: 22px;
	}
	.wd {
		width: 100%!important;
	}
	.products-view .thumbnail{
		min-height:auto;
	}
	.select-style select{
		width:60%;
	}
	.list-group-item .thumbnail .caption{
		width:100%;
		    text-align: center;
	}
	.list-group-item .list-group-image{
		border-right: none;
		margin: auto !important;
		display: block !important;
		float: none!important;
	}
	.products-view .list-group-item .lead {
		text-align: center;
	}
	.registered-courses .fancy-collapse-panel .panel-heading a span{
		font-size:10px;
	}
	.regis_ter h3, .course_progress{
		font-size:10px;
	}
	.regis_ter{
		padding:10px 5px;
	}
	.registered-courses .panel-heading a span {
		margin-left: 0px;
		font-size: 9px;
	}
	.registered-courses .panel-heading .accordion-toggle::after{
		left:0px;
		top:25%;
	}

	.registered-courses .panel-default > .panel-heading{
		padding:8px 3px;
	}
	.l_show_desc{
		padding:8px 0!important;
	}
	.registered-courses .panel-heading .accordion-toggle:after{
		left:0px;
		font-size: 15px;
	}
	.to_ggl h5 {
		font-size: 9px;
	}
	.registered-courses .progress{
		position:inherit;
		top:0;
		left:0;
		width:100%;
	}
	.registered-courses .accordion-toggle {
		margin-bottom: 10px;
		display: block;
	}
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	.filter-search, .filter-layout {
		width: 100%;
	}
	.filter-layout .btns-grp {
		width: 30%;
		margin-top:25px;
	}
	.select-style {
		width: 70%;
		margin-top: 22px;
	} 
	.wd {
		width: 100%!important;
	}
	.products-view .thumbnail{
		min-height:auto;
	}
	.select-style select{
		width:60%;
	}
	.list-group-item .thumbnail .caption{
		width:100%;
		    text-align: center;
	}
	.list-group-item .list-group-image{
		border-right: none;
		margin: auto !important;
		display: block !important;
		float: none!important;
	}
	.products-view .list-group-item .lead {
		text-align: center;
	}
	.registered-courses .fancy-collapse-panel .panel-heading a span{
		font-size:10px;
	}
	.regis_ter h3, .course_progress{
		font-size:10px;
	}
	.regis_ter{
		padding:10px 5px;
	}
	
	.registered-courses .panel-heading a span {
		margin-left: 0px;
		font-size: 9px;
	}
	.registered-courses .panel-heading .accordion-toggle::after{
		left:0px;
		top:25%;
	}
	.registered-courses .panel-default > .panel-heading{
		padding:10px 8px;
	}
	.l_show_desc{
		padding:8px 0!important;
	}
	.registered-courses .panel-heading .accordion-toggle:after{
		left:0px;
		font-size: 15px;
	}
	.to_ggl h5 {
		font-size: 9px;
	}
	.registered-courses .progress{
		position:inherit;
		top:0;
		left:0;
		width:100%;
	}
	.registered-courses .accordion-toggle {
		/*margin-bottom: 10px;*/
		display: block;
	}
}
/*27feb css end*/

@media (min-width:768px){
    #activity_filter_form .filter_filter{
        position: absolute;
        right: 8px;
        top: 7px;
    }
}
.filter-search, .filter-layout {
    list-style-type: none !important;
}
.hide_topics{
display:none;
}
.show_topics{
display:block;
}
.course-lessons-ul .show{
cursor:pointer;
}

.course_heading ul {
    list-style-type: disc;
    list-style-position: inside;
}
em {
    font-style: italic !important;
}


.course-detail .detail_section ol li {
    list-style-type: decimal!important;
}
.course-detail .detail_section  ol  {
    padding-left: 15px;
}
.course-detail .detail_section ul li {
    list-style-type: decimal!important;
}
.course-detail .detail_section  ul  {
    padding-left: 15px;
}
.course-detail .detail_section ol li {
    color:#838383;
    font-size:14px;
    line-height:25px;
}

.course-detail .detail_section .questions li {
    list-style-type: none!important;
}
.course-detail .detail_section ul li {
    list-style-type: disc!important;
}


/* 02 Feb 2018 */
@media (max-width: 840px) {
    section.content-area.area.lms_content {
        min-width:  auto;
        max-width: 100%;
    }

    div#page.site {
        margin: 0;
    }

    section.content-area.area.lms_content .side_filter .filter-panal {
        padding:  5px 5px;
    }

	section.content-area.area.lms_content .custom-pagination .page-numbers {
		float: none;
	}

	section.content-area.area.lms_content .custom-pagination {
		text-align: right;
	}
	section.content-area.area.lms_content .course_img img {
		height: auto;
	}
}
@media (max-width: 736px) {
	.entry-content {
		margin: 0;
	}
	section.content-area.area.lms_content .side_filter {
		margin-bottom: 20px;
	}
	section.content-area.area.lms_content .course-detail {
		margin-top: 20px;
	}
	
}
@media (max-width: 736px) and (min-width: 481px) {
	section.content-area.area.lms_content li.filter-layout div.select-style select.course_order {
		width: auto;
	}
	.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_email_box {
		padding: 30px 10px 30px 10px !important;
	}

	.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_email_box input[type="text"] {
		min-width: auto !important;
	}

	.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_email_box input[type="submit"] {
		min-width: 100px !important;
	}
	.lms_login_main .lms_forget_password_div {
		padding-top: 50px;
	}
}
@media (max-width: 480px) {
	section.content-area.area.lms_content .l_show_desc:after {
		right: 15px;
		left: auto;
	}
	section.content-area.area.lms_content .lessons_container.okay > div {
		padding: 8px 0;
	}
	section.content-area.area.lms_content button.btns.btns-dngr {}section.content-area.area.lms_content li.filter-search #custom-search-input span.input-group-btn {
		position:  absolute;
		display: inline-block;
		right: 0;
		width: auto;
		line-height: 40px;
		top: 0;
	}

	section.content-area.area.lms_content li.filter-search #custom-search-input div.input-group {
		position:  relative;
		width: 100%;
	}

	section.content-area.area.lms_content 	li.filter-search #custom-search-input span.input-group-btn button[type="button"] {
		left: auto;
		right: 10px;
		padding: 0;
		margin-top: 0;
		line-height: 40px;
	}
	.course-detail table th {
		font-size: 14px;
	}
	.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_text h1 {
		font-size: 22px;
	}

	.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_text {
		padding: 10px !important;
	}

	.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_email_box {
		padding: 30px 10px 30px 10px !important;
	}

	.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_email_box input[type="text"] {
		min-width: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}

	.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_email_box input[type="submit"] {
		min-width: 120px;
	}
	.item.grid-group-item .course_post_image img {
		max-width: initial;
		width: 100%;
	}
}


/* 06 Feb 2018 */ 
.login_section .col-sm-2 {
    height: 100%;
    text-align: center;
	font-size: 28px;
    font-weight: 600;
}

.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a img {
    display: none;
}

.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-connect-with {
    display: none;
}

.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a:after {
    font-size:  18px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    line-height: 30px;
    text-transform: uppercase;
}
.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a:before {
    font-family: Fontawesome;
    margin-right: 8px;
    font-weight: 300;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
	margin-left: 10px;
}

.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a {
    position:  relative;
    display: inline-block;
    text-align: center;
    height: 50px;
    border-radius: 6px;
    text-align: center;
	width: auto;
	min-width: 160px;
}

.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a.wp-social-login-provider-facebook {
    background: #3b5998;
}
.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a.wp-social-login-provider-facebook:after {
    content: "Facebook";
}
.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a.wp-social-login-provider-facebook:before {
    content: "\f082";
    /*content: "\f09a";*/
}


.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a.wp-social-login-provider-google {
    background: #dd4b39;
}
.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a.wp-social-login-provider-google:after {
    content: "Google";
}
.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a.wp-social-login-provider-google:before {
    content: "\f0d4";
    /*content: "\f1a0";*/
}


.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a.wp-social-login-provider-linkedin {
    background: #0077b5;
}
.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a.wp-social-login-provider-linkedin:after {
    content: "Linkedin";
}
.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a.wp-social-login-provider-linkedin:before {
    content: "\f08c";
    /*content: "\f0e1";*/
}

.login_section .col-sm-5 {
    margin: auto;
    /* padding: 70px; */
}
.login_section .msg_print {
    position:  absolute;
}

.login_section .msg_print label, .lms_login_main #lms_signup_content form .reg_fields .error_message {
    font-size: 12px;
    margin-bottom:  0;
    font-weight: 300;
}

.login_section .msg_print label.login_error, .lms_login_main #lms_signup_content form .reg_fields .error_message {
    color: red;
}

.login_section .msg_print label.login_sucess {
    color: green;
}

.login_section .col-sm-5 .fields input, .lms_login_main #lms_signup_content form .reg_fields input, .lms_login_main .reset_password_box .reset_field input[type="password"] {
    height: 50px;
    width: 100%;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 0;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.login_section .col-sm-5 .fields input[type="checkbox"], .lms_login_main #lms_signup_content form .reg_fields input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-bottom: 0;
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	top: -12px;
}

.login_section .col-sm-5 .fields input[type="submit"], .lms_login_main #lms_signup_content form .reg_fields input[type="submit"], .lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_email_box input[type="submit"], .lms_login_main .reset_password_box .reset_field input[type="submit"] {
    background: #000;
	color: #fff;
	width: auto;
    min-width: 180px;
    font-size: 14px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*margin-top: 20px;
    box-shadow: 10px 14px 10px rgba(0,0,0,0.1);*/
}

.login_section .col-sm-5 > h3 {
    display: none;
}
.lms_login_main #lms_signin_content .login_section > .row {
    display: block;
}
@media (max-width: 1366px) {
	.login_section .col-sm-5 {
		margin: auto;
	/*	padding: 35px; */
	}
}
@media (max-width: 1024px) {
	.login_section .col-sm-5 {
		margin: auto;
	/*	padding: 20px; */
	}
}
@media (max-width: 840px) and (min-width: 768px) {
	.login_section {
		width: 100%;
		padding-left: 15px;
	}
}
@media (max-width: 736px) {
	.login_section > .row {
		flex-wrap: wrap;
	}
	.login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a:before {
		margin-right: 6px;
	}
	.login_section > .row > div {
		width: 100% !important;
	}
}
.login_section .col-sm-5 .fields input[type="checkbox"] + label {
    position: relative;
	top: -12px;
}

.login_section .fields  {
    position: relative;
}

/* 15 Feb 2018 */
.content-area.area.lms_content {
    min-width:  auto;
    max-width: 100%;
}
#login_section_id .wp-social-login-provider-list {
    padding: 0;
	display: block;
	text-align: center;
}

.content-area.area.lms_content div#products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.content-area.area.lms_content .products-view .thumbnail > a {
    display: flex;
    align-items: center;
    max-height: 150px;
    overflow: hidden;
	justify-content: center;
}
.content-area.area.lms_content .grid-group-item .thumbnail {
	height: 100%;
	min-height: auto;
}
.content-area.area.lms_content .grid-group-item .thumbnail .group.list-group-image {
	min-height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.content-area.area.lms_content div#products > div {
    margin-bottom: 20px;
}
.content-area.area.lms_content .top-filter .filter-layout .select-style {
	width: 60%;
}
.content-area.area.lms_content .top-filter .filter-layout .select-style select.course_order {
	width: 51%;
}
.content-area.area.lms_content .grid-group-item .thumbnail {
    position:  relative;
}

.content-area.area.lms_content .grid-group-item .thumbnail .caption > .row {
    position:  absolute;
    width: 100%;
    bottom: 20px;
}

/* 16 Feb 2018 */
.item.wd.list-group-item .thumbnail > a {
    display: block !important;
    /*width: 50% !important;*/
    float: left;
}

.item.wd.list-group-item .thumbnail .caption {
    width: 100%;
}


/* 20 Feb 2018 */
.registered-courses.area.lms-dashboard  .welcome_dashboard {
	display: block;
    font-size: 18px;
    font-family: inherit;
    text-transform: capitalize;
    color: inherit;
    font-weight: 600;
    padding: 12px 15px;
}

.welcome_dashboard a.logout_a {
    float: right;
	border: 1px solid #ccc;
    padding: 2px 18px;
    background: #f2f2f2;
    color: #1a87cf;
}
.welcome_dashboard a.logout_a:hover {
    color: #000;
    background: #e5e5e5;
}
.login_success {
	color: green !important;
}
.my_course_progress .panel-heading .panel-title span.certificate_crs {
    margin-left: 50px;
}

.my_course_progress .panel-heading .panel-title .progress {
    right: 0;
}

.my_course_progress .panel-heading .panel-title span.certificate_crs a {
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    padding: 7px 14px;
    color: #1a87cf;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    transition: all .4s ease-in-out 0s;
}

.my_course_progress .panel-heading .panel-title span.certificate_crs a:before {
    content: "\f1c1";
    font-family: Fontawesome;
    margin-right: 5px;
}

.my_course_progress .panel-heading .panel-title span.certificate_crs a:hover {
    background: #1a87d9;
    color: #fff;
    border-radius: 4px;
}

/* 22 Feb 2018 */
.registered-courses .my_course, .registered-courses .my_course_progress {
    padding-right: 0;
}

.registered-courses .my_course .regis_ter {
    margin-bottom: 5px;
}

.registered-courses .my_course_progress .panel-heading {
    border: none !important;
    height: auto;
    padding: 5px 20px;
}

.registered-courses .my_course_progress .panel-heading .panel-title > a {width: 28%;float: none;display: inline-block;vertical-align: middle; padding-bottom: 5px; padding-top: 5px;}

.registered-courses .my_course_progress .panel-heading .panel-title .progress {
    position:  initial;
    width: 28%;
    display: inline-block;
}

.registered-courses .my_course_progress .panel-heading .panel-title span.certificate_crs {
    width: 44%;
    position:  initial;
    display: inline-block;
    margin-left: 0;
    text-align: end;
}

/*.registered-courses .my_course_progress .panel-heading .panel-title .progress .progress-bar {
    padding-top: 2px;
}
*/
.registered-courses .my_course_progress .panel-heading h4.panel-title {
    height: 34px;
    display: flex;
    align-items: center;
	font-size: 14px;
}
.registered-courses .my_course_progress .panel-default {
    border-radius: 0;
    border: none;
}

.registered-courses .my_course_progress div#badgeos-achievements-container {
    margin-top: 0px;
	border-bottom: 0;
}
.my_course_progress .panel-heading .panel-title a.accordion-toggle span {
	color: #1a87cf;
	font-size: 14px;
	font-weight: 600;
}
.my_course_progress .panel-heading .panel-title a.accordion-toggle span:hover {
	text-decoration: underline;
}

/* 23 Feb 2018 */
.lms_content .filter-panal input[type="checkbox"] + label {
    padding-left: 34px;
}

.lms_content .filter-panal input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
	/*top: -3px;*/
}
.single-lms_courses .detail_course_login_main {
    border: 0;
    box-shadow: none;
    background: transparent;
}
html[dir="rtl"] .lms_content .filter-panal input[type="checkbox"] + label {
    padding-left: 0;
    padding-right: 30px;
    direction: ltr;
    position:  relative;
}
html[dir="rtl"] .lms_content .filter-panal input[type="checkbox"] + label:before {
    right: 0px;
    margin-right: 0;
    margin-left: 10px;
    left: auto;
}

html[dir="rtl"] .lms_content div#custom-search-input {
    position:  relative;
}

html[dir="rtl"] .lms_content li.filter-search #custom-search-input span.input-group-btn button {
    left: 30px;
    right: auto;
}
html[dir="rtl"] .single-lms_courses ul.course-lessons-ul .roundedOne {
    float: right;
}

html[dir="rtl"] .single-lms_courses ul.course-lessons-ul span.title_lessons {
    padding-right: 20px;
}

/* 05.03.2018 */
.registered-courses .my_course_progress .my_course .regis_ter {
    margin-top: 16px;
    margin-bottom: 0;
}

@media (max-width: 320px) {
	.filter-layout .btns-grp .btns-small {
		padding: 10px 10px;
	}
	.welcome_dashboard a.logout_a {
		position: absolute;
		font-size: 14px;
		padding: 1px 7px;
		right: 0;
	}
	.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_email_box {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
}

/* 07 March 2018 */

.single-lms_courses ul.course-lessons-ul .roundedOne label:before {
    content: "";
}

.single-lms_courses ul.course-lessons-ul li.lesson_done .roundedOne {
    width: 14px;
    height: 14px;
    top: 4px;
    background: #1a87d9;
}

.single-lms_courses ul.course-lessons-ul .roundedOne {
    width: 14px;
    height: 14px;
    top: 4px;
    border: none;
}

.single-lms_courses ul.course-lessons-ul li > a > span.title_lessons:before {
    content: "";
    width: 2px;
    height: 100%;
    position:  absolute;
    display: block;
    background: #ccc;
    left: -6px;
    top: 20px;
}

.single-lms_courses ul.course-lessons-ul li {
    border-bottom: none;
	margin: 0;
}

.single-lms_courses ul.course-lessons-ul li.lesson_done > a > span.title_lessons:before {
    background: #1a87d9;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
}

.single-lms_courses .lesson_done span.title_lessons {
    color: #000;
}

.single-lms_courses .hide_topics span.title_lessons i {
    display: none;
}
/*
.single-lms_courses .hide_topics span.title_lessons:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    vertical-align: 2px;
    margin-right: 3px;
    position:  absolute;
    left: -7px;
    top: 9px;
}
*/
.single-lms_courses .hide_topics span.title_lessons {
    position:  relative;
    line-height: 16px;
	padding-top: 10px;
	display: list-item;
    list-style-type: none;
}

.single-lms_courses ul.course-lessons-ul li.lesson_pendding .roundedOne {
    border: 2px solid #1a87d9;
    width: 14px;
    height: 14px;
    top: 4px;
    background: #fff;
    z-index: 1;
	transition-delay: 0.65s;
	transition-timing-function: ease-in;
}

.single-lms_courses ul.course-lessons-ul li.lesson_pendding.hide_lesson .roundedOne {border: none;background: none;}

.single-lms_courses ul.course-lessons-ul li.lesson_done a.active > span.title_lessons, .single-lms_courses ul.course-lessons-ul li.lesson_pendding a.active > span.title_lessons, .single-lms_courses ul.course-lessons-ul li.hide_lesson a.active > span.title_lessons {
    color: #1a87d9;
}

.single-lms_courses ul.course-lessons-ul li.lesson_pendding.hide_lesson span.title_lessons {
    color: #929292;
}

.single-lms_courses  li.hide_lesson.lesson_pendding input, .single-lms_courses li.hide_lesson.lesson_pendding .roundedOne {
    visibility: hidden;
}
.single-lms_courses ul.course-lessons-ul li:last-child > a > span.title_lessons:before {
    height: 7px;
}
.single-lms_courses .hide_topics {
	padding-left: 26px;
}

.single-lms_courses .hide_topics a {
    
}
@media (max-width: 960px) {
    .single-lms_courses .ediv_main .col-sm-5.col-md-3 {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* 12 March 2018 */
.single-lms_courses .hide_topics span.title_lessons:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #929292;
    display: block;
    border-radius: 50%;
    position:  absolute;
    left: -10px;
    top: 15px;
}
.single-lms_courses .hide_topics a.active span.title_lessons:before {
	background: #1a87d9;
}
.single-lms_courses .hide_topics span.title_lessons {
    padding-left: 5px;
}

/* Bootstrap Comaptible CSS 15 March 2018 */
@media (min-width: 992px) {
    .lms_content .col-sm-3.col-md-3.col-xs-12.side_filter {
        width: 25%;
    }
    .lms_content .col-sm-9.col-md-9.col-xs-12 {
        width: 75%;
    }
    .lms_content .col-md-1, .lms_content .col-md-10, .lms_content .col-md-11, .lms_content .col-md-12, .lms_content .col-md-2, .lms_content .col-md-3, .lms_content .col-md-4, .lms_content .col-md-5, .lms_content .col-md-6, .lms_content .col-md-7, .lms_content .col-md-8, .lms_content .col-md-9 {
        float: left;
    }
}
@media (min-width: 768px) {
	.lms_content .col-sm-3.col-md-3.col-xs-12.side_filter {
        width: 25%;
    }
	.lms_content .col-sm-9.col-md-9.col-xs-12 {
        width: 75%;
    }
    .lms_content .col-md-1, .lms_content .col-md-10, .lms_content .col-md-11, .lms_content .col-md-12, .lms_content .col-md-2, .lms_content .col-md-3, .lms_content .col-md-4, .lms_content .col-md-5, .lms_content .col-md-6, .lms_content .col-md-7, .lms_content .col-md-8, .lms_content .col-md-9 {
        float: left;
    }
}
.lms_content .col-lg-1, .lms_content .col-lg-10, .lms_content .col-lg-11, .lms_content .col-lg-12, .lms_content .col-lg-2, .lms_content .col-lg-3, .lms_content .col-lg-4, .lms_content .col-lg-5, .lms_content .col-lg-6, .lms_content .col-lg-7, .lms_content .col-lg-8, .lms_content .col-lg-9, .lms_content .col-md-1, .lms_content .col-md-10, .lms_content .col-md-11, .lms_content .col-md-12, .lms_content .col-md-2, .lms_content .col-md-3, .lms_content .col-md-4, .lms_content .col-md-5, .lms_content .col-md-6, .lms_content .col-md-7, .lms_content .col-md-8, .lms_content .col-md-9, .lms_content .col-sm-1, .lms_content .col-sm-10, .lms_content .col-sm-11, .lms_content .col-sm-12, .lms_content .col-sm-2, .lms_content .col-sm-3, .lms_content .col-sm-4, .lms_content .col-sm-5, .lms_content .col-sm-6, .lms_content .col-sm-7, .lms_content .col-sm-8, .lms_content .col-sm-9, .lms_content .col-xs-1, .lms_content .col-xs-10, .lms_content .col-xs-11, .lms_content .col-xs-12, .lms_content .col-xs-2, .lms_content .col-xs-3, .lms_content .col-xs-4, .lms_content .col-xs-5, .lms_content .col-xs-6, .lms_content .col-xs-7, .lms_content .col-xs-8, .lms_content .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.content-area.area.lms_content div#products > div.grid-group-item {
    width: 33.333%;
}

.lms_content .filter-panal input[type="checkbox"] + label {
    line-height: 22px;
    }
.lms_content .input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.lms_content .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.lms_content .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.lms_content .input-group-addon, .lms_content .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.lms_content .input-group .form-control, .lms_content .input-group-addon, .lms_content .input-group-btn {
    display: table-cell;
}
.lms_content .input-group-btn:last-child>.btns {
        z-index: 2;
    margin-left: -1px;
}
.lms_content .btns {
    display: inline-block;
    padding: 6px 12px;
    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-radius: 4px;
}
.lms_content .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Fontawesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lms_content .glyphicon-search:before {
    content: "\f002";
}
.lms_content .btns-grp, .lms_content .btns-grp-vert {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.lms_content .btns-grp>.btns:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.lms_content .btns-grp>.btns:first-child {
    margin-left: 0;
}
.lms_content .btns-grp-vert>.btns, .lms_content .btns-grp>.btns {
    position: relative;
    float: left;
}
.lms_content .glyphicon-th-list:before {
    content: "\f00b";
}
.lms_content .glyphicon-th:before {
    content: "\f00a";
}


.lms_content select.course_order {
    font-family: "Open Sans", sans-serif;
    padding: 10px 8px;
    line-height: normal;
}
.lms_content .row {
    margin-left: -15px;
    margin-right: -15px;
}
.leave-form .row {
    margin-left: -15px;
    margin-right: -15px;
}
.lms_content button, .lms_content input, .lms_content select, .lms_content textarea {
	font-size: 1rem;
}
section.content-area.area.lms_content {
    margin-top: 20px;
	margin-bottom: 20px;
}
.registered-courses.area.lms-dashboard {
    padding:  0;
}
.registered-courses.area.lms-dashboard .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.registered-courses.area.lms-dashboard .panel-group .panel {
    margin-bottom: 0;
}
.registered-courses.area.lms-dashboard .panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.registered-courses.area.lms-dashboard .panel-group .panel+.panel {
    margin-top: 5px;
}
.progress {
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	width: auto;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

/*
.registered-courses.area.lms-dashboard .show-hide-open:after, .registered-courses.area.lms-dashboard .show-hide-close:after {
	margin: 0.4em 0 0 5px;
}
*/
.registered-courses.area.lms-dashboard .badgeos-open-close-switch a:focus {
    outline: none;
}
.lms_content #custom-search-input .search-query {
	width: 100%;
}
.lms_content .col-sm-9.col-md-9.col-xs-12 .top-filter > ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
}
a:focus {
	outline: none;
}
section.content-area.ediv_main .col-sm-12.col-md-9.course-detail {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		display: block;
		width: 100%;
	}

	section.content-area.ediv_main .col-sm-5.col-md-3 {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
@media (min-width: 1025px) {
	section.content-area.ediv_main .col-sm-12.col-md-9.course-detail {
		width: 75%;
		}

	section.content-area.ediv_main .col-sm-5.col-md-3 {
		width: 25%;
		}
}

section.content-area.ediv_main > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
}

section.content-area.ediv_main > .container > .row:after {
    content: " ";
    display: table;
    clear: both;
}
.row:after {
	content: " ";
    display: table;
    clear: both;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

@media (max-width: 840px) {
    .lms_content .checkbox-custom + .checkbox-custom-label:before, .lms_content .radio-custom + .radio-custom-label:before {
        width: 12px;
        height: 12px;
		font-size: 10px;
    }
    .lms_content .filter-panal input[type="checkbox"] + label {
        line-height: normal;
    }
    .lms_content .filter-panal input[type="checkbox"] + label {
        padding-left: 25px;
    }
}
.content-area.area.lms_content div#products > div .caption .list-group-item-text {
    line-height: normal;
}
@media (max-width: 736px) {
	section.content-area.area.lms_content .side_filter, section.content-area.area.lms_content .side_filter + .col-sm-9.col-md-9.col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	.lms_content .filter-panal label.checkbox-custom-label {
		font-size: 16px;
	}
	section.content-area.area.lms_content .checkbox-custom-label span {
		font-size: 16px;
	}
}
@media (max-width: 840px) and (min-width: 768px) {
	section.content-area.area.lms_content .checkbox-custom-label span {
        /*font-size: 11px !important;*/
        font-weight: 600;
    }
}
@media (max-width: 480px) {
	/*.lms_content .filter-layout .btns-grp {
		width: 35%;
		margin-top: 22px;
	}
	.lms_content .filter-layout .btns-grp .btns-small {
		padding: 12px 12px;
		line-height: 15px;
	}*/
	.lms_content .filter-layout .btns-grp{
		display: none;
	}
	.content-area.area.lms_content .top-filter .filter-layout .select-style {
		width: 100%;
		text-align: end;
	}
	
}

@media (min-width: 840px) and (max-width: 1250px) {
    section.content-area.ediv_main .col-sm-12.col-md-9.course-detail.detail_section_login_main {
        width: 65%;
    }
    section.content-area.ediv_main .col-sm-5.col-md-3 {
        width: 35%;
        margin-top: 0;
    }
}
section.content-area.ediv_main .course-bar ul {
    margin-left: 18px;
	list-style-type: none;
}
@media (max-width: 839px) {
	/*section.content-area.ediv_main .col-sm-5.col-md-3 {
		padding-left: 0px;
		padding-right: 0px;
	}*/
	.registered-courses.area.lms-dashboard {
		min-width: 100%;
	}
}
@media (max-width: 736px) {
	.registered-courses .my_course_progress .panel-heading .panel-title > a, .registered-courses .my_course_progress .panel-heading .panel-title .progress {
		width: 30%;
	}
	.registered-courses .my_course_progress .panel-heading .panel-title span.certificate_crs {
		width: 40%;
	}
}

@media (max-width: 736px) {
	.registered-courses .my_course_progress .panel-heading h4.panel-title {
		height: auto;
		flex-wrap: wrap;
	}

	.registered-courses .my_course_progress .panel-heading .panel-title > a, .registered-courses .my_course_progress .panel-heading .panel-title .progress, .registered-courses .my_course_progress .panel-heading .panel-title span.certificate_crs {
		width: 100%;
	}

	.registered-courses .my_course_progress .panel-heading .panel-title span.certificate_crs a {
		display: block;
		padding: 2px 8px;
		text-align: center;
	}

	.registered-courses .my_course_progress .panel-heading .panel-title span.certificate_crs {
		margin-top: 11px;
	}
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px){
	section.content-area.ediv_main .col-md-3 {
		width: 25%;
		float: left;
	}
	section.content-area.ediv_main .col-md-9 {
		width: 75%;
		float: left;
	}
}
@media (min-width: 768px){
	section.content-area.ediv_main .col-sm-4 {
		width: 33.33333333%;
		float: left;
	}
	section.content-area.ediv_main .col-sm-8 {
		width: 66.66666667%;
		float: left;
	}
}
@media (max-width: 736px) {
	section.content-area.ediv_main .course-detail {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.content-area.area.lms_content div#products > div.grid-group-item p.lead:before {
    content: "";
    width: 20%;
    height: 1px;
    background: #ccc;
    display: block;
    position:  absolute;
    top: 8px;
    left: 0;
}
.content-area.area.lms_content div#products > div.grid-group-item p.lead:after {
    content: "";
    width: 20%;
    height: 1px;
    background: #ccc;
    display: block;
    position:  absolute;
    top: 8px;
    right: 0;
}
.content-area.area.lms_content div#products > div.grid-group-item .list-price > hr {
	display: none;
}
section.content-area.ediv_main .lessons_container.okay .col-sm-12 {
    width: 100%;
}


@media (min-width: 528px) {
	section.content-area.ediv_main .lessons_container.okay .col-sm-12 .col-sm-3 {
		width: 25%;
		float: left;
	}

	section.content-area.ediv_main .lessons_container.okay .col-sm-12 .col-sm-6 {
		width: 50%;
		float: left;
	}
	section.content-area.ediv_main .lessons_container.okay .col-sm-12 .col-sm-7 {
		width: 58.33333333%;
		float: left;
	}
}
section.content-area.ediv_main .lessons_container.okay .col-sm-12:after {
    content: " ";
    display: table;
    clear: both;
}
section.content-area.ediv_main .lessons_container.okay .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
section.content-area.ediv_main .lessons_container > div.active {
    background: #fff!important;
}

section.content-area.ediv_main .course-bar ul span.more.show, section.content-area.ediv_main .course-bar ul span.show.less {
    position: absolute;
    top: 2px;
    right: 5px;
}
@media (max-width: 480px) {
	.lessons_container.okay .l_show_desc:before {
		right: 6px;
		left: auto;
	}
}
@media (max-width: 736px) {
	section.content-area.area.lms_content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.lms_content .filter-panal input[type="checkbox"] + label:before {
		top: 4px;
	}
}
@media (max-width: 840px) and (min-width: 768px) {
	.side_filter, .my_course, .my_course_progress {
		padding-left: 15px !important;
	}
}
@media (max-width: 840px) {
	/*section.content-area.ediv_main {
		padding-left: 15px;
		padding-right: 15px;
	}*/
	section.content-area.ediv_main > .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.course-detail.detail_section_login_main {
    background: none;
    box-shadow: none;
}

.course-detail.detail_section_login_main .detail_section.detail_course_login_main {
    background: #fafafa;
    box-shadow: 0 2px 5px #eee;
}
section.content-area.ediv_main .col-sm-12.col-md-9.course-detail .table_row > .container {
    padding: 0;
}
.registered-courses.area.lms-dashboard .col-sm-12.my_course_progress {
    width: 100%;
    display:  block;
}
@media (min-width: 1024px) {
	section.content-area.area.lms_content > form {
		display: flex;
	}
}
 section.content-area.area.lms_content, section.content-area.ediv_main, .registered-courses.area.lms-dashboard, div#login_section_id, section.content-area.area.lms_content *, section.content-area.ediv_main *, .registered-courses.area.lms-dashboard *, div#login_section_id * {
    box-sizing: border-box;
}
.registered-courses.area.lms-dashboard .container {
    width: auto;
	padding: 0 15px;
}
li.filter-search {
    margin: 0;
}
section.content-area.ediv_main .container .container {
    width: auto;
}
/*
section.content-area.ediv_main .container {
    max-width: 1170px;
    margin:  0 auto;
}
*/
section.content-area.ediv_main {
	width: 100%;
	max-width: 1170px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	float: none;
}
li {
	margin: 0;
}
.registered-courses .my_course_progress .panel-heading .panel-title > a:hover{
    border:0 !important;
}

.registered-courses.area.lms-dashboard .col-sm-12.my_course_progress + .my_course {
    padding-top: 15px;
}
/* this code for specific Impreza theme */
.theme_impreza header.pos_fixed + section.content-area.ediv_main {
    margin-top: 30px;
}

.theme_impreza header.pos_fixed {
    position: relative !important;
}
/* this code for specific Impreza theme */
/*  model  */
/* The Modal (background) */
.lms_forget_password_div {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	padding-bottom: 100px;
}

/* Modal Content */
.lms_forget_contents {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.lms_login_main {
    max-width: 620px;
    margin:  auto;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.lms_login_main .lms_tab .lms_tablinks {
    width: 50%;
    display: inline-block;
    margin:  0;
    float:  left;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 16px;
    font-size: 14px;
}

.lms_login_main .lms_tab:after {
    content: " ";
    display: table;
    clear: both;
}

.lms_login_main .lms_tab .lms_tablinks.active {
    border-bottom: none;
}

.lms_login_main .lms_tab #lms_signup_tab.active {
    border-right: none;
}

.lms_login_main .lms_tab #lms_signup_tab {
    border-right: 1px solid rgba(0,0,0,0.3);
}

.lms_login_main .lms_tab #lms_signin_tab {
    border-left: 1px solid rgba(0,0,0,0.3);
}

.lms_login_main .lms_tab #lms_signin_tab.active {
    border-left: none;
}

.lms_login_main #lms_signin_content .login_section > .row > div {
    width: auto;
	padding-top: 15px;
}

.lms_login_main #lms_signin_content .login_section > .row > div.col-sm-2 {
    display: none;
}

.lms_login_main #lms_signin_content, .lms_login_main #lms_signup_content {
    padding: 25px 40px 35px 40px;
}

.lms_login_main #lms_signin_content h2, .lms_login_main #lms_signup_content h2 {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}
.lms_login_main #lms_signin_content .login_section .fields label, .lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_text label {
    font-size: 14px;
    margin-bottom: 0;
}
.lms_login_main .lms_forget_password label {
    display: block;
    text-align: center;
	cursor: pointer;
	margin-bottom: 25px;
}
.lms_login_main #lms_signin_content .login_section > .row > div.col-sm-5:last-child {
	border-top: 1px solid #ccc;
}

.lms_login_main #lms_signin_content form, .lms_login_main #lms_signup_content form {
    margin-bottom: 0;
}
.lms_login_main #lms_signin_content .login_section > .row > div.col-sm-5 label.social_login_tips {
    display: block;
    text-align: center;
    margin-top: 15px;
	margin-bottom: 20px;
}

.lms_login_main #lms_signup_content form .reg_fields input {
    margin-bottom: 37px;
}

.lms_login_main #lms_signup_content form .reg_fields .cls_reg_input.name_fld_lms {
    width: 48%;
	display: block;
}

.lms_login_main #lms_signup_content form .reg_fields .cls_reg_input.name_fld_lms:nth-child(3) {
	float: right;
}
.lms_login_main #lms_signup_content form .reg_fields .cls_reg_input.name_fld_lms:nth-child(2) {
    float: left;
}

.lms_login_main #lms_signup_content form .reg_fields {
    padding-top: 35px;
}

.lms_login_main #lms_signup_content form .reg_fields .intl-tel-input.allow-dropdown {
    margin-bottom: 37px;
	width: 100%;
}
.lms_login_main #lms_signup_content form .reg_fields input#contact_num_in {
    padding-left: 52px;
    padding-right: 6px;
    margin:  0;
	background: #f2f2f2;
}

.lms_login_main #lms_signup_content form .reg_fields input[type="submit"] {
    margin-bottom: 0;
}

.lms_login_main .lms_forget_password_div .lms_forget_contents {
    max-width: 650px;
    position:  relative;
    text-align: center;
}

.lms_login_main .lms_forget_password_div .lms_forget_contents span.close {
    position:  absolute;
    right: 15px;
    top: 0px;
}

.lms_login_main .lms_forget_password_div .lms_forget_contents form {
    margin-bottom: 0;
}

.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_text {
    padding: 40px;
}

.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_email_box {
    padding: 40px;
    background: #ccc;
	position: relative;
}

.lms_login_main .lms_forget_password_div .lms_forget_contents .lms_foget_msg {
    position:  absolute;
	color: red;
}
.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_email_box input {
    display: inline-block !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    height: 50px;
    border-radius: 0 !important;
}

.lms_login_main .lms_forget_password_div .lms_forget_contents form .forget_email_box input[type="text"] {
    min-width: 220px;
	width: auto;
}
.lms_login_main .lms_forget_password_div .lms_forget_contents .lms_foget_msg label {
    font-size: 12px;
}

.lms_login_main .reset_password_box .reset_field {
    padding: 40px;
	position: relative;
}

.lms_login_main .reset_password_box .reset_field .msg_new_pass {
    position:  absolute;
    top: 18px;
    font-size: 12px;
    color: red;
}

.lms_login_main .reset_password_box .reset_field input[type="password"] {
    margin-bottom: 25px;
}

.lms_login_main .reset_password_box .reset_field input[type="submit"] {
    margin-top: 0;
}

@media (max-width: 736px) {
    .lms_login_main #lms_signin_content, .lms_login_main #lms_signup_content {
        padding: 15px;
    }

    .lms_login_main #lms_signin_content .login_section > .row > div.col-sm-5:last-child .wp-social-login-provider-list {
        justify-content: center;
    }

    .login_section .col-sm-5 .wp-social-login-widget .wp-social-login-provider-list a {
        margin: 10px;
    }
}

@media (max-width: 480px) {
    .lms_login_main #lms_signup_content form .reg_fields .cls_reg_input.name_fld_lms {
        width: 100%;
    }
}

.lms_login_main #lms_signup_content form .reg_fields .cls_reg_input span {
    position:  absolute;
    bottom: 15px;
    left: 0;
    font-size: 12px;
    color: red;
}
.lms_login_main #lms_signup_content form .reg_fields .cls_reg_input {
    position:  relative;
}

.lms_login_main #lms_signup_content form .reg_fields .cls_reg_input:after {
    content: " ";
    display: table;
    clear: both;
}
.lms_login_main #lms_signup_content form .reg_fields .cls_reg_input.pass_reg_lms_div span {
    position:  relative;
    top: -37px;
    bottom: auto;
}

.lms_login_main #lms_signup_content form .reg_fields .cls_reg_input.pass_reg_lms_div span ul {
    margin:  0 0 0 16px;
	list-style-type: disc;
}
.lms_login_main #lms_signup_content form .reg_fields .cls_reg_input.pass_reg_lms_div span ul li:first-child {
    margin-left: -16px;
    list-style-type: none;
}

.lms_login_main .lms_forget_password_div .lms_forget_contents .lms_foget_msg label {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0;
}
.lms_login_main .lms_forget_password_div .lms_forget_contents .lms_foget_msg {
    left: 0;
    width: 100%;
}
@media (max-width: 375px) {
    .lms_login_main .reset_password_box .reset_field .msg_new_pass {
        top: auto;
        bottom: 0;
        text-align: center;
        left: 0;
        padding: 0 40px;
    }
}
.content-area.area.lms_content .products-view .grid-group-item .thumbnail {
    padding-top: 0;
}

.item.list-group-item .course_post_image {
    display: block;
    float: left;
    padding-right: 24px;
    margin-bottom: 0;
    width: auto;
}

.item.list-group-item .course_post_image img {
    margin-bottom: 0;
    width: auto;
    max-width: 250px;
    height: auto;
}

.products-view .list-group-item .thumbnail {
    display: flex;
    align-items: stretch;
}

.item.list-group-item .thumbnail .caption {
    display: block;
    border-left: 1px solid #ccc;
    padding-left: 24px;
}
.item.grid-group-item .course_post_image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    border-radius: 0;
}
@media (min-width: 841px) {
	section.content-area.ediv_main .container {
		padding:  0;
	}
}
.lms_login_main #lms_signup_content form .reg_fields .cls_reg_input.pass_reg_lms_div span ul li {
    margin-bottom: 0;
    line-height: normal;
}

/* loader */
/* Absolute Center Spinner */
.lms-loading {
    position: absolute;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.lms-loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: transparent;
}

/* :not(:required) hides these rules from IE9 and below */
.lms-loading:not(:required) {
    /* hide "lms-loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.lms-loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: #3498db 1.5em 0 0 0, #3498db 1.1em 1.1em 0 0, #3498db 0 1.5em 0 0, #3498db -1.1em 1.1em 0 0, #3498db -1.5em 0 0 0, #3498db -1.1em -1.1em 0 0, #3498db 0 -1.5em 0 0, #3498db 1.1em -1.1em 0 0;
    box-shadow: #3498db 1.5em 0 0 0, #3498db 1.1em 1.1em 0 0, #3498db 0 1.5em 0 0, #3498db -1.1em 1.1em 0 0, #3498db -1.5em 0 0 0, #3498db -1.1em -1.1em 0 0, #3498db 0 -1.5em 0 0, #3498db 1.1em -1.1em 0 0;
	top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ediv_main a.course_complete button:disabled,a.course_complete[disabled] {
    background: #ccc;
    cursor: not-allowed;
    border: none;
}
a.course_complete[disabled]:hover,a.course_complete[disabled]:active {
    background: #ccc;
    cursor: not-allowed;
    border: none;
    color: #fff;
}
.lms_navigation i.dashicons-before.dashicons-arrow-left-alt {
    margin-right: 5px;
}
.lms_navigation i.dashicons-before.dashicons-arrow-right-alt{
    margin-left: 5px;   
}
.ediv_main .lms_navigation {
    display: flex;
}
.ediv_main .course_complete_text i.dashicons-before.dashicons-yes {
    color: green;
    margin-left: 15px;
    padding-right: 5px;
}
.ediv_main .lms_navigation {
    padding: 20px;
}
.ediv_main a.course_prev,.ediv_main a.course_next {
    padding-right: 15px;
}
.ediv_main .lms_navigation.select_course a {margin-left: 10px;}
.ediv_main .lms_navigation.select_course .dashicons-before:before {
    margin-top: 3px;
}
.ediv_main span.course_complete_text .dashicons-before:before {
    margin-top: 10px !important;
    font-size: 25px;
}
@media (max-width: 414px) {
    .lms_navigation.select_course {
        display: block;
    }
    .lms_navigation.select_course a {
        margin-top: 10px;
    }
}

p.no-border-inside.lead:before{
    content: none!important;
}
p.no-border-inside.lead:after{
    content: none!important;
}
