@import url('font.css');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'IranSans2' !important;
    background-color: #040d25;
}

#content {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    padding: 20px;
}

.bootstrap-notify-container {
    opacity: 0.9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .bootstrap-notify-container .close {
        right: 5px !important;
        top: 9px !important;
    }

.tooltip-inner {
    background-color: #cbd3ff;
    font-family: 'IranSans2';
    font-size: 0.7em;
    color: #646464;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #9fb9ff;
}

.group-title {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #dadada;
    width: fit-content;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-radius: 5px 5px 0 0;
    padding: 5px 20px;
    box-shadow: 2px -4px 8px 1px #eaeaea;
    background-color: #fafafa;
}

.fonr-control-group {
    padding: 10px;
}

.ui-widget.ui-widget-content {
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 4px 8px 1px #d1d1d1;
}

.ui-menu .ui-menu-item {
    font-family: 'IranSans2';
    font-size: 13px;
}

.no-data-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 155px;
}

.no-data-logo {
    width: 150px;
    opacity: 0.2;
    filter: grayscale();
    margin-bottom: 20px;
}

.no-data-text {
    color: #919191;
    font-size: 15px;
    font-weight: bold;
}

.no-data-box-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.no-data-logo-inner {
    width: 100px;
    opacity: 0.2;
    filter: grayscale();
    margin-bottom: 20px;
}

.no-data-text-inner {
    color: #919191;
    font-size: 11px;
    font-weight: bold;
}

.main-cap {
    margin: 10px 20px 20px 30px;
}
/************************************* login page */
#login-page {
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background-color: #fff
}

.login-left {
    background: url('../images/loginUser-back.webp') no-repeat center;
    background-size: cover;
    flex: 1;
    height: 100vh;
    background-position: center;
}

.evaluation-login-left {
    background: url('../images/evaluation-back.jpg') no-repeat center;
    background-size: cover;
    flex: 1;
    height: 100vh;
    background-position: center;
}

.login-right {
    width: 400px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    direction: ltr;
    position: relative;
}
.version-text {
    position: absolute;
    margin-bottom: 0px;
    bottom: 0px;
    color: #919191;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.right-content {
    width: 90%;
    position: relative;
    height: 88%;
}

.login-title {
    margin-bottom: 45px;
}

.form-control::placeholder {
    font-family: IranSans;
    font-size: 13px;
    color: #a1a1a1 !important;
}

#login-page .text-center {
    color: #646464;
    font-size: larger;
}

#login-page label {
    color: #646464 !important;
}

#login-page .prefix.active {
    color: #646464 !important;
}

#login-page label.active {
    color: #646464 !important;
}

#login-page .chkBox {
    margin-right: 10px;
}

.login-nav {
    display: flex;
    flex-direction: row;
}

.login-form-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

#login-page .login-tab {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}

#login-page .register-tab {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    padding-bottom: 35px;
    display: none;
}

#register label {
    margin-right: 10px;
}

.reg-btn-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.btn-reg {
    width: 120px;
}

.reg-mobile {
    margin-top: 17px;
}

#login-page input {
    color: #646464;
}

.pass-noti {
    font-family: IranSans;
    font-size: 12px;
    color: #e74c34
}

.pass-noti-items {
    font-family: IranSans;
    font-size: 11px;
    color: #e74c34;
    list-style: disc;
    padding-right: 25px;
}

.pass-noti-item {
    list-style-type: disc;
}

#user-pass, #password {
    direction: ltr;
    text-align: right;
    background: #fafafa;
}

#login-page #user-pass, #login-page #password {
    background: #fff;
}

.nav-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

    .nav-box a {
        font-size: 13px;
        margin-top: 15px;
        font-family: IranSans !important;
        border-bottom: 2px solid #1b7375;
        padding: 5px 15px;
    }

.uLogin-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 10px;
}

    .uLogin-control .fa.prefix {
        font-size: 22px;
        color: #646464;
    }

#login .uPanel-form {
    flex: 1;
}

#login-page .user-control {
    background: #fff;
}

#login-page .user-label {
    background: #fff;
}

#register .logo {
    width: 170px;
}

#register .login-title {
    margin-bottom: 30px;
}

#register .uPanel-form {
    padding: 15px 5px;
}

#register .user-control {
    padding: 10px 5px;
}

#register .user-label {
    top: 5px;
    right: 2px;
}

.toggle_pwd {
    position: absolute;
    top: calc(50% - 10px);
    left: 20px;
    color: #607d8b;
    cursor: pointer;
    transition: all 0.3s;
}

#toggle_pwd {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #607d8b;
    cursor: pointer;
    transition: all 0.3s;
}

@media only screen and (max-width: 480px) {
    #login-page {
        padding-bottom: 140px;
        background-color: #fff;
    }

    .login-right {
        width: 100%;
    }
}
/************************************* end login page */

/************************************* side right */
#side-right {
    width: 15em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 0 1.4em;
}

#main-nav-box {
    display: flex;
    flex-direction: column;
}

.side-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.panel-logo {
    width: 2.5em;
    height: 2.5em;
}

#panel-title {
    color: #f1f1f1;
    font-size: 1.3em;
    margin: 0 1em;
}

#profile-box {
    background-color: #404e70;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
    padding: 1em;
    text-align: center;
    color: #fff;
    box-shadow: 0px 2px 8px 1px #5d6e96;
}

.profile-pic {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 0.8em;
}

.user-name {
    font-weight: bold;
}

.user-role {
    font-size: x-small;
    margin-top: -0.5em;
    color: #919191;
}

.main-nav {
    padding: 1.5em 0;
    overflow-y: auto;
}

    .main-nav ul.nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

.nav-header {
    color: #a1a1a1;
    font-size: 0.8rem;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.nav:first-of-type .nav-item .nav-item-link {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.nav:first-of-type .nav-item-link {
    margin-right: 10px;
    margin-top: 0px;
}

.main-nav .nav ~ .nav {
    overflow: hidden;
    height: 0px;
}

.nav-item {
    padding: 0.5em 0;
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
}

.nav-dashboard {
    mask: url('../images/svg/dashboard_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/dashboard_white.svg') no-repeat center;
}

.nav-cap {
    mask: url('../images/svg/insights_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/insights_white.svg') no-repeat center;
}

.nav-model {
    mask: url('../images/svg/model_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/model_white.svg') no-repeat center;
}

.nav-test {
    mask: url('../images/svg/test_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/test_white.svg') no-repeat center;
}

.nav-program {
    mask: url('../images/svg/program_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/program_white.svg') no-repeat center;
}

.nav-evaluation {
    mask: url('../images/svg/evaluation_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/evaluation_white.svg') no-repeat center;
}

.nav-matrix {
    mask: url('../images/svg/skill_matris.svg') no-repeat center;
    -webkit-mask: url('../images/svg/skill_matris.svg') no-repeat center;
}

.nav-attitude {
    mask: url('../images/svg/attitude_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/attitude_white.svg') no-repeat center;
}

.nav-personnel {
    mask: url('../images/svg/organization_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/organization_white.svg') no-repeat center;
}

.nav-payment {
    mask: url('../images/svg/payment_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/payment_white.svg') no-repeat center;
}

.nav-wallet {
    mask: url('../images/svg/wallet_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/wallet_white.svg') no-repeat center;
}

.nav-history {
    mask: url('../images/svg/history_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/history_white.svg') no-repeat center;
}
.nav-report {
    mask: url('../images/svg/report_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/report_white.svg') no-repeat center;
}
.nav-profile {
    mask: url('../images/svg/profile_white.svg') no-repeat center;
    -webkit-mask: url('../images/svg/profile_white.svg') no-repeat center;
}

.nav-icon {
    width: 1.8em;
    height: 1.6em;
    background-color: #919191;
    background-size: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-bottom: 8px;
}

.nav-icon-resp {
    width: 1.2em;
    height: 1.1em;
    background-color: #f1f1f1;
    background-size: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-bottom: 8px;
}

.nav-icon.active {
    background-color: #f1f1f1;
    margin-left: 10px;
    margin-top: 5px;
}

.nav-item-link {
    color: #919191;
    margin-top: 10px;
    font-family: 'IranSans2' !important;
    font-size: 0.8em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-item:hover > .nav-item-link {
    color: #f1f1f1;
}

    .nav-item:hover > .nav-item-link .nav-icon {
        background-color: #f1f1f1;
    }

.nav-item-link.active {
    color: #f1f1f1;
}

.resp-menu-box {
    display: none;
    width: 90%;
    height: 110px;
    position: fixed;
    bottom: 20px;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
    padding-right: 8px;
    z-index: 15;
}

.resp-menu-right {
    background-color: #404e70;
    padding: 6px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 6;
    box-shadow: 0px 0px 9px 1px #404e70;
    cursor: pointer;
}

.resp-menu-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.resp-menu-left-box {
    height: 60px;
    background-color: #617196;
    margin-right: -15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100% - 90px);
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    box-shadow: 0px 0px 9px 1px #617196;
}

.resp-menu-left {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #617196;
    height: 100%;
    width: 95%;
    padding-left: 20px;
}

.resp-menu-info {
    margin-right: 30px;
    display: flex;
    align-items: center;
    width: 90%;
    background-color: #617196;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    margin-top: -50px;
    display: none;
}

.resp-menu-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #f1f1f1;
    margin-left: 20px;
    min-width: max-content;
}

    .resp-menu-item:last-of-type {
        padding-left: 10px;
    }

    .resp-menu-item:active {
        color: #f1f1f1;
    }

.resp-menu-icon {
    margin-bottom: 6px;
    font-size: 20px;
}

.resp-menu-title {
    margin-bottom: 0px;
    font-size: 10px;
    word-wrap: normal;
}

.resp-name-box {
    display: flex;
    flex-direction: column;
}

.resp-menu-name {
    color: #e6edff;
    font-weight: bold;
    margin-bottom: 5px;
}

.resp-menu-role {
    color: #d3d3d3;
    font-size: 10px;
    margin-right: 10px;
}

.resp-menu-close {
    color: #00E713;
    font-size: 18px;
    cursor: pointer;
}

.profile-power-off {
    display: none;
}

@media screen and (max-width: 980px) {
    #side-right {
        display: none;
    }

    .resp-menu-box {
        display: flex;
    }
}

@media screen and (max-height: 670px) {
    #profile-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 5px;
    }

    .profile-pic {
        width: 40px;
        height: 40px;
        margin-bottom: 0px;
    }

    .profile-box-info {
        flex: 1;
    }

        .profile-box-info p {
            margin-bottom: 0px;
        }

        .profile-box-info .user-name {
            margin-bottom: 15px;
        }

    .profile-btn-lbl {
        display: none;
    }

    .profile-power-off {
        display: block;
    }

    #profile-box button.btn {
        padding: 0;
        margin: 0;
        width: 40px;
        height: 40px;
        padding-right: 3px;
    }
}
/************************************* end side right */
#middle-content {
    flex: 1;
    height: 100%;
    background: #fafafa;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
    box-shadow: 0 0 3px #f1f1f1;
    overflow-y: auto;
    scrollbar-width: thin;
}

/************************************* middle content */
.middle-header {
    display: flex;
    flex-direction: row;
    padding: 20px;
    padding-bottom: 10px;
    justify-content: space-between;
}

.page-header {
    font-size: 1.5em;
    color: #646464;
}

.top-nav-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.top-nav {
    display: flex;
    flex-direction: row;
}

.top-nav-item {
    margin: 0 10px;
    background-color: #e7eefc;
    padding: 3px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.top-nav-link {
    color: #646464;
    font-family: 'IranSans2' !important;
    font-size: 0.9em;
    line-height: 10px;
    position: relative;
    margin: 0 15px;
}

.badge {
    position: absolute;
    font-size: 10px;
    right: 20px;
}

.middle-base {
    padding: 20px 30px;
}
/************************************* end middle content */

/************************************* edit profile page */
.lbl-dropdown {
    font-size: 0.8rem;
    color: #757575;
    margin-bottom: 9px !important;
    margin-top: -10px;
    text-align: right;
}

.select-pic-box {
    margin-bottom: 40px;
}

.lbl-select-pic {
    font-size: 0.8rem;
    color: #757575;
    margin-bottom: 10px;
    background: #fafafa;
}

#select-pic {
    display: none;
}

.frm-edit-user {
    padding: 0 10px;
}

    .frm-edit-user .row {
        width: 100%;
        margin: 0px;
    }

.select-pic-box {
    position: relative;
    font-family: 'yekan';
    margin-top: 20px;
}

.user-pic-box {
    display: flex;
    flex-direction: row;
}

    .user-pic-box img {
        background-color: #607d8b;
        padding: 2px 5px;
        border-radius: 0px 3px 3px 0px;
        -webkit-border-radius: 0px 3px 3px 0px;
        -moz-border-radius: 0px 3px 3px 0px;
        -ms-border-radius: 0px 3px 3px 0px;
        -o-border-radius: 0px 3px 3px 0px;
    }

#user-pic {
    border: 1px solid #d1d1d1;
    flex: 1;
    margin-bottom: 0;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    color: #919191;
    font-size: 14px;
}

.lbl-select-pic {
    position: absolute;
    top: -10px;
    right: 60px;
    padding: 0px 10px;
    z-index: 10;
    color: #a1a1a1;
}

.preview-user-pic {
    width: 80px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.datepicker-plot-area {
    z-index: 12;
}

#middle-content .select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: normal;
}

#middle-content .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
}

.inner-row-box {
    padding: 0px;
}
.alert-box {
    margin: 10px 20px;
    font-size: 10px;
    color: #ff6464;
}
/************************************* end edit profile page */
/***************************************************************** Fast Pay Page*/
#fastpay-page {
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: #fff;
}

.fastpay-right {
    width: 40%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.fastpay-right-content {
    width: 440px;
    position: relative;
    height: 88%;
}

#fastpay-page .login-tab {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}

#fastpay-page .register-tab {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    padding-bottom: 35px;
    display: none;
}

.fastpay-title {
    margin-bottom: 45px;
}

.fastpay-left {
    flex: 1;
    height: 100vh;
}

.fastpay-poster {
    width: 100%;
    height: 100%;
}

.fastpay-logo {
    width: 100px;
    margin: 0px auto 25px
}

@media only screen and (max-width: 480px) {
    #fastpay-page {
        flex-direction: column-reverse;
    }
}
/***************************************************************** End Fast Pay Page*/

.form-title {
    color: #646464;
    position: relative;
    margin-right: 15px;
}

.frm-evaluation {
    margin: 20px;
}

.uPanel-form {
    position: relative;
    padding: 25px 15px;
    display: inherit;
}

input.user-control, select.user-control {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px 15px;
}

    input.user-control::placeholder, select.user-control::placeholder {
        color: #919191;
        font-size: 14px;
    }

    input[type="text"].user-control:focus,
    input[type="password"].user-control:focus,
    input[type="email"].user-control:focus,
    select.user-control:focus {
        box-shadow: none;
        border: 1px solid #4285F4;
        box-shadow: none;
    }

        select.user-control:focus > label.user-label {
            color: #4285f4;
        }

.user-control:focus > label.user-label {
    color: #4285f4;
}

label.user-label {
    position: absolute;
    top: 16px;
    right: 25px;
    background-color: #fafafa;
    padding: 0px 10px;
    z-index: 10;
    color: #a1a1a1;
}

.eval-reg-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.eval-reg-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 315px;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 13px 2px #e1e1e1;
    padding: 0px 20px;
    position: relative;
    overflow: hidden;
    margin: 10px 20px;
}

    .eval-reg-item::after {
        content: "";
        position: absolute;
        background: url('../images/logo.png') no-repeat center;
        background-size: 260px 250px;
        width: 350px;
        height: 100%;
        top: 0;
        right: 0;
        opacity: 0.08;
    }

.reg-item-img {
    width: 70px;
    height: 70px;
}

.reg-item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    height: 100%;
}

.reg-item-logo {
    width: 40px;
    margin-right: -20px;
    box-shadow: none;
}

.reg-item-name {
    font-weight: bold;
    margin: 0px 30px 5px 0px;
    font-size: 13px;
}

.reg-item-role {
    margin-right: 30px;
    font-size: 12px;
    color: #919191;
    margin-bottom: 10px;
}

.reg-item-info-box {
    display: flex;
    flex-direction: column;
    margin-right: -20px;
}

.reg-item-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #ccd3e2;
    margin: 3px 10px;
    padding: 0px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #112549;
    font-size: 12px;
    box-shadow: 0px 0px 4px 1px #c3c9d7;
}

.reg-info-icon {
    margin: 5px 0px;
    font-size: 19px;
}

.reg-info-text {
    font-size: 11px;
}

.uPanel-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    left: 1px;
    right: auto;
}

.uPanel-form .select2-container {
    width: 100% !important;
    font-size: 13px;
}

    .uPanel-form .select2-container .select2-selection {
        height: auto;
        padding: 8px 15px;
        border: 1px solid #d1d1d1;
        background: #fafafa;
    }

.uPanel-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 0px;
}

.select2-dropdown {
    top: -10px;
    font-size: 12px;
}

.uPanel-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #4285f4;
}

.uPanel-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #edf2fd;
}

.uPanel-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 3px;
}

    .uPanel-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #fc6666;
    }

.reg-item-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.reg-item-img-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reg-item-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reg-item-btn {
    padding: 2px;
    padding-right: 6px;
}

    .reg-item-btn i.fa {
        font-size: 10px;
    }

@media screen and (max-width: 480px) {
    .middle-base {
        padding: 20px 10px;
    }

    .reg-item-logo {
        margin-right: -5px;
    }
}

@media screen and (max-width: 370px) {
    .eval-reg-item {
        flex-direction: column;
        padding: 10px;
        height: auto;
    }
}
/************************************** Index Page */
.middle-body {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
    padding-top: 0px;
}

.middle-side {
    display: flex;
    flex-direction: column;
    width: 320px;
    min-width: 320px;
}

.user-programs {
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0px;
}

.recent-activity {
    width: 320px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0px;
}

.recent-header-box, .programs-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.section-header {
    color: #343434;
    font-size: 14px;
    margin-bottom: 10px;
}

.recent-activity .header, .user-programs .header {
    color: #343434;
    font-size: 14px;
    margin: 0px;
}

.recent-activity .see-all-btn, .user-programs .see-all-btn {
    font-family: 'IranSans';
    font-size: 11px;
    color: #5cb85c;
}

.recent-act-item {
    display: flex;
    flex-direction: row;
    height: 50px;
    box-shadow: 0px 0px 8px 1px #d1d1d1;
    margin: 8px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.programs-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 10px;
    margin: 10px 0px;
    border-bottom: 1px solid #bed6fc;
    border-right: 5px solid #4285f4;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #fff;
}

.recent-item-img {
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
}

.recent-info-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 5px;
    padding-right: 10px;
    border-left: 1px dotted #919191;
    height: 100%;
}

.recent-name, .programs-text {
    font-size: 12px;
    color: #646464;
    margin-bottom: 5px;
}

.recent-type, .programs-type {
    font-size: 10px;
    color: #818181;
}

.programs-type {
    margin-right: 10px;
    margin-bottom: 0px;
}

.recent-result-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    width: 30px;
}

.recent-result-fill {
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 0px;
    content: "";
    z-index: 1;
    border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    -ms-border-radius: 0px 0px 0px 5px;
    -o-border-radius: 0px 0px 0px 5px;
}

.recent-result {
    color: #646464;
    margin: 0px 10px;
    z-index: 2;
    font-size: 11px;
}

.body-right-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    margin-left: 20px;
}

.organ-status-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
}

.user-status-box {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.services-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 10px;
}

.service-item {
    display: flex;
    flex: 1;
    height: 100px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 2px 8px 1px #e1e1e1;
    margin: 0px 0px 15px 20px;
}

.service-item-img {
    width: 100px;
    height: 100px;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
}

.service-content {
    padding: 5px 15px 5px 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-item-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.service-item-desc {
    font-size: 13px;
    color: #919191;
    margin-left: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-btn-box {
    display: flex;
    justify-content: flex-end;
    margin-top: -20px;
}

.service-item-btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
    background-color: #404e70;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    padding-right: 5px;
    padding-top: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .service-item-btn:hover {
        color: #fff;
        background-color: #4d5975;
        box-shadow: 0px 2px 8px 1px #d1d1d1;
    }

.high-level-box, .low-level-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px 10px;
    padding: 12px 10px;
    border-radius: 10px;
    position: relative;
}

.high-level-content, .low-level-content {
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    justify-content: space-around;
}

.high-level-title, .low-level-title {
    font-size: 13px;
    font-weight: bold;
    color: #919191;
    margin-bottom: 15px;
}

.circle-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px 10px;
}

.circle-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 0px 13px 1px #e1e1e1;
}

.high-level {
    background: #cef3dc;
}

.low-level {
    background: #fdd2d2;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50%;
}

.circle-wrap .circle .mask {
    clip: rect(0px, 70px, 70px, 35px);
}

    .circle-wrap .circle .mask .fill {
        clip: rect(0px, 35px, 70px, 0px);
    }

.high-level .fill {
    background-color: #00b144;
}

.low-level .fill {
    background-color: #e03b3b;
}

#high-level1 .circle .mask.full,
#high-level1 .circle .fill {
    transform: rotate(126deg);
    -webkit-transform: rotate(126deg);
    -moz-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    -o-transform: rotate(126deg);
}

#high-level2 .circle .mask.full,
#high-level2 .circle .fill {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
}

#low-level1 .circle .mask.full,
#low-level1 .circle .fill {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
}

#low-level2 .circle .mask.full,
#low-level2 .circle .fill {
    transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
}

.circle-wrap .inside-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    line-height: 60px;
    text-align: center;
    margin-top: 5px;
    margin-left: 10px;
    position: absolute;
    z-index: 12;
    font-size: 0.9em;
    right: 5px;
}

.high-level .inside-circle {
    color: #048836;
}

.low-level .inside-circle {
    color: #b91f1f;
}

.circle-text-box {
    text-align: center;
    margin-top: 10px;
    flex: 1;
}

.circle-text {
    font-size: 11px;
    color: #919191;
}

.user-status-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.user-status-btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: "IranSans2";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 60px;
}

.user-status-icon {
    width: 60px;
    height: 60px;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 15px;
}

    .user-status-icon.entire {
        background-color: #f1c40f;
    }

    .user-status-icon.compare {
        background-color: #e67e22;
    }

.dashboard-icon {
    width: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.user-status-text {
    font-family: "IranSans2";
    font-size: 13px;
    padding: 10px 8px;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
}

    .user-status-text.entire {
        color: #f39c12;
    }

    .user-status-text.compare {
        color: #d35400;
    }

.organ-summary-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.summary-info-box {
    margin: 5px 0px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.summary-info {
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.summary-img {
    width: 20px;
}

.summary-val {
    padding: 5px 15px;
    color: #f1f1f1;
}

.summary-title {
    margin: 0px 5px;
}

.members {
    background-color: #fd79a8;
}

    .members .summary-info {
        background-color: #e84393;
    }

.units {
    background-color: #74b9ff;
}

    .units .summary-info {
        background-color: #0984e3;
    }

.comps {
    background-color: #ff7675;
}

    .comps .summary-info {
        background-color: #d63031;
    }

.models {
    background-color: #a29bfe;
}

    .models .summary-info {
        background-color: #6c5ce7;
    }

.organ-chart-box, .user-chart-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
    margin: 20px 0px;
}

.organ-chart, .user-chart {
    background-color: #e1e1e1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 100%;
    margin-left: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.noData-img {
    width: 80px;
}

.noData-text {
    margin-top: 10px;
    font-size: 13px;
    color: #919191;
}

.game-box {
    display: flex;
    flex-direction: column;
}

.game-item {
    display: flex;
    flex-direction: row;
    margin: 5px 5px;
}

.game-icon-box {
    background: linear-gradient(to left bottom, #5676ce, #8096d1);
    padding: 15px;
    border-radius: 25px 10px 25px 10px;
    -webkit-border-radius: 25px 10px 25px 10px;
    -moz-border-radius: 25px 10px 25px 10px;
    -ms-border-radius: 25px 10px 25px 10px;
    -o-border-radius: 25px 10px 25px 10px;
    box-shadow: 0px 2px 8px 1px #889fdd;
    width: 70px;
    height: 70px;
}

.game-icon {
    width: 100%;
}

.game-info-box {
    margin: 0px 20px 0px 5px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.game-name {
    margin-top: 20px;
    font-size: 14px;
    color: #646464;
}

.coming-soon {
    display: flex;
    align-self: end;
    background: #e67e22;
    color: #f5f5f5;
    padding: 5px 10px;
    margin-top: -10px;
    font-size: 12px;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
}

@media screen and (max-width: 1280px) {
    .middle-body {
        flex-direction: column-reverse;
        padding-bottom: 110px;
    }

    .middle-side {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .body-right-box {
        padding: 0px;
        margin: 0px;
    }

    .recent-activity {
        flex: 1;
        margin-left: 30px;
    }

    .user-programs {
        flex: 1;
        padding: 10px 5px;
        margin-left: 20px;
    }

    .programs-item {
        margin-top: 25px;
    }

    .game-box {
        margin-top: 10px;
        flex: 1;
    }
}

@media screen and (max-width: 600px) {
    #middle-content {
        background-color: #fafafa;
        padding-bottom: 110px;
    }

    .user-status-box {
        flex-direction: column;
    }

    .middle-header {
        flex-direction: column-reverse;
    }

    .middle-body {
        padding-bottom: 110px;
    }

    .services-box {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .service-item {
        margin: 10px 0px;
    }

    .service-content {
        overflow: hidden;
    }

    .service-item-desc {
        width: 190px;
    }

    .middle-side {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .recent-activity {
        width: auto;
        margin-left: 0px;
    }

    .user-programs {
        margin-left: 0px;
    }

    .service-btn-box {
        margin-top: -10px;
    }

    .organ-summary-box {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .summary-info-box {
        margin-left: 0px;
        justify-content: flex-start;
    }

    .summary-info {
        flex: 1;
    }

    .summary-val {
        flex: 1;
        text-align: center;
    }

    .organ-chart-box, .user-chart-box {
        flex-direction: column;
        margin-top: 10px;
        height: auto;
    }

    .organ-chart, .user-chart {
        margin: 10px 0px;
        width: 100%;
        padding: 20px;
    }

    .circle-text-box {
        width: 100px;
    }
}

/************************************** End Index Page */

/************************************** Skill Matrix Page */
.middle-body-matrix {
    display: flex;
    flex-direction: column;
}

.matrix-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.matrix-bottom {
    margin: 20px 10px;
}

.filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 670px;
}

.filter-box {
    display: flex;
    flex-direction: column;
    margin: 5px 10px;
    box-shadow: 0px 0px 8px 1px #d1d1d1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 185px;
    height: 150px;
    background: #fff;
}

.filter-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    padding: 10px;
}

.filter-title {
    color: #646464;
    font-size: 13px;
}

.filter-icon {
    width: 20px;
    filter: grayscale();
    -webkit-filter: grayscale();
    cursor: pointer;
}

    .filter-icon.multi.active {
        filter: none;
    }

.filter-items-box {
    padding: 4px 8px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.filter-item {
    padding: 4px 8px;
    font-size: 12px;
    margin: 5px;
    border-radius: 5px;
    background-color: #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

    .filter-item.active {
        background-color: #3a64b3;
        color: #fff;
    }

    .filter-item.disabled {
        background-color: #e1e1e1;
        opacity: 0.5;
    }

.cat-chart {
    flex: 1;
    height: 100%;
    position: relative;
}

#cat-chart, #cat-chart-withoutTech {
    height: 100%;
    width: 95%;
}

#cat-chart-withoutTech {
    display: none;
}

.matrix-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    min-height: 100%;
}

    .matrix-table td {
        white-space: nowrap;
        border: 1px solid #d1d1d1;
        height: 30px;
    }

    .matrix-table th {
        border: 1px solid #d1d1d1;
        height: 30px;
    }

    .matrix-table th {
        padding: 5px 8px;
        font-size: 13px;
        font-weight: bold;
        background-color: #3a64b3;
        color: #fff;
    }

    .matrix-table td.empty-header {
        background-color: #3a64b3;
        border: none;
    }

    .matrix-table td {
        font-size: 12px;
        padding: 2px 10px;
    }

.comp-row {
    max-width: 120px;
    word-wrap: break-word;
    min-width: 120px;
    text-align: center;
}

.matrix-bottom-table {
    position: relative;
    overflow: auto;
    scrollbar-width: thin;
    max-height: 440px;
}

.stick-top {
    position: sticky;
    top: 0;
    z-index: 6;
}

.stick-right {
    position: sticky;
    right: 0;
    min-width: 250px;
    max-width: 250px;
    text-align: center;
}

.stick-right-step1 {
    position: sticky;
    right: 0;
    min-width: 130px;
    max-width: 130px;
    z-index: 5;
    background: #fff;
}

.stick-right-step2 {
    position: sticky;
    right: 130px;
    min-width: 120px;
    max-width: 120px;
    z-index: 5;
    background: #fff;
}

.stick-bottom {
    position: sticky;
    bottom: 0px;
    z-index: 6;
}

.matrix-table .stick-right-step1, .matrix-table .stick-right-step2 {
    white-space: normal;
    background-color: #ece9ff;
}

.normal-cell {
    background-color: #fff;
    text-align: center;
}

.matrix-table .unacceptable {
    background-color: #f01d40;
}

.matrix-table .need-major {
    background-color: #ffa374;
}

.matrix-table .need-training {
    background-color: #ffff00;
}

.matrix-table .expected {
    background-color: #8fd600;
}

.matrix-table .reliable {
    background-color: #009142;
}

.matrix-table .hidden-compResult {
    background: #fff;
}

@media screen and (max-width: 1280px) {
    .matrix-top {
        flex-direction: column;
    }

    .filters {
        justify-content: center;
        max-width: 90%;
    }

    .cat-chart {
        margin-top: 20px;
        height: 400px;
        min-width: 90%;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #cat-chart, #cat-chart-withoutTech {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .middle-body-matrix {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 530px) {
    .filters {
        flex-direction: column;
        width: 90%;
    }

    .filter-box {
        width: 95%;
        margin-bottom: 20px;
    }
}
/************************************** End Skill Matrix Page */


/************************************** IDP Page */
.idp-main {
    margin: 5px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idp-chart-box, .idp-training-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
}

.idp-chart-box {
    height: 570px;
    margin-bottom: 0px;
}

.radar-chart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0px 10px;
}


.idp-general-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0px 10px;
}

.bar-chart {
    flex: 1;
    width: 100%;
}

.idp-info-box, .generalReport-info-box {
    background-color: #192a56;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    height: 80px;
    margin-bottom: 20px;
    justify-content: space-between
}
.generalReport-page{
    display: flex;
    justify-content: center;
    align-items: center;
}
    .generalReport-info-box{
        width: max-content;
    }

    .idp-info-right, .generalReport-info-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        height: 100%;
    }

.user-info-box, .organ-info-box {
    display: flex;
    justify-content: space-around;
    flex: 1;
}

.idp-user-pic, .general-organ-pic {
    border-radius: 10px;
    height: 100%;
}

.idp-user-name, .general-organ-title {
    color: #f1f1f1;
    margin-bottom: 0px;
}
    .general-organ-title{
        margin: 0px 20px;
    }

    .idp-user-role {
        color: #e8be66;
        margin-bottom: 0px;
    }

.export-pdf .fa-download {
    margin-right: 10px;
}

.program-box, .comps-box {
    flex: 1;
}

.idp-program-pic {
    width: 50px;
    border-radius: 5px;
}

.product-type-box {
    display: flex;
    font-size: 12px;
    font-weight: bold;
    color: #0070c0;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 10px;
}

.idp-program-title {
    margin-bottom: 0px;
    margin-right: 10px;
}

.idp-program-item {
    display: flex;
    font-size: 12px;
    margin-right: 50px
}

.program-item-mark {
    color: #0070c0;
}

.comps-item-box {
    margin-right: 20px;
    border-right: 1px solid #919191;
    padding-right: 15px;
}

.comps-item {
    display: flex;
    flex-direction: row;
    transition: all 0.3s linear;
}

.comps-item-mark {
    color: #192a56;
    margin-right: -23px;
    margin-top: 14px;
}

.comps-item-content {
    padding: 10px 10px 0px 20px;
    margin: 0px 15px 10px 20px;
    width: 100%;
}

.comps-item.active .comps-item-content {
    background: #192a56;
    border-radius: 5px;
}

.comps-title {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

    .comps-title i {
        color: #192a56;
        margin-right: 30px;
    }

.comps-item-title {
    font-size: 14px;
    font-weight: bold;
}

.comps-item-desc {
    text-align: justify;
    font-size: 13px;
    line-height: 30px;
    margin-right: 10px;
    display: none;
}

.comps-item.active .comps-item-mark {
    color: #e8be66;
}

.comps-item.active .comps-title i {
    color: #f1f1f1;
}

.comps-item.active .comps-item-title {
    color: #e8be66;
}

.comps-item.active .comps-item-desc {
    color: #fff;
}

@media screen and (max-width: 980px) {
    .idp-chart-box {
        height: 470px;
    }
}

@media screen and (max-width: 690px) {
    .idp-main {
        padding-bottom: 80px;
    }

    .idp-chart-box {
        flex-direction: column;
        height: auto;
    }

    .idp-general-info {
        margin: 20px 0px;
    }

    .radar-chart {
        margin: 0px;
    }

    .idp-training-box {
        flex-direction: column;
    }

    .comps-box {
        margin-bottom: 40px;
    }

    .idp-info-box {
        flex-direction: column;
        justify-content: center;
        height: 115px;
    }

    .idp-info-right {
        width: 100%;
        margin-top: 0px;
        height: 50px;
    }
}
/************************************** End IDP Page */

/************************************** Evaluation Page */
.cap-main {
    margin: 10px 10px 10px 20px;
}

.sub-header {
    font-size: 12px;
}

.subComp-Score {
    text-align: center;
}

#form-page {
    background: #fff;
}

.evaluation-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 20px;
    background: #070fb7;
    align-items: center;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 10;
}

    .evaluation-header i {
        cursor:pointer;
        transition: all 0.3s ease-in;
    }

    .evaluation-header i.active {
        margin-right: 160px;
    }

    .evaluation-header p {
        margin-bottom: 0px;
    }

.evaluation-wrapper {
    display: flex;
    justify-content: flex-start;
}

.evaluation-sidebar {
    width: 200px;
    box-shadow: -5px 5px 8px 1px #e1e1e1;
    position: fixed;
    height: 100%;
    float: right;
    right: -220px;
    margin-top: 45px;
}

    .evaluation-sidebar.active {
        right: 0px;
    }

.evaluation-user-wrapper {
    height: 100%;
    scrollbar-width: thin;
    overflow-y: scroll;
    height: 100vh;
}
.evaluation-user-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.evaluation-user-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    position: relative;
    cursor: pointer;
}

.eval-user-item-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 1px #f1f1f1;
}

.eval-user-item-name {
    margin-top: 10px;
    color: #646464;
    font-size: 14px;
}

.eval-user-pract-count {
    position: absolute;
    background: #e6601c;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    top: -5px;
    left: -10px;
    text-align: center;
    padding-top: 5px;
    color: #f1f1f1;
    font-size: 13px;
}

#form-page .body {
    float: right;
    width: 100%;
    padding: 20px 40px 20px 40px;
    transition: all 0.3s ease-in;
}
#form-page .body.active {
    padding: 45px 230px 20px 40px;
}

.form-numbers-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.form-numbers-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 10px 2px #a1a1a1;
    padding-top: 13px;
    cursor: pointer;
    margin: 0px 10px;
    transition: all 0.3s ease;
}
.form-numbers-item.active{
    background-color: rgb(40, 167, 0);
    color: #fff;
}

#form-page .main-title {
    background: #e1e1e1;
}

.form-control.subComp-Score {
    margin: 0px;
}

.table-small-text {
    font-size: 12px;
}
    .table-small-text p {
        text-align: right;
        margin-bottom: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .table-small-text label {
        font-size: 11px;
        text-align: right;
    }

/************************************** End Evaluation Page */

/************************************** User Manager Page */
.user-list-wrapper{
    margin: 20px;
}
.user-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.user-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.user-item-number {
    border-radius: 5px;
    width: 40px;
    padding: 0px 10px;
    background: #fa6b2a;
    text-align: center;
}
.item-number{
    color: #fff;
    font-size: 14px;
}
.user-item-content {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 8px 1px #919191;
    border-radius: 10px;
}
.user-pic-wrapper{
    margin-left: 20px;
}
.user-pic-wrapper .user-pic{
    width: 70px;
    border-radius: 10px;
}
.user-info-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
}
.user-name-txt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #343434;
}
.user-job-txt, .user-jobCat-txt{
    font-size: 14px;
    margin-bottom: 10px;
    color: #848484;
}
.user-btn-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
}
    .user-btn-wrapper .btn {
        width: 100%;
        border-radius: 5px;
        margin-left: 10px;
        font-size: .8rem;
        padding: .5rem 1rem;
    }
    .user-btn-wrapper .btn  i{
        margin-right: 10px;
    }

/************************************** End User Manager Page */


