@import "font.css";
@import "check-style.css";

body {
    font-size: 12px;
    color: #597a96;
    font-family: WorkSans;
}

.brandonBlack {
    font-family: WorkSansBlack;
}

.WorkSans {
    font-family: WorkSans;
}

.brandonBold {
    font-family: WorkSansBold;
}

.brandonLightItalic {
    font-family: WorkSansLightItalic;
}

.brandonMedium {
    font-family: WorkSansMedium;
}

.brandonRegular {
    font-family: WorkSans;
}

.brandonG {
    font-family: WorkSans;
}

.opensansLight {
    font-family: WorkSans;
}

.opensansRegular {
    font-family: WorkSans;
}

.arial {
    font-family: WorkSans;
}

.bold {
    font-weight: 700;
}

.clear {
    clear: both;
}

.color_white {
    color: #fff;
}

.color_red {
    color: #b81120;
}

.border_none {
    border: 0;
}

.pading_0 {
    padding: 0;
}

.font_10 {
    font-size: 10px;
}

.font_11 {
    font-size: 11px;
}

.font_12 {
    font-size: 12px;
}

.font_14 {
    font-size: 14px;
}

.font_13 {
    font-size: 13px;
}

.font_16 {
    font-size: 16px;
}

.m_b_15 {
    margin-bottom: 15px;
}

.m_b_10 {
    margin-bottom: 10px;
}

.m_t_30 {
    margin-top: 30px;
}

.m_t_15 {
    margin-top: 15px;
}

.underline {
    text-decoration: underline;
}

.max_w_1024 {
    max-width: 1200px;
}

.w_50_p {
    width: 50%;
}

.w_input_20 {
    width: 20px;
    height: 20px;
}

.w_input_15 {
    width: 15px;
    height: 15px;
}

.height_95 {
    height: 115px;
}

.scoll_250 {
    max-height: 250px;
    overflow-y: auto;
}

.scoll_300 {
    max-height: 300px;
    overflow-y: auto;
}

.scoll_450 {
    max-height: 450px;
    overflow-y: auto;
}

.scroll_500 {
    max-height: 500px;
    overflow-y: auto;
    padding: 15px 0;
}

.r_0 {
    right: 0 !important;
}

.pointer_tr {
    cursor: pointer;
}

    .pointer_tr tr.active td, .pointer_tr tr:hover td {
        background-color: #eee;
    }

.text_upp {
    text-transform: uppercase;
}

.block {
    display: block;
}

ul {
    margin: 0;
}

.border_btm_blue {
    border-bottom: 1px solid #0659fb;
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.form_input {
    border: 1px solid #dadada;
    background-color: #fff;
    height: 25px;
    padding: 2px 25px 2px 10px;
    border-radius: 0;
    font-family: WorkSans;
    font-size: 13px;
}

    .form_input.padding_5 {
        padding: 2px 5px !important;
    }

.form_check {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid #dadada;
    background-color: #fff;
}

textarea {
    resize: none;
    padding: 5px 10px;
    border: 1px solid #dadada;
}

input[type=checkbox] {
    vertical-align: middle;
    margin-top: 0;
    border: 0;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group select {
        padding-right: 0 !important;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        border: 1px solid #dadada;
        background: url(../NewImages/down_arow.svg) right center no-repeat #fff !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .form-group select.disabled, textarea.disabled {
            border: 1px solid #e3e7eb !important;
            background: url(../NewImages/down_arow.png) right center no-repeat #e3e7eb !important;
        }

input[disabled], textarea[disabled] {
    background-color: #e3e7eb !important;
    /*border: 1px solid #e3e7eb!important;*/
}

.form_input.disabled {
    background-color: #e3e7eb;
    border: 1px solid #e3e7eb;
}

input[disabled][type=button] {
    background-color: #c3c4c5 !important;
}

input[disabled][type=submit] {
    background-color: #c3c4c5 !important;
}

input[type=button], input[type=submit], button {
    margin: 5px;
    font-family: WorkSans;
    font-weight: bold;
}

.success_btn {
    padding: 0 8px;
    background-color: #0659fb;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    font-family: WorkSans;
}

    .success_btn:hover {
        opacity: .8;
    }

    .success_btn.disabled, .success_btn[disabled] {
        background-color: #c3c4c5;
    }

.save_btn {
    display: inline-block;
    height: 20px;
    text-align: center;
    color: #fff;
    min-width: 70px;
    padding: 0 8px;
    line-height: 20px;
    font-family: WorkSans;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #0659fb;
    border: 0;
}

    .save_btn:hover {
        color: #fff;
        text-decoration: none;
        opacity: .8;
    }

    .save_btn.disabled, .save_btn[disabled] {
        background-color: #c3c4c5;
    }

.grey_btn {
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-family: WorkSans;
    height: 20px;
    background-color: #0659fb;
    text-align: center;
    color: #fff;
    min-width: 70px;
    padding: 0 8px;
    line-height: 20px;
    border: 0;
}

    .grey_btn:hover {
        color: #fff;
        text-decoration: none;
        opacity: .8;
    }

    .grey_btn.disabled, .grey_btn[disabled] {
        background-color: #c3c4c5;
    }

.green_btn {
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    height: 20px;
    background-color: #0659fb;
    text-align: center;
    color: #fff;
    min-width: 70px;
    padding: 0 8px;
    line-height: 20px;
    border: 0;
    font-family: WorkSans;
    margin: 5px;
}

    .green_btn:hover {
        color: #fff;
        text-decoration: none;
        opacity: .8;
    }

    .green_btn.disabled, .green_btn[disabled] {
        background-color: #c3c4c5;
    }

    .green_btn:focus {
        outline: none;
    }

a:focus {
    outline: none;
}

.create_btn:focus {
    outline: none;
}

.close_btn {
    font-family: WorkSans;
}

.add_btn {
    color: #a9be62;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: WorkSans;
}

    .add_btn:hover {
        text-decoration: none;
    }

.analysis_btn {
    cursor: pointer;
}

.analysis_label {
    display: block !important;
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.label_finished {
    background-color: #D6001C;
    display: inline-block;
    padding: 5px;
    font-family: WorkSans;
    font-size: 12px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.label_on {
    background-color: #FFBF3F;
    display: inline-block;
    padding: 5px;
    font-family: WorkSans;
    font-size: 12px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.label_green {
    background-color: #1C8172;
    display: inline-block;
    padding: 5px;
    font-family: WorkSans;
    font-size: 11px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

label {
    font-size: 13px;
    font-weight: 400;
}

.label {
    font-weight: 400;
}

label.form-label {
    height: 18px !important;
    word-break: break-all;
    word-wrap: normal;
    white-space: nowrap;
}

.header_top {
    background-color: #1b282c;
    padding: 14px 0;
    width: 100%;
    color: #fff;
}

    .header_top .inner {
        max-width: 1200px;
        margin: 0 auto;
    }

        .header_top .inner .logo_word {
            font-family: WorkSans;
            line-height: 36px;
            font-size: 16px;
        }

        .header_top .inner .search_box {
            position: relative;
            margin: 3px 0;
        }

            .header_top .inner .search_box .search_input {
                height: 20px;
                background-color: #fff;
                width: 100%;
                padding: 0 25px 0 5px;
                border: 0;
                font-family: WorkSans;
                font-size: 11px;
                color: #a4a4a4;
                margin-top: 6px;
            }

            .header_top .inner .search_box .search_btn {
                padding-top: 2px;
                position: absolute;
                display: block;
                top: 6px;
                right: 15px;
                width: 25px;
                text-align: center;
                line-height: 20px;
                font-size: 16px;
                height: 20px;
                cursor: pointer;
                color: #03afef;
            }

        .header_top .inner .user_name {
            display: block;
            line-height: 15px;
            margin-top: -4px;
        }

        .header_top .inner .logout_btn {
            font-family: WorkSans;
            font-size: 12px;
            color: #fff;
            width: 100%;
            height: 26px;
            cursor: pointer;
            display: inline-block;
            padding: 6px 18px 6px 0;
            background: url(../NewImages/log-out.svg) right center no-repeat;
            background-size: 17px;
            margin: 6px 0 3px 0;
        }

            .header_top .inner .logout_btn:hover {
                color: #fff;
                text-decoration: underline;
            }

.header_btm {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    box-shadow: rgba(0,0,0,.117647) 0 3px 3px;
}

@media (max-width:1200px) {
    .header_btm {
        height: auto;
        position: absolute;
    }
}

.header_btm .venus-menu .change_modal {
    display: none;
    position: absolute;
    right: 0;
    top: 42px;
    background-color: #f4f4f4;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);
    width: 300px;
    z-index: 99;
}

    .header_btm .venus-menu .change_modal .close_btn {
        display: block;
        margin: 10px 5px;
        margin-top: 0;
        width: 25px;
        height: 25px;
        cursor: pointer;
        text-align: center;
    }

        .header_btm .venus-menu .change_modal .close_btn .fa {
            line-height: 25px;
            text-align: center;
            font-size: 16px;
            color: #444;
        }

    .header_btm .venus-menu .change_modal .form-label {
        line-height: 34px;
    }

    .header_btm .venus-menu .change_modal .save_btn {
        margin-right: 5px;
    }

#content-wrap {
    padding-top: 60px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 60px;
}

    #content-wrap .content_title {
        min-height: 50px;
        background-color: #ffffff;
        width: 100%;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        border: 0;
        font-family: WorkSans;
        margin: auto;
        border-bottom: 1px solid #e3e7eb;
    }

        #content-wrap .content_title ul {
            list-style: none;
            font-family: WorkSans;
        }

        #content-wrap .content_title .left_title {
            font-family: WorkSans;
            text-transform: none;
            font-size: 24px !important;
            font-weight: 400;
            color: #000000;
            display: block;
            line-height: 1.25;
        }

        #content-wrap .content_title .right_title li {
            float: left;
        }

            #content-wrap .content_title .right_title li a {
                display: block;
                line-height: 50px;
                font-family: WorkSans;
                margin: 0 10px;
                color: #000000;
                cursor: pointer;
                background: linear-gradient(grey, grey) no-repeat;
                background-size: 100% 1px;
                background-position: 0 35px;
            }

                #content-wrap .content_title .right_title li a:hover {
                    background-color: rgba(0,0,0,.2);
                    text-decoration: none;
                }

                #content-wrap .content_title .right_title li a:active {
                    text-decoration: none;
                }

                #content-wrap .content_title .right_title li a:focus {
                    text-decoration: none;
                }

        #content-wrap .content_title .right_title_file {
            display: block;
            border-left: 1px solid #fff;
            height: 50px;
            margin-top: 2px;
        }

            #content-wrap .content_title .right_title_file a {
                display: block;
                line-height: 50px;
                color: #000000;
                padding-left: 10px;
            }

    #content-wrap .content_sub_title {
        color: #3e6792;
        font-size: 12px;
        margin-top: 20px;
    }

        #content-wrap .content_sub_title a {
            display: inline-block;
            color: #3e6792;
            font-size: 12px;
            padding: 0 5px;
            cursor: pointer;
            font-family: WorkSans;
            font-weight: 700;
        }

    #content-wrap .content_top_btn {
        margin-top: 30px;
    }

        #content-wrap .content_top_btn .create_btn {
            padding: 0 8px 0 25px;
            background-color: #0659fb;
            height: 20px;
            line-height: 20px;
            display: inline-block;
            text-transform: uppercase;
            border: 0;
            color: #fff;
            font-family: WorkSans;
            background-image: url(../NewImages/add_circle.svg);
            background-repeat: no-repeat;
            background-position: 8px center;
            background-size: 14px;
            font-size: 12px;
            font-weight: bold;
            margin: 0 5px;
            cursor: pointer;
        }

            #content-wrap .content_top_btn .create_btn:hover {
                opacity: .8;
            }

            #content-wrap .content_top_btn .create_btn.disabled, #content-wrap .content_top_btn .create_btn[disabled] {
                background-color: #c3c4c5;
            }

        #content-wrap .content_top_btn a {
            margin-bottom: 5px;
            display: inline-block;
            font-size: 12px;
            font-family: WorkSans;
            cursor: pointer;
        }

            #content-wrap .content_top_btn a:hover {
                text-decoration: none;
            }

    #content-wrap .content_body_form {
        margin-top: 30px;
    }

        #content-wrap .content_body_form .wrap_form {
            position: relative;
            height: 25px;
        }

            #content-wrap .content_body_form .wrap_form .plus_btn, #content-wrap .content_body_form .wrap_form .search_btn {
                display: block;
                height: 25px;
                line-height: 25px;
                position: absolute;
                right: 0;
                width: 25px;
                color: #b4b6b9;
                top: 0;
                text-align: center;
                cursor: pointer;
            }

                #content-wrap .content_body_form .wrap_form .plus_btn:hover, #content-wrap .content_body_form .wrap_form .search_btn:hover {
                    text-decoration: none;
                }

            #content-wrap .content_body_form .wrap_form .plus_btn {
                right: -25px;
                font-size: 16px;
            }

    #content-wrap .wrap_form {
        position: relative;
    }

        #content-wrap .wrap_form .search_btn {
            display: block;
            height: 25px;
            line-height: 25px;
            position: absolute;
            right: 0;
            width: 25px;
            color: #b4b6b9;
            top: 0;
            text-align: center;
            cursor: pointer;
        }

            #content-wrap .wrap_form .search_btn:hover {
                text-decoration: none;
            }

        #content-wrap .wrap_form .add_btn {
            color: #a9be62;
            font-size: 16px;
            position: absolute;
            display: block;
            height: 20px;
            line-height: 20px;
            right: -30px;
            width: 25px;
            top: 0;
        }

        #content-wrap .wrap_form .list_auto {
            position: absolute;
            right: 0;
            top: 20px;
            border: 1px solid #dadada;
            width: 100%;
            display: none;
        }

            #content-wrap .wrap_form .list_auto li {
                line-height: 25px;
                padding: 0 5px;
                cursor: pointer;
            }

                #content-wrap .wrap_form .list_auto li:hover {
                    background-color: #BCD0E1;
                }

    #content-wrap .table_template {
        width: 100%;
        max-width: unset;
    }

.table_fixed {
    table-layout: fixed;
}

#content-wrap .table_template .table_title th {
    background-color: #0659fb;
    color: #fff;
    border-bottom: 0;
    padding: 5px;
    height: 25px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 12px;
    font-family: WorkSans;
}

#content-wrap .table_template td {
    padding: 5px;
    font-size: 14px;
    color: #4f5f6f;
    vertical-align: middle;
    word-break: break-all;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #content-wrap .table_template td label {
        margin-bottom: 0;
        width: 100%;
    }

    #content-wrap .table_template td input[type=checkbox] {
        width: 15px;
    }

    #content-wrap .table_template td.first {
        color: #0659fb;
    }

    #content-wrap .table_template td .fa {
        color: #0659fb;
        font-size: 14px;
    }

        #content-wrap .table_template td .fa.active:before {
            color: #7ac1db;
        }

.calendar_box {
    position: relative;
    text-align: center;
}

    .calendar_box .calendar_input {
        border: 1px solid #dadada;
        background-color: #fff;
        padding: 2px 25px 2px 10px;
        border-radius: 0;
        font-family: WorkSans;
        font-size: 13px;
        width: 100%;
        height: 20px;
    }

    .calendar_box .calendar_btn {
        display: block;
        position: absolute;
        width: 25px;
        height: 20px;
        text-align: center;
        right: 15px;
        top: 0;
        line-height: 20px;
        cursor: pointer;
    }

        .calendar_box .calendar_btn .fa {
            line-height: 20px;
            font-size: 14px;
        }

.calendar_next, .calendar_prev {
    display: block;
    line-height: 20px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

    .calendar_next .fa, .calendar_prev .fa {
        font-size: 20px;
        line-height: 20px;
    }

.m_b_0 {
    margin-bottom: 0;
}

.m_b_5 {
    margin-bottom: 5px;
}

.scorllTableBody {
    height: 600px;
    min-width: 1200px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .scorllTableBody table tr td:last-child {
        padding-right: 20px !important;
    }

#tableTotalLine tr td:last-child {
    padding-right: 20px !important;
}
.page_num {
    background-color: #f1f2f2 !important;
}

    .page_num a {
        display: inline-block;
        margin: 0 3px;
        cursor: pointer;
    }

        .page_num a:hover {
            text-decoration: underline;
        }

.table_list {
    width: 100%;
}

    .table_list td {
        border: 0;
        padding: 5px;
    }

    .table_list th {
        background-color: #0659fb;
        color: #fff;
        font-size: 12px;
    }

.table_list_foot td {
    border: 0 !important;
    background-color: #0659fb;
    color: #fff !important;
}

.form-label, .table_title {
    text-transform: uppercase;
}
.m_t_30 .panel-heading .panel-title  {
    display: flex;
}
.m_t_30 .panel-heading .panel-title a{
    display:flex;
    flex-direction:row-reverse;
}
.m_t_30 .panel-heading .panel-title a .fa {
    margin-right:12px;
}
.panel .panel-heading {
    padding: 0;
}

    .panel .panel-heading a {
        display: block;
        line-height: 30px;
        padding: 0 15px;
    }

        .panel .panel-heading a .fa {
            line-height: 30px;
        }

            .panel .panel-heading a .fa:before {
                content: "\f077";
            }

        .panel .panel-heading a.collapsed .fa:before {
            content: "\f078";
        }

        .panel .panel-heading a:hover {
            text-decoration: none;
            background-color: rgba(0,0,0,.1);
        }

.panel .panel-body ul.link {
    margin-bottom: 15px;
    list-style: none;
    padding: 0;
}

    .panel .panel-body ul.link a {
        cursor: pointer;
        display: block;
        line-height: 25px;
    }

        .panel .panel-body ul.link a:hover {
            text-decoration: none;
        }

.nav_tab {
    text-align: left;
    padding: 0;
}

    .nav_tab li {
        display: inline-block;
        padding: 10px 0;
    }

        .nav_tab li a {
            display: block;
            padding: 0 15px;
            line-height: 30px;
            font-size: 12px;
            text-transform: uppercase;
            text-align: center;
            background-color: #e9e9e9;
        }

            .nav_tab li a:focus, .nav_tab li a:hover {
                text-decoration: none;
            }

        .nav_tab li.active a, .nav_tab li:hover a {
            background-color: #0659fb;
            color: #fff;
        }

.autocompleter_more{
    max-height:250px;
}
.autocompleter {
    position: relative;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #dadada;
    list-style: none;
    padding: 0;
    height: auto;
    overflow-y: auto;
    min-width:200px;
}

    .autocompleter li {
        padding: 3px 5px;
        cursor: pointer;
    }

        .autocompleter li:hover {
            background-color: rgba(0,0,0,.1);
        }

    .autocompleter.autocompleter-closed {
        border: 1px solid #dadada;
        border-top: 0;
        display: none;
    }

.autocompleter-HighlightedItem {
    background-color: rgba(0,0,0,.1);
}

.autocompleter.autocompleter-focus {
    border: 1px solid #dadada;
    border-top: 0;
}

th.sort_btn .fa {
    margin-left: 3px;
    font-size: 16px;
    vertical-align: top;
    border: 0;
    background: 0 0;
    width: 15px;
}

th {
    font-weight: 400;
    font-size: 12px;
}

table tbody td {
    font-family: WorkSans;
}

.table-striped tbody tr:hover, .table-striped tbody tr:hover td {
    background-color: #f1f2f2;
}

.header_top .logo_img img {
    width: 173px;
    height: 26px;
    margin-top: 5px;
}

.text_right {
    text-align: right !important;
}

@media (max-width:1200px) {
    .header_top .inner .logo_word {
        font-size: 14px;
        line-height: 20px;
    }

    .header_top .logo_img img {
        width: 120px;
        height: 19px;
        margin-top: 0px;
    }

    .header_top .inner .logo_word, .header_top .logo_img {
        margin-bottom: 2px;
    }
}

@media (max-width:766px) {
    .header_top .inner .logo_word {
        font-size: 10px;
        line-height: 16px;
    }

    .header_top .logo_img img {
        width: 110px;
        height: 17px;
        margin-top: 0px;
    }

    .header_top {
        padding-bottom: 5px;
    }
}

@media (max-width:375px) {
    .header_top .logo_img {
        margin-bottom: 2px;
    }

    .header_top .inner .logo_word {
        margin-top: -5px;
    }
}

@media (max-width:414px) {
    .log_user_wel {
        padding-right: 0;
    }

    .header_top .logo_img img {
        width: 100px;
        height: 15px;
        margin-top: 0px;
    }
}

@media (min-width:768px) and (max-width:960px) {
    .header_top .logo_img {
        margin-bottom: 4px;
    }

    .header_top .inner .logo_word {
        margin-top: -2px;
    }
}

@media (min-width:370px) and (max-width:375px) {
    .header_top .inner .logo_word {
        line-height: 30px;
    }
}

.int_back {
    position: absolute;
    right: 15px;
    margin-bottom: 0;
    top: 23px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 50px;
    border: 1px solid #dadada;
    border-left: 0;
    background: #e9e9e9;
    color: #666;
}

.scroll_x {
    max-width: 100%;
    overflow-x: auto;
}

    .scroll_x table {
        min-width: 1200px;
    }

@media (max-width:800px) {
    .scroll_x {
        max-width: 100%;
        overflow-x: scroll;
    }
}

.DataGridFixedHeader {
    display: none;
}

.dashboard-list .inner {
    height: auto;
    min-height: 280px;
    border: 1px solid #eee;
}

.double-height {
    height: 560px !important;
}

    .double-height .dashboard-item {
        height: 480px !important;
    }

.dashboard-list .inner .table_title_filter {
    text-align: center;
    cursor: pointer;
    margin: 0;
    height: 1px;
}

    .dashboard-list .inner .table_title_filter .inner_a {
        display: inline-block;
        position: relative;
        bottom: -15px;
        width: 200px;
    }

        .dashboard-list .inner .table_title_filter .inner_a:hover {
            text-decoration: underline;
        }

.dashboard-list .dashboard-item-title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: black;
    margin: 15px 0 5px;
    font-family: WorkSans,Arial,Helvetica,sans-serif;
    font-weight: normal;
}

.dashboard-list .dashboard-item {
    float: left;
    height: 200px;
    width: 100%;
}

    .dashboard-list .dashboard-item .dashboard-item-inner {
        height: auto;
    }

    .dashboard-list .dashboard-item .vertical {
        width: 0;
        height: 100%;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

    .dashboard-list .dashboard-item img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
        height: auto !important;
        width: auto !important;
    }

.plus_btn:active, .search_btn:active {
    background-color: #eee;
    color: #000;
}

input[disabled=disabled] + .plus_btn, input[disabled=disabled] + .search_btn, input[disabled=disabled] + .search_btn + .plus_btn {
    background: 0 0 !important;
    cursor: default !important;
}

.email_item_all .bold {
    font-weight: 700;
}

.email_item_all .red {
    color: red;
}

.email_item_all .underline {
    text-decoration: underline;
}

.email_item_all .italic {
    font-style: italic;
}

.email_item_all .black {
    color: #000;
}

.email_item_all .bg_grey {
    background-color: #e5e5e5;
    display: inline-block;
}

.email_item_all .text_shadow {
    text-shadow: 1px 1px 2px #597a96;
}

.email_item_all .title {
    font-size: 18px;
    color: #40505F;
    margin-bottom: 0;
}

.email_item_all .email_item {
    padding: 20px 0;
    border-bottom: 1px solid #CFCFCF;
}

    .email_item_all .email_item.email_item_first {
        padding-left: 0;
    }

    .email_item_all .email_item .email_top {
        position: relative;
    }

        .email_item_all .email_item .email_top .right_check_email {
            position: absolute;
            right: 0;
        }

    .email_item_all .email_item .email_btm, .email_item_all .email_item .email_top {
        color: #40505F;
        margin-bottom: 30px;
        font-size: 13px;
    }

        .email_item_all .email_item .email_btm p, .email_item_all .email_item .email_top p {
            margin-bottom: 3px;
        }

    .email_item_all .email_item .email_body {
        padding: 0 20px;
    }

        .email_item_all .email_item .email_body a {
            text-decoration: underline;
        }

    .email_item_all .email_item .email_btm {
        margin-top: 30px;
        margin-bottom: 0;
    }

        .email_item_all .email_item .email_btm .email_btm_t {
            font-weight: bold;
        }

.new_email .item_a {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
}

.new_email .text_edit {
    width: 100%;
    max-width: 660px;
    height: 400px;
    background-color: #eee;
    margin-top: 20px;
}

.new_email table td:hover {
    background-color: #fff;
}

.new_email_title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}

.warning {
    font-size: 12px;
    line-height: 25px;
    color: red;
}

.new_emial_left {
    width: 600px;
    max-width: 100%;
    padding: 0 15px;
}

.new_email_accordion {
    margin-top: 20px;
}

    .new_email_accordion .inner {
        margin-bottom: 20px;
        border-radius: 0;
    }

        .new_email_accordion .inner .panel-heading {
            padding: 0 10px;
            height: 30px;
            background-color: #f5f5f5;
            color: #fff;
            line-height: 30px;
            border-radius: 0;
            padding-right: 0;
            border: #ddd solid 1px;
        }

            .new_email_accordion .inner .panel-heading .panel-title {
                line-height: 30px;
                font-size: 14px;
            }

            .new_email_accordion .inner .panel-heading .btn {
                display: block;
                width: 50px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border-radius: 0;
                padding: 0;
            }

                .new_email_accordion .inner .panel-heading .btn.collapsed .fa:before {
                    content: "\f078";
                }

                .new_email_accordion .inner .panel-heading .btn .fa {
                    line-height: 30px;
                }

                .new_email_accordion .inner .panel-heading .btn:hover {
                    background-color: rgba(0, 0, 0, 0.3);
                    color: #fff;
                }

                .new_email_accordion .inner .panel-heading .btn:focus {
                    color: #597a96;
                }

        .new_email_accordion .inner .email_list {
            width: 100%;
            border: #ddd solid 1px;
            border-top: 0;
        }

            .new_email_accordion .inner .email_list td {
                padding: 10px;
                font-size: 12px;
            }

                .new_email_accordion .inner .email_list td a:hover {
                    text-decoration: underline;
                }

            .new_email_accordion .inner .email_list tr:nth-child(2n-1) td {
                background-color: #F5F8FD;
            }

            .new_email_accordion .inner .email_list tr:hover td {
                background-color: #f1f2f2;
            }

.btm_pre .inner_text2 {
    display: none;
}

.btm_pre .collapsed .inner_text2 {
    display: block;
}

.btm_pre .collapsed .inner_text1 {
    display: none;
}

.btm_pre .collapsed .fa:before {
    content: "\f078";
}

.erro {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -450px;
    width: 900px;
    max-width: 100%;
}

    .erro .img-left {
        width: 20%;
        padding: 0 20px;
    }

        .erro .img-left img {
            width: 100%;
        }

    .erro .word-right {
        padding: 0 20px;
        width: 80%;
        line-height: 22px;
        font-size: 14px;
    }

        .erro .word-right .title {
            font-size: 40px;
            text-align: center;
            line-height: 45px;
            margin-bottom: 20px;
        }

        .erro .word-right a,
        .erro .word-right a:hover {
            text-decoration: underline;
        }

        .erro .word-right .back-btn {
            padding: 0 8px;
            background-color: #0659fb;
            height: 25px;
            line-height: 25px;
            display: block;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff;
            width: 80px;
            text-align: center;
            font-weight: bold;
        }

            .erro .word-right .back-btn .fa {
                margin-right: 5px;
            }

            .erro .word-right .back-btn:hover {
                text-decoration: none;
                opacity: .8;
            }

@media (max-width: 900px) {
    .erro {
        margin-left: -50%;
        top: 80px;
        margin-top: 0;
    }

        .erro .img-left {
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }

            .erro .img-left img {
                max-width: 200px;
            }

        .erro .word-right {
            width: 100%;
        }
}

@media (max-width: 400px) {
    #divPopup .modal-body {
        width: 100% !important;
    }

    #divPopup .modal-content {
        width: 98% !important;
    }

    #divPopup .modal-dialog {
        width: 98% !important;
    }
}

.form-group .wrap_form {
    height: 25px;
}

.btm-titel {
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    color: #0659fb;
}

.list-box-wrap {
    min-width: 230px;
    padding: 0;
}

.list-box-member {
    max-width: 375px;
    min-width: 200px;
    margin: 20px auto;
}

    .list-box-member .add-member-listTitle {
        height: 30px;
        line-height: 30px;
        margin-bottom: 0;
        background-color: #0659fb;
        color: #fff;
    }

    .list-box-member .inner-box {
        width: 100%;
        height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid #0659fb;
        padding: 0;
    }

        .list-box-member .inner-box .multiple-select {
            width: 100%;
            border: 0;
            height: 100%;
            overflow-x: auto;
            overflow-y: auto;
            background: none !important;
        }

            .list-box-member .inner-box .multiple-select:focus {
                outline: none;
            }

        .list-box-member .inner-box .list-option,
        .list-box-member .inner-box option {
            line-height: 15px;
            padding: 5px 10px;
            cursor: pointer;
            word-wrap: break-all;
        }

            .list-box-member .inner-box .list-option:hover,
            .list-box-member .inner-box option:hover {
                background-color: #eaeaea;
            }

.list-box-center {
    padding-top: 60px;
    text-align: center;
}

    .list-box-center .move-btn {
        width: 70px;
        color: #fff;
        background-color: #3e6792;
    }

option:disabled {
    color: grey;
    font-style: italic;
}

@media (max-width: 565px) {
    .list-box-center,
    .list-box-wrap {
        width: 100%;
    }

    .list-box-center {
        padding-top: 10px;
    }
}


.sum_Wrap {
    max-width: 1200px;
    width: 100%;
    height: 80%;
}

    .sum_Wrap .sum_inner {
        width: 100%;
        height: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }

        .sum_Wrap .sum_inner p {
            margin-bottom: 0;
        }

        .sum_Wrap .sum_inner .inner_content {
            width: auto;
            height: 100%;
            padding-bottom: 15px;
            white-space: nowrap;
        }

        .sum_Wrap .sum_inner .sum_item {
            width: 250px;
            height: 100%;
            position: relative;
            overflow: hidden;
            border: 1px solid #ddd;
            background-color: #fff;
            margin: 0 5px;
            display: inline-block;
        }

            .sum_Wrap .sum_inner .sum_item .sum_title {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 40px;
                background-color: #eaeaea;
                padding: 0 10px;
                color: #333;
            }

                .sum_Wrap .sum_inner .sum_item .sum_title .sum_title_left {
                    height: 100%;
                    line-height: 40px;
                    width: 190px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    padding-right: 5px;
                    font-size: 14px;
                    font-weight: bold;
                }

                .sum_Wrap .sum_inner .sum_item .sum_title .sum_title_right {
                    height: 100%;
                    line-height: 40px;
                    width: 38px;
                    text-align: right;
                }

            .sum_Wrap .sum_inner .sum_item .sum_content {
                position: absolute;
                top: 40px;
                bottom: 40px;
                left: 0;
                right: 0;
                overflow-y: auto;
                overflow-x: hidden;
                background-color: #fff;
                padding: 10px;
            }

                .sum_Wrap .sum_inner .sum_item .sum_content li {
                    border: 1px solid #ddd;
                    padding: 15px 10px 10px;
                    margin: 5px 0;
                }

                    .sum_Wrap .sum_inner .sum_item .sum_content li p {
                        margin-bottom: 5px;
                        white-space: normal;
                        word-break: break-all;
                        word-wrap: break-word;
                    }

            .sum_Wrap .sum_inner .sum_item .sum_footer {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 40px;
                line-height: 40px;
                text-align: center;
                color: #333;
                font-weight: bold;
                font-size: 14px;
                background-color: #eaeaea;
            }

@media (max-width:1200px) {
    .sum_Wrap {
        left: 0;
        margin-left: 0;
    }
}

.time_clock {
    font-size: 18px !important;
    cursor: pointer;
}

.running_time_clock {
    font-size: 18px !important;
    cursor: pointer;
    color: green !important;
}

#ctl00_Content_imgStop {
    height: 20px;
    border-width: 0px;
    margin-top: 14px;
}

.confirmModalBackground {
    opacity: .5;
    background-color: #000;
    visibility: visible !important;
}

.confirmText {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.confirmModal {
    top: 0 !important;
    visibility: visible !important;
}

.right_panel {
    height: calc(100% - 60px) !important;
    width: 400px;
    max-width: 90%;
    overflow: hidden;
    position: fixed;
    top: 60px;
    right: -400px;
    z-index: 99999;
    border: 1px solid #dbdbdb;
    background-color: #dbdbdb;
    box-shadow: rgba(0,0,0,.117647) 0 0 10px 10px;
}

.right_panel iframe {
    background-color: lightgrey;
}

.view-image {
    height: calc(100vh - 270px);
    padding: 0 25px;
    position: relative;
}

    .view-image .view-img-wrap {
        height: 100%;
        overflow-y: auto;
    }

    .view-image .view-image-rotate {
        position: absolute;
        bottom: 0;
        width: calc(100% - 64px);
        height: 72px;
        padding: 24px 20px 24px 40px;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .view-image .view-image-rotate a {
            color: #fff;
            font-size: 20px;
        }


#divPopup .modal-footer-custom, #addMileagePopup .modal-footer-custom, .popup-custom .modal-footer-custom, #divColumnOrders .modal-footer-custom, #divPublishTo .modal-footer-custom {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px 20px 40px;
}

    #divPopup .modal-footer-custom button, #addMileagePopup .modal-footer-custom button, .popup-custom .modal-footer-custom button, #divColumnOrders .modal-footer-custom button, #divPublishTo .modal-footer-custom button {
        width: 130px;
    }

#divPopup .modal-footer-custom-hasShadow, #addMileagePopup .modal-footer-custom-hasShadow, .popup-custom .modal-footer-custom-hasShadow, #divColumnOrders .modal-footer-custom-hasShadow, #divPublishTo .modal-footer-custom-hasShadow {
    padding: 0 40px;
    height: 80px;
    align-items: center;
    box-shadow: 0 -8px 24px 0 rgba(0, 0, 0, 0.05);
}

#divColumnOrders .modal-body {
    padding: 10px 0 0 0;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    width: 100% !important;
}
#divMessage .modal-body {
    padding: 15px !important;
}
#divMessage .modal-footer {
    display: none;
}
#divClientReports .modal-header {
    border-bottom: none;
}
#divMessage .modal-header {
    border-bottom: none;
}
.modal-header button.close {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    opacity: 1;
}
#divPopup .modal-body{
    width:100%!important;
    padding-top:5px;
}
#divPopup .modal-header {
    border-bottom: none;
}
    #divPopup .modal-header button.close {
        font-size: 35px;
        font-weight: 700;
        color: #000;
        opacity: 1;
        position: absolute;
        right: 20px;
        top: 48px;
        z-index: 1;
        margin-top: 0 !important;
    }
#content-wrap.content-wrap-has-iframe .content_title {
    padding-top: 10px;
    border-bottom: solid 2px #e3e7eb;
}

    #content-wrap.content-wrap-has-iframe .content_title .left_title {
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: -0.5px;
        color: #000;
        font-family: "WorkSansSemiBold";
        padding-right: 30px;
        font-size:20px!important;
    }
#divClosePopup .modal-body {
    padding-left:15px;
}
#divClosePopup .modal-footer{
    display:block;
}
.width_500 {
    width: 500px !important;
    z-index: 999999 !important;
}

    .width_500 .jBox-content {
        max-width: 80% !important;
        height: auto !important;
        z-index: 999999 !important;
    }
.mobile_toast .jBox-content {
    width: auto !important;
    max-width: 72% !important;
    height: auto !important;
    z-index: 999999 !important;
}

.filter-menu {
    position: relative;
    margin-top: 22px !important;
}

.filter-menu.filter-menu-active::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    right: -2px;
    top: 0px;
    background-color: red;
}

@media only screen and (max-width: 1200px) {
    .header-logo-small, .header-logo-large {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .venus-menu > li:not(.right_icon) {
        padding: 0 15px;
    }
}

.header-logo-small {
    display: none;
}

.RadEditor_Metro .reTool:active, .RadEditor_Metro .reTool:focus, .RadEditor_Metro .reToolText:active, .RadEditor_Metro .reToolText:focus, .RadEditor_Metro .reToolSelected, .RadEditor_Metro .reToolSelected:before, .RadEditor_Metro .reToolSelected:hover, .RadEditor_Metro .reModes a:active, .RadEditor_Metro .reModes a:focus, .RadEditor_Metro .reModes .reSelectedMode, .RadEditor_Metro .reModes .reSelectedMode:hover, .RadEditor_Metro .reDropdown:active, .RadEditor_Metro .reDropdown:focus, .RadEditor_Metro .reSpinBoxButtons span:active, .RadEditor_Metro .reSpinBoxButtons span:focus, .RadEditor_Metro .rePopupButton:active, .RadEditor_Metro .rePopupButton:focus, .RadEditor_Metro .reCommentButton:active, .RadEditor_Metro .reCommentButton:focus, .RadEditor_Metro .reAjaxSpellButton:focus, .RadEditor_Metro .reAjaxSpellButton:active {
    border-color: #2d22fb !important;
    color: #fff !important;
    background-color: #2d22fb !important;
}

.RadWindow_Metro .rwTitleBar {
    background-color: #2d22fb !important;
}

.RadRibbonBar_Metro .rrbTabs {
    border-bottom: 3px solid #2d22fb!important;
}

    .RadRibbonBar_Metro .rrbTabs .rrbItem.rrbSelected .rrbLink {
        border-color: #2d22fb !important;
        color: #fff !important;
        background-color: #2d22fb !important;
    }
.RadRibbonBar_Metro .rrbQat .rrbButton:active, .RadRibbonBar_Metro .rrbButton.rrbClicked, .RadRibbonBar_Metro .rrbButton.rrbPressed, .RadRibbonBar_Metro .rrbButton.rrbExpanded, .RadRibbonBar_Metro .rrbButton.rrbToggled, .RadRibbonBar_Metro .rrbButtonGroup .rrbButton:active, .RadRibbonBar_Metro .rrbButtonGroup .rrbButton.rrbClicked, .RadRibbonBar_Metro .rrbButtonGroup .rrbButton.rrbPressed, .RadRibbonBar_Metro .rrbComboBox .rrbButton.rrbClicked, .RadRibbonBar_Metro .rrbDropDown .rrbButton.rrbClicked, .RadRibbonBar_Metro .rrbNumericTextBox .rrbButton.rrbClicked, .RadRibbonBar_Metro .rrbColorPicker .rrbButton.rrbClicked, .RadRibbonBar_Metro .rrbDropDown .rrbDDInner:active, .RadRibbonBar_Metro .rrbColorPicker .rrbCPInner:active, .RadRibbonBar_Metro .rrbGallery .rrbItem.rrbSelected, .RadRibbonBar_Metro .rrbGalleryActions .rrbButton.rrbClicked, .rrbSlide_Metro .rrbItem.rrbSelected {
    border-color: #2d22fb !important;
    color: #fff !important;
    background-color: #2d22fb !important;
}
.RadToolBar_Metro .rtbChecked .rtbButton, .RadToolBar_Metro .rtbExpanded .rtbButton, .RadToolBar_Metro .rtbExpanded .rtbButton.rtbMenuButton, .RadToolBar_Metro .rtbExpanded.rtbMore {
    border-color: #2d22fb !important;
    color: #fff !important;
    background-color: #2d22fb !important;
}
.RadTreeView_Metro .rtSelected .rtIn {
    border-color: #2d22fb !important;
    color: #fff !important;
    background-color: #2d22fb !important;
}
.RadTabStrip_Metro .rtsLevel1 .rtsSelected .rtsLink {
    border-color: #2d22fb !important;
    color: #fff !important;
    background-color: #2d22fb !important;
}

.RadTabStrip_Metro .rtsLevel1 .rtsFocused .rtsLink {
    border-color: #2d22fb !important;
    box-shadow: inset 0 0 5px #2d22fb !important;
}
.RadWindow_Metro {
    z-index: 999999 !important;
}

.validationbox {
    margin-top: 10px;
}
.active-filter-template {
    background-color: #009E88 !important;
    color: #fff !important;
}

.active-filter-template:hover {
    background-color: #007263 !important;
}

.active-filter-template i {
    margin-right: 5px !important;
}