.setting-text{
	color: #333;
}
#levelTitle{
	font-family: 'Itim', cursive;
    text-align: center;
	font-size: 32px;
    font-weight: bold;
    padding-top: 5px;
	padding-bottom: 25px;
}
#pieChartHolder{
	max-width: 1000px;
    margin: auto;
	text-align: center;
}
.pie-chart-box {
    border-radius: 50%;
    /*border: 2px solid #ececec;*/
    display: inline-block;
}
.pie-chart{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0;
    text-align: center;
}
.pie-chart-percent{
    display: inline-block;
    line-height: 100px;
    z-index: 2;
    font-size: 36px;
    font-weight: bold;
}
.pie-chart-label{
	font-size: 16px;
	color: #999;
    padding-top: 5px;
	padding-bottom: 20px;
}
.pie-chart-label>img{
	width: 18px;
	height: 18px;
	margin-right: 3px;
	vertical-align: text-bottom;
}
#not-started-pie-chart .pie-chart-percent{
	color: #a7a39e;
}
#need-help-pie-chart .pie-chart-percent{
	color: #ff0000;
}
#attempted-pie-chart .pie-chart-percent{
	color: #0066cc;
}
#passed-pie-chart .pie-chart-percent{
	color: #38bf00;
}
#mastered-pie-chart .pie-chart-percent{
	color: #fea203;
}

.demo-btn-holder{
	padding-top: 10px;
	text-align: center;
}
.demo-btn-holder a{
	display: inline-block;
}
.demo-btn-holder a img{
	margin: auto;
}

#toggleExpandCollapseAllBtnHolder{
	text-align: right;
	padding-bottom: 10px;
}
.toggleExpandCollapseAllBtn{
	/*border:1px solid #999999; */
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	padding: 8px 20px 7px; 
	text-decoration: none; 
	display: inline-block;
	color: #FFF;
	background-color: #b6b6b6;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.toggleExpandCollapseAllBtn:hover{
	text-decoration: none; 
	color: #FFF;
	/*border:1px solid #999999;*/
	background-color: #999999;
}
.toggleExpandCollapseAllBtn:active{
	background-color: #cccccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.toggleExpandCollapseAllBtn:focus{
	text-decoration: none; 
	color: #FFF;
}

.toggleExpandCollapseBtn{
	/*border:1px solid #999999;*/
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 16px;
	padding: 8px 12px 5px; 
	text-decoration: none; 
	display: inline-block;
	color: #fff;
	background-color: #b6b6b6;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	line-height: normal;
}
.toggleExpandCollapseBtn:hover{
	text-decoration: none; 
	color: #fff;
	/*border:1px solid #999999;*/
	background-color: #999999;
}
.toggleExpandCollapseBtn:active{
	background-color: #cccccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.toggleExpandCollapseBtn:focus{
	text-decoration: none; 
	color: #fff;
}

.viewSkillBtn{
	/*border:1px solid #4ba102;*/
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:14px;
	padding: 6px 15px 6px 15px; 
	text-decoration:none; 
	display:inline-block;
	font-weight:normal; 
	color: #FFFFFF;
	background-color: #7fbb0e;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.viewSkillBtn:hover{
	text-decoration: none; 
	color: #FFF;
	/*border:1px solid #4ba102;*/
	background-color: #4ba102;
}
.viewSkillBtn:active{
	background-color: #99ff00;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.viewSkillBtn:focus{
	text-decoration: none; 
	color: #FFF;
}

#sectionList.panel-group .panel{
	border-radius: 0;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: none;
    box-shadow: none;
	margin-top: -1px;
	border-left: none;
    border-right: none;
}
#sectionList .panel-default>.panel-heading{
	background-color: #fff;
	padding: 15px 10px;
	cursor: pointer;
}
#sectionList .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border: none;
	padding: 0;
}

#sectionList .panel-default:nth-of-type(odd)>.panel-heading{
	/*background-color: #eff0f1;*/
	background-color: #fff;
}

#sectionList .panel-default:nth-of-type(even)>.panel-heading{
	background-color: #fff;
}


.sectionTable{
	display: table;
	width: 100%;
}
.sectionTableCell{
	display: table-cell;
	vertical-align: middle;
}
.sectionTableCell.sectionIcon{
	width: 110px;
}
.sectionTableCell.sectionIcon img{
	background-color: #00cc66;
	border-radius: 50%;
	width: 70px;
    height: 70px;
}
.sectionTableCell.sectionIcon.color_21 img{
	background-color: #4caf50;
}
.sectionTableCell.sectionIcon.color_22 img{
	background-color: #30a2fa;
}
.sectionTableCell.sectionIcon.color_23 img{
	background-color: #fe9a03;
}
.sectionTableCell.sectionIcon.color_24 img{
	background-color: #ff7043;
}
.sectionTableCell.sectionIcon.color_25 img{
	background-color: #ba6e33;
}
.sectionTableCell.sectionIcon.color_26 img{
	background-color: #ba68c8;
}
.color_21{
	color: #4caf50;
}
.color_22{
	color: #30a2fa;
}
.color_23{
	color: #fe9a03;
}
.color_24{
	color: #ff7043;
}
.color_25{
	color: #ba6e33;
}
.color_26{
	color: #ba68c8;
}
.sectionTableCell.sectionTitle{
	font-family: 'Itim', cursive;
    font-weight: 500;
	width: auto;
	font-size: 22px;
	padding: 0;
	background-color: transparent;
}
.sectionTitle{
	font-family: 'Itim', cursive;
    font-weight: 500;
	width: auto;
	font-size: 22px;
	padding: 15px 10px;
	background-color: #f2f2f2;
}
.sectionTableCell.expandableIcon{
	width: 50px;
	text-align: right;
}

.topicTable{
	display: table;
	width: 100%;
	padding-left: 120px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #fff;
	cursor: pointer;
}
.topicTableCell{
	display: table-cell;
	vertical-align: middle;
}
.topicTableCell.topicContent{
	width: auto;
}
.topicTableCell.topicStatus{
	width: 300px;
}

.topicContentTable{
	display: table;
	width: 100%;
}
.topicContentTableCell{
	display: table-cell;
	vertical-align: middle;
	color: #666;
}
.topicContentTableCell.topicIcon{
	width: 40px;
}
.topicContentTableCell.topicIcon img{
	width: 32px;
	height: 32px;
}
.topicContentTableCell.topicTitle{
	width: auto;
}

.topicStatusTable{
	display: table;
	width: 100%;
}
.topicStatusTableCell{
	display: table-cell;
	vertical-align: middle;
}
.topicStatusTableCell.viewSkillBtnBox{
	width: 115px;
}
.topicStatusTableCell.statusBox{
	width: auto;
}
#sectionList .progress{
	height: 28px;
	border-radius: 0;
	background-color: #a7a39e;
	background-color: transparent;
}
#sectionList .progress-bar{
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 28px;
}

.overall-progress-bar{
    /*max-width: 170px;*/
    padding-top: 10px;
	padding-left: 5px;
}
#sectionList .overall-progress-bar .progress{
	height: 24px;
	border-radius: 0;
	background-color: #a7a39e;
}
#sectionList .overall-progress-bar .progress-bar{
	font-family: Arial,Helvetica,sans-serif;
	line-height: 24px;
}

.status-box{
	width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.not-started-color{
	background-color: #dcdcdc;
}
.need-help-color{
	background-color: #f23748;
}
.attempted-color{
	background-color: #3880f9;
}
.passed-color{
	background-color: #61da66;
}
.mastered-color{
	background-color: #f9d239;
}

.not-started-bg-color{
	background-color: #fafafa;
}
.need-help-bg-color{
	background-color: #fff7f7;
}
.attempted-bg-color{
	background-color: #ecf9ff;
}
.passed-bg-color{
	background-color: #f3fff0;
}
.mastered-bg-color{
	background-color: #ffffe2;
}

#help-boxModal .modal-dialog{
	max-width: 600px;
	width: 100%;
}
#help-boxModal .modal-content{
	border: 5px solid #ff9933;
}
#help-boxModal .modal-content .help-content{
	padding: 20px 20px 0;
}
#help-boxModal .modal-content .helpModalContentTitle {
	color: #b3392c;
	padding-bottom: 5px;
	font-size: 24px;
	font-family: 'Itim', cursive;
	font-weight: 600;
}
#help-boxModal .modal-content .helpModalContentText{
	color: #666;
	padding-bottom: 30px;
	font-size: 18px;
}
#help-boxModal .modal-header{
	background: #ffcc33;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border: none;
	padding: 7px 5px;
	border-bottom: 5px solid #ff9933;
}
#help-boxModal .modal-header .close{
	margin-top: -37px;
	margin-right: 10px;
}
#help-boxModal .modal-header .close:hover{
	opacity: 1;
}
#help-boxModal .modal-title{
	text-align: center;
	font-size: 32px;
	line-height: 42px;
	text-shadow: 1px 2px 3px #000000;
	font-family: "Raleway", sans-serif;
	font-family: 'Itim', cursive;
	font-weight: 600;
}
#help-boxModal .close-btn-holder{
	text-align: center;
}
#help-boxModal .close-btn-holder .ace-button{
	font-size: 20px;
	padding: 4px 20px;
	border-radius: 10px;
}
.legends-box>table tr:first-child td {
	border-top: none;
}
.modal-footer {
	background-color: #fff;
}

/* Landscape phones and portrait tablets */	
@media screen and (max-width: 767px){
	#subtopic-holder {
		padding: 10px 15px;
	}
	.topicTable {
		padding-left: 20px;
		padding-bottom: 20px;
	}
	.topicTableCell {
		display: block;
	}
	.topicTableCell.topicStatus {
		max-width: 360px;
		padding-top: 10px;
		padding-left: 40px;
		width: 100%;
	}
	.demo-btn-holder {
		padding-bottom: 10px;
	}
	#levelTitle{
		padding-top: 10px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.page-header div img {
		height: 42px;
	}
	.page-header h3{
		font-size: 28px;
		padding: 2px 0;
	}
	.ace-form-group select{
		font-size: 16px;
		width: 100%;
	}
	#levelTitle {
		font-size: 28px;
		padding-bottom: 20px;
	}
	.pie-chart-label {
		font-size: 14px;
	}
	#sectionContent{
		font-size: 16px;
	}
	.demo-btn-holder {
		padding-bottom: 20px;
	}
	.toggleExpandCollapseAllBtn{
		font-size: 14px;
	}
	#subtopic-holder{
		font-size: 16px;
		padding: 0px 10px;
	}
	#subtopic-holder .ace-form-group > label{
		width: 80px;
	}
	
	#sectionList .panel-default>.panel-heading {
		padding: 10px 0;
	}
	
	.sectionTableCell.sectionTitle{
		font-size: 18px;
	}
	.sectionTableCell.sectionIcon {
		width: 75px;
	}
	.sectionTableCell.sectionIcon img {
		width: 64px;
		height: 64px;
	}
	#sectionList .overall-progress-bar .progress {
		height: 18px;
	}
	#sectionList .overall-progress-bar .progress-bar {
		line-height: 18px;
	}
	.toggleExpandCollapseBtn{
		font-size: 18px;
	}
	.topicTable {
		padding-left: 20px;
	}
	.topicContentTableCell.topicIcon {
		width: 40px;
	}
	.topicContentTableCell.topicIcon img{
		width: 24px;
		height: 24px;
	}
	.topicTableCell.topicStatus {
		padding-left: 40px;
	}
	.topicStatusTableCell.viewSkillBtnBox {
		width: 110px;
	}
	.viewSkillBtn{
		font-weight: normal;
	}
	#sectionList .progress {
		height: 24px;
	}
	#sectionList .progress-bar {
		line-height: 24px;
	}
}