/* 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: #EAEAEA;
}

.uistyle {float: right;
text-align: right;
direction: rtl;
padding: 13px;
}

    .uistyle li {
        float: right;
width: 100%;
text-align: right;
padding: 3px 10px;
    }

#wrapper {
    width: 100%;
    height: 100%;
}

#header {
    width: 100%;
    height: 180px;
}

    #header img {
        height: 240px;
        width: 180px;
        margin-left: 40px;
    }

.hiddenCtrl {
    display: none;
}

.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:#86bd4f;*/
        color: #ffffff;
        /*border-radius:4px;*/
        text-align: center;
        vertical-align: middle;
        padding-top: 7px;
        padding-bottom: 5px;
    }

        .main > section span:hover {
            /*background:#86bd4f;*/
        }

        .main > section span.active {
            /*background:#86bd4f;*/
        }

        .main > section span.disabled {
            /*background:#86bd4f;*/
            pointer-events: none;
        }

.error {
    width: auto;
    float: right;
}

#close_menu {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
}

    #close_menu span {
        background: #86BD4F;
        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: #86BD4F;
        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: #86BD4F;
        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;
    }

    #all_login h2 {
        font-size: 14px;
        color: #ffffff;
        text-align: left;
        padding-top: 10px;
    }

    #all_login h1 {
        font-size: 12px;
        color: #ffffff;
        text-align: left;
        padding-top: 10px;
    }



    #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;
}

    .sc-button:hover {
        background: rgba(255,255,255,0.3);
        text-decoration: none;
        color: #333;
    }

/* General styles for all menus */
.cbp-spmenu {
    background: #86bd4f;
    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;
    }

#umis {
    float: right;
    width: 210px;
    height: 53px;
    margin-right: 40px;
}

    #umis img {
        width: 210px;
        height: 53px;
    }

#footer a:link {
    color: #86BD4F;
    font-size: 12px;
}

#footer a:visited {
    color: #86BD4F;
    font-size: 12px;
}

#footer a:hover {
    color: #86BD4F;
    font-size: 12px;
}

#login {
    width: 40%;
    margin: 60px auto 30px;
    position: relative;
    border-radius: 4px;
    z-index: 9999;
    background-color: #ffffff;
    padding: 20px;
    min-height: 454px;
    border: 1px solid #ccc;
}

#logo_home {
    width: 100%;
    height: 100px;
    text-align: center;
}

.name_input {
    width: 100%;
    float: right;
}

    .name_input h2 {
        font-size: 14px;
        color: #444;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: 'Lato', Calibri, Arial, sans-serif;
    }

.in_input {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    display: block;
    width: 99%;
    padding: 1px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #ffffff;
    float: right;
}

    .in_input img {
        float: left;
        width: 25px;
        height: 25px;
        background-color: #ffffff;
        margin: 5px;
    }

    .in_input input[type=text], .in_input input[type=password] {
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        width: 90%;
        border: none;
        color: #8e7452;
        background-color: #ffffff;
        padding: 7px;
        padding-left: 10px;
        padding-right: 0px;
        outline: none;
        text-align: left;
    }

#all_login input[type=text]:focus, #all_login input[type=password]:focus {
    border: 0px;
}

#entar {
    width: 100%;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button_entar {
    background: #72a63e;
    background: -moz-linear-gradient(#72a63e, #6ab630);
    background: -ms-linear-gradient(#72a63e, #6ab630);
    background: -o-linear-gradient(#72a63e, #6ab630);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#72a63e), to(#6ab630));
    background: -webkit-linear-gradient(#72a63e, #6ab630);
    background: linear-gradient(#72a63e, #6ab630);
    border: 1px solid #ccc;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
    float: right;
    width: 100%;
    text-align: center;
    outline: none;
    padding-right: 5px;
}



    .button_entar:hover {
        margin-left: 1%;
        background: #595959;
        border: 1px solid #ccc;
        color: #ffffff;
        outline: none;
    }

#language {
    width: 100%;
    float: right;
    height: 40px;
}

#arabic {
    float: right;
    width: 40%;
}

#english {
    float: left;
    width: 40%;
}

.button_language {
    text-decoration: none;
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
    background: #6ab630;
    background: -moz-linear-gradient(#72a63e, #6ab630);
    background: -ms-linear-gradient(#72a63e, #6ab630);
    background: -o-linear-gradient(#72a63e, #6ab630);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#72a63e), to(#6ab630));
    background: -webkit-linear-gradient(#72a63e, #6ab630);
    background: linear-gradient(#72a63e, #6ab630);
    border: 1px solid #ccc;
    color: #ffffff;
    width: 100%;
    float: right;
    text-align: center;
    outline: none;
}



    .button_language:hover {
        margin-left: 1%;
        background: #595959;
        border: 1px solid #ccc;
        color: #ffffff;
        outline: none;
    }

#bg_img {
    height: 100%;
    width: 100%;
    float: left;
    position: fixed;
    background-position: 70% 70%;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../Images/Al-Salam-BackGround.png);
}
