/*
    Custom css
*/
.bottom-btns{
    margin: 0 10px 0px;
    min-height: 39px;
    padding-top: 10px;
}
.bottom-btns .btn{
	border: 1px solid transparent;
	border-radius: 2px;
    font-size: 15px;
    line-height: 1.35135;
    margin-right: 10px;
    padding: 6px 10px;
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.2);
    color: #0073aa;
    text-decoration: none;
}
.gray-container{
	background: #fff;
}
.del_lesson,.edit_lesson,.l_desc_div,.cross{
	cursor: pointer;
	    padding: 0px;
}
.add_lesson_div{
	display: none;
}

.new_lecture{
	border: 1px solid #ccc;
	padding: 15px;
	width:700px;
}
.wdt{
	margin-top: 50px;
    width:95% !important;
}
.li_show{
    display: block !important;
	padding:0px 15px;
}
.li_hide{
    display: none !important;
}
.file-994::before {
    content: "Upload Material" !important;
    width: 150px !important;
    height: 43px !important;
    font-size: 12px !important;
}
.tips{
    margin-top: 20px;
}
.tips p{
    font-size: 15px;
}
.cross{
    top:0;
}
.assignments_section{
    margin-top:50px;
}
.check_box_div{
    float: left;
    padding: 5px 11px 0;
}
.check_box_div input[type="checkbox"]{
    margin: 0px;
outline:none!important;
}

.input_button {
    float: right;
    margin-right: 10px;
    padding: 5px 0 0;
}
.input_button label {
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 6px 0 0;
    text-transform: capitalize;
}
.input_button .form-control {
    border-color: #ddd -moz-use-text-color #ddd #ddd !important;
    border-radius: 0;
    border-style: solid none solid solid !important;
    border-width: 1px medium 1px 1px !important;
    box-shadow: none;
    float: left;
    font-size: 13px;
    height: 28px;
    padding: 0 6px;
    text-align: center;
    width: 50px;
}
.days_btn {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    box-shadow: none;
    float: left;
    font-size: 13px;
    height: 28px;
    padding: 0 6px;
}

/* Single course page css */
.l_show_desc{
    cursor: pointer;

}

.check_box_div label{
	padding:0;
}
.lessons_container > div{
   /*  background: #eee none repeat scroll 0 0; */
    border-top: 1px solid #fff;
    color: #636363;
    font-size: 15px;

}
.lessons_container > div.active{
    background: #fff !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.lessons_container {
    display: table;
    width: 100%;
}

.lessons_container > div.active:first-child {
    border-top: 1px solid #ddd;
}
.single-lms_courses .single-featured-image-header{
    display: none;
}

/* Sub lessons css */
.sub_lessons_ul{
    width:95%;
    float: right;
    /*margin: 10px 0px;*/
}

/*course navigation page*/
.course-lessons-ul a.active{
    color:#337ab7;
}

.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;}
.lass {
    padding-left: 15px;
}

.title_lessons {
    display: table;}
.q_title_num{
float:none;}
.q_title{
float:none;}
.answers{
	margin-right:10px !important;
}
/*11may*/

body{
	font-family: 'Open Sans', sans-serif!important;
}
	
.text-heading h1 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.table_row table {
    border-collapse: collapse;
    width: 100%;
	border:1px solid #ddd;
	margin-top:10px;
}

.table_row td, th {
    text-align: left;
    padding: 8px;
}

.table_row tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.table_row th {
    font-size: 16px;
	background: #1a87d9;
    color: #fff;
}
.table_row td {
    font-size: 14px;
}
.table_row td a i {
    font-size: 20px;
}
.ans_no{
	font-size: 16px;
	margin-right:2px;
    line-height: 22px;
    color: #303030;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.course-detail h1{
    padding-bottom: 0;
    line-height: 35px;
    min-height: 55px;
}

ul.l_downlaod {
    padding: 10px 0;
}

.edit_title{font-size:16px;}
.lesson_label {
    padding-left: 0;
}
.lesson_title {
    padding-right: 0;
}
.side_filter {
    padding-left: 0;
}
.no-border h1{
 border:0px !important;
  line-height: initial;
    min-height: initial;
}
.more:after, .less:after {
    top: 9px !important;
}
.hide_topics {
    padding-left: 18px;
}
.title_lessons {
    word-break: break-word;
}
.tags p {
    display: inline-block;
    background: #eee;
    border-radius: 5px;
    padding: 3px 6px;
    font-size: 13px !important;
}
