a:hover,
a:focus {
	text-decoration: none !important;
}

.box-row {
	display: table-row;
}

.nav-tabs>li>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    font-size: 15px;
}

.nav-tabs>li>a {
    color: #6a6a6a;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
    color: #f05a2d;
}

.content-wrapper {
    padding-bottom: 40px;
}

.border-set {
    box-shadow: 0 2px 2px #e8e8e8;
}


/* tooltip setting */
.custom-tooltip {
	max-width: 300px;
	padding: 5px 10px;
	color: #020202;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 3px 3px 5px #000;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(0,0,0,.1);
}

.custom-tooltip .lecture-title {
	color: #f05a2d;
	font-size: 16px;
}

.custom-tooltip .lecture-sub-title {
	font-size: 13px
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1; 
}


/* Modal setting */
.modal {
	padding-top: 5%;
}

.modal .modal-body {
    background-color: #fff;
    padding: 15px;
}


/* Progress bar setting */
.course-learn .inner-tab article {
    padding: 0 15px;
}

.course-learn .course-view-step-set .bs-wizard {
    border-bottom: none;
    padding: 0;
}

.course-learn .course-view-step-set .bs-wizard > .bs-wizard-step > .progress {
    height: 4px;
    margin: 21px 0;
}

.course-learn .course-view-step-set .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    border: 1px solid #fff;
    width: 26px;
    height: 26px;
    top: 24px;
    line-height: 24px;
    color: #bdbdbd;
    background-color: #fff;
}

.course-learn .course-view-step-set .bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot,
.course-learn .course-view-step-set .bs-wizard > .bs-wizard-step > .bs-wizard-dot:hover,
.course-learn .course-view-step-set .bs-wizard > .bs-wizard-step > .bs-wizard-dot:focus {
    border: 1px solid #fff;
    width: 26px;
    height: 26px;
    top: 24px;
    line-height: 24px;
}

.course-learn .course-view-step-set .bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot,
.course-learn .course-view-step-set .bs-wizard > .bs-wizard-step.current > .bs-wizard-dot {
    color: #ff721c;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 0;
}


/* Learn Course content setting */
.course-learn {
	padding: 0;
}

.course-learn .page-heading {
    margin: 0;
    font-size: 18px;
    padding: 11px 0 11px 40px;
    position: relative;
}

.course-learn .page-heading > a {
    position: absolute;
    left: -8px;
    font-size: 32px;
    top: -2px;
    color: #6a6a6a;
}

.course-learn .page-heading > a:hover,
.course-learn .page-heading > a:focus {
    color: #f05a2d;
}

.course-learn .content-header {
   border: none;
}

.course-learn .course-raw {
    margin-top: 30px;
}

.course-learn .course-raw .tab-pane {
    padding: 15px;
}

.course-learn .course-raw .tab-pane ul > li {
	padding: 0;
    margin-bottom: 10px;
}

.course-learn .course-raw .tab-pane h4 {
    margin-top: 20px;
}

.course-learn .course-raw .tab-pane a {
	font-size: 15px;
	color: #0000FF;
}

.module-downloads a {
    padding-left: 50px;
    display: block;
}

.module-downloads a:before {
    font-family: 'FontAwesome';
    display: inline-block;
    content: '';
    position: absolute;
    font-size: 40px;
    color: #c1c1c1;
    left: 0;
    margin-top: -7px;
}

.module-downloads a[href*=".tar."]:before,
.module-downloads a[href*=".t"]:before,
.module-downloads a[href$=".zip"]:before {
    content: "\f1c6";
}

.module-downloads a[href$=".png"]:before,
.module-downloads a[href$=".gif"]:before,
.module-downloads a[href$=".jpeg"]:before {
    content: "\f1c5";
}

.module-downloads a[href$=".mp4"]:before {
    content: "\f1c8";
}

.module-downloads a[href$=".txt"]:before {
    content: "\f0f6";
}

.module-downloads a[href$=".pdf"]:before {
    content: "\f1c1";
}

.module-downloads a[href*=".doc"]:before {
    content: "\f1c2";
}

.module-downloads a[href*=".xls"]:before {
    content: "\f1c3";
}

.module-downloads a[href*=".ppt"]:before {
    content: "\f1c4";
}

.course-learn .course-raw .tab-pane .module-downloads a .fa {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
    /*color: #f05a2d;*/
}

.course-learn .course-raw li strong {
    color: #576366;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.module-downloads li p {
    font-size: 14px;
    color: #576366;
    margin: 0;
}

.module-downloads li {
    margin-top: 25px;
    position: relative;
}

.course-learn .course-raw .tab-pane a:hover,
.course-learn .course-raw .tab-pane a:focus {
	color: #f05a2d;
}

.course-learn .player-course-pre header {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 7px;
	margin-top: 30px;
}

.container.white-bg {
	margin-bottom: 20px;
	border-top: none;
	border-bottom: none;
}

.course-learn .menu-icon {
	width: 50px;
	font-size: 22px;
   	padding: 7px 0px 8px;
	text-align: center;
	background-color: rgb(248, 248, 248);
	display: block;
	/*box-shadow: 1px 1px 2px #b5b5b5;*/
	border: 1px solid rgba(0,0,0,.1);
	color: #ff721c;
	border-top-left-radius: 4px;
}

.course-learn .menu-icon:hover,
.course-learn .menu-icon:focus {
    background-color: #ff721c;
    color: #fff;
}

.course-learn .course-view-step-set {
	width: calc(100% - 50px);
	float: right;
	background-color: #f8f8f8;
	border: 1px solid rgba(0,0,0,.1);
	border-top-right-radius: 4px;
}

.course-learn .list-unstyled {
    padding-left: 0;
    list-style: none;
}


/* panel custom setting */
.course-learn .panel-title>a>span{
    font-size: 13px;
    font-weight: 100;
}

.course-learn .panel-title>a>span.box-row{
	font-weight: 600;
}

.lc-name {
	width: 88%;
	line-height: 20px;
	font-size: 14px;
}

.panel-default>.panel-heading {
    position: relative;
}


/* .panel-default>.panel-heading .panel-title {
    padding-right: 30px;
} */

.panel-group .panel .panel-body {
	padding: 0;
}

.panel-group .panel .panel-body .box-row > .box-cell:nth-last-child(-n+2) {
	text-align: center;
}

.panel-group .panel .panel-body .box-row > .box-cell:nth-child(1),
.panel-group .panel .panel-body .box-row > .box-cell:last-child {
	width: 4%;
	text-align: center;
    margin-right: 0;
}

.panel-group .panel .panel-body .box-row > .box-cell:nth-child(2) {
	width: 86%;
}

.panel-group .panel .panel-body .box-row > .box-cell:nth-child(2) span {
	padding-right: 10px;
	display: block;
}

.panel-group .panel .panel-body .box-row > .box-cell:nth-child(3) {
	width: 10%;
}

@media (max-width: 767px) {
    .panel-group .panel .panel-body .box-row > .box-cell:nth-child(3) {
        width: 30%
    }
}

.panel-group .panel .panel-body ul > li > a {
    padding: 10px;
    font-size: 13px;
    color: #6a6a6a;
    display: block;
	padding-left: 40px;
}

.panel-group .panel .panel-body ul > li.active > a {
    color: #f05a2d;
}

.panel-group .panel .panel-body ul > li > a:hover {
    background-color: #f5f5f5;
}

.panel-group .panel .panel-body ul > li + li {
	border-top: 1px solid #ddd;
}

.panel-group .panel .panel-body ul > li > a [class*="fa-"] {
    font-size: 22px;
    margin-right: 10px;
}

.panel-group .panel {
	margin-bottom: 0;
}

.fancy-collapse-panel .panel-heading:after,
.feedback .pull-right a {
    color: #f05a2d;
}

/* .fancy-collapse-panel .panel-heading:after {
    font-family: "FontAwesome";
    content: "\f13a";
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
} */

.video-content {
	background-color: #4f5050;
}

/*.video-box {
	position: relative;
}

#slide-submenu{
  background: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
}

.list-group {
	position: absolute;
	bottom: 17px;
	top: 0;
	background-color: #fff;
	padding: 0;
	left: 1px;
	display: none;
}*/


/* quiz box setting */
.quiz-box {
    background-color: #f8f8f8;
}

.quiz-box .box-header,
.quiz-box .quiz-btn {
    background-color: #fff;
    padding: 30px;
}

.quiz-box .quiz-btn .btn + .btn {
	margin-left: 20px;
}

.quiz-box .box-header small {
 	font-size: 14px;
 	margin-bottom: 10px;
    color: #bdbdbd;
}

.quiz-box .box-header h1,
.quiz-box .box-header p {
 	font-size: 18px;
 	font-weight: 700;
}

.quiz-box .box-alert {
 	padding: 10px 30px;
 	font-size: 14px;
 	background-color: #e4e4e4;
}

.quiz-box .quiz-answers .list-group,
.quiz-box p {
 	margin-bottom: 0;
}

.quiz-box .quiz-answers .radio label,
.quiz-box .quiz-answers .checkbox label {
 	padding-left: 30px;
}

.quiz-box .quiz-answers .list-group-item {
	background-color: #f8f8f8;
    transition: background 0.3s ease;
    border-radius: 0;
}

.quiz-box .quiz-answers .list-group-item:hover {
	background: #fff;
    border-color: #d4d9dd;
    box-shadow: 0px -1px 1px 1px rgba(0,0,0,0.05) inset;
    -webkit-box-shadow: 0px -1px 1px 1px rgba(0,0,0,0.05) inset;
    -moz-box-shadow: 0px -1px 1px 1px rgba(0,0,0,0.05) inset;
    box-shadow: 0px -1px 1px 1px rgba(0,0,0,0.05) inset;
}

.form-alert > p{
    padding: 15px;

}