 .login{
background-image:url('../images/bg.jpg');  background-size:     cover;  background-repeat:   no-repeat;
    
}
.btn{

border-radius:0px;
}

.container{
	padding:5px;
}

img{
	
	border:0px;
	}
	
.hide-data{display:none !important}	
	
	.question_container{
		
		padding:4px;
		max-height:50%;
		overflow-y:auto;
		 
	}
	.option_container{
		
		padding:0;
		overflow-y:auto;
		 
	}
	.op{
			}
	
	.question_div{
		
		display:none;
	
	}
	
	.footer_buttons{
		
		position:static;
		bottom:0px;
		background:#ffffff;
		width:100%;
		height:80px;
		padding:4px;
		text-align: left;
		border-top: 0;
    margin-top: 0px;
    padding-top: 0;
		
		
	}
	.footer_buttons {
    min-height: 270px;
    max-width: 96%;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    float: none;
}
	.footer_buttons .btn {
    /*color: #fff; */
    font-size: 19px;
    padding: 15px 35px;
    background: #e2001a !important;
    display: inline-block;
    border: 0;
    margin: 0;
}
	.footer_buttons button#backbtn {
    visibility: visible !important;
}

.footer_buttons .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e2001a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #404040;
}

.footer_buttons .btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.footer_buttons .btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.footer_buttons .btn:hover {
    background: #e2001a;
}
.footer_buttons .btn:focus {
    box-shadow: none;
}
	.qbtn{
		cursor:pointer;
		width:40px;
		height:30px;
		border-radius:0px;
		background-color:#212121;
		color:#ffffff;
		float:left;
		font-size:15px;
		padding:2px;
		text-align:center;
		margin:5px;
	}
	
	
	.save_answer_signal{
		
		float:right; 
		width:6px;
		height:6px;
		border-radius:2px;
		background-color:#666666;
		 margin:2px;
		
	}
	
div#save_answer_signal1, div#save_answer_signal2 {
    display: none;
}	
	
	
 #photograph{
	 
	 width:150px;
	 height:150px;
 }

 


/* liveclassroom */


.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;
}
.revenuew{
background-color: #F5FBFC;
margin:5px;
padding:5px;
}
 

.panel, .widget-more-link.b-a-1, .widget-products-image, :not(.panel) .thumbnail {
    border-color: #E0E0E0;
}

.panel-heading {
    position: relative;
    border-bottom: 1px solid #E2E2E2;
    background: none repeat scroll 0% 0% #FAFAFA;
}

















    .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;
    }

    html[dir="rtl"] .page-signin-icon {
      border-right: 0;
      border-left-width: 1px;
      border-left-style: solid;
      left: auto;
      right: 1px;
    }

    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; }
	
	.container {
    max-width: 96%;
    padding-left: 15px;
    padding-right: 15px;
}
label.btn {
    display: inline-block;
    padding: 6px 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: none;
}

.btn>input[type=radio], .btn>input[type=checkbox] {
    display: none;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #000;
    display: inline;
    margin-left: 0;
}

.btn i {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #e2001a;
    display: inline;
    margin-left: 0;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}
label.btn:hover {
    color: #000;
}
.form-group.checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 4px solid #000;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}

.form-group.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    width: 100%;
}

.form-group.checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
}

.form-group.checkbox {
    width: 100%;
}

.option_container table {
    width: 100%;
}

.form-group.checkbox label p {
    display: inline-block;
    margin: 0;
}

.form-group.checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 8px;
    height: 15px;
    border: solid #e2001a;
    border-width: 0 2px 2px 0;
    transform: rotate(
45deg
);
}
.form-group.checkbox input:checked + label:before {
    border: 4px solid #e2001a;
}
    @media (min-width: 544px) {
      .page-signin-modal > .modal-dialog { margin: 60px auto; }
    }
  
  
  
  .btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}




.container{
	padding:0px;
}





 .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
 

.card-heading{
	padding:5px;
}


.hoverbg:hover{
	background:#eeeeee;
}
 
 .tablist {
    width: 100%;
    float: left;
    display: table;
}

.tablist .qbtn {
    background: transparent !important;
    display: table-cell;
    float: none;
    width: auto;
	position: relative;
}

.tablist .qbtn span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    color: #0e214b;
    border: 1px solid #ddd;
    float: left;
}
.question_container p, .question_container span {
    display: inline-block;
    margin-top: 0;
    font-size: 25px;
    line-height: 1.5;
}
.question_container span {
    position: absolute;
    left: 0;
}

.question_container {
    padding-left: 35px;
    margin-bottom: 0;
    position: relative;
}
.question_div .question_container {
    margin-top: 15px;
}
.tablist .qbtn.answered.visited span {
    background: rgb(68, 157, 68) !important;
}

.tablist .qbtn.visited span {
    background: #e2001a;
    color: #fff;
    border-color: #e2001a;
}
.qustn-type .qbtn {
    display: inline-block;
    float: none;
    margin-left: 15px;
}

.qustn-type {
    text-align: center;
}
.qustn-type .qbtn {
    display: inline-block;
    float: none;
    margin-left: 15px;
}

.qustn-type {
    text-align: center;
}

.tablist .qbtn:after {
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #e0e0e0;
    position: absolute;
    left: 10px;
    z-index: -1;
}

.tablist .qbtn:nth-last-child(2):after {
    display: none;
}

.tablist .qbtn.visited span {
    position: relative;
    z-index: 99;
}
.home-title.small h4 {
    font-size: 34px;
    font-weight: 600;
    /* height: 59px; */
    margin-left: 15px;
    /* max-width: 50%; */
    margin-bottom: 20px;
    padding: 10px 0;
    color: #000;
	margin-top: 20px;
}

.time-left {
    color: #000;
    margin-top: 50px;
	background: #212121;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
	margin-right: 325px;
}
.option_container span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    font-size: 20px;
    margin-left: 15px;
}

.option_container inpi {}

.option_container input[type=checkbox],.option_container input[type=radio] {
    width: 18px;
    height: 29px;
}

.option_container td {
    vertical-align: top;
}
.option_container td {
    padding: 0;
}
.option_container span.option-num {
    margin-left: 0;
    margin-right: 10px;
	display: none;
}
div#warning_div {
    max-width: 50%;
    left: 50% !important;
    transform: translateX(-50%);
}
@media only screen and (max-width:767px)
{
.tablist .qbtn span {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.time-left {
    float: left !important;
    text-align: center;
    /* padding-top: 50px; */
    margin-top: 128px;
	width: 100%;
}
.logo3 {
    right: auto;
    left: 0;
    width: 100%;
}
.footer_buttons .btn {
    padding: 8px 10px;
	margin-bottom: 10px;
}
.home-title.small h4 {
    margin-left: 0;
}
}