.login {
	background-image: url('../images/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.back-img-drop:before {
    content:'';
    position:absolute;
    top:4.375rem;
    left:0;
    background-image: url(../images/1.0.png);
    width: 100%;
    height: calc(100% - 4.375rem);
   background-size: contain;
    background-repeat: no-repeat;
     background-position-y: 12px;
    background-position-x: center;
}

.btn {
	border-radius: 0px;
}

.container {
	padding: 5px;
}

img {
	border: 0px;
}

.question_container {
	padding: 4px;
	/*max-height: 35%;*/
	overflow-y: auto;
}

.option_container {
	padding: 4px;
	/*max-height: 35%;*/
	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;
}

/* --------By Samrat 22.06.2020 @design change in SoftWuiz --------*/
.card-body>video {
	width: auto;
	height: 60vh;
/*	margin-left: calc(50% - 36%);*/
	border: 1px solid #cdc5c5;
	border-radius: 7px;
}

.back-xd-56 {
	display: flex;
	justify-content: flex-end;
	padding-right: 9px;
	text-shadow: 1px 1px 4px #00000075;
}

.back-xd-56 > a{
    background-color: transparent;
    text-shadow: none;
    position: absolute;
    background-image: url(../images/icons8-back-arrow-50.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    color: transparent;
    width: 70px;
    height: 70px;
    padding: 0;
    top: 6px;
    right: 0;
}
.back-xd-56 > a:hover, .back-xd-56 > a:focus {
    background-color: transparent;
     color: transparent;
    text-shadow: none;
    background-image: url(../images/icons8-back-arrow-50.png);
    outline:0;
}

.bg-gradient-primary {
 background: #333367!important;
}

.brand-logo-45::after {
    content: '';
    position:absolute;
    width: 220px;
    height: 57px;
    left: 0;
    top: 6px;
    background-image: url(../img/tcg-logo.png);
    background-size: contain;
	background-repeat: no-repeat;
    background-color: white;
    border-radius: 5px;
}
.register-div {
      background-image: url(../img/tcg-logo.png);
    background-size: contain;
	background-repeat: no-repeat;
}

.static-top-34::after {
    content: '';
    position:absolute;
    width:100%;
    height: 8px;
    background-image: none;
    background-color: #fb9c1c;
    left: 0;
    bottom: -9px;
}

.text-shadow-hover-34 {
    transition: .4s ease;
}

.text-shadow-hover-34:hover {
    text-shadow: 1px 2px 8px #0000004a;
    transition: .4s ease;
}

.container{
    margin-bottom: 12px;
}

.html-content-area {
    min-height: 275px;
    overflow: auto;
}

.action-tds{
    display: flex;
    justify-content: space-around;
}
.action-tds > a {
    flex:1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color:transparent;
    opacity: .8;
}

.action-tds > .e {
 background-image: url(https://img.icons8.com/material-sharp/24/000000/edit.png); 
 color:transparent;
}

.action-tds > .v {
 background-image: url(https://img.icons8.com/material-rounded/24/000000/view-file.png);
 color:transparent;
}
.action-tds > .r {
 background-image: url(https://img.icons8.com/material-rounded/24/000000/delete-forever.png);  
 color:transparent;
}

  .login-button:focus {
      outline:0;
  }
 .login-button:hover {
     text-decoration:none;
      color: beige;
  }
  .login-button {
  padding: .421rem 2rem;
  border-width: 0;
  background-color: #34366f;
  border-radius: 12px;
   color: beige;
  font-weight: bold;
  font-family: sans-serif;
  cursor: pointer;
  }


.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;
}
.pager {
	padding-left: 0;
	margin: 17px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999999;
	background-color: #fff;
	cursor: not-allowed;
}









