﻿/*@font-face {
    font-family: 'IRANSans-web';
    src: url("../fonts/IRANSans-Bold.eot?#") format("eot"), url("../fonts/IRANSans-Bold.woff2") format("woff2"), url("../fonts/IRANSans-Bold.woff") format("woff");
    font-weight: bold;
}

@font-face {font-family: 'IRANSans-web';src: url("../fonts/IRANSans-Black.woff2") format("woff2"), url("../fonts/IRANSans-Black.woff") format("woff"),url("../fonts/IRANSans-Black.eot?#") format("eot"); font-weight: 900;}
@font-face {font-family: 'IRANSans-web';src: url("../fonts/IRANSans-UltraLight.woff2") format("woff2"), url("../fonts/IRANSans-UltraLight.woff") format("woff"),url("../fonts/IRANSans-UltraLight.eot?#") format("eot");font-weight: 200;}
@font-face {font-family: 'IRANSans-web';src: url("../fonts/IRANSans-Light-Expanded.woff2") format("woff2"), url("../fonts/IRANSans-Light-Expanded.woff") format("woff"),url("../fonts/IRANSans-Light-Expanded.eot?#") format("eot"); font-weight: 300;
}
@font-face { font-family: 'IRANSans-web'; src: url("../fonts/IRANSans.woff2") format("woff2"), url("../fonts/IRANSans.woff") format("woff"), url("../fonts/IRANSans.eot?#") format("eot"); font-weight: normal;
}*/
@font-face {
    font-family: 'IRANSans-web';
    src: url("/shared/fonts/IRANSans/IRANSansWeb.eot?#") format("eot"), url("/shared/fonts/IRANSans/IRANSansWeb.woff2") format("woff2"), url("/shared/fonts/IRANSans/IRANSansWeb.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: 'IRANSansMedium';
    font-style: normal;
    font-weight: 500;
    src: url("/shared/fonts/IRANSans/IRANSans(FaNum)_Medium.eot");
    src: url("/shared/fonts/IRANSans/IRANSans(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("/shared/fonts/IRANSans/IRANSans(FaNum)_Medium.woff2") format("woff2"), url("/shared/fonts/IRANSans/IRANSans(FaNum)_Medium.woff") format("woff"), url("/shared/fonts/IRANSans/IRANSans(FaNum)_Medium.ttf") format("truetype");
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #B3B3B3;
    font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #B3B3B3;
    font-size: 14px;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #B3B3B3;
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #B3B3B3;
    font-size: 14px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: IRANSans-web !important;
}

    body.signin-login {
        background: #f7f7f7;
    }

.signin-login .back-color-sub-system {
    margin: auto;
    margin-top: 40px;
    border-radius: 8px;
    padding: 0 25px;
}

.signin-login .container-form .login-form {
    margin-top: 150px;
}

    .signin-login .container-form .login-form .logo-company {
        margin-top: 50px;
        margin-bottom: 30px;
    }

.signin-login .container-form h2 {
    margin-top: 0;
}

.field-validation-valid {
    display: none;
}

.signin-login .container-form .external-providers .list-company {
    margin-top: 20px;
    margin-bottom: 50px;
    min-width: 220px;
    text-align: center;
}

    .signin-login .container-form .external-providers .list-company li {
        display: inline-block;
        margin: 5px;
    }

        .signin-login .container-form .external-providers .list-company li a {
            width: 110px;
            text-align: right;
            margin-bottom: 16px;
            padding: 20px;
            border: none;
            border-radius: 10px;
            position: relative;
            color: #f9f9f9;
            font-family: IRANSansMedium;
            font-size: 13px;
            background: rgba(0,0,0,0.4);
            height: 95px;
            text-align: center;
            line-height: 95px;
            background-repeat: no-repeat;
            background-position: center 28%;
            background-size: 30%;
        }

@media (max-width: 767px) {
    .signin-login .container-form .external-providers .list-company li a {
        height: 80px;
        width: 95px;
        line-height: 85px;
        font-size: 12px;
    }
}

.signin-login .container-form .external-providers .list-company li a:hover {
    background-color: rgba(0,0,0,0.6);
}

.signin-login .container-form .external-providers .list-company li a img {
    width: 20px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -10px;
}

.signin-login .container-form p {
    font-family: IRANSansMedium;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    margin-top: 60px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after {
        content: '';
        content: none;
    }

    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}


/*.IRANSansUltraLight {font-family: IRANSans-web;font-weight: 200;}
.IRANSansLight {font-family: IRANSans-web;font-weight: 300;}
.IRANSans {font-family: IRANSans-web;font-weight: normal;}*/
/*.IRANSansBold {font-family: IRANSans-web;font-weight: bold;}*/
/*.IRANSansBlack {font-family: IRANSans-web;font-weight: 900;}*/

.IRANSans {
    font-family: IRANSans-web;
}

@font-face {
    font-family: 'icomoon';
    src: url("/shared/fonts/icon-moon/icomoon.eot?bku5er");
    src: url("/shared/fonts/icon-moon/icomoon.eot?bku5er#iefix") format("embedded-opentype"), url("/shared/fonts/icon-moon/icomoon.ttf?bku5er") format("truetype"), url("/shared/fonts/icon-moon/icomoon.woff?bku5er") format("woff"), url("/shared/fonts/icon-moon/icomoon.svg?bku5er#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    float: left;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
    content: "\e902";
    color: #07986f;
    position: relative;
    top: 3px;
}

.icon-arrow-down:before {
    content: "\e900";
    color: #07986f;
}

.icon-arrow-up:before {
    content: "\e901";
    color: #E74C3C;
}

.icon-minus:before {
    content: "\e903";
    color: #E74C3C;
    position: relative;
    top: 3px;
}

html, body {
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

.login-container {
    /*position: absolute;
    height: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;*/
}

.messageClass {
    color: #ffa590;
    font-size: 14px;
    font-weight: 600;
}

.background-eff {
    background: #fff;
    border-radius: 50% 50% 0 0;
    position: absolute;
    top: 400px;
    bottom: 0px;
    right: -20%;
    left: -20%;
    min-height: 323px;
}

.btn-danger-line {
    color: #d9534f;
    background-color: #ffffff;
    border-color: #d9534f;
}

    .btn-danger-line:hover {
        color: #ac2925;
        background-color: #ffffff;
        border-color: #ac2925;
    }

.btn-default-line {
    color: #364558;
    background-color: #ffffff;
    border-color: #364558;
}

    .btn-default-line:hover {
        color: #2c3948;
        background-color: #ffffff;
        border-color: #2c3948;
    }

.btn-default a {
    color: #888;
    text-decoration: none;
    min-width: 150px;
}

.container-form {
    direction: rtl;
    position: static;
}

    .container-form .login-form .logo-company {
        background-position: center;
        margin: auto;
        background-repeat: no-repeat;
    }


    .container-form h2, .container-form h3 {
        text-align: center;
        padding: 0px;
    }

    .container-form h2 {
        font-size: 21px;
        direction: rtl;
    }

    .container-form h3 {
        font-size: 18px;
        margin: 5px 0 35px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    }

    .container-form .login-form {
        text-align: center;
        padding: 0px;
    }

        .container-form .login-form .input-group {
            width: 100%;
        }

        .container-form .login-form .LoginForm_container {
            width: 563px;
            text-align: center;
            padding: 0px;
            margin: auto;
            position: relative;
            height: 400px;
        }


            .container-form .login-form .LoginForm_container .LoginForm_40 {
                z-index: 1;
                background-color: rgba(255, 255, 255, 0.2);
                top: 0px;
                right: 30px;
                left: 30px;
            }

            .container-form .login-form .LoginForm_container .LoginForm_60 {
                z-index: 2;
                background-color: rgba(255, 255, 255, 0.5);
                top: 10px;
                right: 20px;
                left: 20px;
            }

            .container-form .login-form .LoginForm_container .LoginForm_80 {
                z-index: 3;
                background-color: rgba(255, 255, 255, 0.8);
                top: 20px;
                right: 10px;
                left: 10px;
            }

            .container-form .login-form .LoginForm_container .LoginForm_100 {
                z-index: 4;
                background-color: rgba(255, 255, 255, 1);
                top: 30px;
                right: 0px;
                left: 0px;
                padding: 80px 114px 15px;
                box-shadow: 0px 1px 22px 0px rgba(109, 109, 109, 0.37);
            }

            .container-form .login-form .LoginForm_container .captcha-login {
                margin-top: 15px;
                height: 40px;
                border: 1px solid #B3B3B3;
                border-radius: 3px;
            }

                .container-form .login-form .LoginForm_container .captcha-login section {
                    width: 50%;
                    float: left;
                    height: 100%;
                    border-left: 1px solid #b3b3b3;
                }

                    .container-form .login-form .LoginForm_container .captcha-login section:first-child {
                        border-left: none;
                    }

                    .container-form .login-form .LoginForm_container .captcha-login section input {
                        border: none;
                        height: 38px;
                        text-align: center;
                    }

                    .container-form .login-form .LoginForm_container .captcha-login section .input-group.error .message-validation {
                        top: -1px;
                        right: -1px;
                        border-radius: 0 3px 3px 0;
                        width: 101%;
                    }

                .container-form .login-form .LoginForm_container .captcha-login .pic-captcha input {
                    width: 40px;
                    float: right;
                    background-color: transparent;
                    background-image: url(../img/refresh-regular.svg);
                    background-size: 17px;
                    background-repeat: no-repeat;
                    background-position: center center;
                }

                    .container-form .login-form .LoginForm_container .captcha-login .pic-captcha input:focus {
                        /*outline-color: transparent;*/
                    }

                .container-form .login-form .LoginForm_container .captcha-login .pic-captcha .captcha-img {
                    width: calc(100% - 40px);
                    float: right;
                    height: 38px;
                    border-left: 1px solid #b3b3b3;
                }

                    .container-form .login-form .LoginForm_container .captcha-login .pic-captcha .captcha-img img {
                        width: 100%;
                        height: 100%;
                    }

                .container-form .login-form .LoginForm_container .captcha-login .input-group .message-validation {
                    border-radius: 0 3px 3px 0;
                    top: -1px;
                }

        .container-form .login-form .LoginForm {
            position: absolute;
            border-radius: 5px;
            height: 375px;
            min-height: 50px;
        }

        .container-form .login-form .input-group .form-control {
            border: 1px solid #B3B3B3;
            height: 40px;
            padding: 6px 12px;
            color: #2b2f33;
            direction: ltr;
            text-align: center;
            font-size: 14px;
            border-radius: 3px;
            -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
            box-shadow: none;
        }

        .container-form .login-form .input-group.error .input-group-addon {
            position: relative;
            z-index: 5;
            background: #ff7474;
            border-color: #e85454;
        }

        .container-form .login-form .btn-login {
            background-color: #5CB85C;
            border-radius: 3px;
            height: 40px;
            margin-top: 38px;
            color: #fff;
        }

.copyRight {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #e7e7e7;
    background-color: #f9f9f9;
}

    .copyRight p {
        color: #b3b3b3;
        font-size: 12px;
        float: right;
        text-align: right;
        direction: rtl;
        padding: 15px 10px;
    }

        .copyRight p span {
            font-weight: bold;
        }

    .copyRight .logo-footer {
        width: 32px;
        height: 32px;
        position: relative;
        border-radius: 16px !important;
        background-color: #ebebeb;
        vertical-align: middle;
        margin: 8px 10px 8px 0;
        float: right;
        padding: 5px;
    }

    .copyRight .logo-footer {
        background-position: center;
        background-repeat: no-repeat;
    }

        .copyRight .logo-footer.main-company {
            background-image: url(../img/logo-footer.png);
            background-size: 70%;
        }

.container-form .login-form .input-group .message-validation {
    height: 40px;
    padding: 9px;
}

.message-validation {
    position: absolute;
    z-index: 3;
    font-size: 12px;
    text-align: center;
    width: 100%;
    background: #ffb8b8;
    padding: 5px 30px;
    top: 0px;
    border: 1px solid #e85454;
    color: #FF5C5C;
    border-radius: 3px;
    letter-spacing: -.5px;
    right: 0;
    direction: rtl;
}

    .message-validation:after {
        content: '';
        position: absolute;
        left: 8px;
        width: 8px;
        height: 8px;
        top: 50%;
        margin-top: -4px;
        background-image: url('../img/close.svg');
        cursor: pointer;
    }

.messageClass {
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-page {
    margin-top: -100px;
    direction: rtl;
    background-color: #ffffff;
    padding: 15px 25px;
    border: 1px solid #dfe8f1;
    border-top: 2px solid #f39c12;
}

    .error-page .logoImg {
        text-align: center;
    }

        .error-page .logoImg img {
            width: 65%;
        }

    .error-page .content-error {
        text-align: right;
        margin-top: 5px;
    }

        .error-page .content-error h4 {
            color: #737373;
            font-weight: bold;
        }

        .error-page .content-error p {
            font-size: 12px;
            color: #73879C;
            line-height: 21px;
            margin-top: 20px;
            margin-bottom: 15px;
        }

        .error-page .content-error span {
            display: block;
            text-align: left;
            font-size: 14px;
            color: #f39c12;
            text-decoration: underline;
        }


.messageClass {
    position: absolute;
    top: 0;
    padding: 10px 5px;
    padding-right: 40px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    left: 0;
    right: 0;
    text-align: right;
    /* height: 70px;*/
    display: block;
    direction: rtl;
    font-weight: bold;
    line-height: 20px
}

    .messageClass:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        right: 20px;
        border-radius: 50%;
        margin-top: -3px;
    }

    .messageClass:after {
        position: absolute;
        right: 50px;
        border-radius: 50%;
        direction: rtl;
    }

.errorClass {
    background-color: #ffe5e8 !important;
    color: #d0021b;
}

.successClass:before {
    background-color: #2ecc71;
}

.successClass:after {
    content: 'تایید :';
}

.warningClass:before {
    background-color: #e67e22;
}

.warningClass:after {
    content: 'توجه :';
}
/******************start common style internal page******************/
.main-bg-color {
    min-height: 100vh;
    font-size: 12px !important;
    background: #f7f7f7 !important;
    color: #404040;
    position: relative;
}

.main-navbar {
    height: 50px;
}

    .main-navbar .logo-header {
        width: 300px;
        height: 50px;
        float: right;
        background-size: 95%;
        background-repeat: no-repeat;
        background-position: center;
    }

.panel-box {
    margin: 10px 0;
}

    .panel-box .panel-container {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 2px 15px -6px rgba(0,0,0,.5);
        position: relative;
    }

    .panel-box .main-content {
        min-height: 300px;
        padding: 0 0 50px;
    }

    .panel-box .panel-header {
        border-bottom: 1px solid #ebebeb;
    }

        .panel-box .panel-header h6 {
            font-size: 16px;
            padding: 16px 20px;
            color: #888;
            line-height: 18px;
            font-weight: bold;
            text-align: right;
            direction: rtl;
        }

    .panel-box .panel-content {
        padding-top: 25px;
    }

    .panel-box .panel-btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 20px;
        background-color: #f7f7f7;
        border-top: 1px solid #ebebeb;
        border-radius: 0 0 4px 4px;
    }

        .panel-box .panel-btn .btn {
            float: left;
            margin-right: 8px;
        }

            .panel-box .panel-btn .btn:first-child {
                padding: 5px 46px;
                min-width: 150px;
            }

.form-group label.control-label {
    font-size: 12px;
    padding-top: 7px;
    margin-bottom: 7px;
    margin-top: 0;
    color: #999999;
}

.form-group .form-control {
    height: 30px;
    padding: 6px;
    font-size: 14px;
    color: #404040;
    border: 1px solid #b3b3b3;
    border-radius: 3px !important;
    background-image: none;
    background-color: #fff;
    box-shadow: none !important;
    text-align: right;
}

.form-group .info-input {
    font-size: 11px;
    color: #9b9b9b;
    text-align: right;
    direction: rtl;
    display: block;
    margin-top: 5px;
}

.message-box {
    border-radius: 3px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 11px;
    direction: rtl;
    padding: 10px 15px;
}

    .message-box.success-message {
        background-color: rgba(92,184,92,.1);
        border: 1px solid #5CB85C;
        color: #5CB85C;
    }

    .message-box.warning-message {
        background-color: rgba(240,173,78,.2);
        border: 1px solid #F0AD4E;
        color: #F0AD4E;
    }

    .message-box.info-message {
        background-color: rgba(91,192,222,.1);
        border: 1px solid #5BC0DE;
        color: #079dca;
    }

    .message-box.danger-message {
        background-color: rgba(217, 83, 79, .2);
        border: 1px solid #D9534F;
        color: #D9534F;
    }



.form-group .checkPassword {
    padding-left: 45px;
}

.invisible-password {
    display: none;
}

.form-group .result {
    position: absolute;
    left: 0;
    z-index: 10;
    padding: 5px 10px;
    font-weight: bold;
    color: #D9534F;
}

    .form-group .result.danger {
        color: #D9534F;
    }

    .form-group .result.warning {
        color: #F0AD4E;
    }

    .form-group .result.success {
        color: #5CB85C;
    }

/******************end common style internal page******************/


/******************start changes page style******************/
.changes-page .input-group {
    width: 100%;
}

.changes-page .errorClass {
    background-color: #e4938b;
    z-index: 1;
}

.changes-page .successClass {
    background-color: #5cb85c;
    z-index: 1;
}

.changes-page .warningClass {
    background-color: #f39c12;
    z-index: 1;
}
/******************end changes page style******************/


/******************star link style login******************/
.container-form .login-rules {
    padding-top: 60px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 50px;
}

    .container-form .login-rules ul {
        text-align: center;
        font-size: 12px;
    }


    .container-form .login-rules .main-rules ul {
        float: left;
    }

    .container-form .login-rules ul li {
        margin-bottom: 3px;
        padding-right: 20px;
        position: relative;
    }

        .container-form .login-rules ul li:before {
            content: '';
            position: absolute;
            width: 15px;
            height: 15px;
            right: 0;
            top: 3px;
            background-size: 75%;
            background-repeat: no-repeat;
            background-position: center;
        }

        .container-form .login-rules ul li a {
            color: #0099cc;
            text-decoration: none;
            font-weight: bold;
        }

    .container-form .login-rules .link-list p {
        margin-bottom: 20px;
        font-size: 12px;
        text-align: right;
    }

    .container-form .login-rules .link-list ul li {
        padding: 0;
    }

        .container-form .login-rules .link-list ul li:before {
            background-image: none;
        }
/******************end link style login******************/

/******************start notfound error page******************/
.notfound-Error {
    height: 100vh;
    background-color: #3a4958;
    position: relative;
}

    .notfound-Error .center-content {
        position: absolute;
        top: 40%;
        margin-top: -200px;
        left: 0;
        right: 0;
        text-align: center;
    }

        .notfound-Error .center-content .error-comment {
            text-align: center;
            color: #FECC09;
            background-color: rgba(42,50,61,0.71);
            padding: 20px;
            border-radius: 10px;
            margin-top: 80px !important;
        }

            .notfound-Error .center-content .error-comment span {
                display: block;
                font-weight: 600;
                font-size: 25px;
            }

                .notfound-Error .center-content .error-comment span.number {
                    font-size: 95px;
                    font-family: sans-serif;
                }

    .notfound-Error .footer-error-page {
        position: absolute;
        bottom: 0;
        padding: 15px;
        left: 0;
        right: 0;
        height: 115px;
    }
/******************end notfound error page******************/

/******************start exit panel page******************/
.exit-panel .panel-container {
    background-color: rgba(92, 184, 92, .8);
    padding-top: 40px;
    text-align: center;
    min-height: 500px;
}

.exit-panel .successClass {
    z-index: 1;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    background-color: transparent;
    position: relative;
    margin-top: 40px;
    line-height: 30px;
}

.exit-panel p.successClass {
    margin-top: 30px;
}


.exit-panel .successClass:before {
    display: none
}

.exit-panel .successClass:after {
    display: none
}

.sign {
    border-radius: 50%;
    display: inline-block;
    height: 145px;
    width: 145px;
    background-color: #fff;
    box-shadow: 0 0 0 10px hsla(0, 0%, 98%, 0.1), 0 0 0 20px rgba(104, 183, 104, 0.8);
    position: relative;
}

.success-checkmark {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -44px;
    left: 50%;
    margin-left: -44px;
}

    .success-checkmark .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
    }

        .success-checkmark .check-icon::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }

        .success-checkmark .check-icon::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }

        .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
            content: '';
            height: 100px;
            position: absolute;
            background: #FFFFFF;
            transform: rotate(-45deg);
        }

        .success-checkmark .check-icon .icon-line {
            height: 5px;
            background-color: #4CAF50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
        }

            .success-checkmark .check-icon .icon-line.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }

            .success-checkmark .check-icon .icon-line.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }

        .success-checkmark .check-icon .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, 0.5);
        }

        .success-checkmark .check-icon .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #FFFFFF;
        }

/*forget password start*/
.login .forget-password {
    text-align: left;
    padding-top: 10px;
}

    .login .forget-password a {
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }
/*forget password end*/

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

/******************information for login checked page******************/
.consent-form .panel {
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}

    .consent-form .panel.panel-default > .panel-heading {
        color: #7b7b7b;
        background-color: #ffffff;
        padding-bottom: 5px;
        padding-right: 21px;
        font-size: 14px;
        font-weight: bold;
        border: 0;
    }

    .consent-form .panel > .list-group {
        margin-bottom: 15px;
    }

        .consent-form .panel > .list-group .list-group-item {
            border: 0;
            padding: 4px 15px;
        }

.check-info-page .panel > .panel-heading .glyphicon {
    margin-left: 8px;
}

.check-info-page .panel > .list-group .list-group-item .glyphicon.glyphicon-exclamation-sign {
    color: #337ab7;
}

.check-info-page .panel > .list-group .list-group-item .required-symbol {
    font-size: 14px;
    font-weight: bold;
    color: #D9534F;
    margin-left: 5px;
}

.check-info-page .permission-page {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    direction: rtl;
    line-height: 22px;
}

.permission-row:last-child .permission-page {
    border-bottom: 0;
}

.check-info-page .permission-page .client-logo {
    width: 48px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.check-info-page .permission-page .permission-clientname {
    font-weight: bold;
    color: #848484;
    font-size: 15px;
    margin-bottom: 5px;
}

.check-info-page .permission-page .permission-type {
    color: #5BC0DE;
    font-size: 13px;
}

.check-info-page .permission-panel-btn {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 15px;
}

    .check-info-page .permission-panel-btn button {
        background-color: transparent;
        border: none;
    }

        .check-info-page .permission-panel-btn button img {
            width: 20px;
        }

.check-info-page .permission-page ul {
    list-style: inherit;
}
/******************start switch toggle******************/
.vx_switch {
    font-family: PayPal-Sans;
    line-height: 1.2;
    font-size: 0.9375rem;
    display: inline-block;
    position: relative;
}

.vx_switch__input {
    opacity: 0;
}

.vx_switch__input {
    position: absolute;
}

.vx_switch__label {
    color: #2c2e2f;
    padding-left: 2.2rem;
    display: inline-block;
}


.vx_switch--error::before {
    content: "\26A0";
    font-family: "paypal-vx-icons";
    display: inline-block;
    margin-right: 0.375rem;
    width: 1.125rem;
    height: 1.125rem;
}

.vx_switch__label:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    width: 2rem;
    height: 1rem;
    border-radius: 1.125rem;
    background-color: #9da3a6;
    transition: background-color 0.3s;
}

.vx_switch__label:after {
    content: "";
    width: .75rem;
    height: .75rem;
    background-color: #ffffff;
    position: absolute;
    top: 0.225rem;
    right: 0.125rem;
    border-radius: 50%;
    transition: right 0.1s, left 0.1s;
    margin-left: 0.25rem;
}

.vx_has-error .vx_switch__label:before,
.vx_has-error .vx_switch__input:checked + .vx_switch__label:before {
    border: 0.0625rem solid #d20000;
}

.vx_switch__label--off,
.vx_switch__input:checked + .vx_switch__label .vx_switch__label--on {
    display: inline;
}

.vx_switch__label--on,
.vx_switch__input:checked + .vx_switch__label .vx_switch__label--off {
    display: none;
}

.vx_switch__input:checked + .vx_switch__label::before {
    background-color: #5CB85C;
}

.vx_switch__input:checked + .vx_switch__label::after {
    right: 1.1rem;
}

.vx_switch_enable_focus ~ label:before {
    box-shadow: 0 0 0 0.0625rem #ffffff, 0 0 0.125rem 0.125rem #0070ba;
}

input:checked {
    outline: none;
}

.redirect-link {
    direction: rtl;
}

.redirect-text {
    margin: 0 !important;
}
/******************start exit panel page******************/
@media (max-width: 992px) {
    .container-form .login-rules .main-rules ul {
        float: none;
    }

    .container-form .login-rules ul {
        width: auto;
    }

    .error-panel .error-comment span {
        font-size: 16px !important;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .form-group label.control-label {
        text-align: right;
    }

    .panel-box .panel-btn .btn {
        width: 100%;
    }

    .container-form .login-rules .link-list {
        margin-top: 15px;
    }

        .container-form .login-rules .link-list p {
            margin: 0 20px;
        }

        .container-form .login-rules .link-list ul {
            margin: 0 20px;
        }

    .error-panel .error-comment span {
        font-size: 16px !important;
        line-height: 30px;
    }
}

.btn-container {
    display: flex;
}

    .btn-container .btn-main {
        flex: 1;
        margin-left: 10px;
        margin-right: 0;
    }

    .btn-container .btn-default {
        color: #fff !important;
        border: 1px solid #fff !important;
        line-height: 25px;
    }

.flex-container {
    display: flex !important;
    gap: 5px;
    align-items: center;
}

    .flex-container .flex-item input {
        padding: 0 !important;
    }

    .flex-container .flex-card-date {
        width: 25% !important;
    }

    .flex-container .date-span {
        color: #ccc;
    }

@media (max-width: 600px) {
    .error-panel .error-comment {
        margin: 0 -40px !important;
    }

        .error-panel .error-comment span {
            font-size: 16px !important;
            line-height: 30px;
        }

    .container-form .login-form .logo-company {
        margin-top: 60px;
    }

    .container-form h3 {
        font-size: 20px;
        margin-top: 10px;
    }

    .container-form .login-form .LoginForm {
        height: auto;
    }

    .container-form .login-form .LoginForm_container {
        width: 95%;
        height: 360px;
    }

        .container-form .login-form .LoginForm_container .LoginForm_100 {
            padding: 40px 7% 20px;
        }

        .container-form .login-form .LoginForm_container .captcha-login {
            height: auto;
        }

            .container-form .login-form .LoginForm_container .captcha-login section {
                width: 100%;
                float: none;
                border-left: none !important;
                border-bottom: 1px solid #b3b3b3;
            }

            .container-form .login-form .LoginForm_container .captcha-login .pic-captcha .captcha-img img {
                width: auto;
            }

            .container-form .login-form .LoginForm_container .captcha-login section:last-child {
                border-bottom: none;
            }



    .background-eff {
        top: 400px;
        border-radius: 0;
    }

    .copyRight {
        height: auto;
        text-align: center;
    }

        .copyRight .logo-footer {
            float: none;
            display: inline-block;
        }

        .copyRight p {
            float: none;
            text-align: center;
        }

    .container-form .login-form .LoginForm_container .captcha-login section .input-group.error .message-validation {
        border-radius: 0 0 3px 3px;
        width: 100%;
        right: inherit;
    }
}

@media (max-width: 450px) {
    .notfound-Error .error-panel .error-comment span {
        font-size: 14px !important;
        line-height: 30px;
    }

    .notfound-Error .error-panel .error-comment {
        margin: 0 -30px !important;
        margin-top: 40px !important;
    }

    .notfound-Error .error-panel .img-error {
        width: 80px !important;
        height: 80px !important;
        line-height: 80px !important;
        font-size: 40px !important;
    }

    .notfound-Error .error-panel {
        top: 40% !important;
        padding: 45px !important;
        margin: 0 10% !important;
    }

    .footer-error-page {
        background-position: center 20% !important;
        background-repeat: no-repeat !important;
        background-size: 70px !important;
    }
}

/******************start tooltip ******************/

.tooltip-container {
    position: relative;
}

    .tooltip-container .info-icon {
        position: absolute;
        top: 9px;
        left: -25px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        background-image: url(../img/question.svg);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
    }

    .tooltip-container .tooltip-box {
        min-width: 25vw;
        top: 50%;
        right: 100%;
        margin-right: 34px;
        line-height: 17px;
        transform: translate(0, -50%);
        padding: 10px;
        text-align: justify;
        color: #444444;
        background-color: #EEEEEE;
        font-weight: normal;
        font-size: 10px;
        border-radius: 4px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgb(0 0 0 / 50%);
        display: none;
    }



        .tooltip-container .tooltip-box i {
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -12px;
            width: 12px;
            height: 24px;
            overflow: hidden;
        }

            .tooltip-container .tooltip-box i::after {
                content: '';
                position: absolute;
                width: 12px;
                height: 12px;
                left: 0;
                top: 50%;
                transform: translate(-50%,-50%) rotate(-45deg);
                background-color: #EEEEEE;
                box-shadow: 0 1px 8px rgba(0,0,0,0.5);
            }

/****************** alert message ******************/
.alert-message {
    display: none;
    font-size: 10px;
    padding: 13px;
    /*position: fixed;*/
    top: 0px;
    left: 0px;
    right: 0px;
    color: rgb(208, 2, 27);
    font-weight: bold;
    background-color: rgb(255, 229, 232);
}

.passwordCaptchaRefresh {
    background-color: #b3b1b1 !important;
    height: 31px !important;
    padding-left: 10px !important;
}

.captchWidth {
    width: 118px !important;
}

@media (max-width: 450px) {
    .tooltip-container .tooltip-box {
        top: -37px;
        right: 0;
        transform: translate(9%, -50%) !important;
    }


        .tooltip-container .tooltip-box i {
            position: absolute;
            top: 98%;
            left: 50%;
            margin-left: -12px;
            margin-top: 0;
        }

            .tooltip-container .tooltip-box i::after {
                left: 50%;
                top: 0;
                transform: translate(-50%,-50%) rotate(45deg);
            }
}
