
@charset "utf-8";
@import "http://fonts.googleapis.com/earlyaccess/droidarabickufi.css";
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    background-image: url("../img/bg.jpg");
    background-repeat: repeat;
    border-top: 10px solid #17A086;
    color: #FFFFFF;
    direction: rtl;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 13px;
}
a {
    text-decoration: none;
}
a img {
    border: medium none;
}
ul, ol {
    list-style-type: none;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 3px;
    color: #075C4C;
    font-family: inherit;
    height: 25px;
    position: relative;
    width: 248px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: none repeat scroll 0 0 #e1e1e1;
    border: 1px solid #fff;
    box-shadow: 2px 2px 2px #999 inset;
}
textarea {
    height: auto;
    width: auto;
}
input.invalid {
    background: none repeat scroll 0 0 #ECECED;
    border: 1px solid #6A7074;
    width: 250px;
    box-shadow: 2px 2px 2px #908A8A inset;
}
.errorMsg {
    color: #FF0000;
    white-space: nowrap;
}
:focus {
    outline: 0 none;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
#bg {
    height: 362px;
    left: 0;
    position: absolute;
    top: 0;
    width: 429px;
    z-index: -1;
}
#bg.bg1 {
    top: -40px;
}
#layout {
    margin: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
#header {
    margin: auto auto 62px;
    position: relative;
    width: 85%;
}
#logo {
    display: inline-block;
}
.user-controls {
    height: 95px;
    left: 15px;
    position: absolute;
    top: 0;
}
.user-data {
    background-color: #D8E1E9;
    background-repeat: repeat;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #045A4A;
    float: right;
    font-weight: bold;
    height: 95px;
    margin-left: 2px;
    padding: 10px;
    position: relative;
    width: 175px;
}
.user-data li {
    background-image: url("../img/bullet.png");
    background-position: right 4px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    padding-right: 15px;
}
.user-data img {
    bottom: 0;
    position: absolute;
    right: 5px;
}
.user-data span {
    color: #17A086;
}
.settings-button {
    background-color: #17A086;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    float: right;
    font-family: "Droid Arabic Kufi",serif;
    font-weight: bold;
    height: 29px;
    margin: auto 2px;
    overflow: hidden;
    padding: 3px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease-in 0s;
    width: 30px;
}
.settings-button i {
    bottom: -5px;
    font-size: 25px;
    position: absolute;
    right: 0;
}
.settings-button span {
    display: block;
    margin-top: 6px;
    position: relative;
    top: -66px;
    transform: rotate(-90deg);
    transition: all 0.6s ease-in 0s;
}
.settings-button:hover {
    height: 109px;
}
.settings-button:hover span {
    top: 0;
}
.container {
    background-color: #228070;
    border-bottom: 6px solid #33B6A0;
    border-top: 6px solid #17A086;
    margin-bottom: 30px;
    width: 100%;
}
.wrapper {
    color: #1E4A42;
    margin: auto;
    padding: 15px;
    position: relative;
    width: 85%;
}
.login {
    margin: 20px auto;
    width: 420px;
}
.mainTtl {
    background-color: #17A086;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    color: #fff;
    float: right;
    font-family: "Droid Arabic Kufi",serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: -55px;
    padding: 0 50px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.mainTtl1 {
    float: none;
}
.mainTtl2 {
    margin-top: -95px;
}
.mainTtl .icon {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 2px;
}
.login .icon {
    color: #37766D;
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 4px;
    z-index: 1;
}
.inputHolder {
    margin: 5px 0;
    position: relative;
    width: 200px;
}
.login input[type="text"], .login input[type="password"] {
    padding-right: 30px;
    width: 170px;
}
.formHalf {
    float: right;
    font-weight: bold;
    margin: 5px;
}
@media only screen and (max-width: 480px) {
.formHalf {
    float: none;
}
.login {
    width: auto;
}
}
.loginOption {
    color: #F8F8F8;
    font-size: 12px;
    margin: 0 5px;
}
input.css-checkbox[type="checkbox"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.css-label {
    width: auto !important;
}
input.css-checkbox.sme[type="checkbox"]:checked + label.css-label.sme {
    background-image: url("../img/depressed.png");
}
input.css-checkbox.sme[type="checkbox"] + label.css-label.sme {
    background-position: 100% 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    line-height: 16px;
    min-height:25px;
    padding-right: 22px;
    vertical-align: middle;
}
.depressed {
    background-image: url("../img/pressed.png");
}
.loginOptionsData {
    font-size: 12px;
    line-height: 18px;
    margin-right: 27px;
}
.loginOptionsData a {
    color: #ffffff;
}
.loginOptionsData a:hover {
    color: #3078b8;
}
.button {
    background-color: #33B6A0;
	border: medium none;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	
    bottom: -39px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-weight: bold;
	height: 32px;
	left: 0;
	line-height: 27px;
	padding: 0 50px;
	position: absolute;
	text-align: center;
	transition: all 0.2s linear 0s;
}
.button:hover {
    background-color: #275C54;
    height: 32px;
}
.button:focus {
    box-shadow: 0 2px 0 #17423C;
}
footer {
    margin: auto;
    padding: 40px 0;
    width: 85%;
}
