/* === Remove input autofocus webkit === */
.highlight
{
	background-color: #FFFF88;
}
*:focus {outline: none;}

.pagination .paginate_button{
	padding: 0!important;
}

#table_id_length select{
	/*height: 1px;*/
	padding: 0 !important;
	border: 1px solid lightgrey;
}

#table_id_filter input{
	border: 1px solid lightgrey;
}

/* === Form Typography === */
body {font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
.contact_form h2, .contact_form label {font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification {font-size: 11px;}

/* === List Styles === */
.contact_form ul {
    width:750px;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:12px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
 /*.contact_form li:last-child {
	border-bottom:1px solid #777;
}*/

/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.contact_form label {
	width:150px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	height:30px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:156px;}

	/* form element visual styles */
	.contact_form input, .contact_form textarea { 
	width:600px;
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:70px;
	}

/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
}

.image-container{
	position: relative;
	margin-bottom: 0!important;
}

.shaded-chain{
	position: absolute;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	background-color:#a91605;
	margin-bottom: 0!important;
	display: none;
}

.shaded-chain .btn{
	color:white!important;
	position: absolute;
	top:40%;
	left:35%;
	transition: color 0.5s ease;
}

.shaded-chain .btn:hover{
	color: #549404!important;
	cursor: pointer;
}

#logo1:hover,.logo-footer1:hover{
	text-decoration: none;
}

a{
	-webkit-transition: color 0.3s ease,background-color 0.3s ease;
	-moz-transition: color 0.3s ease,background-color 0.3s ease;
	-o-transition: color 0.3s ease,background-color 0.3s ease;
	-ms-transition: color 0.3s ease,background-color 0.3s ease;
	transition: color 0.3s ease,background-color 0.3s ease;
}
div{
	transition: background-color 0.3s ease;
}

.main-page img{
	padding-left: 0!important;
}

.spinner-container{
	display: none;
	position: fixed;
	background: white;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.page-spinner {
	width: 130px;
	height: 130px;

	position: relative;
	margin: 100px auto;
}

.spinner {
	display: none;
	width: 120px;
	height: 120px;

	position: relative;
	margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% {
		  transform: scale(1.0);
		  -webkit-transform: scale(1.0);
	  }
}

.datatable thead tr th{
	color: white;
	background-color: #333!important;
}

.dataTables_filter input{

}

.paginate_button{
	/*background: none!important;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	color: #333!important;
}

 .modal.fade .modal-dialog {
	 -webkit-transform: scale(0.1);
	 -moz-transform: scale(0.1);
	 -ms-transform: scale(0.1);
	 transform: scale(0.1);
	 top: 300px;
	 opacity: 0;
	 -webkit-transition: all 0.9s;
	 -moz-transition: all 0.9s;
	 transition: all 0.9s;
 }

.modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0);
	opacity: 1;
}

.modal-header{
	font-family: "Bree Serif";
	/*background-color: #F6F5F5;*/
	/*border-radius: 5px;*/
	background-color: #333;
	color:white!important;
}

.modal-header h5,button span{
	background-color: #333;
	color:white!important;
}

.modal-body {
	font-size: 16px;
}

.modal-content{
	border-radius: 0;
}
/*
.modal-content .english li:before{
  content: '?';
  margin-left: -1em;
  margin-right: 12px;
  color:green;
}

.modal-content .urdu li:before{
  content: '?';
  float: right;
  margin-left: 1em;
  margin-right: 12px;
  color:green;
}*/


.modal-content .english{

}

.modal-content .urdu{
	text-align: right;
	font-weight: 600;
}

.modal-content ul{
	list-style-image : url("check.jpg");
	margin-right: 6px;
}

.modal p {
	margin: 50px;
}

.panel-dark .panel-heading{
	background-color: #626161;
	border-radius: 0;
	color: white;
}

.panel-dark .panel-title{
	font-size: 14px;
}

.panel-dark .panel-body{
	border:1px solid #ddd
}

#lightbox .lb-image{
	padding-left: 0!important;
}

img{
	padding-left: 0!important;
}

.hgroup{
	margin-bottom: 20px!important;
}

ul li:before{}

.contact i{
	padding-right: 10px;
	padding-bottom: 5px;
}

.contact td{
	padding: 5px;
}

.contact th{
	border-top: #AB1605 solid 2px;
	border-bottom: #AB1605 solid 2px;
	padding: 5px;

	/*color:white;*/
}

.contact hr{
	border: #AB1605 solid 0.4px;
	margin-bottom: 5px;
	margin-top: 5px;
	/*border-bottom: #549404 solid 2px;*/
}

.contact{

}

.publicComplaint label{
	margin-top: 20px;
}

.separator .hgroup{
	border-bottom: 1px solid #4cae4c;
	margin-top: 25px;
}

.separator .hgroup h2{
	color: #4cae4c!important;
}

.attach-btn:before {
	text-align: left;
}


.invalid-feedback {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.has-error label{
	color:#dc3545!important;
}

.has-error input,.has-error select,.has-error textarea{
	border: 1px solid #dc3545!important;
}


.has-error input::placeholder,.has-error select::placeholder,.has-error textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dc3545;
	opacity: 1; /* Firefox */
}

.has-error input:-ms-input-placeholder,.has-error select:-ms-input-placeholder,.has-error textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #dc3545;
}

.has-error input::-ms-input-placeholder,.has-error select::-ms-input-placeholder,.has-error textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #dc3545;
}

.invalid-feedback{
	/*display: none;*/
}

.notify{
	border-left: solid 5px lightskyblue;
	background-color: lightblue;
	color: white;
	position: fixed;
	top: 40px;
	right: 0;
	z-index: 10;
	padding-left: 10px;
	/*display: none;*/
}

.success{
	border-left: solid 5px #96b86b!important;
	background-color: #549404!important;
}

.error{
	border-left: solid 5px #b45e54!important;
	background-color: #a91605!important;
}

.notify h1,.notify h2,.notify h3,.notify h4,.notify h5,.notify h6{
	color: white;
}

.present-link{
	padding: 10px!important;
	margin-bottom: 5px;
}

.present-link:hover{
	cursor: pointer;
	background-color: lightgrey;
}



.marks-table thead th,.marks-table tbody td,.marks-table tbody th{
	vertical-align: middle!important;
	text-align: center;
}

input:read-only{
	background-color: lightgrey;
	border: transparent;
}

.valid-error{
	color: red;
	border-top: 1px solid lightgrey;
	padding-left: 5px;
	width: 100%;
}