.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 40%);
  z-index: 99;
}
.preloader-image {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
  	z-index: 99;        
    background-repeat: no-repeat;
    background-position: center;
    margin: -50px 0 0 -50px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.fileUpload {
    position: absolute;
    top: 0;
	left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.category .table > tbody > tr > td {
	vertical-align: middle;
    word-break: break-word;
}
.action {
	font-size: 16px;
	color: #1f9ecc;
}
.action.fa-trash-o {
	margin-left: 3px;
	color: #d70000;
}
.success-message {
  background-color: #4caf50;
  padding: 8px;
  color: #fff;
}
.error-message {
  background-color: #f44336;
  padding: 8px;
  color: #fff;
}
.errormsg {
  color: #f44336;
  font-size: 14px;
}
.missing{
  border: 1px solid red;
}
.red {
  color: #d70000;
}

     .isa_success,
.isa_error {
    left: 50%;
    position: absolute;
    top: 60px;
    transition: 2s ease;
    display: block;
    z-index: 9999;
    margin: 0 auto 0 -150px;
    transition: all 2s ease 0s;
    width: 480px;
}
.isa_success span,
.isa_error span {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    display: block;
    width: 300px;
    word-wrap: break-word;
}
.isa_success span {
    border: 0px solid #51a351;
    padding: 15px 15px 15px 50px;
    background: #51a351 url("../img/success.png") no-repeat 10px center;
}
.isa_error span {
    border: 0px solid #bd362f;
    padding: 15px 15px 15px 50px;
    background: #bd362f url("../img/error.png") no-repeat 15px center;
}
.isa_success span:hover, .isa_error span:hover {
    opacity: 1;
    cursor: pointer;
}
.hide_eroor {
    opacity: 0;
    top: 0px;
}
span.error {
    color: red;
}
span.validate-error-custom{
    color: red;
}
.login-box{
	width: 400px;
    display: inline-block;
    background-color: #fff;
	border-radius: 4px;
    box-shadow: 0 0 16px #ccc;
	padding:30px 30px 20px;
	transform: translate(0%, 20%);
}
.bg-theme{background-color:#0d3676;}
.bg-white{background-color:#fff;}
.login-box .login-form{
	padding-top:30px;
}

.login-box .login-form input[type="text"], .login-box .login-form input[type="password"] {
  background-color : #fff; 
}
.login-box .login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.footer-text-display{position: absolute;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    left: 0;
    right: 0;
	border-top: 1px solid #d7d7d7;
    padding: 5px 0;
}
.question-form{
	width:100%;
	display:inline-block;
	border-radius: 4px;
    background-color: #fff;
    padding: 20px 15px;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%);
	margin-bottom:10px;
}
.question-form input[type="file"] {
	width:100%;
}
.manage_question .card{
	background-color:transparent;
	box-shadow:none;
}
.manage_question .card .card-body{
	padding-left:0px;
	padding-right:0px;
}
.custom-btn-group{display: flex;justify-content: space-around;}
/***********RESPONSIVE MEDIA QUERY**************/
@media (max-width: 320px){
	.login-box{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	.custom-btn-group{display: block;}
	.custom-btn-group .btn{ margin-bottom:5px;}
}
@media (min-width: 321px) and (max-width: 480px) {
	.login-box{
		width:100%;
		padding-left:10px;
		padding-right:10px;
	}
	.custom-btn-group{display: block;}
	.custom-btn-group .btn{ margin-bottom:5px;}
}
@media (min-width: 481px) and (max-width: 767px) {
	.login-box{
		width:100%;
		padding-left:10px;
		padding-right:10px;
	}
	.custom-btn-group{display: block;}
	.custom-btn-group .btn{ margin-bottom:5px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.login-box{
		width:60%;
		padding-left:15px;
		padding-right:15px;
	}
	.question-form .col-sm-6{width:49%; display:inline-block;}
}
@media (min-width: 992px) and (max-width: 1200px) {
	
}
.answer_correct{
  background-color:#4baf4d;
  padding:5px;
  color:#fff;
  margin-right:5px;
  margin-bottom: 5px;
  display: inline-block;  
}
.answer_wrong{
  background-color:#f54337;
  padding:5px;
  color:#fff;
  margin-right:5px;
  margin-bottom: 5px;
  display: inline-block;
}
#dataTable{width:100% !important;}