:root {
	
	--main-color:#9C27B0;
	--color-hover:#673ab7;
}
h3 {
	font-size:20px;
	margin:0 ;
	text-transform:uppercase
}
.login {
	background-image: url('../images/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
input[type=checkbox] {
	height: 20px;
    width: 20px;
    margin: 0 0 0 15px;
}
input[type=radio] {
    height: 20px;
    position: relative !important;
    margin: 0px 8px 0 0;
    margin-left: 0px !important;
    float: left;
}
.row_question {
	margin-bottom: 15px;
}
.nowrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.table thead, .table tfoot {
	background: #CCC
}
.thead {
	background: #CCC
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 3px 10px;
	border-radius: 4px;
}
.thead {
	background:#CCC
}
.login-panel {
	margin-top:0;
	background-color:#f1eeee;
}
img {
	border: 0px;
}
span.radio {
	display:inline-block;
	width:80px;
}
.main-list {
	margin:15px -15px
}
.alink {
    display: inline-block;
    padding: 8px;
    /*background: #CCC;*/
    border-radius: 5px;
    margin: 0 8px 0;
}
.hd_quiz {
    padding: 15px 0 15px;
    background: #9c27b0;
    color: #FFF;
}
.mainquiz {
	margin-top: 15px;
    padding: 0;
}
div.upload a.lib_img {
    display: inline-block;
    height: 24px;
    width: 24px;
	margin-left:20px;
    background: url(../../skin/images/icon-upload.png) no-repeat;
    background-size: 100%;
}
.dropdown-menu>li>a {
	padding:6px 20px
}
.question_container {
	padding: 5px;
}
.option_container {
	padding: 5px;
	margin-bottom:100px
}
.op {
	padding: 5px;
}
.question_div {
	display: none;
	/*border-top: 1px solid #dddddd;*/
}
.footer_buttons {
	position: fixed;
	bottom: 0px;
	background: #ffffff;
	width: 100%;
	height: 80px;
	padding: 4px;
	border-top: 1px solid #dddddd;
}
.qbtn {
	cursor: pointer;
	width: 40px;
	height: 30px;
	border-radius: 5px;
	background-color: #212121;
	color: #ffffff;
	float: left;
	font-size: 15px;
	padding: 2px;
	text-align: center;
	margin: 5px;
}
.btn {
    background: var(--main-color);
    color: #FFF;
    padding: 10px 25px;
    border: 1px solid var(--main-color);
}
.save_answer_signal {
	float: right;
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background-color: #666666;
	margin: 2px;
}
#photograph {
	width: 150px;
	height: 150px;
}
/* liveclassroom */
/*result page*/
.bgred {
	margin-top: 15px;
	padding: 10px;
	background-color: #ff5e5e;
	color: #ffffff;
}
.bgyellow {
	margin-top: 15px;
	padding: 10px;
	background-color: #fdfbcf;
}
.bggreen {
	margin-top: 15px;
	padding: 10px;
	background-color: #71ba5d;
	color: #ffffff;
}
.round {
	height: 45px;
	width: 45px;
	background-color: #ffffff;
	border-radius: 50%;
	color: #4b7d42;
	margin-top: 6px;
	padding: 14px 0 0 18px;
}
/* end result page*/
.arrow_box {
	position: relative;
	background: #d50f29;
	border: 0px solid #f5e131;
	border-radius: 3px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 7%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(213, 15, 41, 0);
	border-bottom-color: #d50f29;
	border-width: 10px;
	margin-left: -5px;
}
.class_text_board {
	width: 650px;
	height: 500px;
	float: left;
}
.class_comment_board {
	width: 300px;
	height: 470px;
	border-radius: 10px;
	float: right;
	padding: 5px;
	border: 1px groove #eee;
}
#comment_box {
	width: 290px;
	height: 400px;
	overflow-y: scroll;
	padding: 5px;
}
#username_comment {
	color: #666666;
	font-size: 11px;
}
#comment_send {
	background: white;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 0 0 5px #DDD inset;
	color: #666;
	outline: none;
	height: 25px;
	width: 275px;
}
.class_heading {
	width: 650px;
	height: 35px;
	background: #212121;
	font-size: 14px;
	color: #ffffff;
	padding: 5px 25px 0px;
	border-radius: 8px 8px 0px 0px;
}
#page::after {
	content: ' ';
	position: absolute;
	width: 0px;
	height: 100%;
	top: 0;
	left: 20px;
	border-left: 1px solid #F8D3D3;
}
#page {
	width: 650px;
	height: 400px;
	overflow-y: scroll;
	line-height: 30px;
	font-size: 14px;
	padding: 5px 25px 27px;
	position: relative;
	outline: none;
	background: white;
	background: -webkit-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
	background: -moz-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
	background: linear-gradient(center top, #dfe8ec 0%, #ffffff 8%) 0 0px;
	-webkit-background-size: 100% 30px;
	-moz-background-size: 100% 30px;
	-ms-background-size: 100% 30px;
	background-size: 100% 30px;
}
#page_res {
	float: right;
	color: #666666;
	font-size: 12px;
}
.div_exp_corr {
	background: #E0FFE0;
	display: none;
}
.div_exp_wrong {
	background: #FF9D9D;
	display: none;
}
#stat_box {
	width: 210px;
	height: 100px;
	border: 0px solid #dddddd;
	float: left;
	margin-left: 20px;
}
#stat_head {
	width: 210px;
	height: 30px;
	background: #ec5c0d;
	font-family: arial;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding: 4px 0px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
#stat_val {
	width: 210px;
	height: 66px;
	background: #eeeeee;
	font-family: arial;
	font-size: 40px;
	color: #212121;
	text-align: center;
	padding: 4px 0px 0px 0px;
	border-radius: 0px 0px 4px 4px;
}
.op_style {
	background: #eeeeee;
	padding: 4px;
	margin: 5px;
	border: 1px solid #dddddd;
}
.font-size-34 {
	font-size: 34px !important;
}
.font-weight-light {
	font-weight: 300 !important;
}
strong {
	font-weight: 700;
	color: #666666;
}
.alink {
    display: inline-block;
    padding: 5px;
}
.revenuew {
	background-color: #F5FBFC;
	margin: 5px;
	padding: 5px;
}
.navbar-default .navbar-brand {
	color: #ffffff;
}
.navbar-default {
	background-color: var(--main-color);
	border-color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-family: 'arial';
	font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
	font-family: 'arial';
	font-size: 14px;
}
.panel, .widget-more-link.b-a-1, .widget-products-image, :not(.panel) .thumbnail {
	border-color: #736464;
}
.panel-heading {
	position: relative;
	border-bottom: 1px solid #E2E2E2;
	background: none repeat scroll 0% 0% #FAFAFA;
}
h1.panel-title {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #9C27B0;
    font-weight: bold;
    margin-bottom: 8px;
}
.panel-body .msg {
	text-align: center;
    padding-bottom: 15px;
    color: #F00;
    font-style: italic;
}
.page-signin-modal {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: block;
}
.page-signin-form-group {
	position: relative;
}
.page-signin-icon {
	position: absolute;
	line-height: 21px;
	width: 36px;
	border-color: rgba(0, 0, 0, .14);
	border-right-width: 1px;
	border-right-style: solid;
	left: 1px;
	top: 9px;
	text-align: center;
	font-size: 15px;
}
/*.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 6px;
    left: 15px;
    border-right: 1px solid #CCC;
    padding-right: 10px;
}
.fa-globe:before {
	content:''
}*/
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
html[dir="rtl"] .page-signin-icon {
	border-right: 0;
	border-left-width: 1px;
	border-left-style: solid;
	left: auto;
	right: 1px;
}
.btn-primary {
	background-color:var(--main-color);
	border-color:var(--main-color);
	
	&:hover {
		background-color:var(--color-hover);
		border-color: var (--color-hover);
	}
}
html:not([dir="rtl"]) .page-signin-icon + .page-signin-form-control {
	padding-left: 50px;
}
html[dir="rtl"] .page-signin-icon + .page-signin-form-control {
	padding-right: 50px;
}
#page-signin-forgot-form {
	display: none;
}
/* Margins */

.page-signin-modal > .modal-dialog {
	margin: 30px 10px;
}
.paging {
    clear: both;
    height: 35px;
    padding: 5px;
    text-align: right;
}
.paging span {
    padding: 3px 8px;
    font-size: 16px;
    border: 1px solid #CCC;
    margin-right: 3px;
}
.paging strong {
    padding: 3px 8px;
    font-size: 16px;
    border: 1px solid #CCC;
    margin-left: 2px;
}
.paging a {
    font-size: 16px;
    padding: 3px 8px;
    border: 1px solid #CCC;
    margin-left: 2px;
}
@media (min-width: 544px) {
.page-signin-modal > .modal-dialog {
	margin: 60px auto;
}
}
@media (max-width: 479px) {
.navbar-default .navbar-toggle {
    border-color: #FFF;
}	
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
    color: #FFF;
}

.blk_main_quiz {
	margin-top: 15px;
	/* overflow-y: scroll; */
	height: auto;
	margin-bottom: 15px;
}

.mainquiz {
	margin-top: 15px;
}
.question_div {
    padding-left: 15px;
}
.table-bordered tr th {
	width:35%
}
.footer_buttons {
	margin-bottom:50px
}
.footer_buttons {
     position:relative; 
     bottom: 0px; 
    background: #ffffff;
    width: 100%;
    height: 80px;
    padding: 4px;
    border-top: 1px solid #dddddd;
}
}