﻿* {
    padding: 0px;
}
@media (min-width: 1280px) {

    html, body {
        margin: 0px;
        padding: 0px;
        height: 98%;
        background: #EDF0F4;
        background: url('../images/9401.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1024px) and (max-width: 1280px) {

    html, body {
        margin: 0px;
        padding: 0px;
        height: 98%;
        background: #EDF0F4;
        background: url('../images/9401.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    html, body {
        margin: 0px;
        padding: 0px;
        height: 98%;
        background: #EDF0F4;
        background: url('../images/9401.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    html, body {
        margin: 0px;
        padding: 0px;
        height: 98%;
        background: #EDF0F4;
        background: url('../images/9401.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    html, body {
        margin: 0px;
        padding: 0px;
        height: 98%;
        background: #EDF0F4;
        background: url('../images/9401.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


    html, body {
        margin: 0px;
        padding: 0px;
        height: 98%;
        background: #EDF0F4;
        background: url('../images/9401.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
/*#ifMobile1 {
    background-image: url('../images/940.jpg') ;
    height: 100%;
}

@media all and (max-width: 499px) {
    #ifMobile1 {
        background-image: url('../images/940.jpg');
        height: 100%;
    }
}*/
img {
    border: none;
    outline: none;
}

div, td {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}

.modalBackground {
    background: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.popupheader {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 18px;
    font-weight: bold;
    color: #446552;
    text-align: right;
    animation-direction: normal;
    height: 50px;
    margin-top: 0px;
    padding-right: 10px;
    padding-top: 10px;
}


input, select, textarea {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    text-align: right;
}

a {
    outline: none;
    color: #0b5aa0;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

ul, li {
    list-style: none;
}

.margin {
    float: right;
    width: 1000px;
    margin-bottom: 20px;
}

.top-title {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 34px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 50px 0px 50px 0px;
}

.topbar {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 34px;
    font-weight: bold;
    color: #085c5a;
    text-align: center;
    padding: 40px 50px 0px 0px;
}

.top-title-inner {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 24px;
    font-weight: normal;
    color: #085c5a;
    text-align: center;
}

.menu-over-active a {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #085c5a;
    background: -moz-linear-gradient(top, #21a09d, #085c5a); /* Gradient background */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#21a09d), to(#085c5a));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#21a09d', EndColorStr='#085c5a')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#21a09d', EndColorStr='#085c5a'); /* IE6,IE7 */ /* Rounded Corners */
    padding: 9px 34px 9px 34px;
    *padding: 14px 34px 14px 34px;
    float: right;
    margin-top: -4px;
    margin-right: 10px;
    margin-left: 1px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.menu-over a, .menu-over-leftend a, .menu-over-rightend a {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 18px;
    font-weight: normal;
    color: #545454;
    text-align: center;
    background: #dadada;
    background: -moz-linear-gradient(top, #f1f1f1, #cacaca); /* Gradient background */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#cacaca));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#cacaca')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#cacaca'); /* IE6,IE7 */ /* Rounded Corners */
    padding: 7px 32px 7px 32px;
    float: right;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    margin: 0px 1px 0px 1px;
}

    .menu-over a:hover, .menu-over-leftend a:hover, .menu-over-rightend a:hover {
        color: #fff;
        background: #085c5a;
        background: -moz-linear-gradient(top, #21a09d, #085c5a); /* Gradient background */
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#21a09d), to(#085c5a));
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#21a09d', EndColorStr='#085c5a')"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#21a09d', EndColorStr='#085c5a'); /* IE6,IE7 */ /* Rounded Corners */
        text-decoration: none;
    }

.menu-over-leftend a {
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.menu-over-rightend a {
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.green-bar {
    background: #085c5a;
    height: 52px;
}

.login-box {
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #b9b9b9;
    background: #FFF;
    padding: 30px;
    align-content: center;
    align-self: baseline;
    align-items: center;
    height: 35%;
    width: 35%;
    width: 400px !important;
}

.login-title, .inner-title {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 22pt;
    font-weight: bold;
    color: #085c5a;
    text-align: right;
    border-bottom: 1px solid #e1e2da;
    padding: 10px 0px 10px 0px;
    direction: rtl;
}

.inner-title {
    font-size: 24px;
    color: #888;
    padding-top: 8px;
    padding-bottom: 5px;
    border-top: 1px solid #e1e2da;
    border-bottom: 1px solid #e1e2da;
}

.login-text {
    text-align: right;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    direction: rtl;
    padding-top: 10px;
    padding-left: 15px;
    color: #3D6251;
}

.login-input, .form-input, .form-input-small, .form-selectbox {
    border: 2px solid #3D6251;
    text-align: right;
    width: 80%;
    height: 50px;
    margin-top: 7px;
    color: #3D6251;
    font-family: Cambria, Times, Times New Roman, serif;
    font-size: 16pt;
    float: none;
    letter-spacing: 1px;
}

.form-input-small {
    width: 100px;
}

.form-selectbox {
    direction: rtl;
}

.login-btn, .submit-btn {
    display: inline-block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 22pt;
    padding: 8px 11px;
    color: white;
    text-shadow: 0 1px 0 #0E6239;
    background: #0E6239;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#0A676A));
    background: -moz-linear-gradient(top, #0A676A, #f0f0f0);
    border: 1px solid #dedede;
    border-color: #dedede #d8d8d8 #d3d3d3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
}

.submit-btn {
    float: none;
    margin-left: 7px;
}

.welcome-title, .userinfo-title {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-align: right;
    direction: rtl;
    padding-right: 10px;
}

.userinfo-title {
    color: #ffc000;
}

.logout a {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    float: right;
    margin-right: 4px;
}

    .logout a:hover {
        color: #ffc000;
        text-decoration: none;
    }

.middle-box, .middle-box-inner {
    padding: 10px;
    background: #FFF;
    border: 1px solid #e1e2da;
    -moz-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
}

.middle-box-inner {
    padding: 10px 0px 10px 0px;
}
 
.form-text {
    text-align: right;
    color: #666;
    font-weight: bold;
    direction: rtl;
    padding-top: 10px;
    padding-left: 25px;
    width: 130px;
}


.footer {
    background: #0E6239;
    background: -moz-linear-gradient(top, #0E6239, #CBE5C8); /* Gradient background */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0E6239), to(#CBE5C8));
    color: white;
    height: 42px;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.body03 {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
    text-align: right;
    border-bottom: 1px solid #e1e2da;
    padding: 10px 0px 10px 0px;
    direction: rtl;
}

.redalert {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20pt;
    font-weight: bold;
    color: #CC0000;
    text-align: right;
    border-bottom: 1px solid #e1e2da;
    padding: 10px 0px 10px 0px;
    direction: rtl;
}

.btn {
    display: inline-block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 18pt;
    padding: 8px 11px;
    color: white;
    text-shadow: 0 1px 0 #fff;
    background: #0E6239;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#0E6239));
    background: -moz-linear-gradient(top, #0E6239, #f0f0f0);
    border: 1px solid #dedede;
    border-color: #dedede #d8d8d8 #d3d3d3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
}

.heading {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 13pt;
    color: #6169AB;
    font-weight: bold;
    text-decoration: none;
    padding-right: 5px;
}

.bi-eye-slash {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 200;
    top: 28px;
    right: 10px;
    cursor: pointer;
}