﻿a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
@font-face 
{
	font-family: "AlJ-Arabic-Bold";
        src: url('../fonts/fonts/AlJ-Arabic-Bold.eot');
        src: url('../fonts/fonts/AlJ-Arabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlJ-Arabic-Bold.woff') format('woff'),
        url('../fonts/AlJ-Arabic-Bold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
}

body {
    background-color: #f0f0f0;
    color: #222;
    direction: rtl;
    font-family:"AlJ-Arabic-Regular";
}
*:focus {
    outline: 0 none;
}
a, a:link, a:active, a:visited {
	color:#222;
    text-decoration: none;
    outline: 0 none;
}
a:hover {
	color:#000;
    text-decoration: none;
    outline: 0 none;
}
img {
    border: 0 none;
}
.row{
	width:100%;
	margin-bottom:30px;
	margin-left:0 !important;
	margin-right:0 !important;
}
.container{
	margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width:1120px;
}
.clearfix:before, .clearfix:after, .container:before, .container:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:after, .container:after {
    clear: both;
}
.clear {
	clear:both;
}
.right {
    float: right;
}
.left {
    float: left;
}
.img_logo{
margin: 12px 0 20px 0;
text-align: center;
}
.img_logo img{
	width:150px;
}
form{
width: 100%;
display: inline-block;	 
}
/*************LOGIN**************/
.login_left{
	margin:20px;
	width:305px;
}
.login_left label {
    font-size: 11pt;
    line-height: 35px;
    font-family: "AlJ-Arabic-Bold";
    margin: 0 5px 0 15px;
}

.login_left input[type="text"]{
background: url(../images/user.png) transparent scroll 268px 4px no-repeat;
	background-size: 28px auto;
}
.login_left input[type="text"]:focus{
background-position:  268px -25px ;
}
.login_left input[type="text"], .login_left input[type="password"] 
{
	width:100%;
	padding-right: 51px;
	box-shadow: 1px 1px 2px 1px #f0f0f0 inset;
background-color: #fdfdfd;
}
.button{
	font-family: "AlJ-Arabic-Bold" !important;
    font-size: 11pt  !important;
    margin-left: 5px;
    vertical-align: middle;
    margin-bottom:10px;
}
.login_left input[type="submit"]{
width: 100%;
margin: 10px 0;
}

/*******************************/
.form
{
	width:546px;
	background-color:#939598;
	margin:0 auto 0 auto;
}
.input
{
	height:25px;
	padding:0px;
	border:0px;
	width:330px;
	float:right;
}
.submit
{
	height:40px;
	background-color:#52b1ff;
	color:#FFFFFF;
	border:0px;
	padding:0px;
	margin:0px;
	width:100%;
	font-family: "AlJ-Arabic-Bold";	
	cursor:pointer;
}
/******************************************/
input[type="text"], input[type="password"], .button{
	height:37px;
	line-height:37px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
textarea{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

input[type="text"], input[type="password"]{
	width: 450px;	
	
}
input[type="password"]{
	background: url(../images/lock.png) transparent scroll 268px 5px no-repeat;
	background-size: 28px auto;
}
input[type="password"]:focus{
background-position:268px -23px;
}
input[type="text"]:hover, input[type="password"]:hover{
    border-color: #ADACAC;
}
input[type="text"]:focus, input[type="password"]:focus{
    border-color:#60c4c6;
}
input[type="text"], input[type="password"] {
    border: 1px solid #dfdfdf;
    padding: 4px;
    -webkit-transition:border-color 0.25s ease-in-out 0s;
    -moz-transition:border-color 0.25s ease-in-out 0s;
    -o-transition:border-color 0.25s ease-in-out 0s;
    transition: border-color 0.25s ease-in-out 0s;
}
/****/
.button.light-orange{
	background-color:#ffb33c;
}
.button.light-orange:hover{
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255, 180, 60)),
	color-stop(1, rgb(235, 141, 0))
);
background-image: -o-linear-gradient(bottom, rgb(255, 180, 60) 0%, rgb(235, 141, 0) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255, 180, 60) 0%, rgb(235, 141, 0) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255, 180, 60) 0%, rgb(235, 141, 0) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255, 180, 60) 0%, rgb(235, 141, 0) 100%);
background-image: linear-gradient(to bottom, rgb(255, 180, 60) 0%, rgb(235, 141, 0) 100%);
}
.button{
	cursor:pointer;
	text-align: center;
	padding: 0 15px;
	float: left;
	border: 0 none;
}
.button.orange{
    	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(103, 219, 219)),
	color-stop(1, rgb(96, 196, 198))
);
background-image: -o-linear-gradient(bottom, rgb(103, 219, 219) 0%, rgb(96, 196, 198) 100%);
background-image: -moz-linear-gradient(bottom, rgb(103, 219, 219) 0%, rgb(96, 196, 198) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(103, 219, 219) 0%, rgb(96, 196, 198) 100%);
background-image: -ms-linear-gradient(bottom, rgb(103, 219, 219) 0%, rgb(96, 196, 198) 100%);
background-image: linear-gradient(to bottom, rgb(103, 219, 219) 0%, rgb(96, 196, 198) 100%);


	color:#fff;	
	width: 100%;
	margin: 10px 0;
}
.button.orange:hover{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(96, 196, 198)),
	color-stop(1, rgb(103, 219, 219))
);
background-image: -o-linear-gradient(bottom, rgb(96, 196, 198) 0%, rgb(103, 219, 219) 100%);
background-image: -moz-linear-gradient(bottom, rgb(96, 196, 198) 0%, rgb(103, 219, 219) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(96, 196, 198) 0%, rgb(103, 219, 219) 100%);
background-image: -ms-linear-gradient(bottom, rgb(96, 196, 198) 0%, rgb(103, 219, 219) 100%);
background-image: linear-gradient(to bottom, rgb(96, 196, 198) 0%, rgb(103, 219, 219) 100%);
}
.button.gray{
	background-color:#e4e4e4;
	color:#000;	
}
.button.gray:hover{
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(228, 228, 228)),
	color-stop(1, rgb(204, 204, 204))
);
background-image: -o-linear-gradient(bottom, rgb(228, 228, 228) 0%, rgb(204, 204, 204) 100%);
background-image: -moz-linear-gradient(bottom, rgb(228, 228, 228) 0%, rgb(204, 204, 204) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(228, 228, 228) 0%, rgb(204, 204, 204) 100%);
background-image: -ms-linear-gradient(bottom, rgb(228, 228, 228) 0%, rgb(204, 204, 204) 100%);
background-image: linear-gradient(to bottom, rgb(228, 228, 228) 0%, rgb(204, 204, 204) 100%);
}
.button.red{
	background-color:#cc0605;
	color:#fff;	
}
.button.red:hover{
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(235, 0, 0)),
	color-stop(1, rgb(192, 0, 0))
);
background-image: -o-linear-gradient(bottom, rgb(235, 0, 0) 0%, rgb(192, 0, 0) 100%);
background-image: -moz-linear-gradient(bottom, rgb(235, 0, 0) 0%, rgb(192, 0, 0) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(235, 0, 0) 0%, rgb(192, 0, 0) 100%);
background-image: -ms-linear-gradient(bottom, rgb(235, 0, 0) 0%, rgb(192, 0, 0) 100%);
background-image: linear-gradient(to bottom, rgb(235, 0, 0) 0%, rgb(192, 0, 0) 100%);
color:#fff !important;
}
/******************************************/
.box{
margin: 100px auto 0;
width: 365px;
border-radius: 15px;
background: #fff;
box-shadow: 0 0 2px 2px #e4e4e4;
padding: 10px;
}