﻿@charset "UTF-8";

/* ************************************************Common_css******************************* */

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

label,
input,
label:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none;
}

a,
a:hover {
    text-decoration: none !important;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.Main_Panel_default {
    background-color: #fff;
    box-shadow: 3px 5px 6px 0px #dbdbdb;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

    .Main_Panel_default:hover {
        box-shadow: 3px 5px 15px 0px #adadad;
        transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
    }

.Main_Panel {
    background-color: #fff;
    margin-bottom: 20px;
}

.Panel_heading {
    background-color: #f7f7f7;
    border-bottom: 1px solid #efefef;
    padding: 10px 15px;
    margin-bottom: 0;
}

.panel_footer {
    background-color: #f1f1f1;
    border-top: 1px solid #efefef;
    padding: 10px 15px;
    margin-bottom: 0;
}

.Panel_title {
    font-weight: 600;
    line-height: 1.2;
    color: #104f93;
    font-size: 17px;
}

.Panel_body {
    padding: 15px;
    margin: 0;
}

.Panel_btn {
    color: #fff;
    border: 1px solid #3075BA;
    background-color: #3075BA;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5;
    transform: 0.5s ease-in-out;
    -webkit-transform: 0.5s ease-in-out;
    -moz-transform: 0.5s ease-in-out;
    -ms-transform: 0.5s ease-in-out;
    -o-transform: 0.5s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

    .Panel_btn:hover {
        color: #3075BA;
        background-color: #fff;
        transform: 0.5s ease-in-out;
        -webkit-transform: 0.5s ease-in-out;
        -moz-transform: 0.5s ease-in-out;
        -ms-transform: 0.5s ease-in-out;
        -o-transform: 0.5s ease-in-out;
    }

.d_flex {
    display: flex;
}

.flex_Equal {
    justify-content: space-between;
}

.flex_Center {
    justify-content: center;
}

.flex_Start {
    justify-content: flex-start;
}

.flex_End {
    justify-content: flex-end;
}

.flex_Middel {
    align-items: center;
}

.flex_column {
    flex-direction: column;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_row {
    flex-direction: row;
}

.flex::after,
.flex::before {
    display: none !important;
}

.fw_400 {
    font-weight: 400;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.fw_800 {
    font-weight: 800;
}

.fw_900 {
    font-weight: 900;
}

.fw_normal {
    font-weight: 400;
}

.d_none {
    display: none;
}

.d_inline_block {
    display: inline-block;
}

.d_block {
    display: block !important;
}

.cs_pointer {
    cursor: pointer;
}

.label_text_color {
    color: #535353;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}
.text_right_imp {
    text-align: right !important;
}
.text_uppercase {
    text-transform: uppercase;
}

.text_capitalize {
    text-transform: capitalize;
}

.m_auto {
    margin: 0 auto;
}

.ml_auto {
    margin-left: auto;
}

.ml_10 {
    margin-left: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mb_10_imp {
    margin-bottom: 10px !important;
}

.mb_0_imp {
    margin-bottom: 0px !important;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_10 {
    margin-right: 10px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mt_40 {
    margin-top: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_35 {
    margin-bottom: 35px;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.main_table_scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 10px;
}

.th_center_last_2 table tr th:nth-child(3),
.th_center_last_2 table tr th:nth-child(4) {
    text-align: center !important;
}

.th_center table tr th:last-child {
    text-align: center !important;
}

.us_details table tr th:nth-child(6),
.us_details table tr th:nth-child(7) {
    text-align: center !important;
}

.us_details_new table tr th:nth-child(8),
.us_details_new table tr th:nth-child(9) {
    text-align: center !important;
}

.th_center_last_new table tr th:nth-child(4),
.th_center_last_new table tr th:nth-child(5) {
    text-align: center !important;
}

.th_center_last_new_table table tr th:nth-child(5),
.th_center_last_new_table table tr th:nth-child(6) {
    text-align: center !important;
}

.w_100per {
    width: 100% !important;
}

.pt_25 {
    padding-top: 25px;
}

.pb_0 {
    padding-bottom: 0px !important;
}

.pt_20 {
    padding-top: 20px;
}

.pt_15 {
    padding-top: 15px;
}

.mt_35 {
    margin-top: 35px;
}

.w_100_imp {
    width: 100% !important;
}

.JobDocData.bgWhite {
    height: calc(100vh - 170px);
    overflow: auto;
}

.border_none {
    border: none !important;
}

.border_full {
    border: 1px solid #ddd;
}

.sec_bor_bottom:nth-child(2),
.sec_bor_bottom:nth-child(3),
.sec_bor_bottom:nth-child(4),
.sec_bor_bottom:nth-child(5),
.sec_bor_bottom:nth-child(6) {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

.bt_none {
    border-top: none;
}

.border_top {
    border-top: 1px solid #ddd;
}

.border_bottom {
    border-bottom: 2px solid #d0d2dc70;
}

.background_none {
    background-color: transparent !important;
}

.sliver_background {
    background-color: #ebeef5;
}

.top_shodw {
    box-shadow: 0 -15px 20px 0 #cccccc73;
}

.clip_path_none {
    clip-path: none !important;
}

.delete_btn {
    background-color: #ff0000;
    color: #fff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .delete_btn:hover {
        color: #fff;
    }

.btnSave {
    background: #045aa0;
    color: #fff !important;
}

.ml_5 {
    margin-left: 5px;
}

.P_15 {
    padding: 15px;
}

.p_0 {
    padding: 0 !important;
}

.pb_15 {
    padding-bottom: 15px;
}

.pb_60 {
    padding-bottom: 60px;
}

.pb_80 {
    padding-bottom: 80px;
}

.pr_20 {
    padding-right: 20px;
}

.pt_60 {
    padding-top: 60px;
}

.pt_30 {
    padding-top: 30px;
}

.p_070 {
    padding: 0 60px;
}

.w_100 {
    width: 100%;
}

.w_50 {
    width: 50%;
}

.h_100 {
    height: 100%;
}

.h_100vh {
    height: 100vh;
}

.h_50 {
    height: 50%;
}

.text_blue {
    color: #0f4f93;
}

.text_gray {
    color: #989898;
}

.text_dark {
    color: #2d3a46;
}

.text_new_dark {
    color: #747e8c;
}

.text_white {
    color: #fff !important;
}

.heading_title {
    font-size: 35px;
    font-weight: 600;
}

.form_control_textbox {
    height: 75px !important;
}

.form_control_textbox45 {
    height: 45px !important;
}

.h_100_30 {
    height: calc(100% - 20px);
}

.overflow_auto {
    overflow-y: auto;
}

.fs_8 {
    font-size: 8px;
}

.fs_9 {
    font-size: 9px;
}

.fs_10 {
    font-size: 10px;
}

.fs_11 {
    font-size: 11px;
}

.fs_12 {
    font-size: 12px;
}

.fs_13 {
    font-size: 13px;
}

.fs_14 {
    font-size: 14px;
}

.fs_15 {
    font-size: 15px;
}

.fs_16 {
    font-size: 16px;
}

.fs_17 {
    font-size: 17px;
}

.fs_18 {
    font-size: 18px;
}

.fs_19 {
    font-size: 19px;
}

.fs_20 {
    font-size: 20px;
}

.fs_21 {
    font-size: 21px;
}

.fs_22 {
    font-size: 22px;
}

.fs_23 {
    font-size: 23px;
}

.fs_24 {
    font-size: 24px;
}

.fs_25 {
    font-size: 25px;
}

.fs_26 {
    font-size: 26px;
}

.fs_27 {
    font-size: 27px;
}

.fs_28 {
    font-size: 28px;
}

.fs_29 {
    font-size: 29px;
}

.fs_30 {
    font-size: 30px;
}

.p_5 {
    padding: 5px;
}

.onging {
    color: #ffa500;
}

.In_process {
    color: #1967d2;
}

.Completed {
    color: #3fff00;
}

.Closed {
    color: #ff0000 !important;
}

.cs_new_radio_btn [type="radio"]:checked,
.cs_new_radio_btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .cs_new_radio_btn [type="radio"]:checked + label,
    .cs_new_radio_btn [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 14px;
        font-size: 14px;
        display: inline-block;
        color: #747474;
    }

        .cs_new_radio_btn [type="radio"]:checked + label:before,
        .cs_new_radio_btn [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
        }

        .cs_new_radio_btn [type="radio"]:checked + label:after,
        .cs_new_radio_btn [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #045aa0;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
        }

        .cs_new_radio_btn [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
        }

        .cs_new_radio_btn [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.table_bg_for table tr th:nth-child(1) {
    padding-left: 10px !important;
}

.table_bg_for table tr th:nth-child(1),
.table_bg_for table tr th:nth-child(2),
.table_bg_for table tr th:nth-child(3),
.table_bg_for > div > table > tbody > tr > td:nth-child(1),
.table_bg_for > div > table > tbody > tr > td:nth-child(2),
.table_bg_for > div > table > tbody > tr > td:nth-child(3) {
    background-color: #efefef !important;
    padding: 0;
}

.table_bg_for > div > table > tbody > tr > td:nth-child(4) {
    background-color: #fff !important;
    padding: 0;
}

.px_5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.main_table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    margin: 0px !important;
    border-spacing: 0;
}

    .main_table tr {
        background-color: #fff;
    }

    .main_table table tr th {
        padding: 10px 8px;
        border-bottom: 1px solid #ddd !important;
        background-color: #3075ba0d !important;
        font-size: 14px;
        font-weight: 600;
        color: #535353 !important;
        position: unset !important;
    }

    .main_table tr td {
        padding: 10px 8px;
        border-bottom: 1px solid #efefef;
        color: #535353 !important;
        background-color: #fff !important;
    }

.form_group {
    margin-bottom: 15px;
}

    .form_group label {
        margin: 0px;
        display: block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 600 !important;
        color: #7c7c7c;
        font-size: 12px;
    }

.form_control {
    display: block;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form_control:focus {
        outline: none;
        box-shadow: none;
    }

.panel_scroll_height {
    height: calc(100vh - 426px);
    overflow-y: auto;
}

.cs_checkbox_span span input[type="checkbox"]:focus,
.cs_checkbox_new table tr td input[type="checkbox"]:focus,
.task_checkbox input[type="checkbox"]:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.cs_checkbox_span span input[type="checkbox"],
.cs_checkbox_new table tr td input[type="checkbox"],
.task_checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    margin: auto;
    cursor: pointer;
    outline: none;
}

.cs_checkbox_span span label,
.cs_checkbox_new table tr td label,
.task_checkbox label {
    font-size: 12px;
    margin-left: 10px !important;
    color: #535353 !important;
}

.cs_checkbox_span span input,
.cs_checkbox_new table tr td input,
.task_checkbox input {
    height: 10px;
    width: 30px;
    background-color: #ddd;
    transform: skewX(0deg);
    transition: 0.3s;
    border-radius: 30px;
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

    .cs_checkbox_span span input::before,
    .cs_checkbox_new table tr td input::before,
    .task_checkbox input:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: #a6a4a4;
        top: -3px;
        left: -1px;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    }

    .cs_checkbox_span span input:checked,
    .cs_checkbox_new table tr td input:checked,
    .task_checkbox input:checked {
        background-color: #54ae54;
    }

.task_checkbox span.checked {
    margin-left: 10px;
}

.task_checkbox span.unchecked {
    margin-right: 10px;
    color: #ccc;
}

.cs_checkbox_span span input:checked::before,
.cs_checkbox_new table tr td input:checked::before,
.task_checkbox input:checked:before {
    content: "";
    left: 15px;
    background: #cfedcf;
}

.cus_radiobuttons table tr {
    display: flex;
}

    .cus_radiobuttons table tr td {
        display: flex;
        cursor: pointer;
        font-weight: 500;
        position: relative;
        overflow: hidden;
        padding-right: 10px;
    }

        .cus_radiobuttons table tr td input {
            position: absolute;
            left: 0;
            opacity: 0;
        }

            .cus_radiobuttons table tr td input:checked + label {
                background-color: #54ae54;
                color: #fff;
            }

                .cus_radiobuttons table tr td input:checked + label:before {
                    box-shadow: inset 0 0 0 0.4375em #206620;
                }

        .cus_radiobuttons table tr td label {
            display: flex;
            align-items: center;
            padding: 0.375em 0.75em 0.375em 0.375em;
            border-radius: 99em;
            transition: 0.25s ease;
            cursor: pointer;
            -webkit-transition: 0.25s ease;
            -moz-transition: 0.25s ease;
            -ms-transition: 0.25s ease;
            -o-transition: 0.25s ease;
        }

            .cus_radiobuttons table tr td label:hover {
                background-color: #d6d6e5;
            }

            .cus_radiobuttons table tr td label:before {
                display: flex;
                flex-shrink: 0;
                content: "";
                background-color: #fff;
                width: 1.5em;
                height: 1.5em;
                border-radius: 50%;
                margin-right: 0.375em;
                transition: 0.25s ease;
                box-shadow: inset 0 0 0 0.125em #00005c;
            }

.yesno_text_checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .yesno_text_checkbox input[type=checkbox] {
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
        left: -9999px;
    }

    .yesno_text_checkbox span input[type=checkbox] {
        opacity: 1;
        left: 0;
        position: relative;
        width: auto;
        height: auto;
    }

    .yesno_text_checkbox input[type=checkbox] + label {
        content: "";
        display: inline-block;
        position: relative;
        width: 40px;
        height: 15px;
        background-color: #818181;
        border-radius: 15px;
        -moz-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
        vertical-align: middle;
        margin: 0 6px;
        cursor: pointer;
    }

        .yesno_text_checkbox input[type=checkbox] + label:before {
            content: "";
            position: absolute;
            display: inline-block;
            width: 21px;
            height: 21px;
            background-color: #F1F1F1;
            border-radius: 21px;
            box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
            left: -5px;
            top: -3px;
            -moz-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
            -o-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
            -webkit-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
            transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
        }

    .yesno_text_checkbox input[type=checkbox]:checked + label:before {
        background-color: #26a69a;
        left: 24px;
    }

    .yesno_text_checkbox span:before {
        background-color: #26a69a;
        z-index: 9999;
        left: 25px;
    }

    .yesno_text_checkbox input[type=checkbox] + label:after {
        content: "No";
        position: absolute;
        right: 53px;
        text-transform: uppercase;
        top: -1px;
        background: #f5f5f5;
        padding: 0 8px;
        border-radius: 5px;
        color: #818181;
        -moz-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
        -o-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
        -webkit-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
        transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
    }

    .yesno_text_checkbox input[type=checkbox]:checked + label:after {
        content: "Yes";
        color: #26a69a;
    }

    .yesno_text_checkbox input[type=checkbox]:checked + label {
        background-color: #80cbc4;
    }

.hmin_55 {
    min-height: 56px;
}

.td_center table tr td:last-child {
    text-align: center !important;
}

.border_right {
    border-right: 1px solid #ddd;
}

.width_100 {
    width: 100px !important;
}

.actionList a {
    padding: 5px;
}


/* ************************************************menubar_css******************************* */
.PopUpInner .close {
    color: #fff !important;
    opacity: 1 !important;
}
.menu_bar {
    margin: 5px 0;
    position: relative;
    width: calc(100% - 370px);
}

    .menu_bar .slide_menu_btn, .menu_bar .menu_list .navbar_main > li {
        width: auto;
        padding: 7px 10px;
        border-radius: 5px;
        margin: 0 2px;
        cursor: pointer;
    }

        .menu_bar .slide_menu_btn:hover,
        .menu_bar .menu_list .navbar_main > li:hover {
            background-color: #efefef;
        }

        .menu_bar .slide_menu_btn.active,
        .menu_bar .menu_list .navbar_main > li.active {
            background-color: #cae7ff;
        }

        .menu_bar .slide_menu_btn .hassub ul li a {
            display: flex;
            justify-content: flex-start;
            text-align: left;
            flex-direction: row;
        }

        .menu_bar .slide_menu_btn .hassub a,
        .menu_bar .menu_list .navbar_main > li > a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

            .menu_bar .slide_menu_btn .hassub a img,
            .menu_bar .menu_list .navbar_main > li > a img {
                width: 30px;
            }

            .menu_bar .slide_menu_btn .hassub a span,
            .menu_bar .menu_list .navbar_main > li > a span {
                font-size: 11px;
                color: #000;
                padding: 3px 0;
                font-weight: 600;
                text-transform: uppercase;
            }

.setup_sub_menu {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px #0000002e;
    width: calc(100% - 230px);
    right: 22px;
    top: 66px;
    padding: 8px;
    display: none;
    max-width: 570px;
}

    .setup_sub_menu > ul {
        display: block;
        width: 100%;
    }

.menu_bar .menu_list .navbar_main .liAssessment:hover .sub_ats_menu_css,
.menu_bar .menu_list .navbar_main .set_up_slide:hover .setup_sub_menu {
    display: block;
}

.setup_sub_menu > ul > li {
    width: calc(100% / 3 - 5px);
    float: left;
    margin-right: 6px;
}

    .setup_sub_menu > ul > li:last-child {
        margin-right: 0px;
    }

    .setup_sub_menu > ul > li .menu_col .menu_title {
        font-size: 14px;
        color: #474747;
        background: #f5f5f5;
        border-bottom: 2px solid #d7d7d7;
        border-left: 2px solid #045aa0;
        padding: 3px 10px;
        margin-bottom: 10px;
    }

        .setup_sub_menu > ul > li .menu_col .menu_title span {
            margin-right: 5px;
        }

        .setup_sub_menu > ul > li .menu_col .menu_title i {
            display: none;
        }

    .setup_sub_menu > ul > li .menu_col ul li a {
        font-size: 12px;
        padding: 5px;
        display: block;
        background: #fff;
        color: #535353;
        border-bottom: 1px solid #dddddd82;
    }

        .setup_sub_menu > ul > li .menu_col ul li a:hover {
            color: #fff;
            background: #045aa0;
        }

    .setup_sub_menu > ul > li .menu_col .set_down_menu {
        padding-left: 10px;
    }

.sub_ats_menu_css {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 1px 5px #0000002e;
    min-width: 160px;
}

    .sub_ats_menu_css ul li {
        border-left: 2px solid #045aa0;
        border-bottom: 2px solid #d0d2dc;
    }

        .sub_ats_menu_css ul li:last-child {
            border-bottom: 0px solid #fff;
        }

        .sub_ats_menu_css ul li a {
            display: block;
            text-align: left;
            color: #535353;
            background: #fff;
            font-size: 12px;
            transition: 0.5s ease-in-out;
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -ms-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            padding: 8px 10px;
        }

            .sub_ats_menu_css ul li a:hover {
                background-color: #045aa0;
                color: #fff;
                box-shadow: inset 6.5em 0 0 0 var(--hover);
                transition: 0.5s ease-in-out;
                -webkit-transition: 0.5s ease-in-out;
                -moz-transition: 0.5s ease-in-out;
                -ms-transition: 0.5s ease-in-out;
                -o-transition: 0.5s ease-in-out;
            }

.profile_user .usrMenu {
    display: block !important;
    position: relative;
    left: 0;
    top: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

    .profile_user .usrMenu li a {
        display: block !important;
        border: none;
        box-shadow: none;
        width: 100%;
    }

.profile_user span span img {
    width: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.mobile_btn,
.menu_bar .menu_list .navbar_main > li > a i,
.profile_user {
    display: none;
}

.detail_box,
.logo_change_box {
    width: 50%;
}

    .detail_box .filed_box {
        display: flex;
        margin-bottom: 8px;
    }

        .detail_box .filed_box .label_name {
            width: 118px;
        }

        .detail_box .filed_box .filed_name {
            width: calc(100% - 140px);
            border: 1px solid #ddd;
            padding: 2px 15px;
            margin-left: 30px;
        }

.dashboard_slider_css .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

    .dashboard_slider_css .owl-nav .owl-prev {
        margin-left: -30px !important;
        float: left;
    }

    .dashboard_slider_css .owl-nav .owl-next {
        float: right;
        margin-right: -30px !important;
    }

    .dashboard_slider_css .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 13px !important;
        background: #045aa0 !important;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

.dashboard_slider_css .owl-dots {
    text-align: center;
    z-index: 9899;
    position: relative;
    bottom: 0px;
    display: block !important;
}

.dashboard_slider_css .owl-dot {
    margin: 0 !important;
}

    .dashboard_slider_css .owl-dot span {
        background: #acacac !important;
    }

    .dashboard_slider_css .owl-dot.active span {
        background-color: #045aa0 !important;
    }

.padding_space table tr td {
    padding: 5px 0;
}

.cus_radiobuttons table tr td input:disabled:checked + label,
.cs_checkbox_span span input:checked:disabled {
    background-color: #8e8e8e;
    opacity: 0.4;
}

#cmbUsersEmail_chosen {
    width: 100% !important;
    margin-bottom: 15px;
}

.bordder_right1:nth-child(1n+1) {
    border-right: 1px solid #ddd;
}

.preview_hover {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    cursor:pointer;
}
    .preview_hover img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .preview_hover .view_icon {
        position: absolute;
        width: 100%;
        height: calc(100% - 11px);
        background: #00589eb8;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: #fff;
        z-index: 0;
        opacity:0;
        visibility:hidden;
        transition:0.5s ease-in-out;
    }
    .preview_hover:hover .view_icon {
        opacity: 1;
        visibility: visible;
        transition: 0.5s ease-in-out;
    }

/* ************************************************Responsive_css******************************* */
@media(max-width:1199px) {
    .menu_bar .menu_list {
        display: none;
        position: absolute;
        right: -10px;
        width: 280px;
        height: calc(100vh - 26px);
        background: #fff;
        top: -5px;
        padding: 10px 8px;
        z-index: 9999;
        box-shadow: -5px 0px 9px 0px #0003;
    }

        .menu_bar .menu_list .navbar_main {
            flex-direction: column;
            justify-content: flex-start;
            text-align: left;
            height: calc(100% - 145px);
            overflow-y: auto;
        }

            .menu_bar .menu_list .navbar_main > li {
                width: 100%;
                padding: 7px;
                border-radius: 0;
                margin: 0;
                cursor: pointer;
                text-align: left;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
            }

                .menu_bar .menu_list .navbar_main > li > a {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-start;
                    text-align: left;
                }

                    .menu_bar .menu_list .navbar_main > li > a span {
                        font-size: 11px;
                        color: #000;
                        padding: 3px 0;
                        font-weight: 600;
                        text-transform: uppercase;
                        margin-left: 8px;
                        display: block;
                        width: 100%;
                    }

    .mobile_none {
        display: none !important;
    }

    .menu_bar .menu_list .navbar_main .liAssessment:hover .sub_ats_menu_css,
    .menu_bar .menu_list .navbar_main .set_up_slide:hover .setup_sub_menu {
        display: none;
    }

    .menu_body {
        display: none;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        box-shadow: none;
        width: 100%;
        padding-left: 25px;
    }

    .setup_sub_menu > ul > li .menu_col .menu_title {
        background: #f5f5f5;
        border-left: 2px solid #045aa0;
    }

    .menu_bar .menu_list .navbar_main > li > a img {
        width: 24px;
    }

    .setup_sub_menu > ul > li {
        width: calc(100% / 1 - 5px);
        float: none;
        margin-right: 6px;
    }

        .setup_sub_menu > ul > li .menu_col .menu_title i {
            display: inline-block;
            float: right;
            position: relative;
            top: 5px;
        }

    .menu_body ul li br {
        display: none;
    }

    .desk_btn,
    .menu_body ul li .menu_col .set_down_menu {
        display: none;
    }

    .mobile_btn,
    .menu_bar .menu_list .navbar_main > li > a i,
    .profile_user {
        display: block;
    }
}

@media(max-width: 991px) {
}

@media(max-width: 767px) {
    .detail_box,
    .logo_change_box {
        width: 100%;
    }

    .detail_box {
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
}

@media(max-width: 475px) {
}
