@import url(/static_files/css/droidarabickufi.css);
/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/yQiAaD56cjx1AooMTSghGfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
body {
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 14px;
    font-weight: normal;
    background: url(../img/ep-main-bg.gif) repeat-x top;
    margin: 0 auto;
    padding: 0;
    background-size: auto;
}
h1.login {
    color: #666666;
    font-size: 22px;
    font-weight: normal;
    text-align: right;
    margin: 20px 35px 10px;
}
h2.box-title {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 5px 0 5px;
}
.login-container {
    width: 100%;
    padding:0;
    margin:0 auto -75px auto;
    text-align: center;
    min-height: 100vh;
}
.login-container:after {
    content: "";
    display: block;
    height: 75px;
}
.login-container .hedarMOE {
    width: 100%;
    background: #09abc8 url(../img/ep-bg-small-latters.png) repeat-x 0px;
    padding: 0;
    margin: 0;
    height: 35px;
    position: relative;
}
.login-container .hedarMOE a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    display: block;
    float: left;
    line-height: 27px;
}
.hedarMOE a:hover {
    text-decoration: underline;
}

.boxContainer{
    width: 100%;
    position: relative;
    margin:30px 0;
}
.box {
    width:31.5%;
    height:100%;
    margin:0 15px 0 0;
    float:right;
    position: relative;
}
.login-img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    margin: 5px auto;
}
.img-overlay {
    width:100%;
    height:100%;
    margin:1%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.box-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    min-height: 77vh; 
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 3%;
    -moz-border-radius: 3%;
    border-radius: 3%;
    border: 4px #ffae00 solid;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    background: #fff url("../img/bg_login.png") 50% 50% no-repeat;
    background-size: 100%;
    z-index: 999; 
}
.box:hover .box-overlay {
  opacity: 1;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: transform 1.5s ease, opacity 1.5s ease;
  transition: transform 1.5s ease, opacity 1.5s ease;
  -webkit-border-radius: 3%;
  -moz-border-radius: 3%;
  border-radius: 3%;
  height: 100%;
  border: 4px #ffae00 solid;
  color:   #ffae00;
  font-size: 24px;
  font-weight: normal;
  margin: 0 auto;
  direction: rtl;
}
a.forget {
    display:inline-block;
    color:   #36c9fd;
    font-size: 12px;
    font-weight: normal;
    direction: rtl;
    text-decoration: none;
}
a.forget:hover {
    color:   #ffae00;
}
.box-overlay .row {
    margin: 10px 0 20px;
    font-size: 14px;
    font-weight: normal;
    color:#7c0101;
}
.login-button {
    display: block;
    margin: 5px auto 0;
    text-align: center;
    height: 52px;
    width: 126px;
    cursor: pointer;
    background: #ffae00;
    border: 2px #ffae00 solid;
    color: #fff;
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 12px;
    font-weight: normal;
    /*background: url("../img/login_ovr.png") 0 0 no-repeat;*/
}       
.login-button:hover {
    cursor: pointer;
    background: #fff;
    border: 2px #ffae00 solid;
    color: #ffae00;
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 12px;
    font-weight: normal;
    /*background: url("../img/login_ovr.png") 0 0 no-repeat;*/
}       
input.login-user {
    border: none;
    border-top: #ebebeb 1px solid;
    border-right: #ebebeb 1px solid;
    border-bottom: #ebebeb 1px solid;
    border-left: #ebebeb 1px solid;
    -moz-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 33px;
    background: url('../img/login-man-icon.png') no-repeat 95% 50%;
    font: bold 12pt arial;
    width: 264px;
    text-align: center;
    color: #AAA;
    margin: 5px auto;
    display: block;
}
input.login-user:hover, input.login-user:focus {
    border: none;
    border-top: #ffae00 1px solid;
    border-right: #ffae00 1px solid;
    border-bottom: #ffae00 1px solid;
    border-left: #ffae00 1px solid;
    -moz-appearance: none;
    outline: none;
    height: 33px;
    background: url('../img/login-man-icon.png') no-repeat 95% 50%;
    font: bold 12pt arial;
    width: 264px;
    text-align: center;
    color: #AAA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px auto;
    display: block;
}
input.login-pass {
    border: none;
    border-top: #ebebeb 1px solid;
    border-right: #ebebeb 1px solid;
    border-bottom: #ebebeb 1px solid;
    border-left: #ebebeb 1px solid;
    -moz-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 33px;
    background: url('../img/login-Metro-icon.png') no-repeat 95% 50%;
    font: bold 12pt arial;
    width: 264px;
    text-align: center;
    color: #AAA;
    margin: 5px auto;
    display: block;
}
input.login-pass:hover, input.login-pass:focus {
    border: none;
    border-top: #ffae00 1px solid;
    border-right: #ffae00 1px solid;
    border-bottom: #ffae00 1px solid;
    border-left: #ffae00 1px solid;
    -moz-appearance: none;
    outline: none;
    height: 33px;
    background: url('../img/login-Metro-icon.png') no-repeat 95% 50%;
    font: bold 12pt arial;
    width: 264px;
    text-align: center;
    color: #AAA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px auto;
    display: block;
}
input.login-phone {
    border: none;
    border-top: #ebebeb 1px solid;
    border-right: #ebebeb 1px solid;
    border-bottom: #ebebeb 1px solid;
    border-left: #ebebeb 1px solid;
    -moz-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 33px;
    background: url('../img/login-mobile-icon.png') no-repeat 95% 50%;
    font: bold 12pt arial;
    width: 264px;
    text-align: center;
    color: #AAA;
    margin: 5px auto;

}
input.login-phone:hover, input.login-phone:focus {
    border: none;
    border-top: #ffae00 1px solid;
    border-right: #ffae00 1px solid;
    border-bottom: #ffae00 1px solid;
    border-left: #ffae00 1px solid;
    -moz-appearance: none;
    outline: none;
    height: 33px;
    background: url('../img/login-mobile-icon.png') no-repeat 95% 50%;
    font: bold 12pt arial;
    width: 264px;
    text-align: center;
    color: #AAA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px auto;
}
input.login-id {
    border: none;
    border-top: #ebebeb 1px solid;
    border-right: #ebebeb 1px solid;
    border-bottom: #ebebeb 1px solid;
    border-left: #ebebeb 1px solid;
    -moz-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 33px;
    background: url('../img/login-id-icon.png') no-repeat 95% 50%;
    font: bold 12pt arial;
    width: 264px;
    text-align: center;
    color: #AAA;
    margin: 5px auto;
    display: block;
}
input.login-id:hover, input.login-id:focus {
    border: none;
    border-top: #ffae00 1px solid;
    border-right: #ffae00 1px solid;
    border-bottom: #ffae00 1px solid;
    border-left: #ffae00 1px solid;
    -moz-appearance: none;
    outline: none;
    height: 33px;
    background: url('../img/login-id-icon.png') no-repeat 95% 50%;
    font: bold 12pt arial;
    width: 264px;
    text-align: center;
    color: #AAA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px auto;
    display: block;
}
.key {
    display: block;
    line-height: 1px;
}
.key span {
    color: #AAA;
    display: inline;
    position: relative;
    top: 34px;
    left: -80px;
    font: bold 12pt arial;
}

/* - Login2 - */

.othersystem {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

    .othersystem a {
        margin: 50px auto 0;
        white-space: nowrap;
        font-family: 'Droid Arabic Kufi', serif;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        padding: 1px 6px;
        border-left: 1px dotted #B4B4B4;
        color: #8B8B8B;
    }

        .othersystem a:hover {
            color: #00B8FF;
        }

.iforget-password {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    height: auto;
    border: 1px solid #FF8F00;
    border-radius: 4px;
    z-index: 9;
    margin: 0 auto;
    position: relative;
    padding: 2px;
    display: none;
}

.phone1 {
    font: bold 12pt arial;
    color: #00ABFC;
    display: block;
    padding-bottom: 13px;
}

.phone2 {
    font: bold 12pt arial;
    position: relative;
    top: 20px;
    text-decoration: none;
}

.phone3 {
    font: bold 12pt arial;
    position: relative;
    top: 20px;
    padding-right: 10px;
    color: #0D9E00;
}

.iforget-password-phone {
    height: 100px;
    border-bottom: 1px dotted #CCC;
}

    .iforget-password-phone img {
        display: block;
        float: right;
    }
.clearMOE {
    clear: both;
}


/* Message Blocks */
.info,
.success,
.warning,
.error,
.validation,
.notification,
.notificationAmount,
.notificationBlock,
.EmptyDataRow,
.privateNotification,
.privateInfo,
.newNotification,
.oldNotification,
.block {
    border-top: 3px solid;
    margin: 5px 6px;
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    display: block; 
}
.info label,
.success label,
.warning label,
.error label,
.validation label,
.notification label,
.notificationAmount label,
.notificationBlock label,
.EmptyDataRow label,
.privateNotification label,
.privateInfo label,
.newNotification label,
.oldNotification label,
.block label {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    text-indent: 0;
}
.info label, .info span {
    color: #00529B;
}
.success label, .success span {
    color: #4F8A10;
}
.warning label, .warning span {
    color: #5e4b26;
}
.error label, .error span {
    color: #D8000C;
}
.validation label, .validation span {
    color: #D63301;
}
.block label {
    color: #5e4b26;
}

.info {
    color: #00529B;
    background: #BDE5F8;
    border-color: #00529B; 
}

.success {
    color: #4F8A10;
    background: #DFF2BF;
    border-color: #4F8A10; 
}

.warning {
    color: #5e4b26;
    background: #fdf1cd;
    border-color: #f9ca39; 
}

.error {
    color: #D8000C;
    background: #FFBABA;
    border-color: #D8000C; 
}

.validation {
    color: #D63301;
    background: #FFCCBA;
    text-align: right;
    padding: 15px 10px;
}
.waiting{
    display: block;
    margin: 5px auto;
    padding: 12px 0;
    font-size: 14px;
    font-weight: normal;
    background: url('../img/LoadingPage.gif') no-repeat 75% 5%;
    width: 350px;
}
.info ul,
.success ul,
.warning ul,
.error ul,
.validation ul{
    margin: 0;
    padding: 0 20px;
    text-align: right;
    direction: rtl;
}
.hide {
    display: none;
}

@media (max-width: 768px) {

h1.login {
    font-size: 18px;
    margin: 10px 35px 5px;
}
h2.box-title {
    font-size: 14px;
    margin: 5px 0 3px;
}
input.login-phone,
input.login-phone:hover, input.login-phone:focus,
input.login-id,
input.login-id:hover, input.login-id:focus,
input.login-user,
input.login-user:hover, input.login-user:focus,
input.login-pass,
input.login-pass:hover, input.login-pass:focus {
    height: 33px;
    width: 200px;
}
.info,
.success,
.warning,
.error,
.validation,
.notification,
.notificationAmount,
.notificationBlock,
.EmptyDataRow,
.privateNotification,
.privateInfo,
.newNotification,
.oldNotification,
.block {
    border-top: 2px solid;
    margin: 0 6px;
    padding: 2px;
    font-size: 10px;
    font-weight: normal;
    display: block; 
}
.error ul li{
    font-size: 9px;
    font-weight: normal;
    text-align: right;
    padding: 0 0;
}
.login-button,
.login-button:hover {
    height: 40px;
    width: 100px;
    font-size: 9px;
}       
.othersystem a {
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 10px;
}
.box-overlay .row {
    margin: 3px 0 5px;
    font-size: 9px;
}
.login-img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    display: block;
    margin: 0 auto;
}
.waiting{
    margin: 0 auto;
    padding: 12px 20px;
    font-size: 10px;
    line-height: 30px;
    width: 250px;
}
.box {
    width:30%;
    height:100%;
    margin:0 15px 0 0;
    float:right;
}
a.forget {
    font-size: 9px;
}
.box:hover .box-overlay {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
}

@media (max-width: 425px) {

h1.login {
    font-size: 16px;
    margin: 10px 30px 5px;
}
h2.box-title {
    font-size: 13px;
    margin: 5px 0 0;
}
input.login-phone,
input.login-phone:hover, input.login-phone:focus,
input.login-id,
input.login-id:hover, input.login-id:focus,
input.login-user,
input.login-user:hover, input.login-user:focus,
input.login-pass,
input.login-pass:hover, input.login-pass:focus {
    height: 33px;
    width: 264px;
    margin: 2px auto;
}
.info,
.success,
.warning,
.error,
.validation,
.notification,
.notificationAmount,
.notificationBlock,
.EmptyDataRow,
.privateNotification,
.privateInfo,
.newNotification,
.oldNotification,
.block {
    border-top: 2px solid;
    margin: 0 6px;
    padding: 2px;
    font-size: 10px;
    font-weight: normal;
    display: block; 
}
.error ul li{
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    padding: 0 0;
}
.login-button,
.login-button:hover {
    height: 44px;
    width: 100px;
    font-size: 10px;
}       
.othersystem a {
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 8px;
}
.box-overlay .row {
    margin: 3px 0 0;
    font-size: 9px;
}
.login-img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    display: block;
    margin: 0 auto;
}
.waiting{
    margin: 0 auto;
    padding: 12px 20px;
    font-size: 9px;
}
.box {
    width:90%;
    height:100%;
    margin-top:30px;
    margin-bottom: 120px;
}
.box-overlay {
    min-height: 70vh; 
    z-index: 999; 
}
.key span {
    color: #AAA;
    display: inline;
    position: relative;
    top: 30px;
    left: -80px;
    font: bold 12pt arial;
}
.box:hover .box-overlay {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

}

@media (max-width: 375px) {

h1.login {
    font-size: 15px;
    margin: 10px 20px 0;
}
h2.box-title {
    font-size: 12px;
    margin: 5px 0 0;
}
input.login-phone,
input.login-phone:hover, input.login-phone:focus,
input.login-id,
input.login-id:hover, input.login-id:focus,
input.login-user,
input.login-user:hover, input.login-user:focus,
input.login-pass,
input.login-pass:hover, input.login-pass:focus {
    height: 28px;
    width: 264px;
    margin: 1px auto;
}
.info,
.success,
.warning,
.error,
.validation,
.notification,
.notificationAmount,
.notificationBlock,
.EmptyDataRow,
.privateNotification,
.privateInfo,
.newNotification,
.oldNotification,
.block {
    border-top: 2px solid;
    margin: -20px 6px 0;
    padding: 2px;
    font-size: 10px;
    font-weight: normal;
    display: block; 
}
.error ul li{
    font-size: 9px;
    font-weight: normal;
    text-align: right;
    padding: 0 0;
}
.login-button,
.login-button:hover {
    height: 40px;
    width: 100px;
    font-size: 9px;
    margin-top: -3px;
}       
.othersystem a {
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 8px;
}
.box-overlay .row {
    margin: 3px 0 0;
    font-size: 8px;
}
.login-img {
    height: auto;
    width: auto\9;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    display: block;
    margin: 0 auto;
}
.waiting{
    margin: 0 auto;
    padding: 12px 20px;
    font-size: 8px;
}
.box {
    width:90%;
    height:100%;
    margin-top:30px;
    margin-bottom: 120px;
}
.box-overlay {
    min-height: 65vh; 
    z-index: 999; 
}
.key span {
    color: #AAA;
    display: inline;
    position: relative;
    top: 28px;
    left: -80px;
    font: bold 12pt arial;
}
.box:hover .box-overlay {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
}

@media (max-width: 320px) {

h1.login {
    font-size: 14px;
    margin: 10px 20px 0;
}
h2.box-title {
    font-size: 11px;
    margin: 5px 0 0;
}
input.login-phone,
input.login-phone:hover, input.login-phone:focus,
input.login-id,
input.login-id:hover, input.login-id:focus,
input.login-user,
input.login-user:hover, input.login-user:focus,
input.login-pass,
input.login-pass:hover, input.login-pass:focus {
    height: 26px;
    width: 264px;
    margin: 1px auto;
}
.info,
.success,
.warning,
.error,
.validation,
.notification,
.notificationAmount,
.notificationBlock,
.EmptyDataRow,
.privateNotification,
.privateInfo,
.newNotification,
.oldNotification,
.block {
    border-top: 2px solid;
    margin: -20px 6px 0;
    padding: 2px;
    font-size: 9px;
    font-weight: normal;
    display: block; 
}
.error ul li{
    font-size: 9px;
    font-weight: normal;
    text-align: right;
    padding: 0 0;
}
.login-button,
.login-button:hover {
    height: 40px;
    width: 100px;
    font-size: 9px;
}       
.othersystem {
    width: 100%;
    text-align: center;
}
.othersystem a {
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 8px;
    line-height: 20px;
}
.box-overlay .row {
    margin: 3px 0 0;
    font-size: 9px;
}
.login-img {
    height: auto;
    width: auto\9;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    display: block;
    margin: 0 auto;
}
.waiting{
    margin: 0 auto;
    padding: 12px 20px;
    font-size: 9px;
}
.box {
    width:90%;
    height:100%;
    margin-top:30px;
    margin-bottom: 120px;
}
.box-overlay {
    min-height: 55vh;
    z-index: 999; 
}
.key span {
    color: #AAA;
    display: inline;
    position: relative;
    top: 28px;
    left: -80px;
    font: bold 12pt arial;
}
.box:hover .box-overlay {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

}
