@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: urdu;
	src: local('Jameel Noori Nastaleeq'),
         url('fonts/nafees.ttf');
}

@font-face {
    font-family: arabic;
	src: url('fonts/Al_Mushaf.ttf');
}

@font-face {
    font-family: arabic1;
	src: local('1 MUHAMMADI QURANIC'),
	     url('fonts/mquranic.ttf');
}

body{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

body.mceBlackBody {background:#fff;}

#form{
	width:98%; margin:0 auto; position:relative; 
	border:solid 1px #999; padding:10px;
}


#secMenu a,a:visited{
	text-decoration:none;
	color:#333366;
	font-weight:bold;
}

#secMenu a:hover{
	color:#cc3366;
}


.adminTitle{
	width:98%; background:#333366; 
	text-align:left;padding:10px; 
	color:#eee; margin:0 auto; 
	margin-bottom:10px;
	font-size:18px;

}


/* page styling, unimportant for the menu. only makes the page looks nicer */

body {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 100%;
	background: #eee;
	margin: 0;
	padding: 0;
	border: 0;
}
#page-wrap {
	min-width: 300px;
	max-width: 1366px;
}
#page-wrap {
 width:expression(document.body.clientWidth < 780? "780px" : document.body.clientWidth > 1366? "1366px" : "auto");
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
.bar {
	background: #eee;
	margin: 0;
	padding: 0;
	border: 0;
}
.header {
	height: 80px;
	margin: 0;
	padding: 0;
	border: 0;
}
.logo {
	float: left;
}
.topbutton {
	height: 74px;
	text-align:right;
}
.button {
	background: #333366;
	width: 100px;
	height: 40px;
	float:  right;
	text-align:center;
}
.button a {
	font-size:18px;
	text-decoration: none;
	color: #eee;
	padding: 0.7em 0.3em;
	display: block;
	position: relative;
}
.button a:hover, .menu li:hover>a {
	color: #cc3366;
}

.secBar a{
	font-family:Calibri, 'Trebuchet MS', sans-serif; 
	font-size:16px; color:#CCC; text-decoration:none;
}

.secBar a:hover{
	text-decoration:underline; color:#eee;
}

.adminMenuBar ul{
	list-style-type:disc;
	list-style-position:inside;
}
.adminMenuBar li{
	margin-bottom:5px;
	padding-left:5px;
}
.adminMenuBar a{
	font-family:Calibri, 'Trebuchet MS', sans-serif; 
	font-size:16px; color:#006; text-decoration:none;
}
.adminMenuBar a:hover{
	color:#00C;
}

.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}
.menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.menu li li {
	float: none;
}
.menu ul {
	visibility: hidden;
	z-index: 10;
	left: 0;
	top: 0;
}
.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}
.menu ul {
	background-image: url(empty.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
.menu, .menu ul li {
	color: #eee;
	background: #333366;
}
.menu ul {
	width: 15em;
}
.menu a {
	text-decoration: none;
	color: #eee;
	padding: .2em 1em;
	display: block;
	position: relative;
	font-size:20px;
}
.menu a:hover, .menu li:hover>a {
	color: #cc3366;
}
.menu li li {
	border: 1px solid #ccc;
}
.menu ul>li + li {
	border-top: 0;
	width:160px;
}
.menu li li:hover>ul {
	top: 5px;
	left: 90%;
}
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}
/* Fix for IE5/Mac \*//*/

.menu a {

	float: left;

}

/* End Fix */



ul,  ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper {
	width: 220px;
	margin: 50px auto;
	font-size: 0.8125em;
}
.post {
	border: 1px solid;
	border-radius: 15px;
	padding: 5px 5px;
	background: url(images/bg04.jpg) no-repeat top left;
	text-align: justify;
	padding-left:3%;
	padding-right:3%;
	line-height:30px;
	margin-top:-10px;
	background:#F0FCFF;
}
.title {
	margin: 0;
	/*border-bottom: 2px solid #484848;*/

	color: #1D5DAB;
	text-align: center;
	margin-bottom:-20px;
}
.byline {
	margin: 0;
	color: #D79B00;
}
/*]]>*/



/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */

.header {
	height: 80px;
	margin: 0;
	padding: 0;
	border: 0;
}
.topbutton {
	height: 74px;
	text-align:right;
}
.button {
	background: #333366;
	width: 100px;
	height: 40px;
	float:  right;
	text-align:center;
}
.button a {
	font-size:18px;
	text-decoration: none;
	color: #eee;
	padding: 0.7em 0.3em;
	display: block;
	position: relative;
}
.button a:hover, .menu li:hover>a {
	color: #cc3366;
}
.menu ul {
	visibility: visible;
	position: static;
}
.menu, .menu ul {
	zoom: 1;
}
.menu li.adxmhover {
	z-index: 10000;
}
.menu .adxmhoverUL {
	visibility: visible;
}
.menu .adxmhoverUL {
	top: 100%;
	left: 0;
}
.menu .adxmhoverUL .adxmhoverUL {
	top: 0;
	left: 100%;
}
.menu ul a {
	zoom: 1;
}
.menu li li {
	float: left;
	width: 100%;
}
.menu li li {
	margin-top: -1px;
}
.menu a:hover, .menu .adxmhoverA {
	color: #cc3366;
}
.menu .adxmhoverUL .adxmhoverUL {
	eft: 90%;
}
/*]]>*/













body {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 100%;
	background: #eee;
	margin: 0;
	padding: 0;
	border: 0;
}
#page-wrap {
 width:expression(document.body.clientWidth < 780? "780px" : document.body.clientWidth > 1366? "1366px" : "auto");
}
#main-content {
	padding-left: 0px;
	padding-top: 10px;
}
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
.bar {
	background: #eee;
	margin: 0;
	padding: 0;
	border: 0;
}
.header {
	height: 80px;
	margin: 0;
	padding: 0;
	border: 0;
}
}
.topbutton {
	height: 74px;
	text-align:right;
}
.button {
	background: #333366;
	width: 100px;
	height: 40px;
	float:  right;
	text-align:center;
}
.button a {
	font-size:18px;
	text-decoration: none;
	color: #eee;
	padding: 0.7em 0.3em;
	display: block;
	position: relative;
}
.button a:hover, .menu li:hover>a {
	color: #cc3366;
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;

}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}
.menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.menu li li {
	float: none;
}
.menu ul {
	visibility: hidden;
	z-index: 10;
	left: 0;
	top: 0;
}
.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}
.menu ul {
	background-image: url(empty.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
.menu, .menu ul li {
	color: #eee;
	background: #333366;
}
.menu ul {
	width: 15em;
}
.menu a {
	text-decoration: none;
	color: #eee;
	padding: .2em 1em;
	display: block;
	position: relative;
	font-size:18px;
}
.menu a:hover, .menu li:hover>a {
	color: #cc3366;
}
.menu li li {
	border: 1px solid #ccc
}
.menu ul>li + li {
	border-top: 0;
}
.menu li li:hover>ul {
	top: 5px;
	left: 90%;
}
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}
/* Fix for IE5/Mac \*//*/

.menu a {

	float: left;

}

/* End Fix */



#content {
	width: 90%;
}
.title1 {
	margin: 0;
	/* - - -border-bottom: 2px solid #484848;  - - - */

	color: #1D5DAB;
}
.title2 {
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #000000;
}
.title3 {
	margin: 0;
	color: #1D5DAB;
	font-weight:bold;
	text-decoration:underline;
}
.byline {
	margin: 0;
	color: #D79B00;
}
/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */





.menu ul {
	visibility: visible;
	position: static;
}
.menu, .menu ul {
	zoom: 1;
}
.menu li.adxmhover {
	z-index: 10000;
}
.menu .adxmhoverUL {
	visibility: visible;
}
.menu .adxmhoverUL {
	top: 100%;
	left: 0;
}
.menu .adxmhoverUL .adxmhoverUL {
	top: 0;
	left: 100%;
}
.menu ul a {
	zoom: 1;
}
.menu li li {
	float: left;
	width: 100%;
}
.menu li li {
	margin-top: -1px;
}
.menu a:hover, .menu .adxmhoverA {
	color: #cc3366;
}
.menu .adxmhoverUL .adxmhoverUL {
	eft: 90%;
}
h1 {
	font-size: 2em;
	color: #CB146F;
	text-align: center;
}
h2 {
	font-size: 1.5em;
	color: #1D5DAB;
}
h4 {
	font-size: 1.5em;
	color: #1D5DAB;
	text-align:center;
	margin-top:-20px;
	margin-bottom:0px;
}
h5 {
	font-size: 1em;
	color:#000;
	text-align:center;
	margin-top:-25px;
	margin-bottom:0px;
}
h6 {
	font-size: 0.9em;
	color:#1D5DAB;
	text-align:center;
	margin-top:-30px;
	margin-bottom:0px;
}
h3 {
	font-size: 0.9em;
	color:#000;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}
.title1 {
	margin: 0;
	/* - - -border-bottom: 2px solid #484848;  - - - */

	color: #1D5DAB;/* border-bottom: 2px solid #484848; */

}
.title2 {
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #000000;
}
input[type="submit"],[type="button"] {
	padding:3px;
	color:#FFF;
	background:#333366;
	line-height:normal;
}
input[type="submit"]:hover,[type="button"]:hover {
	background:#333366;
	color:#cc3366;
}
.regtableQ {
	border-collapse:collapse;
}
.regtableQ th {
	padding:5px;
	border:solid 1px #999;
	background:#CCC;
}
.regtableQ td {
	padding:5px;
	border:solid 1px #999;
}
.regtable {
	border-collapse:collapse;
}
.regtable th {
	padding:5px;
	border:solid 1px #999;
	background:#CCC;
	text-align:center;
}
.regtable td {
	padding:5px;
	border:solid 1px #999;
}

.regtableKey {
	border-collapse:collapse;
}
.regtableKey th {
	padding:5px;
	border:solid 1px #999;
	background:#CCC;
}
.regtableKey td {
	padding:5px;
	border:solid 1px #999;
}

.regtable1 {
	border-collapse:collapse;
}
.regtable1 th {
	background:#CCC;
	text-align:left;
	padding:2px;
	font-size:80%;
	padding-left:5px;
}
.regtable1 td {
	padding:2px;
}
.regtable1 input[type=text],input[type=date],select{
	
	
}

.regtable0 {
	border-collapse:collapse;
}
.regtable0 th {
	background:#CCC;
	text-align:left;
	padding:5px;
	font-size:80%;
	padding-left:5px;
}
.regtable0 td {
	padding:2px;
	border-bottom:solid 1px #DBDBDB;
}
table.regtable0 tr:nth-child(even) {
    background-color: #eee;
}
table.regtable0 tr:nth-child(odd) {
    background-color: #fff;
}
.regtable0 input[type=text],input[type=date],select{
	
	
}


.regtable2 {
	border-collapse:collapse;
}

.regtable2 th {
	background:#CCC;
	text-align:left;
	font-size:80%;
	padding:1px;
	padding-left:10px;
	padding-right:10px;
}
.regtable2 td {
	padding:1px;

}

.regtable2 input[type=text] {
	height:15px;
}
.regtable2 select {
	height:23px;
}

.regtable3 {
	border-collapse:collapse;
}

.regtable3 th {
	background:#CCC;
	text-align:left;
	font-size:80%;
	padding:1px;
	padding-left:10px;
	padding-right:10px;
}
.regtable3 td {
	padding:5px;
}

.regtable4 {
	border-collapse:collapse;
}

.regtable4 th {
	background:#CCC;
	text-align:left;
	font-size:90%;
	padding:5px;
	/*border-right:solid 3px #eee;*/
	
}
.regtable4 td {
	padding:5px;
	border-bottom:dashed 1px #CCC;
}

.regtable4 input[type=text] {
	height:15px;
}
.regtable4 select {
	height:23px;
}

.regtableRUM {
	border-collapse:collapse;
}
.regtableRUM th {
	background:#CCC;
	text-align:left;
	padding:2px;
	font-size:80%;
}
.regtableRUM td {
	padding:2px;
}

.regtableFBR {
	border-collapse:collapse;
}
.regtableFBR th {
	font-family:Verdana, Geneva, sans-serif;
	background:#CCC;
	text-align:left;
	padding:5px;
	font-size:80%;
	padding-left:5px;
}
.regtableFBR td {
	font-family:Verdana, Geneva, sans-serif;
	padding:2px;
	border-bottom:solid 1px #DBDBDB;
	font-size:smaller;
}
table.regtableFBR tr:nth-child(even) {
    background-color: #eee;
}
table.regtableFBR tr:nth-child(odd) {
    background-color: #fff;
}
.regtableFBR input[type=text]{
	border:solid 1px #999;
	text-align:right;
}
.regtableFBR input[type=number]{
	width:100%;
	border:solid 1px #999;
	text-align:right;
}

.regtableFBR input:-moz-read-only { /* For Firefox */
  background-color:#D9ECFF;
}

.regtableFBR input:read-only {
  background-color:#D9ECFF;
}

.regtableFBR readonly{
	r
}


input[type=text] {
	padding:2px;
}
input[type=password] {
	padding:2px;
}

#detaildiv{
	line-height:1.5;}

.label{
	width:15%;
	float:left;
	position:relative;
	padding:2px;
	border:solid 0px #666;
	background:#CCC;
}

.item{
	width:30%;
	float:left;
	position:left;
	padding:3px;
	margin-left:10px;
	border:solid 0px #666;
}

.innerData{
	border-bottom:solid 1px #000;
}

#breadcrums{
	color:#F00;
	margin-bottom:10px;
	text-align:left;
	padding-bottom:3px;
	padding-left:10px;
	font-size:1em;
}

#breadcrums a{
	text-decoration:none;
	color:#009;
}

#breadcrums a:hover{
	color:#CB146F;
}

    /* already defined in bootstrap4 */
    .text-xs-center {
        text-align: center;
    }

    .g-recaptcha {
        display: inline-block;
    }


 
 @media only screen and (min-device-width: 800px) {

  /* rules for Desktop */

  .diffDisplay {
 	width:43%;
	text-align:left;
	margin:0 auto;
	border:solid 0px #666;
  }
 .detailHeading {
 width:60%;
}
}
 @media only screen and (min-device-width: 320px) and (max-device-width: 700px) {

  /* iPhone, Android rules here */

  .diffDisplay {
 width:90%
}
 .detailHeading {
 width:90%;
}
}
 @media only screen and (min-device-width: 700px) and (max-device-width: 800px) {

  /* iPhone, Android rules here */

  .diffDisplay {
 width:69%
}
 .detailHeading {
 width:90%;
}
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
