#fgr-wrapper {
	width: 100%;
	margin-bottom: 10px;
	line-height: 100%;
}
#fgr-wrapper .fgr-titles {
	display: inline-block;
	line-height: 1;
	width: 100%;
	margin: 0;
}
#fgr-wrapper .fgr-titles span {
	vertical-align: middle;
	cursor: pointer;
	float: right;
}
#fgr-wrapper .fgr-group-container {
	margin-bottom: 30px;
	line-height: 100%;
	border: 1px solid #d4d4d4;
	box-shadow: 1px 1px 8px 0 #cccccc;
	padding: 8px 10px;
	background: #ffffff;
}
#fgr-wrapper .fgr-group-container .fgr-group-contents {
	margin-bottom: 10px;
}
#fgr-wrapper .fgr-course-container,
#fgr-wrapper .fgr-lesson-container,
#fgr-wrapper .fgr-topic-container,
#fgr-wrapper .fgr-topic-quiz-container,
#fgr-wrapper .fgr-less-quiz-container,
#fgr-wrapper .fgr-quiz-container {
	display: none;
}
#fgr-wrapper .fgr-course-contents {
	border-bottom: 1px dashed #d4d4d4;
	padding: 10px 0;
}
#fgr-wrapper .fgr-lesson-container,
#fgr-wrapper .fgr-topic-container,
#fgr-wrapper .fgr-topic-quiz-container,
#fgr-wrapper .fgr-less-quiz-container,
#fgr-wrapper .fgr-quiz-container {
	border-top: 1px dashed #d4d4d4;
	padding: 10px 0;
}
#fgr-wrapper .fgr-lesson-container,
#fgr-wrapper .fgr-quiz-container {
	margin-left: 20px;
}
#fgr-wrapper .fgr-topic-container,
#fgr-wrapper .fgr-less-quiz-container {
	margin-left: 40px;
}
#fgr-wrapper .fgr-less-quiz-container {
	margin-bottom: 30px;
}
#fgr-wrapper .fgr-topic-quiz-container {
	margin-left: 60px;
}
#fgr-wrapper .switch-wrapper {
	float: left;
	width: 50px;
}
#fgr-wrapper .suject-titles {
	float: left;
	width: calc( 100% - 50px );
	padding-left: 10px;
}
#fgr-wrapper .fgr-normalize {
	clear: both;
}
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 22px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #bb1a0c;
}
input:focus + .slider {
	box-shadow: 0 0 1px #bb1a0c;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.no-subject-found {
	margin-bottom: 30px;
}
.fgr-message-container {
	margin-bottom: 20px; 
}
.fgr-message-container .message-title {
	font-size: 17px;
    font-weight: 600;
}
.fgr-message-container .message-editor {
	margin-bottom: 25px;
}
.fgr-lesson-contents {
	padding: 5px 0;
}
