﻿@import url('assets/css/font-awesome/css/font-awesome.min.css');

html {
    background: url(assets/images/background/bg.jpg) no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /*background-color:#0e6ace !important;*/
    background-color: #faf9fe !important;
}

body {
    background-color: transparent !important;
    font-family: NotoNaskhArabic, Arial !important;
    font-size: 15px;
    color: black !important;
}


    body.login-screen {
        background: #428bca;
    }


.login .content {
    background-color: #fff;
    width: 470px;
    margin: 5% auto;
    padding: 20px 30px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.45);
}

    .login .content h3 {
        color: #808080;
    }

    .login .content h4 {
        color: #555
    }

    .login .content p {
        color: #222
    }

    .login .content .forget-form, .login .content .login-form {
        padding: 0;
        margin: 0
    }

    .login .content .input-icon {
        border-left: 2px solid #32c5d2 !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px
    }

        .login .content .input-icon .form-control {
            border-left: 0
        }

    .login .content .forget-form, .login .content .register-form {
        display: none
    }

    .login .content .org-title {
        font-size: 22px;
        margin-bottom: 15px;
        color: #808080;
        font-family: "DroidArabicKufi","Cuprum" !important;
    }

    .login .content .form-actions {
        background-color: #fff;
        clear: both;
        border: 0;
        border-bottom: 1px solid #eee;
        padding: 0 30px 25px;
        margin-left: -30px;
        margin-right: -30px
    }

    .login .content .forget-form .form-actions {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .login .content .register-form .form-actions {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .login .content .form-actions .rememberme {
        margin-top: 8px;
        display: inline-block
    }

    .login .content .form-actions .btn {
        margin-top: 1px
    }

    .login .content .forget-password {
        margin-top: 10px;
        margin-left: -7px;
    }

    .login .content .create-account {
        border-top: 1px dotted #eee;
        padding-top: 10px;
        margin-top: 15px
    }

        .login .content .create-account a {
            display: inline-block;
            margin-top: 5px
        }

    .login .content .select2-container {
        border-left: 2px solid #44B6AE !important
    }

        .login .content .select2-container .select2-choice {
            border-left: none !important
        }

        .login .content .select2-container i {
            display: inline-block;
            position: relative;
            color: #ccc;
            z-index: 1;
            top: 1px;
            margin: 4px 4px 0 -1px;
            width: 16px;
            height: 16px;
            font-size: 16px;
            text-align: center
        }

    .login .content .has-error .select2-container i {
        color: #b94a48
    }

    .login .content .select2-container a span {
        font-size: 13px
    }

        .login .content .select2-container a span img {
            margin-left: 4px
        }

.login .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: #999;
    font-size: 13px
}

@media (max-width:480px) {
    .login .logo {
        margin-top: 10px
    }

    .login .content {
        width: 280px
    }

        .login .content h3 {
            font-size: 22px
        }

    .login .checkbox {
        font-size: 13px
    }
}

@media (max-width:576px) {
    .login .content {
        width: 340px;
    }
}


.login-content {
    text-align: center;
}

    .login-content h3 {
        color: #696969;
    }

.social-btn-login {
    text-align: center;
    margin-bottom: 10px;
}

    .social-btn-login ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .social-btn-login ul li {
            display: inline;
            padding: 0 7px;
        }

            .social-btn-login ul li a {
                color: #999999;
                font-size: 14px;
                -webkit-transition: all 600ms linear;
                -moz-transition: all 600ms linear;
                -o-transition: all 600ms linear;
                -ms-transition: all 600ms linear;
                transition: all 600ms linear;
            }

                .social-btn-login ul li a:hover {
                    color: dimgrey;
                    -webkit-transition: all 600ms linear;
                    -moz-transition: all 600ms linear;
                    -o-transition: all 600ms linear;
                    -ms-transition: all 600ms linear;
                    transition: all 600ms linear;
                }


.errMsgSummary {
    text-align: center;
    color: #a70303;
}

.input-group-addon:last-child {
    border-left: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc !important;
}


.btn-login {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    user-select: none;
    padding: 8px 14px 7px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 18%);
    color: #FFF;
    background-color: #32c5d2;
    border-color: #32c5d2;
    line-height: 1.44;
}

.err-msg {
    font-size: 11px;
    color: #a70303;
}


.login .content .input-icon .form-control {
    border-left: 0;
}

.input-icon > .form-control {
    padding-left: 33px;
}

.input-icon {
    position: relative;
    left: 0;
}

.form-control {
    outline: 0 !important;
    box-shadow: none !important;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .btn-danger.dropdown-toggle, .open > .btn-default.dropdown-toggle, .open > .btn-info.dropdown-toggle, .open > .btn-primary.dropdown-toggle, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}


.login-content {
    padding: 20px;
}

.input-icon i {
    color: #ccc;
    position: absolute;
    left: 10px;
    top: 7px;
}

label {
    margin-bottom: 0 !important;
}

.text-label {
    color: #a092b9;
    width: 200px;
}

.login .form-control:-ms-input-placeholder {
    color: #cbc5ba;
    font-size: 10px;
}

.login .form-control::-webkit-input-placeholder {
    color: #cbc5ba;
    font-size: 10px;
}

.notifyjs-corner {
    left: 50% !important;
    transform: translateX(-50%);
}

.modalPopup {
    border-width: 1px;
    border-style: solid;
    padding: 1px;
    border: solid 1px #87898b;
    background: #f0f0f0;
    position: absolute;
}

    .modalPopup .header {
        background-color: #bfffd0;
        height: 34px;
        color: #31708f;
        line-height: 34px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        border-bottom: solid 1px #CCCCCC;
        cursor: pointer;
        font-family: "DroidArabicKufi","Cuprum" !important;
        font-size: 12px !important;
        font-weight: normal;
    }

.modalPopupRounded {
    background-color: #FFFFFF;
    width: 300px;
    border: 2px solid #acacac;
    border-radius: 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    padding: 0;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    font-family: NotoNaskhArabic, Arial !important;
    font-size: 15px;
    margin-top: -100px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

    .modalPopupRounded .header {
        background-color: #293955;
        height: 34px;
        color: white;
        line-height: 34px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -moz-border-radius: 3px 3px 0px 0px;
        cursor: pointer;
        font-family: "DroidArabicKufi","Cuprum" !important;
        font-size: 12px !important;
        font-weight: normal;
    }

    .modalPopupRounded .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopupRounded .footer {
        padding: 6px;
    }


    .modalPopupRounded .yes, .modalPopupRounded .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopupRounded .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

.progress {
    background-color: transparent;
    width: 18px;
    height: 18px;
    border: 0;
}

.PromptCSS {
    color: gray;
    font-size: 11px;
    font-style: italic;
    font-family: Tahoma;
    height: 20px;
    margin-left: 30px;
    margin-top: 20px;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #707070;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=10);
    opacity: 0.10;
}

.loader {
    position: absolute;
    display: block;
    position: fixed;
    z-index: 99999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    .loader:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.LockOn2 {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #707070;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=10);
    opacity: 0.10;
}

.loader2 {
    position: absolute;
    display: block;
    position: fixed;
    z-index: 99999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 128px;
    /*    background-image: url(../images/loading15.gif);*/
    background-repeat: no-repeat;
}

    .loader2:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #999;
        text-align: center;
        padding-top: 20%;
        filter: alpha(opacity=8);
        opacity: .08;
    }

.loader2text {
    text-align: center;
    margin: 128px auto;
    font-size: 12px;
    color: black;
    white-space: nowrap;
}


.LockGrid {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 998;
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;
    height: 100%;*/
    background-color: #707070;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=10);
    opacity: 0.10;
}

.loaderGrid {
    position: absolute;
    display: block;
    z-index: 99999;
    overflow: show;
    left: 0;
    right: 0;
    margin: 140px auto;
    width: 36px;
    height: 36px;
    background-image: url(../assets/images/loading2.gif);
    background-repeat: no-repeat;
}

    .loaderGrid:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.loaderGridtext {
    margin-top: 36px;
    margin-right: -4px;
    font-size: 12px;
    color: #808080;
    width: 100px;
}

.select-lang {
    border: 1px solid #ccc !important;
    font-size: 11px;
    width: 70px !important;
    color: #707070 !important;
}

.table-borderless td,
.table-borderless th {
    border: 0 !important;
}



.login {
    /*background-color: #313131 !important;*/
}



.app-logo {
    margin-top: -20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

    .app-logo img {
        height: 30px;
    }

.app-name {
    color: #999;
}

.org-logo {
    margin-top: 10px;
    text-align: center;
}

    .org-logo img {
        max-width: 150px;
    }


.co-logo img {
    width: 140px;
}

.form-group {
    margin-bottom: 10px !important;
}

.val-msg {
    text-align: center;
    font-size: 11px;
}
