/*
 Author: eNyota Learning Pvt Ltd;
 */

/*************************************************
 Please Note: Do not use !important tag unnecessarily
 *************************************************/

/*LESS Color Variables*/








body {
/*	font-family: 'Open Sans', sans-serif;
	font-family: Verdana !important;*/
	font-weight: 400;
	background-size: cover;
	color: #2c3a47;
}

body.noWaterMarkBg{
	background-size: cover;
}

body.withWaterMarkBgPages{
	background-size: cover;
}
body.noWaterMarkBgPages{
	background-image: none;
	background-size: cover;
}
/*Menu Settings*/
.custom-menu {
	position: absolute;
	bottom: 0;
	top: 0;
	overflow-y: auto;
	z-index: 99999;
	padding: 0;
	background: #fff;
	list-style: none;
	margin: 4px 0;
	border-radius: 6px 0 0 6px;
}
#m0t0{
	padding-top:20px;
}
.subMenu{
	position: fixed;
	background-color: #f4f5f6;
	top: 0;
	bottom: 0;
	padding:10px;
	overflow-y: auto;
	/*transform: translate3d(0,0,0);
	 -webkit-transition: width .1s; 
    transition: width .1s;  */
}

.menu-item-container > li:hover{
	background: #d6dce2;
}

.menu-item-container > li{
	padding: 10px 10px 10px 10px;
	text-align: center;
	border-bottom: 1px solid #d0d1d0;
	background: #fff;
}

.custom-menu .pages, .custom-menu .attachments{
list-style: none;
padding: 15px 20px;
display: flex;

}

.custom-menu .option{
padding: 10px 0px 10px 0px;
cursor: pointer;
list-style: none;
}
.custom-menu .option .icon, .custom-menu .option .glyphicon{
	font-size: 22px;
}
.custom-menu .quizTopic .iconParent{
	padding-left: 0px;
	width: 40px;
}
.custom-menu .quizTopic .iconParent .icon{
height: 32px;
width: 50px;
}
.zeroPadding {
		padding: 0px;
}

.quizDiv.menu-item-container{
	float: left;
width: 100%;
margin-top: 10px;
	
}
.menu-item-container > li.quizTopic {
    border-bottom: 1px solid transparent;
    display: inline-block;
	padding: 10px 20px;
}

.custom-menu .panel-collapse{
	background-color: transparent;
	
}
.option span:last-child {
    word-break: break-all;
}

.custom-menu .pages.disabled:hover{

	cursor: default;
}
.custom-menu .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    
}
.custom-menu .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "";    /* adjust as needed, taken from bootstrap.css */
}
.custom-menu .accordion-toggle.open1:after {
    /* symbol for "collapsed" panels */
    content: "";    /* adjust as needed, taken from bootstrap.css */
}
.custom-menu .accordion-toggle.close1:after {
    /* symbol for "collapsed" panels */
    content: "";    /* adjust as needed, taken from bootstrap.css */
}





/*NavBar Settings*/
.navBar {	
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	/* height: 60px; */
	overflow: hidden;
	line-height: 0.7;
}

.navBar > span > .icon {
	font-size: 26px;
	width: 100%;
	margin-bottom: 7px;
	position: relative;
	float: left;
}

.navBar > .col-lg-3 {
	padding: 5px;
}

/*Menu Header Settings*/
.menuHeader .icon {
	width: auto;
	font-size: 22px;
}
.top-buffer{
	/* margin-top: 15px; */
}
.menuHeader {
	padding: 10px;
	border-bottom: 1px solid #FFF;
	position: relative;
	float: left;
	width: 100%;
}
.hideMenuSlide{
cursor: pointer;
top: 0px;
padding: 4px 5px;
margin: 0px;
background: #0f171d;
border-radius: 12px 12px 0 0;
width: 48px;
height: 46px;
/*border-bottom: 1px solid #d5dfe8;*/
}
.menuHeader .headerLabel {
	font-size: 16px;
	font-weight: 200;
}

/*TitleBar Settings*/
.titleBar {
	/*height:40px;*/
	position: relative;
	float: left;
	width: 100%;
	margin-top: 5px
}

.titleBar:hover{
	
}
.custom-menu li.accordion-toggle {    
    margin-bottom: 5px;
    position: relative;
}

.menu-item-container li:hover {
cursor: pointer;
}
li.accordion-toggle{
padding: 6px;
display: flex;
align-items: center;
float: none;

}

.custom-menu div.avgCircle{
display: inline-block;
text-align: center;
border-radius: 50px;height: 25px;
width: 50px;
font-size: 14px;
padding: 2px 0px 0px 0px;
color: #fff;
}
.custom-menu span.InnerTxt{
	padding: 0px 0 8px 0;
	word-wrap: break-word;
	text-align: left;
	line-height: 22px;
    font-size: 16px;
}

.custom-menu .list-group-item {
    border: none;
}

/*Other Settings*/
.label {
	font-weight: 200;
}
.custom-menu .courseLibrary span, .custom-menu .menuOptionsHamburger span{
    position: relative;
    top: 11px;
}



.selected:after{

}
.custom-menu .selected:after, .custom-menu .selected:before {
	top: 0%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.custom-menu .selected:after {
	border-color: rgba(136, 183, 213, 0);
	
	border-width: 10px;
	margin-left: -10px;
}
.completed .icon {
	color: #67EE6D;
}

.custom-menu .glyphicon-refresh {
	color: #FF8300;
}

.tostart .icon {
	color: #3399ff;
}

.icon {
	font-weight: bold;
}

.backBtn:hover {
	cursor: pointer;
	/*color: #67EE6D;*/
}

.menuHeader:hover{
	background-color: #333333;
}

.no-display {
	display: none;
}



.rightContent{
	font-size:20px;
}

li a:hover, li a:focus{
	text-decoration: none;
}
.orange{

}
@media (max-width: 767px) {
	.hideMenu{
		padding: 9.7px;
	}
}
@media (min-width: 1025px) {
	.hideMenu{
		padding: 5px 5px 5px 8px;
	}
}


@media (min-width: 1200px) {
	/*.subMenu {left: 12.6%;}*/
}
.custom-menu .icon.icon-check-1{
	fill:#5cb85c;
}
.menu-item-container .menuAccordian svg.icon-arrow-down-12{
position: relative;
right: 15px;
width: 15px;
}
.optionsMenu svg.icon-arrow-down-12{
position: relative;
right: 4px;
width: 15px;	
}
.custom-menu .accordion-toggle.close1::after, .custom-menu .accordion-toggle::after {
    content: "";
}

.menu-cancel{
	width: 29px;
	height: 23px;
	vertical-align: middle;	
}
.darkTheme .menu-cancel{
	fill: #fff;
}
.svgWrap:before{
	content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 27px;
	top: 24px;
	bottom: -22px;
	border: 1px solid #9ba5ae;
    border-width: 0 0 0 0px;
}

.svgWrap:after{
	content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 27px;
	top: -20px;
	bottom: 22px;
	/*border: 1px solid #9ba5ae;*/
    border-width: 0 0 0 1px;
}

.custom-menu .quizDiv div.avgCircle {
	padding: 5px 10px;
width: 100%;
height: auto;
border-radius: 6px;
min-height: 42px;
}
.custom-menu .quizDiv div.avgCircle svg.icon-check-circle-3{
	margin-top: -12px;
}
.custom-menu .quizDiv div.avgCircle svg{
	height: 30px;
	width: 30px;
}
.statusImage .icon {
    vertical-align: top;
}
/*@media (min-width: 768px) {
	
	.subMenu{
		left:17.7%;
	}
}
@media (min-width: 960px) {
	
	.subMenu{
		left:27.3%;
	}
}
@media (min-width: 960px) {
	
	.subMenu{
		left:9.6%;
	}
}
@media (min-width: 1024px) {
	
	.subMenu{
		left:18.6%;
	}
}
@media (min-width: 1200px) {
	.subMenu{
		left:12.6%;
	}
}
@media (min-width: 1300px) {
	.custom-menu{
		
	}
	.subMenu{
		left:13.2%;
	}
}
@media (min-width: 1400px) {
	.custom-menu{
		
	}
	.subMenu{
		left:16.6%;
	}
}
@media (min-width: 1600px) {
	.custom-menu{
	
	}
	.subMenu{
		left:21.6%;
	}
}
@media (min-width: 1920px) {
	.custom-menu{
		
	}
	.subMenu{
		left:27.8%;
	}
}*/

.fadeIn, .fadeOut{
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.Nav-headerHomeIcon{
color: #fff;
font-size: 16px;
line-height: 25px;
margin-top: 8px;
float: left;
margin-left: 18px;
cursor: pointer;
}
.headerCloseBtn{
	visibility: visible;
width: 26px;
height: 34px;
margin-left: 5px;
}
/* .custom-menu.col-lg-2{width:21%} */

.menu-item-container.modules .subMenu li{
	padding: 8px 10px;
}
.quizTopic span.InnerTxt{
	font-size: 18px;
	padding: 0px 0 0 10px;
	vertical-align: middle;
}
.quizTopic .pull-right.modules{
	display:none;
}
.navopen:after{
    height: 15px;
    position: absolute;
    width: 4px;
    content: "";
    left: 0;
    z-index: 0;
    bottom: -17px;
    left: 0;
background: #1c2935;
}