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

body {
  background-image: url('img/s.jpg');
  font-family: 'Droid Arabic Kufi', 'Noto Sans', 'Tahoma';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  /*background: rgba(255, 255, 255, 0.8);*/
  width: 100%;
  height: 100%;
}
/*=============================Form==============================*/
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 400px;
  margin: 0 auto 100px;
  padding: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
}
.form .thumbnail {
  background: #DCDCEE;
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  padding: 50px 30px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  box-sizing: border-box;
}
.form .thumbnail img {
  display: block;
  width: 100%;
}
.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  outline: 0;
  background: #EF3B3A;
  width: 100%;
  border: 0;
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form .message {
  margin: 15px 0 0;
  color: #6A6AF6;
  font-size: 12px;
}
.form .message a {
  color: #6A6AF6;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
/*=========================Headrer===========================*/
.topnav {
    background-color: #A3DBFE;
	z-index: 1;
	width: 100%;
	height:60px;
    overflow: hidden;
	display: block;
	position:fixed;
	margin-top:-10px;
	right: 0;
	text-align:center;
}
/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    display: block;
    color: #eee;
    text-align: center;
    padding: 15px 13px;
    text-decoration: none;
    font-size: 15px;
}
/* Change the color of links on hover */
.topnav a:hover,a:focus {
    background-color: #A3DBFE;
    color: black;
	cursor: pointer;
	border-radius: 25px;
}
/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white; 
}
/*=============================Drop Down======================*/
.dropdown {
    position: relative;
    display: inline-block;
	float:right;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    width: 160px;
    box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.2);
    z-index: 1;
	margin-top:57px;
	border-radius: 25px;
	position:fixed;
}
.dropdown:hover .dropdown-content {
    display: block;
	background-color:;
	position:fixed;
}
 .dropdown-content :hover ,:focus{
	  background-color: #e7e7e7;  
 }
/*==========================================Side bar====================================*/
.sidenav {
    height:100%;
    width: 20%;
    position: fixed;
    z-index: 1;
    top:68px;
    right: 0;
    background-color: #A3DAFD;
    
	overflow: auto;
    white-space: nowrap;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;

}
.sidenav a.inactive 
{
	background-color: #1a8826;
	color: #fff;
}
.sidenav a:hover {
    color: #f1f1f1;
}
@media screen and (max-height: 650px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 12px;}
}
/*=========================scrollbar=================*/
.force-overflow
{
	min-height: 450px;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F6CECE;
}
#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
/*=========================User Name AND IMG=================*/
.chip {
    display: inline-block;
    padding: 0 35px;
    height: 70px;
    font-size: 16px;
    line-height: 50px;
}
.chip img {
    height: 70px;
    width: auto;
    margin-right: 60px;

}
.himg img{
    border-radius: 50%;
}
/*= ==========================Button============================*/
.button{
	width: 100px;
	padding:5px; 
	border-color:#cccccc;
	text-align:center; 
	padding:5px; 
	font-family: 'Droid Arabic Kufi', 'Noto Sans', 'Tahoma';
	font-size:18px;
	border-radius:21px;
	border-width:3px; 
	background-color:#00BFFF;
	box-shadow:inset 0px 0px 5px 0px rgba(42,42,42,.75);
	border-style:groove; 
	font-weight:bold; 
	font-style:bold; 
	font-family:serif;
	cursor: pointer;
}
/*= ==========================CUSTOMER MESSAGE============================*/
.errmsg, .infmsg , .infmsgW{
	width: 500px;
	margin: 10px auto;
	padding: 5px;
	background-color: #A3DAFD;
	text-align: center;
	font-family: 'Droid Arabic Kufi', 'Noto Sans', 'Tahoma';
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
    border: 1px solid red;
}
.infmsg {
	background-color: #A3DAFD;
	border: 1px solid #00adec;
	font-family: 'Droid Arabic Kufi', 'Noto Sans', 'Tahoma';
}
.infmsgW {
	background-color: #F7F7F7;
	border: 1px solid lime;
	font-family: 'Droid Arabic Kufi', 'Noto Sans', 'Tahoma';
}
/*==========================Iframe[Form]======================================*/
.boxv{
	width: 650px;
	text-align: center;
	background-color: #FFF;
	border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2), 
    			inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
	background: #FFFFFF;
	margin: 0 auto 100px;
	padding: 30px;
}
.title {
	font-family: 'Droid Arabic Kufi', 'Noto Sans', 'Tahoma';
	font-size: 30px;
	font-weight: bold;
	text-align: center;
    text-shadow: 0 0 9px #D0D0D0;
}
.title a{
	color: #00a2e2;
}
/*==================================INPUT==============================*/

input[type=text],date,email,checkbox,file,select {
  width: 100%;
  /*padding: 7px 20px;*/
  margin: 3px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  /*box-sizing: border-box;*/
}
.inttl,.initm {
	width: 50px;
	height: 28px;
	float: right;
	margin: 0px 0px 1px 0px;
	padding: 6px 5px 0px 5px;
	border: #CCCCCC solid 1px;
	background-color: #E8F5EE;
	text-align: center;
	font-family: 'Droid Arabic Kufi', 'Noto Sans', 'Tahoma';
	font-size: 12px;
	font-weight: bold;
	word-wrap: break-word;
	/** BORDER RADIUS HACKS **/
    border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    -khtml-border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
}
.initm {
	width: 70px;
	height: 32px;
	padding: 2px 5px 0px 5px;
	margin-left: 5px;
	background-color: #FFF;
	/** BORDER RADIUS HACKS **/
    border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -khtml-border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
}
.initm input, .initm textarea, .initm select{
	width: 100%;
	height: 30px;
	margin-top: 0px;
	border: 0px;
	font-family: 'Droid Arabic Kufi', 'Noto Sans', 'Tahoma';
	font-size: 12px;
	font-weight: bold;
	color: #00adec;
	text-align: center;
	outline: none;
}
.initm  input[type='checkbox']{
	width: 25px;
	height: 16px;
	float: right;
	margin-right: 10px;
	margin-top: 6px;
}
.initm .label{
	float: right;
	margin-right: -5px;
	margin-top: 3px;
}
.inline{
	display: inline-block;
	width: auto;
	margin: auto;
}
/*========================================DIV MENU ITEM===================================*/
.mttl, .mitm,.fsearch, a .mttl, a .mitm {
	float: right;
	width: 138px;
	height:20px;
	margin-right: 0px;
	margin-top: 3px;
	padding: 0px 0px 3px 0px;
	border: #CCCCCC solid 1px;
	font-family: 'Droid Arabic Kufi', 'Noto Sans', 'Tahoma';
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	word-wrap: break-word;
    border-radius: 10px;
	transition: all 0.2s linear;
	
}

.xda .mitm {
	background-color: #FF8000;
}
.xda2 .mitm {
	background-color: #F2F5A9;
	border: red solid 1px;
}
.xlk .mitm {
	background-color: #F5A9A9;
	border: red solid 1px;
}
.mttl img, .mitm img {
	margin-top: 4px;
	margin-right: 4px;
}
.mttl {
	margin-top:3px;
}
.mitm:hover {
	background-color: #cecef6;
	border: #5858FA solid 1px;
	text-decoration: none;
	cursor:pointer;
}
.mitm input, .mitm textarea, .mitm select,.fsearch input{
	width: 100%;
	height: 20px;
	margin: 1px;
	border: 0px;
	border-radius: 10px;
	font-family: 'Droid Arabic Kufi', 'Noto Sans', 'Tahoma';
	font-size: 12px;
	font-weight: bold;
	color: #00adec;
	text-align: center;
	outline: none;
}
.cB {
	background: #64c8ef; /* Old browsers */
	background: -moz-linear-gradient(top,  #64c8ef 0%, #00a2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64c8ef), color-stop(100%,#00a2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #64c8ef 0%,#00a2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c8ef', endColorstr='#00a2e2',GradientType=0 ); /* IE6-9 */
}
.cB:hover{
	background: #b3dced; /* Old browsers */
	background: -moz-linear-gradient(top, #b3dced 0%, #29b8e5 50%, #bce0ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3dced), color-stop(50%,#29b8e5), color-stop(100%,#bce0ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 ); /* IE6-9 */
}
.cG {
	background: #5FE98B; /* Old browsers */
	background: -moz-linear-gradient(top,  #5FE98B 0%, #00D667 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5FE98B), color-stop(100%,#00D667)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5FE98B 0%,#00D667 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5FE98B 0%,#00D667 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5FE98B 0%,#00D667 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5FE98B 0%,#00D667 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5FE98B', endColorstr='#00D667',GradientType=0 ); /* IE6-9 */
}
.cG:hover{
	background: #73F69E; /* Old browsers */
	background: -moz-linear-gradient(top, #73F69E 0%, #73F69E 50%, #73F69E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73F69E), color-stop(50%,#73F69E), color-stop(100%,#73F69E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, ##73F69E 0%,#73F69E 50%,#73F69E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #73F69E 0%,#73F69E 50%,#73F69E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #73F69E 0%,#73F69E 50%,#73F69E 100%); /* IE10+ */
	background: linear-gradient(to bottom, #73F69E 0%,#73F69E 50%,#73F69E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73F69E', endColorstr='#73F69E',GradientType=0 ); /* IE6-9 */}
.cR {
	background: #F06565; /* Old browsers */
	background: -moz-linear-gradient(top,  #F06565 0%, #E40053 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F06565), color-stop(100%,#E40053)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #F06565 0%,#E40053 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #F06565 0%,#E40053 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #F06565 0%,#E40053 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #F06565 0%,#E40053 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F06565', endColorstr='#E40053',GradientType=0 ); /* IE6-9 */
}
.cR:hover {
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
}
 .css-input { 
border-color:#A9F7F9;
text-align:center; 
padding:5px; 
font-size:18px;
border-radius:21px;
border-width:3px; 
background-color:#00BFFF;
box-shadow:inset 0px 0px 5px 0px rgba(42,42,42,.75);
border-style:groove; 
font-weight:bold; 
font-style:bold; 
font-family: 'Droid Arabic Kufi';
width:150px; 
cursor: pointer;
 } 
.css-input:focus ,.css-input:hover{ 
background-color: #64c8ef;
cursor:pointer;
} 
.right{
	float:right;
}
.left{
	margin-right:300px;	
}
/*==============================Table=======================================*/

