body{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
}
 .login{
background-image:url('../../assets/images/login-bg.jpg');  background-size: cover;  
background-repeat: no-repeat;
    
}
.btn{
border-radius:0px;
}


.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 10px 0;
	border-radius: 3px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #373e4a;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #818da2;
	background-color: #eeeeee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #373e4a;
	border-color: #949494;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}


.container{
	padding:5px;
}

img{
	
	border:0px;
	}
	
	
	.question_container{
		padding:4px;
		max-height:35%;
		overflow-y:auto;
		 
	}
	.option_container{
		
		padding:4px;
		max-height:55%;
		overflow-y:auto;
		 
	}
	.op{
		border-bottom:1px solid #eeeeee;
		 
		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: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;
		
	}
	
	
	
	
 #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; }

    @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;
}



/****************************/
/*        Himansu CSS       */
/****************************/
.loginBk{
	background-image:url('../../assets/images/login-bg.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
}
.btn-success{
	padding:7px 20px 7px 20px !important;
	background-color:#aa4780;
	border:1px solid #903;
	border-radius: 5px;
}
.btn-success:hover{
	background-color:#a21968;
	border:1px solid #903;
}
::placeholder{font-size:13px; color:#999;}
.card {
	background-image:url('../../assets/images/color_bar.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:contain;
	border-radius:0px !important;
	padding:20px 10px;
}

h1 img{max-width:70%; height:auto;}

/*   Sidebar   */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
   /*box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
  Scrollable contents if viewport is shorter than content. */
  background: #fff; }
  .sidebar a {
    color: #000;
   /* text-transform: uppercase;*/
    font-size: 1rem;
    letter-spacing: .0rem;
    padding: .75rem 1rem; }
  .sidebar em {
    font-size: 1rem; }
  .sidebar h1 {
    color: #000;
    border: none;
    font-size: 1.2rem;
    padding: 0rem 0rem 1rem;
	margin:0 auto;
	text-align:center;
    letter-spacing: .0rem;
	background-image:url('../../assets/images/color_bar_Inside.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size:auto;
	 }
  .sidebar .site-title {
    margin-top: 0;
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 1.2rem; }
    .sidebar .site-title a {
      font-size: 1rem;
      padding-left: 0;
      padding-right: 0;
      cursor: pointer; }
    .sidebar .site-title a:hover {
      background: none !important; }
  .sidebar .nav {
    margin-bottom: 10px; }
  .sidebar .nav-item {
    width: 100%; color:#000; }
	.sidebar .nav .nav-item a:hover {
    color:#000; background-color:#FC3 !important; }
  .sidebar .nav-item + .nav-item {
    margin-left: 0; }
  .sidebar .nav-link {
    border-radius: 0; }
  .sidebar .logout-button {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 85%;
    text-align: center;
    border-radius: .3rem; }
	
	.sidebar .nav-item  li img{max-width:60%; height:auto;
	}

.sidebar .nav ul.children {
  width: auto;
  padding: 0;
  margin: 0; }
  .sidebar .nav ul.children li a {
    padding: .5rem 1rem;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff; }
  .sidebar .nav ul.children li a:visited {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important; }
  .sidebar .nav ul.children li a:hover {
    background: #6365d2 !important;
    color: #ffffff !important; }
	
	.sidebar .nav-item .nav-link{
		padding: 0.4rem !important;
	}

#wrapper.toggled .sidebar-nav {
  display: none; }

#menu-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem; }

.sidebar a:focus, .sidebar a:hover, .sidebar a:active {
  background-color: #6365d2 !important; }

@media screen and (max-width: 576px) {
  #wrapper .sidebar-nav {
    display: none; }

  #wrapper.toggled .sidebar-nav {
    display: block !important; }

  .sidebar {
    position: inherit;
    padding-bottom: 0px;
    margin-bottom: 1rem; }

  #menu-toggle {
    background-color: #6365d2; } }
@media screen and (min-width: 576px) {
  #wrapper.toggled .sidebar-nav {
    display: block; }

  #menu-toggle {
    display: none; } }
	
/************************************/
.page-header {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0rem;
  /*margin-bottom: 2.4rem;/*/
  padding-bottom: 1.3rem;
  background-image:url('../../assets/images/color_bar_Inside.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size:auto;
  height: auto; }
  .page-header h1 {
    display: inline;
    border: none;
    /*padding: 0;*/
	padding-top:3px;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%; }
	
/*******************/
.LeftCol{
  /*box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;*/
  background: #f0f0f0;
  padding-top:10px;
  padding-bottom:30px; 
  padding-left:10px;
  padding-right:10px;
  border-radius:0px;
}
.boxtitle{
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.6rem;
	margin-left:10px;
	margin-bottom:10px;
	color:#484848;
	font-weight:400;
}
.btn-box{
	width:400px;
	height:160px;
	padding:10px;
	margin:0px auto;
	border-radius:15px;
	position:relative;
	margin-bottom:10px;
}
.btn-box:hover{
	opacity:.85;
	cursor:pointer;
}
.btn-box .moduleNo{
	position:absolute;
	position:absolute;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.6rem;
	padding:0px 10px;
	background-color:#fff;
	color:#000;
	float:right;
	right:15px;
	border-radius:5px;
	text-align:right;
	box-shadow: rgba(0, 0, 0, 0.36) 0px 0px 8px;
}
.btn-box .heading1{
	width:auto;
	position:absolute;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.6rem;
	height:110px;
	padding-top:15px;
	margin-bottom:10px;
	color:#000;
	font-weight:500;
	background-image:url('../../assets/images/box_icon1.png');
	background-repeat:no-repeat;
	padding-left:135px;
	
}
.btn-box .heading2{
	width:auto;
	position:absolute;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.6rem;
	height:110px;
	padding-top:15px;
	margin-bottom:10px;
	color:#000;
	font-weight:500;
	background-image:url('../../assets/images/box_icon2.png');
	background-repeat:no-repeat;
	padding-left:135px;
	
}
.btn-box .heading3{
	width:auto;
	position:absolute;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.6rem;
	height:110px;
	padding-top:15px;
	margin-bottom:10px;
	color:#000;
	font-weight:500;
	background-image:url('../../assets/images/box_icon3.png');
	background-repeat:no-repeat;
	padding-left:135px;
	
}
.btn-box ul{
	position:absolute;
	list-style:none;
	bottom:10px;
	margin:0;
	padding:0;
}
.btn-box ul li{
	margin-left:5px;
	display:inline;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1rem;
	font-weight:500;
	color:#000;
	bottom:5px;
	padding-left:7px;
}
.box_1{
	background-color:#ea81be;
}
.box_2{
	background-color:#ead958;
}
.box_3{
	background-color:#5d61e8;
}

/*-----------ADmin Css----------------*/
.AD-box{
	max-width:360px;
	height:130px;
	padding:10px;
	margin:0px auto;
	border-radius:15px;
	position:relative;
	margin-bottom:10px;
	background-color:#FFFFFF;
}
.AD-box:hover{
	opacity:.85;
	cursor:pointer;
}
.AD-box .TextNo{
	position:absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.7rem;
	color:#061b9b;
	float:right;
	line-height:110px;
	right:10px;
	text-align:right;
}
.AD-box .title1{
	width:auto;
	position:absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.3rem;
	height:110px;
	padding-top:15px;
	margin-bottom:10px;
	color:#000;
	font-weight:500;
	background-image:url('../../assets/images/RU-icon.png');
	background-repeat:no-repeat;
	padding-left:80px;
	
}
.AD-box .title2{
	width:auto;
	position:absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.3rem;
	height:110px;
	padding-top:15px;
	margin-bottom:10px;
	color:#000;
	font-weight:500;
	background-image:url('../../assets/images/AA-icon.png');
	background-repeat:no-repeat;
	padding-left:80px;
	
}
.AD-box .title3{
	width:auto;
	position:absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.3rem;
	height:110px;
	padding-top:15px;
	margin-bottom:10px;
	color:#000;
	font-weight:500;
	background-image:url('../../assets/images/UCC-icon.png');
	background-repeat:no-repeat;
	padding-left:80px;
	
}
.AD-box .title4{
	width:auto;
	position:absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.3rem;
	height:110px;
	padding-top:15px;
	margin-bottom:10px;
	color:#000;
	font-weight:500;
	background-image:url('../../assets/images/CD-icon.png');
	background-repeat:no-repeat;
	padding-left:80px;
	
}
.AD-box .title5{
	width:auto;
	position:absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.3rem;
	height:110px;
	padding-top:15px;
	margin-bottom:10px;
	color:#000;
	font-weight:500;
	background-image:url('../../assets/images/UOC-icon.png');
	background-repeat:no-repeat;
	padding-left:80px;
	
}
.AD-box .title6{
	width:auto;
	position:absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.3rem;
	height:110px;
	padding-top:15px;
	margin-bottom:10px;
	color:#000;
	font-weight:500;
	background-image:url('../../assets/images/RV-icon.png');
	background-repeat:no-repeat;
	padding-left:80px;
	
}
.table tr{
	padding:5px !important;
}
.table th{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1rem;
	line-height:normal;
	font-weight:600;
	color:#0c1546;
}
.table td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1rem;
	line-height:normal;
	font-weight:500;
	color:#2E2E2E;
}
.table td a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1rem;
	line-height:normal;
	font-weight:500;
	color:#2E2E2E;
}
.table td a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1rem;
	line-height:normal;
	font-weight:500;
	color:#666;
}
/*-------------Certificate---------------*/
.certificare_bg{
	background-image:url('../../assets/images/C_back.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	width:100%;
	height:100vh;
	padding:20px;
	position:relative;
}
.TextBox{
	padding:5px;
}
.TextBox p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1rem;
	line-height:1.3rem;;
	font-weight:500;
	color:#666;
	padding-right:15px;
	
 }
.TextBox span{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1rem;
	line-height:1.3rem;;
	font-weight:600;
	color:#666;
}

.TextBox .small{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8rem;
	line-height:1rem;;
	font-weight:400;
	color:#666;
	padding-right:15px;
	padding-top:20px;
}
