/*

Created by: Ahmad Kamal Dahdah "Nightbird"
© 2016

IT Directorate

*/

@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(font/DroidKufi-Regular.eot);
  src: url(font/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(font/DroidKufi-Regular.woff2) format('woff2'),
       url(font/DroidKufi-Regular.woff) format('woff'),
       url(font/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(font/DroidKufi-Bold.eot);
  src: url(font/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(font/DroidKufi-Bold.woff2) format('woff2'),
       url(font/DroidKufi-Bold.woff) format('woff'),
       url(font/DroidKufi-Bold.ttf) format('truetype');
}

* {
    font-family: 'Droid Arabic Kufi',serif;
	margin: 0;
}
html, body {
margin: 0;
color: #fff;
width: 100%;
}
.megawrapper {z-index: 999999 !important}
html {
width: 100%;
height: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00204f+0,016ec3+100 */
background: #00569d;
background-size: 100%;

}

a{text-decoration: none; transition: all .15s linear; color: yellow}
a:hover {transition: all .1s linear}

.general-wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
min-width: 990px;
margin: 0 auto -20px;
}
.header-main {
padding: 10px 3%;
direction: rtl;
}
.header-right {
background: url(../imgs/logo.png) no-repeat right center;
float: right;
}
.header-right p{
padding: 0 80px 0 0;
font-size: 125%;
}
.header-left {
	float: left
}
.header-left p{
	color: #ffcc00;
}

.thefrontpage #glowingtabs{
    margin: 0 auto;
}
#alternatecolor {
    border: 1px solid #3578AE;
    border-radius: 20px;
    margin: 0 auto;
	width: 410px;
	padding: 0;
}
#alternatecolor2 {
    border: 1px solid #3578AE;
    border-radius: 20px;
    margin: 0 auto;
	width: 720px;
	padding: 10px 0;
}
.center{text-align: center;}
.content-inside #form1{margin-top: 50px;}

#headtable td{text-align: center; padding: 10px 0; color: yellow}
#headtable {margin: 40px 0 15px 0;	font-size: 110%;}

.resname #headtable {margin: 40px 0 0px 0}

#searchtable td {padding-bottom: 10px;}
#searchtable td.entrancetext {
	text-align: left;
	padding-left: 10px;
	width: 130px;
}
#pager {margin: 0 auto}
#pager a {color: yellow; font-size: 12px;}
.result-icon img {
    vertical-align: middle;
}


.evenrowcolor {background: none}
.oddrowcolor {background: #0766B5}

.city, .number {
    font-size:14px;
    padding: 2px 20px;
    width: 200px;
    overflow: hidden;
    border: 1px solid #5DA6E0;
	border-radius: 80px;
   }
option {border-radius: 80px;}
form {
	border: 1px solid #3578AE;
	border-radius: 20px;
	width: 450px;
	text-align: center;
	padding: 20px;
	margin: 0 auto;
}

.city:hover, .number:hover{ }
input[type=name],
input[type=text],
textarea[type=text] {
    border-radius: 80px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #fff;
    font-size: 15px;
    height: 30px;
    margin-right: 0px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 158px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

input[type=name]:hover,
input[type=text]:hover,
textarea[type=text]:hover {
	outline: none;
	border: 1px solid #70c3ed;
	box-shadow: none;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

input[type=name]:focus,
input[type=text]:focus,
textarea[type=text]:focus {
	outline: none;
	box-shadow: 0 0 30px #fff;
	color:#fff;
	background: #4ba90a;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

input.highlight {
	border: 1px solid #ffcc33;
	box-shadow: 0 0 5px #ffff00;
}
.go,.nxt, .back ,.print {background-color: #1B72B9; height: 30px;}

.go,.nxt, .back, .print {
	background-repeat: no-repeat;
	cursor:pointer;
	margin:0 auto;
	color: #1297dc;
	margin-top:15px;
	height: 45px;
	border: 1px solid #5399D2;
	border-radius: 80px;
    transition: all 0.15s ease-out;
}

.go:hover, .nxt:hover, .back:hover{
	background-repeat: no-repeat;
	outline: none;
	cursor:pointer;
	position:relative;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.go{
    background-image: url("../../assets/imgs/go.png");
    background-position: 36% 50%;
    margin: 0;
    padding: 0 2px 0 25px;
    width: 200px;
	height: 36px;
	background-color: #fff;
}
.go:hover{
	background-image: url(../../assets/imgs/go.png);
	background-position: 25% 50%;
	background-color: #4ba90a;
	color: yellow;
	border-color: rgba(255,255,255, .5)
}

.nxt{
	padding:4px 7px 4px 7px;
	width: 30px;
}
.nxt:hover{
}

.back{
	background-image: url("../../assets/imgs/back.png");
	background-position: 59% 50%;
	width: 45px;
	float: left;
	margin: 30px 50px;
}
.back:hover{
	background-image: url(../../assets/imgs/back.png);
	background-position: 80% 50%;
}
.print{
	background-image:  url("../../assets/imgs/print.png");
	background-position: 50% 50%;
	width: 45px;
	float: left;
	margin: 30px 50px;
}
.print:hover{
	background-image: url(../../assets/imgs/print.png);
	background-position: 50% 50%;
}

.table-class td, .table-class-2 td {border-collapse: collapse; border: 0 ;}
.table-class td {padding: 5px 29px 5px 10px;}
.table-class-2 td {padding: 5px 18px;}

.margin-extra {margin-top: 35px;}

img {border: 0px;}


.header-wrapper, .content-inside {
	width: 970px; 
	margin: 0 auto;
}

.content{
    direction: rtl;
    margin: 0 auto;
    width: 970px;
    z-index: -20000;
}

.logo { float: right; margin-top: 10px;}
.logo-sep{display: block;}
.headcontent {background: url("../../assets/imgs/70.png"); color: #fff; padding: 6px 15px; font-size:17px}
.sclass, img { behavior: url("../assets/imgs/ahmad.htc")}
.mega{
width:160px;
position:absolute;
visibility:hidden;
margin-top: 10px;
}
.mega a{
text-decoration:none;
}

.mega .column ul{
	margin:0;
	margin-left:5px;
	padding:0;
	list-style:none;
}

.a-theme .a-list{
	direction: rtl; 
	padding: 5px;
	width: 210px;
}

.a-theme .link {
	color: #FFF;
	padding: 4px 0 4px 0;
	margin-bottom: 10px;
	display: block;
	border: 1px solid #5399D2;
	width: 200px;
	border-radius: 60px;
	background: #00488A;
	transition: all .15s linear;	
	}
	
.a-icon {
	background: #fff url(../imgs/li-bg.png) no-repeat;
	width: 34px;
	height: 34px;
	border-radius: 30px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 4px 0 10px;
}

.a-theme .link:hover { 
background: transparent !important;
transition: all .2s linear;
}

.a-theme .link .a-icon{ transition: all .4s linear; }

.a-theme .link:hover .a-icon{ 
	background: #daeef9 url(../imgs/li-bg.png) no-repeat;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all .3s linear;
}

#glowingtabs {
margin: 30px 1px 0 16px;
height: 94px;
font-size: 90%;
line-height: normal;
width: 500px;
}

#glowingtabs tr{
text-align: center
}

#glowingtabs td{
width: 220px;
}
.megawrapper {width: 230px !important; z-index: 99999 !important}
#glowingtabs a{
text-decoration: none;
margin: auto ;
text-align: center;
transition: all 0.25s linear;
position: relative;
width: 130px;
height: 128px;
display: block;
}

#glowingtabs a:hover{
z-index: 1000;
}

.ahmad-drop-menu {
position: absolute;
overflow: hidden;
top: 0px;
width: 100%;
height: 100%;
left: -47px;
}

.error-messages {text-align: center; margin: 70px auto; }

.footer {
width: 100%;
display: block;
position: fixed;
bottom: 0;
color: #fff;
background:#1869B1;
text-align: center;
font-size: 11px;
padding: 2px 0 4px 0;
}
.inline {display: inline-block}
.fail {color: #C01A19; font-weight: bold}
.date, .date span {display: none}

.marks-table {
	border: 1px solid #3578AE;
	border-radius: 20px;
	margin: 30px auto 0 auto;
}
.marks-table td {
padding: 8px 10px 8px 10px !important;
}
.corner-tp {
	border-top-left-radius: 20px
}
.corner-btm {
	border-bottom-left-radius: 20px
}
.corner-tp2 {
	border-top-right-radius: 20px
}
.corner-btm2 {
	border-bottom-right-radius: 20px
}







.front .hp-circles {
    margin: 30% auto 1px;
}

.notfront .hp-circles {
    margin: 0;
}

.hp-circles {
    margin: 80px auto 1px;
}
.hp-circles h3 {
margin:0
}
.hp-circles span {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	background-color: #00488A;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 51px 80px;
-webkit-transition: all 500ms cubic-bezier(1.000, 0, 0.000, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(1.000, -0.560, 0.000, 1.650); 
   -moz-transition: all 500ms cubic-bezier(1.000, -0.560, 0.000, 1.650); 
     -o-transition: all 500ms cubic-bezier(1.000, -0.560, 0.000, 1.650); 
        transition: all 500ms cubic-bezier(1.000, -0.560, 0.000, 1.650); /* custom */

-webkit-transition-timing-function: cubic-bezier(1.000, 0, 0.000, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(1.000, -0.560, 0.000, 1.650); 
   -moz-transition-timing-function: cubic-bezier(1.000, -0.560, 0.000, 1.650); 
     -o-transition-timing-function: cubic-bezier(1.000, -0.560, 0.000, 1.650); 
        transition-timing-function: cubic-bezier(1.000, -0.560, 0.000, 1.650); /* custom */
}
.hp-circles span:hover {
-webkit-transition: all 700ms cubic-bezier(1.000, 0, 0.000, 1); /* older webkit */
-webkit-transition: all 700ms cubic-bezier(1.000, -0.560, 0.000, 1.650); 
   -moz-transition: all 700ms cubic-bezier(1.000, -0.560, 0.000, 1.650); 
     -o-transition: all 700ms cubic-bezier(1.000, -0.560, 0.000, 1.650); 
        transition: all 700ms cubic-bezier(1.000, -0.560, 0.000, 1.650); /* custom */

-webkit-transition-timing-function: cubic-bezier(1.000, 0, 0.000, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(1.000, -0.560, 0.000, 1.650); 
   -moz-transition-timing-function: cubic-bezier(1.000, -0.560, 0.000, 1.650); 
     -o-transition-timing-function: cubic-bezier(1.000, -0.560, 0.000, 1.650); 
        transition-timing-function: cubic-bezier(1.000, -0.560, 0.000, 1.650); /* custom */
}

.hp-circles .elmi-outer	{
width: 124px;
height: 110px;
padding: 5px 0 7px 0;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	border: 1px solid rgba(112, 195, 237, 0.58);
	transition: all 0.4s ease-out;
}
.hp-circles .elmi-outer:hover	{
	background: rgba(0,0,0,0);
	transition: all 0.7s ease-out;
}

.elmi {
	background-image: url(../imgs/scientafic-icon.png);
	border: 1px solid rgba(165, 219, 247, 0.4);
}

.elmi:hover{
	background-color: transparent;
	box-shadow: 0 0 40px 20px rgba(255,255,255,.3);
	border: 1px solid #e3f4fd;
}
.adabi {
	background-image: url(../imgs/literrary-icon.png);
	border: 1px solid rgba(165, 219, 247, 0.4);
}
.adabi:hover{
	background-color: transparent;
	box-shadow: 0 0 40px 20px rgba(255,255,255,.3);
	border: 1px solid #fff;
}


.hp-circles .title {
	width: 110px;
	height: 74px;
	border-radius: 50%;
	padding-top: 36px;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
	background: #4ba90a;
	text-align: center;
	opacity: 0;
	border-radius: 80px;
	transition: all 0.3s linear;
} 

.hp-circles .title:hover {
	opacity: 1;
	transition: all 0.3s linear;
	}
a:hover {
color: #FFF;
}
.city, .number {
	color:#fff;
    background: #00569D;
   }
   
   .city:hover, .number:hover{
   background: #00488A;
   }

.color-class {color: #fff}
.text-class {color: #fff}
.logo-sep{border-left: 2px solid #b0d900}

.nxt:hover, .back:hover,.print:hover {background-color: #00488A;}