﻿/* General Demo Style */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{margin: 0; padding: 0; border: 0;}
	body{
	direction: ltr;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat;
	background: rgba(145, 164, 202, 0.4);

	
}
#wrapper{
	width:100%;
	height:100%;
}
#header{
	width:100%;
	height:180px;
}
#header img{
	/*height:181px;
	 width:450px;*/
	margin-left:35%;
    float:left;
}

#backgroun{
            background-repeat:no-repeat;
            background-size:cover;
            width:100%;
            float:left;
            height:100%;
            position: fixed;
            bottom:0px;
            z-index:-9999;
            background-image:url(../Images/body.jpg);

}

.hiddenCtrl
{
    display:none;
    }
#bg_img{margin-top: -180px;
}
.main{
	width:120px;
	height:35px;
	float:right;
	margin-top:-100px;
	background-image:url(../Images/loginBG.png);
	background-repeat:no-repeat;
}
.main > section span {
	border: none;
	color: #fff;
	display: block;
	width: 100%;
	cursor: pointer;
	/*background:#91a4ca;*/
	color:#ffffff;
	/*border-radius:4px;*/
	
	text-align:center;
	vertical-align:middle;
	padding-top:7px;
	padding-bottom:5px;
	
}

.main > section span:hover {
	/*background:#91a4ca;*/
}

.main > section span.active {
	/*background:#91a4ca;*/
}

.main > section span.disabled {
	/*background:#91a4ca;*/
	pointer-events: none;
}

.error{
	width:auto;
	float:right;
}

#close_menu{
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
}
#close_menu span{
    background: #00643e;
	border:none;
	width:35px;
	height:35px;
	
}
#close_menu span img{
	width:20px;
	height:20px;
	padding-top:10px;
	padding-left:10px;
}

#English_View{
	width:30px;
	height:30px;
	float:right;
	cursor:pointer;
}
#English_View span{
    background: #00643e;
	border:none;
	width:35px;
	height:35px;
	
}
#English_View span img{
	width:20px;
	height:20px;
	padding-top:10px;
	padding-right:10px;
}
#English_View span input{
	width:20px;
	height:20px;
	padding-top:10px;
	padding-right:10px;
}

#Arabic_View{
	width:30px;
	height:30px;
	float:right;
	cursor:pointer;
}
#Arabic_View span{
    background: #00643e;
	border:none;
	width:35px;
	height:35px;
	
}
#Arabic_View span img{
	width:20px;
	height:20px;
	padding-top:10px;
	padding-right:10px;
}
#Arabic_View span input{
	width:20px;
	height:20px;
	padding-top:10px;
	padding-right:10px;
}

#all_login{
	width:250px;
}

#all_login h3{
	font-size:18px;
	color:#ffffff;
	margin-top:40px;
	border-bottom:2px solid #ffffff;
	margin-bottom:10px;
	text-align:left;
	width:220px;
    font-family: 'Lato', Calibri, Arial, sans-serif;

}
#all_login h2{
	font-size:14px;
	color:#ffffff;
	text-align:left;
padding-top:10px;
font-family: 'Lato', Calibri, Arial, sans-serif;


}
#all_login h1{
	font-size:12px;
	color:#ffffff;
	text-align:left;
padding-top:10px;
}
.in_input{
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: 13px;
font-weight: 400;
width:220px;
border: none;
color: #777;
background-color:#EAEAEA;
margin-top:5px;
}
.in_input img{
	float:left;
	width:25px;
	height:25px;
	margin:5px;
	border-right:1px solid #ccc;
	background-color:#EAEAEA;

}

#all_login input[type=text], #all_login input[type=password] {
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: 13px;
font-weight: 400;
width:80%;
border: none;
color: #333;
background-color:#EAEAEA;
padding:7px;
padding-left:0px;
padding-right:0px;
outline: none;

}

#all_login input[type=text]:focus, #all_login input[type=password]:focus {
border:0px;
}
#all_login ul{
	list-style:none;
	width:220px;
	float:left;
	margin-top:10px;
	text-align:left;
}
#all_login ul li{
	list-style:none;
	width:220px;
	float:left;
	font-size:12px;
	height:20px;
	margin-top:5px;
}

#all_login ul li a:link {
	color:#ffffff ;
	text-decoration: none;
	height:20px;
}
#all_login ul li a:visited { 
	color:#ffffff ;
	text-decoration: none;
		height:20px;

}
#all_login ul li a:hover{
	color: #333;
	text-decoration: none;
		height:20px;

}
.sc-button{
	border-radius: 10px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 2px solid rgba(255,255,255,0.8);
	padding:3px;
	font-size: 16px;
	width: 70px;
	text-align: center;
	background: rgba(255,255,255,0.2);
	text-decoration: none;
	float:right;
	margin-top:20px;
	margin-right:30px;
    outline:none;


}
.sc-button:hover{
	background: rgba(255,255,255,0.3);
	text-decoration: none;
	color: #333;
    outline:none;

}

/* General styles for all menus */
.cbp-spmenu {
	background:#00643e;
	position: fixed;
	
}

.cbp-spmenu-vertical {
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 1000;
	-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: -5px 0 5px rgba(0,0,0,.15);
	box-shadow: -5px 0 5px rgba(0,0,0,.15);
}

.cbp-spmenu-right {
	right: -250px;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}


.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

#footer{
	height:53px;
	width:100%;
	background-color:#666666;
	float:left;
	position: absolute;
	bottom:0px;
}
#footer p{
		color:#ffffff;
		font-size:12px;
		padding-top:22px;
		float:left;
		margin-left:40px;

}
/*#bg_img img{width: 1300px;}*/
#umis{
	float:right;
	width:210px;
	height:53px;
	margin-right:40px;
}
#umis img{
	width:210px;
	height:53px;
}
#footer a:link {
	color:#91a4ca;
	font-size:12px;
}
#footer a:visited { 
	color:#91a4ca;
	font-size:12px;

}
#footer  a:hover{
	color:#91a4ca;
	font-size:12px;
}
