﻿/*select.form-control {
     appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
select.form-control::after {
    content: "\25bc" !important;
    color: #888;
    font-size: 15px;
    padding: 8px;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    pointer-events: none;
}*/
.btn-danger:hover, .btn-danger:focus {
    background-color: #b71712 !important;
    border-color: #d9534f !important;
}
.anr_container {
    width: 100%;
    float: left;
    padding: 0px 15px;
}
.rec_acc_list {
    width: 100%;
    float: left;
    padding-inline-start: 13px;
    list-style: none;
    font-size: 12px;
}
a:focus {
    outline:none !important;
}

.rec_acc_list li {
    border-bottom: 0px !important;
    position: relative;
}

        .rec_acc_list li:before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            background-color: #afb2ba;
            border-radius: 50%;
            top: 0px;
            bottom: 0px;
            left: -8px;
            margin: auto;
        }
.con_rate {
    display: unset !important;
    text-align: center;
}
.spnStatus {
    width: 100%;
    float: left;
    font-size: 11px;
}
.rec_acc_list_container {
    width: calc(100% - 12px);
    float: left;
    background-color: #fff;
    border-radius: 4px;
    margin-left: 6px;
    margin-top: 6px;
}

.rec_acc_header {
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 3px;
    font-weight: bold;
    margin-bottom: 3px;
}
.page_header_style h2 {
    float: left;
    white-space: nowrap;
}
.page_header_style {
    display: flex;
    align-items: flex-end;
}
#titlelable {
    width: calc(100% - 224px);
    float: left;
    padding-bottom: 9px;
    padding-left: 5px;
}
#SalesMenuTabs {
    width: 100%;
    float: left;
}
.indv_link {
    width:100%;
    float:left;
}
    .indv_link._blank .header-title {
        padding: 0px 15px;
        margin-top: 10px;
    }
    .indv_link._blank .add_support_ticket_main {
        height: unset !important;
        padding: 0px 15px;
    }
    .indv_link._blank .row.add_ticket_contetns {
        margin:0px !important;
    }
.val_border ~ .select2-container {
    border: 1px solid red;
    border-radius: 10px;
}
.docbox_table tr th:nth-child(4) {
    width:25%;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}
.float_right_btn {
    float: right;
    margin-left: 5px;
}
.rtl_container {
    width: 100%;
    float: left;
}
.red_label_msg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: fit-content;
    height: 28px;
    background-color: #d71920;
    color: #fff;
    padding: 5px 55px;
    margin-top: 2px;
    border-radius: 4px 4px 0px 0px;
    line-height: 18px;
}
.rtl_header {
    width: 100%;
    float: left;
    background-color: #ececf1;
    padding: 5px 15px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

.rtl_height {
    width: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.rtl_inner {
    width: 100%;
    float: left;
    padding: 5px 15px;
}
.stat_btn_style span {
    display: flex;
    align-items: center;
}
    .stat_btn_style span.Assigned,
    .stat_btn_style span.Unassigned {
        background-color: #2ca01c;
    }
    .stat_btn_style {
        display: flex;
    }
.padd_less_btn {
    padding: 6px !important;
    position:relative !important;
    background-color:#2ca01c;
}
    .padd_less_btn img {
        position: absolute;
        max-width: 100% !important;
        max-height: 100%;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        margin: auto;
    }
    .rtl_footer {
        width: 100%;
        float: left;
        padding: 5px 15px;
        border-top: 1px solid #ccc;
        position: relative;
        text-align: right;
    }
.dis_color {
    position: relative;
    opacity:0.1;
}
    .dis_color:after {
        content: "";
        /*position: absolute;*/
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background-color: #898585;
        z-index: 999;
        opacity: 0.8;
        border-radius: 4px;
    }
    .dis_color .fa-user-plus {
        color: #c6c6c6 !important;
        z-index: 9998;
        position: relative;
    }
.loc_style {
    width:105px;
    float:left;
}
    .loc_style .surv_comp_btn_ld,
    .loc_style .payment_ld_btn,
    .loc_style .sold_btn_ld,
    .loc_style .sold_btn_ld:hover {
        height: 28px;
        width:28px;
    }
.rtl_inner table {
    width: 100%;
    float: left;
}
.rtl_inner table tr td {
    text-align: center;
    padding: 6px 6px;
}
.rtl_inner table tr {
    border-bottom: 1px solid #ccc;
}
.rtl_inner table th {
    text-align: center;
    padding: 10px 5px;
}
.rtl_inner table tr td:nth-child(1) {
    width: 18%;
}
.rtl_inner table tr td:nth-child(1) {
    width: 60%;
}
.rtl_inner table tr td:nth-child(1) {
    width: 22%;
}


.rtl_inner table tr:hover {
    background-color: #f4f5f8;
}

#close_modal {
    background-color: green;
    color: white;
    position: absolute;
    right: 14px;
    top: 8px;
}

.inline_btn {
    width: 100%;
    float: left;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
}
.la_action {
    width:150px;

}
.va_button {
    width:100%;
    float:left;
}
.inline_btn .survaycount {
    border-radius: 4px;
    top: -5px !important;
}
    .inline_btn .payment_ld_btn {
        margin-top:0px;
        float:left;
    } 
    .pr_custom_top .ig_holder {
        width: calc(500px - 30px) !important;
        float: left;
        display: unset;
    } .pr_custom_top .input-group {
        width:100% !important;
     float:left;
     display:unset;
    }
    .pr_custom_top .form-control, .pr_custom_top .multi_style {
        width: 50%;
        float: left;
        position: relative;
        z-index: 999;
    }
    .pr_custom_top .input-group-btn {
        width:auto;
        float:left;
    }

.pr_multi .bs-placeholder,
.pr_multi .btn-group {
    width: 100% !important;
}
.IncompletedCount,
.inc_cnt {
    background-color: #d71920;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
}
.tag_icon {
    cursor:pointer;
}
.lcol_table tr th:last-child {
    width:128px;
}
.lcol_table tr th.assgn_user {
    width: 150px;
}
.clone_icon_new {
    font-size: 22px !important;
    margin-top: 6px;
    margin-left: 5px;
    float: left;
}
.clone_icon_new_click {
    color: #2ca01c;
    cursor: pointer;
    font-size: 22px !important;
    margin-top: 2px;
    margin-left: 5px;
    float: left;
}
.clone_icon_new_click_lead {
    color: #2ca01c;
    cursor: pointer;
    margin-top: 2px;
    margin-left: 5px;
}
.clone_icon_new_lead {
    margin-top: 6px;
    margin-left: 5px;
}
.manual_tab_container {
    width: auto;
    float: left;
    margin-right: 5px;
}

.manual_tab {
    width: auto;
    float: left;
    padding: 6px 15px;
    background-color: transparent;
    border: 1px solid #ccc;
    margin-right: -1px;
    cursor: pointer;
    position: relative;
    height: 34px;
}

    .manual_tab.active {
        background-color: var(--AllButtonColor);
    }

    .manual_tab.active,
    .manual_tab:hover.active {
        color: #fff;
    }

    .manual_tab:hover {
        color: var(--AllButtonColor);
    }

    .manual_tab a {
        text-decoration: none;
    }

    .manual_tab.active:before {
        content: "";
        position: absolute;
        bottom: -9px;
        right: 0px;
        left: 0px;
        margin: auto;
        background-color: #fff;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 9px solid var(--AllButtonColor);
    }

.custom_tab_content {
    width: 100%;
    float: left;
}



.prl_scrol {
    width: 100%;
    float: left;
    overflow: auto;
}
    .prl_scrol table thead tr th div:nth-child(1) {
        white-space: nowrap;
        padding-right: 20px;
    }

.prl_scrol table tr td:first-child .ticket_list_partial_device_info {
    white-space: nowrap !important;
}
.bcc_table table tr td:first-child .ticket_list_partial_device_info {
    white-space: unset !important;
}
    .prl_scrol table tr th:nth-child(1),
    .prl_scrol table tr td:nth-child(1) {
        position: sticky;
        left: -1px;
    }
.prl_scrol table tr td:nth-child(1) {
    background-color: #fff;
}
.prl_scrol table tr:nth-child(odd) td:nth-child(1) {
    background-color: #f4f5f8;
}
.prl_scrol table tr th:nth-child(1) {
    background-color: #fff;
    z-index: 10;
}
.side_bottom_logo {
    width: 100%;
    float: left;
    padding: 10px 5px;
    position: absolute;
    bottom: 15px;
    height: 90px;
}
.side_bottom_logo_unset {
    position: unset !important;
}
   
.BusinessInfoBlock .select2-container--disabled .select2-selection__rendered {
    white-space:unset !important;
    padding-right:8px !important;
}
.BusinessInfoBlock .select2-container--disabled .select2-selection--single {
    height: unset !important;
}
.BusinessInfoBlock .select2-container--disabled .select2-selection--single .select2-selection__arrow {
    display: none !important;
}
.side_bottom_logo svg {
    width: 100%;
    float: left;
    height: 90px;
}
.sugg_text {
    width: auto;
    float: left;
    font-size: 12px;
    color: #3d3d3d;
    position: absolute;
    left: 9px;
    bottom: 4px;
}
.sugg_text_rtl {
    width: 100%;
    float: left;
    font-size: 12px;
    margin-top: 5px;
    color: #3d3d3d;
}
button.close {
    font-size: 28px;
}
.PrivateLayoutContents a.noclick {
    pointer-events: none;
    color: #333 !important;
}
.rect_outer {
    width: 100%;
    float: left;
    padding-top: 3px;
}
.db_table_style thead tr th div:nth-child(1) {
    width: 94%;
    float: left;
    padding-top: 2px;
}

.db_table_style thead tr th div:nth-child(2) {
    width: 6%;
    float: left;
}

    .db_table_style thead tr th div:nth-child(2) i {
        float: right;
        cursor: pointer;
        width: 100%;
        text-align: right;
        color: #bdbdbd;
    }

.db_table_style tr th div:nth-child(2) i:nth-child(2) {
    margin-top: -5px;
}

.sp_pop_info_block thead tr th div:nth-child(1) {
    width: 94%;
    float: left;
    padding-top: 2px;
    white-space: nowrap;
}

.sp_pop_info_block thead tr th div:nth-child(2) {
    width: 6%;
    float: left;
}

.sp_pop_info_block thead tr th div:nth-child(2) i {
    float: right;
    cursor: pointer;
    width: 100%;
    text-align: right;
    color: #bdbdbd;
}

.sp_pop_info_block tr th div:nth-child(2) i:nth-child(2) {
    margin-top: -5px;
}
.srth_style {
    width: 100%;
    float: left;
    display: flex;
}
.srth_style div:nth-child(2) {
   min-width:20px;
}

.ribbon1 {
    position: absolute;
    right: 16px;
    top: 0px;
    /*left: 0px;*/
    width: max-content;
    margin: auto;
}

    .ribbon1 i {
        margin: 3px !important;
        margin-right: 7px !important;
    }

    .ribbon1 span {
        position: relative;
        display: block;
        text-align: center;
        background: #125a94;
        font-size: 15px;
        padding: 5px 14px;
        border-radius: 0px 0px 10px 10px;
        color: #fff;
        font-weight: bold;
        box-shadow: 2px 2px 8px #ccc;
        letter-spacing: 1px;
    }

        .ribbon1 span:before {
            position: absolute;
            content: "";
            height: 0;
            width: 0;
            left: -13px;
            top: 0px;
            border-bottom: 13px solid #2b3b4d;
            border-right: 15px solid transparent;
            transform: rotate(180deg);
        }

        .ribbon1 span:after {
            position: absolute;
            content: "";
            height: 0;
            width: 0;
            right: -13px;
            top: -1px;
            border-bottom: 16px solid #2b3b4d;
            border-right: 13px solid transparent;
            transform: rotate(90deg);
        }





.ribboncenter {
    position: absolute;
    right: 16px;
    top: -23px;
    left: 0px;
    width: max-content;
    margin: auto;
    text-decoration: underline;
    color: #fff;
}
    .ribboncenter:hover {
        text-decoration:underline;
    }

    .ribboncenter i {
        margin: 3px !important;
        margin-right: 7px !important;
    }

    .ribboncenter span {
        position: relative;
        display: block;
        text-align: center;
        background: #125a94;
        font-size: 13px;
        padding: 2px 14px;
        border-radius: 10px 10px 0px 0px;
        color: #fff;
        box-shadow: 2px 2px 8px #ccc;
        letter-spacing: 1px;
    }

        .ribboncenter span:before {
            position: absolute;
            content: "";
            height: 0;
            width: 0;
            left: -13px;
            top: 9px;
            border-bottom: 13px solid #2b3b4d;
            border-right: 15px solid transparent;
            transform: rotate(270deg);
        }

        .ribboncenter span:after {
            position: absolute;
            content: "";
            height: 0;
            width: 0;
            right: -14px;
            top: 8px;
            border-bottom: 15px solid #2b3b4d;
            border-right: 15px solid transparent;
            transform: rotate(360deg);
        }



.link_color,
.link_color:hover {
    color: #2ca01c;
    cursor:pointer;
}
table a,
table a:hover {
    cursor: pointer !important;
    color:#2ca01c;
}
.import_leads_dropdown {
    height: unset;
    max-height: 350px;
    overflow: auto;
}
.common_header_style {
    width: 100%;
    float: left;
    text-align: right;
    padding-bottom: 5px;
}
.common_header_text {
    font-size:28px;
    float:left;
}
.dollar_icon {
    text-align: center;
    font-size: 14px !important;
    border: 1px solid #2ca01c;
    border-radius: 50%;
    width: 20px !important;
    height: 20px;
    padding: 3px;
    margin-right: 3px;
    margin-left: 5px;
}
.lead_heart {
    float: left !important;
    margin-top: -5px;
}
.pipeline_style {
    width: 100%;
    float: left;
    padding-top: 15px;
}
    .pipeline_style .btn {
        display: flex;
        width: auto;
        float: left;
        margin-right: 10px !important;
        align-items: center;
        justify-content: center;
        padding: 0px 6px !important;
        gap: 5px;
    }
.item_edit {
    cursor: pointer;
    color: white;
    background-color: #2ca01c;
    margin-right: 5px;
}

.item_del {
    background-color: #d71920;
    color: white;
}
.nht_chk {
    width: 90px;
    display: block;
    height: 40px;
    position: relative;
    float: right;
    padding: 13px;
    cursor: pointer !important;
}

    .nht_chk input {
        font-size: 30px;
        cursor: pointer;
        outline: 0px;
      
    }

        .nht_chk input[type=checkbox]:before {
            content: "Favourite";
            color: #d71920;
            position: absolute;
            top: 5px;
            left: 3px;
            cursor: pointer;
            font-family: arial;
            font-size: 14px;
            background-color: #fee2e2;
            padding: 8px 12px;
            border-radius: 4px;
            border: 1px solid #d71920;
            cursor: pointer;
            display: block;
        }

        .nht_chk input:checked[type="checkbox"]:before {
            content: "Favourite";
            color: #fff;
            position: absolute;
            top: 5px;
            left: 3px;
            cursor: pointer;
            font-family: arial;
            font-size: 14px;
            background-color: #d71920;
            padding: 8px 12px;
            border-radius: 4px;
            border: 1px solid #d71920;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

.nht_chk_dnt {
    width: 125px;
    display: block;
    height: 40px;
    position: relative;
    float: right;
    padding: 13px;
    cursor: pointer !important;
}
.top_badge_cont .nht_chk input[type=checkbox]:before {
    height: 34px;
}

.nht_chk_dnt input {
    font-size: 30px;
    cursor: pointer;
    outline: 0px;
    height: 20px !important;
    width: 20px !important;
}

        .nht_chk_dnt input[type=checkbox]:before {
            content: "Do Not Contact";
            color: #ffffff;
            position: absolute;
            top: 5px;
            left: 3px;
            cursor: pointer;
            font-family: arial;
            font-size: 14px;
            background-color: #777777;
            padding: 7px 12px;
            border-radius: 4px;
            border: 1px solid #777777;
            cursor: pointer;
            display: block;
        }

        .nht_chk_dnt input:checked[type="checkbox"]:before {
            content: "Do Not Contact";
            color: #fff;
            position: absolute;
            top: 5px;
            left: 3px;
            cursor: pointer;
            font-family: arial;
            font-size: 14px;
            background-color: #d71920;
            padding: 7px 12px;
            border-radius: 4px;
            border: 1px solid #d71920;
            cursor: pointer;
        }










.lead_chk_mark {
    float: left !important;
    margin-top: -5px;
}

.lead_chk {
    width: 100px;
    display: block;
    height: 40px;
    position: relative;
    float: right;
    padding: 13px;
    cursor: pointer !important;
}
input[type=checkbox] {
   /* -moz-appearance: initial;*/
    visibility: visible;
    content: "";
   /* display: block;*/
    width: 1.1em;
    height: 1.1em;
    color: #eddc23;
    border: 1px solid #eddc23;
    background-color: #540123;
    border-radius: 35%;
    line-height: 1.27;
    text-align: center;
    cursor: pointer;
}
.flag_filter_block input[type=checkbox] {
    width: 5px !important;
}
input[type=checkbox] + abbr {
    cursor: pointer;
    border-bottom: 0px;
}
.fa input[type=checkbox],
.flag_filter_block input[type=checkbox] {
    -moz-appearance: initial;
}
.fa input[type=checkbox] {
    margin-top: -7px;
}
    .flag_filter_block input::before {
        top: 0px !important;
    }
.lead_chk input {
    font-size: 30px;
    cursor: pointer;
    outline: 0px;
}
.attch_table tr td {
    vertical-align:middle !important;
}

.lead_chk input:before {
    content: "All Customer(s)";
    color: #125a94;
    position: absolute;
    top: 5px;
    left: 3px;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    background-color: #d1ebff;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #125a94;
    cursor: pointer;
    white-space: nowrap;
}

        .lead_chk input:checked[type="checkbox"]:before {
            content: "My Customer(s)";
            color: #fff;
            position: absolute;
            top: 5px;
            left: 3px;
            cursor: pointer;
            font-family: arial;
            font-size: 14px;
            background-color: #125a94;
            padding: 8px 12px;
            border-radius: 4px;
            border: 1px solid #125a94;
            cursor: pointer;
            white-space:nowrap;
        }


select#application {
    width: 200px;
    margin: 10px auto 0px;
}
.ribbon2 {
    position: absolute;
    left: 14px;
    top: -14px;
}
.green_img_icon {
    border: 1px solid var(--AllButtonColor);
}
.survaycount {
    position: absolute;
    color: white;
    padding: 5px;
    border-radius: 50px;
    font-size: 9px;
    top: -8px;
    right: -4px;
    background-color: var(--AllButtonColor);
    height: 20px;
    border-radius: 50%;
    line-height: 9px;
    border: 1px solid #fff;
}
    .ribbon2 > span {
        position: relative;
        display: block;
        text-align: center;
        background: #1d97b5;
        font-size: 13px;
        padding: 4px 6px;
        border-top-left-radius: 8px;
        color: #fff;
        height: 23px;
        letter-spacing: 1px;
    }
a.ribbon2 span {
    text-decoration: underline;
    cursor: pointer;
    display: inline-flex;
}
.ribbon2 span:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    right: -10px;
    top: 0px;
    border-bottom: 13px solid #005468;
    border-right: 11px solid transparent;
    transform: rotate(360deg);
}
.cnn_id {
    background-color: #fff;
    float: left;
    display: block;
    height: 17px;
    color: #1d97b5;
    border-radius: 3px;
    padding: 0px 2px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.cnn_type {
    text-decoration: underline;
}
.web_link_style {
    word-break: break-all;
    text-decoration: none;
}


    .on_block,
    .off_block {
        width: auto;
        padding: 5px 10px;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        text-transform: uppercase;
    }

.off_block {
    background-color: #899e86;
}

.on_block {
    background-color: var(--AllButtonColor);
}

.table_col_style tr .serial_col {
   width: 50px;
}
.single_sr {
    white-space:nowrap;
}
.table_col_style tr td:nth-child(1) {
    white-space: nowrap;
}
.table_col_style tr .date_col1 {
    width: 95px;
}


.table_col_style tr .date_col_tags {
    width: 170px;
}
.table_col_style tr .actv_col {
    width: 160px;
}

.table_col_style tr .date_col {
    width: 130px;
}

.table_col_style tr .actio_col {
    width: 130px;
}

.table_col_style tr .actio_col1 {
    width: 90px;
}

/*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}*/

/* Track */

::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #6c757d;
}

    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #193751;
    }

.width_100p {
    width: 100%;
    float: left;
}

#filter_status_booking,
#filter_status {
    font-size: 18px;
    color: #4c4c4c;
    float: left;
    margin-top: 6px;
    margin-left: 8px;
}

#page-wrapper {
    z-index: 999;
}

.notification_counter2 {
    width: auto;
    position: absolute;
    z-index: 9;
    background-color: #ff0000;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 11px;
    color: #FFFFFF;
    top: 4px;
    right: 1px;
    box-shadow: 2px 2px 6px #2c2c2c;
}

#DateFilterTextShow {
    position: absolute;
    top: 24px;
    left: 150px;
    font-size: 16px;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */
    background: url('../../img/br_down.png') white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url('../../img/br_down.png') white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}


table thead tr th {
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    background-color: #fff;
    box-shadow: 0 1px 1px -1px #ccc;
    /*z-index: 2;*/
}

.actv_list {
    border: 1px solid #ccc;
}

    .actv_list table tr th {
        z-index: 2 !important;
        top: 47px !important;
        box-shadow: 1px 1px 1px 1px #ccc !important;
    }

#CustomerReportTab #LeadsReportTable thead tr th {
    z-index: 1 !important;
}

.dataTables_length select.input-sm {
    line-height: 20px;
}

.custom_select_div {
    position: relative;
}

.invoice-loader {
    min-height: 300px;
}




.simple_block {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.simple_block_header {
    width: 100%;
    padding: 5px 10px;
    background-color: #f4f5f8;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.simple_block_info {
    width: 100%;
    font-size: 13px !important;
    float: left;
    padding: 10px;
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border: 1px solid #ccc;
    border-top: 0px;
}
/*.element_mobile {
    -webkit-animation: expand 1s;
}
*/
@-webkit-keyframes expand {
    0% {
        height: 0px
    }

    100% {
        height: 36px
    }
}
    .simple_block_info table {
        table-layout: fixed;
        margin-bottom: 0px;
    }

.green_color_style .simple_block_info {
    border: 1px solid #79bc84;
    border-top: 0px;
}

.green_color_style .simple_block_header {
    background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#0df3a3));
    background: linear-gradient(to right, #0ac282, #0df3a3);
    color: #fff;
}

.paste_color_style .simple_block_info {
    border: 1px solid #01b0b3;
    border-top: 0px;
}

.paste_color_style .simple_block_header {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf);
    color: #fff;
}

.green_light_color_style .simple_block_info {
    border: 1px solid #2ca01c;
    border-top: 0px;
}

.green_light_color_style .simple_block_header {
    background: -webkit-gradient(linear, left top, right top, from(#2ca01c), to(#3dde27));
    background: linear-gradient(to right, #2ca01c, #3dde27);
    color: #fff;
}

/*.column_color_style thead tr th:nth-child(2),
.column_color_style thead tr th:nth-child(3),
.column_color_style thead tr th:nth-child(6),
.column_color_style thead tr th:nth-child(7),
.column_color_style tbody tr td:nth-child(2),
.column_color_style tbody tr td:nth-child(3),
.column_color_style tbody tr td:nth-child(6),
.column_color_style tbody tr td:nth-child(7) {
    background-color: #f4f5f8;
}*/







.sewsLoader .invoice-loader {
    min-height: unset !important;
    padding-top: 0px !important;
}

button {
    outline: 0 !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: unset !important;
}

button:focus {
    outline: 0 !important;
}

button:hover {
    outline: 0 !important;
}

button::selection {
    outline: 0 !important;
}

.selectstyle select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.selectstyle:after {
    content: "\25bc";
    color: #888;
    font-size: 15px;
    padding: 8px;
    position: absolute;
    right: 7px;
    top: 17px;
    text-align: center;
    pointer-events: none;
}
#side-menu li {
    border-bottom: 0PX;
}
    #side-menu li a {
        background-image: linear-gradient(#242f3e, #2c3c4e, #2c3c52);
        color: #d0cece !important;
        font-weight: bold;
        text-transform: uppercase;
    }
.subnav li a {
   
    padding-left: 25px;
   
    text-transform: unset !important;
}
.subnav a i {
    margin-right:15px;
    position:relative;
}
    .subnav li a::after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid #d0cece;
        position: absolute;
        left: 22px;
        top: 3px;
        border-radius: 50%;
    }
.subnav li a.active::after {
    background-color: #70ad47;
}
#AllReportList li a::after {
    top: 12px !important;
    left: 20px !important;
}
#NotesandTasksSubMenu li a:after,
#KnowledgeSubMenu li a:after {
    display: none !important;
}
#KnowledgeSubMenu li a i {
    margin-right:0px;
}
#side-menu li a > span {
    right: 17px !important;
    top: 8px !important;
    position: absolute !important;
    font-weight: normal !important;
}
.sidebar_height ul li a.active {
    background-color: #181717;
    background-image: unset !important;
}
.dash_top_block .panel-footer {
    font-size: 12px;
}
.GlobalEstInvCustSearchDiv .input-group {
    border: 1px solid #000;
    border-radius: 4px;
}

.GlobalEstInvCustSearchDiv input,
.GlobalEstInvCustSearchDiv input:-webkit-autofill {
    background-color: #fff !important;
    border-color: #fff !important;
}
#GlobalSearchButton,
#GlobalSearchButton:hover,
#GlobalSearchButton:active {
    background-color: #ffffff !important;
    border-color: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    font-size: 20px;
    padding: 3px 5px;
    height: 36px;
}
.layout_top_menu_bar li a {
    padding: 10px 10px;
    min-height: unset;
    padding-bottom: 0px;
}
.graph-container .btn-group .dropdown-toggle {
    border: 1px solid #2ca01c;
    margin-left: 0px !important;
    border-left: 1px solid #2ca01c !important;
}
.without_border_block {
    border: 0px !important;
    padding: 0px 5px 0px 0px !important;
}
.filter-customer-container.without_border_block {
    padding: 0px !important;
}
.LoaderWorkingDiv {
    /*position: relative;*/
    /*  background: white;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 40px;*/
   
}









.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0.7;
}

    .preloader .loader {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

.cs-preloader_in {
    width: 120px;
    height: 120px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    border-color: #d0cec6;
}

    .cs-preloader_in img {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }

    .cs-preloader_in:after {
        content: '';
        border-width: 3px;
        border-style: solid;
        border-color: transparent;
        border-top-color: #dc2128;
        border-radius: 50%;
        position: absolute;
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        left: 50%;
        top: 50%;
        -webkit-animation: spin 1s ease-in-out infinite;
        animation: spin 1s ease-in-out infinite;
        margin-left: -60px;
        margin-top: -60px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

*, ::after, ::before {
    box-sizing: border-box;
}

.grey_button {
    background-color: #e9e9e9 !important;
    color: #333333 !important;
    border-color: #333333 !important;
    border-radius: 4px;
    padding: 6px 8px;
    height: 34px;
}

    .grey_button:hover,
    .grey_button:focus {
        background-color: #c4c4c4 !important;
        color: #333333 !important;
    }


.absolute {
    position: absolute;
}


.transp_button,
.transp_button:focus {
    background-color: transparent !important;
    color: #fff !important;
    border-radius: 8px;
    border: 1px solid #6b6c72 !important;
    padding: 6px 8px;
    height: 35px !important;
}
    .transp_button:hover {
        background-color: #545558 !important;
    }
    .modal-footer .btn {
        float: none !important;
    }

.note-color {
    width: 25px !important;
    height: 17px;
    float: left;
    margin-right: 5px;
}
.rect_block {
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #f4f5f8;
}
.rect_block_green {
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #f4f5f8;
    color:#2ca01c !important;
    font-style:italic;
}
.PrivateLayoutContents {
    position: relative;
    /*overflow-y:auto;*/
    /*-webkit-overflow-scrolling: touch;*/
}

.sidebar_height {
    overflow: auto;
    width: 240px;
    background-image: linear-gradient(#171f29, #253242, #455975);
}

/*.PrivateLayoutContents .flyout-overlay {
        left:-215px;
    }*/

.GlobalEstInvCustSearchDiv {
    width: 100%;
}

#AllReportList {
    height: unset !important;
}
    #AllReportList li a {
        padding-left:35px !important;
    }
       
        .ChooseCompanyLi label {
            color: #fff;
            margin-top: 8px;
            font-size: 16px;
            letter-spacing: 1px;
            margin-top: 8px;
            font-size: 16px;
            letter-spacing: 1px;
            overflow: hidden;
            /*text-overflow: ellipsis;*/
            white-space: nowrap;
        }

.username {
    font-weight: bold;
    font-style: italic;
    min-height: unset !important;
    padding: 0px !important;
    color: #2ca01c;
}

    .username:hover {
        color: #2ca01c !important;
    }

.layout_top_menu_bar .menu .submenu .submenuelement a {
    color: #125a94;
}

.dropdown_tag {
    float: left;
}

.custom_padding_dash_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
    /*.custom_padding_dash_row .col-lg-12 {
    padding:0px;
}*/
    .custom_padding_dash_row .page-header {
        width: auto;
        float: left;
        border: none;
        margin-bottom: 5px;
    }

.dropdown_help {
    width: 400px;
}

.dropdown-alerts {
    width: 600px !important;
}

.IconOnly {
    position: relative;
}

    .IconOnly a i {
        font-size: 20px;
    }

.help_image {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 100px;
}

.dropdown-user {
    width: 840px;
}

.dropdown_notification {
    width: 430px;
}

.dropdown_time_clock {
    width: auto;
    position: absolute !important;
    right: 0px !important;
    min-width: unset;
    padding: 10px;
    text-align: right;
}

    .dropdown_time_clock .arrow_top_settings {
        right: 13px;
    }

.clock_in_time {
    width: 250px;
    float: left;
    padding-bottom: 5px;
}

    .clock_in_time span {
        font-weight: bold;
    }

.not_setting_dv {
    width: 100%;
    float: left;
    padding: 5px 10px;
}

    .not_setting_dv .text_right {
        text-align: right;
    }

    .not_setting_dv b {
        font-size: 18px;
    }

    .not_setting_dv div:nth-child(1) {
        width: 50%;
        float: left;
    }

    .not_setting_dv div:nth-child(2) {
        width: 50%;
        float: left;
    }

.not_show_all_dv {
    width: 100%;
    float: left;
}

.notification_counter {
    background-color: red;
    color: white;
    font-size: 12px;
    padding: 1px 6px;
    position: absolute;
    border-radius: 50%;
    top: 6px;
    right: 38px;
    text-align: center;
}
.custom_help_icon {
    font-size: 30px !important;
    color: #389476;
}
.custom_help_icon_bg::after {
    background-color: #c5e0b4;
    border-radius: 50%;
    /* height: 18px; */
    width: 94px;
    position: absolute;
    left: -72px;
}
    .LoadNotification_div {
        padding: 0px;
        width: 96%;
        float: left;
        margin-left: 2%;
        border: 3px dashed #ccc;
    }

.notification_item {
    padding: 5px 10px;
    cursor: pointer;
    -webkit-animation: notific 0.5s;
}

@-webkit-keyframes notific {
    0% {
        height: 0px;
    }

    100% {
        height: 46px
    }
}
.notification_item svg {
    width: 14px;
    float: left;
    margin-right: 5px;
}
.notification_item div:nth-child(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .notification_item .log_info {
        font-style: italic;
        color: #9a9a9a;
        font-size: 12px;
    }

    .notification_item:hover {
        background-color: #f7f4f4;
    }

.notification_not_seen {
    width: 100%;
    /*float:left;*/
}

.popup_text_subHeader {
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0px 5px 10px;
    color: #454545;
    border: 1px solid var(--AllButtonColor);
    border-radius: 4px;
    text-align: center;
}

.loged_info_user {
    width: auto;
    font-size: 14px;
    float: right;
}

.user_profile_pic_div {
    width: 20px !important;
    height: 20px;
    position: relative;
    float: left !important;
    margin-right: 10px;
    display: block !important;
}

    .user_profile_pic_div img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.top_menu_help_container {
    width: 100%;
    float: left;
    padding-left: 20px;
}

    .top_menu_help_container a {
        padding: 0px !important;
        margin: 0px !important;
        min-height: unset !important;
    }

.popup_text_header {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 9px;
}

.popup_text_header_help {
    width: 100%;
    float: left;
    font-size: 23px;
    font-weight: normal;
    padding-bottom: 15px;
    margin-top: 20px;
}

.tt-sug-type {
    font-size: 13px !important;
}

.tt_sug_manufac {
    color: #999;
    font-style: italic;
}

.popup_text_transactions {
    font-size: 18px;
    font-weight: normal;
    padding-top: 13px;
    margin: 12px 0px 0px -31px;
}

.popup_searching {
    padding-top: 0px !important;
}

.popup_helptype {
    padding-bottom: 20px !important;
}

.advanced_search {
    margin-top: -12px;
}

div.transactions {
    border: none;
    display: table;
    margin: 5px 0px 15px -28px;
    width: 730px;
}

div.extrar {
    border: none;
    display: table-row;
}

div.extrac {
    border: none;
    display: table-cell;
}

div.extrac_right {
    border: none;
    display: table-cell;
    text-align: right;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

li.open .popup_active_color {
    min-height: 50px !important;
    background-color: #00467f !important;
}

.popup_active_color:hover {
    min-height: 50px !important;
    background-color: #00467f !important;
    background-repeat: no-repeat;
}

.popup_marg {
    margin: 0px !important;
}

.topheaderborder {
    border: none !important;
}

.dropdown-menu {
    -webkit-border-radius: 0px 0px 4px 4px !important;
    -moz-border-radius: 0px 0px 4px 4px !important;
    border-radius: 0px 0px 4px 4px !important;
    border: none !important;
}

.submenuelement a:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.arrow_top_create {
    position: absolute;
    top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid white;
}

.arrow_top_search {
    position: absolute;
    top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid white;
}

.arrow_top_settings {
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid white;
}

.dropdown-user .arrow_top_settings {
    right: 140px;
}

.dropdown_notification .arrow_top_settings {
    right: 80px;
}

.arrow_top_help {
    position: absolute;
    top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid white;
}

.dropdown_help {
    right: 0;
    left: auto;
}

.red {
    color: red;
}

.position-absolute {
    position: absolute;
}

.ChooseCompanyLi {
    /*width: 200px;*/
    position: relative;
    top: 9px;
}

.custom {
    width: 555px !important;
}

.mid {
    float: right;
    margin-top: -36px !important;
}

#ModalSuccessMessage .success-body {
    margin-top: 40px;
    position: relative;
    padding: 15px;
}

.GlobalEstInvCustSearchDiv .tt-menu {
    overflow: auto;
    background: white;
    min-width: 320px;
    font-size: 13px;
    max-height: 400px;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    margin-top: 0px;
    position: absolute;
    left: 0px;
    z-index: 100;
    display: none;
    width: 100%;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    top: 46px;
}

.GlobalEstInvCustSearchDiv .tt-dataset-autocomplete {
    margin-top: -5px;
}

.GlobalEstInvCustSearchDiv .tt-suggestion {
    min-height: 50px;
    display: block;
    padding: 10px 10px 9px 15px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}

    .GlobalEstInvCustSearchDiv .tt-suggestion .EquipmentImage {
        width: 70%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .GlobalEstInvCustSearchDiv .tt-suggestion div {
        width: 50%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.GlobalEstInvCustSearchDiv .tt-menu p, .search-bar-container .twitter-typeahead > i p {
    margin: 0;
}

.GlobalEstInvCustSearchDiv .tt-sug-text {
    width: 100%;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.GlobalEstInvCustSearchDiv .tt-suggestion u {
    text-decoration: none;
    color: #aa2121;
}

.GlobalEstInvCustSearchDiv .tt-suggestion.active {
    background-color: #f2f2f2;
}

.GlobalEstInvCustSearchDiv .tt-sug-desc {
    width: 100%;
    color: #999;
    padding-top: 2px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.GlobalEstInvCustSearchDiv .tt-sug-type {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #999;
    font-style: italic;
}

.setupConfigUI {
    margin-top: 10px;
}

    .setupConfigUI li button {
        background-color: #2ca01c;
        color: white;
        border-color: #2ca01c;
    }

.no_item_found {
    float: right;
    font-size: 10px;
    border: 1px solid #ccc;
    padding: 3px;
    color: white;
    background-color: darkslategray;
}

.GlobalEstInvCustSearchDiv .tt-eq-price {
    float: right;
    color: #999;
    font-style: italic;
    position: absolute;
    right: 10px;
    width: 50%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

.GlobalSearchNavbarUl {
    width: 28%;
    float: right;
    padding-top: 7px;
}

.GlobalSearchInp {
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#drop_tag {
    border-radius: 0px;
    height: 36px;
}

.src-cls {
    padding: 7px;
}

.src-logo {
    padding: 7px;
}

.navbar-brand {
    padding: 3px;
    background-color: #fff;
    width: 58px;
    border-radius: 4px;
    height: 40px;
    margin: 5px 8px 0px 8px;
    position:relative;
}
.navbar-brand:hover {
    background-color:#fff !important;
}
.nav > li > .clock_in_color,
.nav > li > .clock_in_color:hover {
    color: #2ca01c !important;
}

.nav > li > .clock_out_color,
.nav > li > .clock_out_color:hover,
.nav > li > .clock_out_color:focus {
    color: #f99296 !important;
}

.green-tooltip + .tooltip > .tooltip-inner {
    background-color: #2ca01c;
}

.navbar-top-links .tooltip {
    min-width: 180px;
}



/*new css for table start*/
.new_table_style {
    margin-top: 5px;
    border-collapse: separate;
    border-spacing: 0px 5px;
    color: #767171;
    border:0px solid !important;
}

.new_table_style thead {
    border: 0px !important;
}

    .new_table_style th,
    .new_table_style td {
        border: 1px solid #a9b5bf !important;
        border-right: 0px !important;
        border-left: 0px !important;
    }

.new_table_style tr {
    border: 0px !important;
}

    .new_table_style tr th {
        color: #4a5564 !important;
        font-weight: bold !important;
        vertical-align:middle !important;
    }

        .new_table_style tr th:first-child,
        .new_table_style tr td:first-child {
            border-radius: 10px 0px 0px 10px;
            border-left: 1px solid #a9b5bf !important;
        }
.first_col_hide_table tr th:nth-child(2),
.first_col_hide_table tr td:nth-child(2) {
    border-radius: 10px 0px 0px 10px;
}

.new_table_style tr th:last-child,
.new_table_style tr td:last-child {
    border-radius: 0px 10px 10px 0px;
    border-right: 1px solid #a9b5bf !important;
}

   /* .new_table_style .cus-anchor {
        color: #125a94 !important;
        cursor: pointer;
        font-weight: bold;
    }*/
.new_table_style tbody tr:nth-child(even) {
    background-color: #f8f8f8 !important;
}
.new_table_style tbody tr:nth-child(odd),
.new_table_style tbody tr:hover {
    background-color: #f4f4f4 !important;
}
.ct_top_search_padding_style {
    padding:10px 0px;
}
.ct_top_search_padding_bottom_style {
    padding-bottom: 10px;
}
.ct_top_search_style {
    width: 100%;
    float: left;
}

    .ct_top_search_style .input-group {
        min-width: 200px;
        float: left;
        margin-right: 10px;
    }
    .ct_top_search_style .select2-container--default .select2-selection--single {
        border: 1px solid #a9b5bf;
        border-radius: 4px;
    }
    .ct_top_search_style input {
        width: 300px;
        float: left !important;
        margin-right: 15px;
        border: 1px solid #a9b5bf;
        border-radius: 8px;
        height: 35px;
    }
.ct_top_search_style_multi input,
.ct_top_search_style_multi select {
    width: 170px;
    margin-right: 0px;
    border-radius: 0px;
    border-left: 0px;
    float:left;
}
    .ct_top_search_style_multi input:first-child,
    .ct_top_search_style_multi select:first-child {
        border-radius: 8px 0px 0px 8px;
        border-left: 1px solid #a9b5bf;
    }
.ct_top_search_style_multi .ct_top_search_btn_border,
.ct_top_search_style_multi .ct_top_search_btn_border:hover {
    border-radius: 0px 8px 8px 0px;
}
.ct_top_search_style button,
.ct_top_search_style button:hover {
    border-radius: 4px;
    border: 0px;
    padding: 2px 8px;
    height: 34px !important;
    background-color: #2ca01c;
    color: #fff;
    margin-bottom: 5px;
}
    .ct_top_search_style button.btn-default.disabled:hover {
        background-color: #2ca01c;
    }
        .ct_top_search_style button i {
            font-size:20px !important;
        }
        .ct_top_search_style .equipment-list-filter {
            width: auto !important;
            float: left;
            margin-top: 0px;
            margin-left: 10px;
        }
    .ct_top_search_style .custom-btn {
        float:left;
    }
    .ct_top_search_style .right_side_buttons {
        float:right;
        margin-left:10px;
    }
    .ct_top_search_style .left_side_buttons {
        float: left;
        margin-right:10px;
    }
    
.new_nav_tab_style li:first-child {
    border-radius: 10px 0px 0px 0px;
}
.new_nav_tab_style li:last-child {
    border-radius: 0px 10px 0px 0px;
}
.new_table_list_for_div .table-head {
    border:0px !important;
}
.new_table_list_for_div .custom-table,
.new_table_list_for_div .Export_excel_customer {
    border: 1px solid #a9b5b5 !important;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom:3px;
}
.status_color_span {
    color: #83b469;
}
.draft_status_color_span {
    color: #ff8000;
}

.inprogress_status_color_span {
    color: #0077c5;
}
/*new css for table end*/
.clock_tooltip_div {
    display: none;
    position: absolute;
    background-color: #2ca01c;
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 170px;
    right: -60px;
    top: 58px;
    padding: 6px;
    border: 1px solid #000;
    border-radius: 4px;
}

    .clock_tooltip_div:before {
        right: 74px;
        border-width: 6px;
        transform: rotate(180deg);
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #000 transparent;
        border-bottom: 0;
        top: -6px;
    }

.clock_in_color:hover .clock_tooltip_div {
    display: block;
}

.panel-heading .row .col-xs-3 {
    padding-left: 5px;
}

.panel-heading .row .col-xs-9 {
    padding-right: 5px;
    padding-left: 0px;
}

.order_filter_list_bg {
    background-color: #309fdb !important;
    border-color: #309fdb !important;
}

.revenue_filter_list_bg {
    background-color: #e85c63 !important;
    border-color: #e85c63 !important;
}

.emp_dash_rev_footer a {
    color: #e85c63 !important;
}

.avgticket_filter_list_bg {
    background-color: #aa529b !important;
    border-color: #aa529b !important;
}

.emp_dash_avgtick_footer a {
    color: #aa529b !important;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none !important;
}

.emp_paid_advert_footer a {
    color: #b7165b !important;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none !important;
}

.dashboard_report .panel {
    margin-bottom: 25px;
}

.page-header {
    margin: 5px 0 25px;
}

.customer_add_btn_div {
    margin-top: 0px !important;
}

.right_side_menu_style .dropdown-menu {
    position: fixed;
    top: 52px;
    z-index: 999999;
}

.right_side_menu_style .dropdown-user {
   max-height: 93%;
}

.right_side_menu_style .dropdown-menu .overflow_style {
    width: 100%;
    float: left;
    position: relative;
}

.TimeClockDashboardHead .clock_in_button {
    width: 100%;
}

.QckMenuTimeClkBtn {
    width: 100%;
    margin-top: 10px;
}

    .QckMenuTimeClkBtn:hover a {
        color: #fff !important;
        text-decoration: unset;
    }

.dashboard_icon svg {
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.glyphicon-filter {
    color: #fff !important;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.table_total_bg,
.table_total_bg td {
    background-color: #e6e8ec !important;
}

    .table_total_bg b {
        white-space: nowrap;
    }

.reset_password_header {
    background-color: #99ada0;
}

.top_menu_custom_style {
    padding: 15px 20px;
}

    .top_menu_custom_style .MenuContents {
        padding: 0px;
    }

    .top_menu_custom_style .menu .submenu .submenuhead,
    .top_menu_custom_style .menu .submenu .submenuelement {
        padding-left: 0px;
    }

    .top_menu_custom_style .menu .submenu {
        width: 25%;
        float: left;
        padding-right: 15px;
    }

        .top_menu_custom_style .menu .submenu .submenuelement a:hover {
            background-color: #f4f5f8;
            font-size: 12.5px;
        }
.element_mobile a:hover span::after {
    content: '';
    position: absolute;
    left: -7px;
    top: 8px;
    display: block;
    border-right: 3px solid #2ca01c;
    border-bottom: 3px solid #2ca01c;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) rotate( -45deg );
}

.top_menu_custom_style .menu .submenu .submenuelement a:hover span {
    margin-left: 10px;
}

        .top_menu_custom_style .menu .submenu .submenuelement a {
            padding-left: 0px;
            position: relative;
            font-size: 13px;
            overflow:visible;
        }

            .top_menu_custom_style .menu .submenu .submenuelement a span {
                position: absolute;
                top: 8px;
                margin-left: 5px;
                transition-duration: 0.5s;
            }

    .top_menu_custom_style .popup_text_header svg {
        float: left;
    }

    .top_menu_custom_style .popup_text_header .top_menu_text_head {
        width: auto;
        float: left;
        padding-left: 5px;
        color: #454545;
    }
/*.top_menu_custom_style .menu .submenu:last-child {
       width:26%;
   }*/
.btndaily, .btnweekly, .btnmonthly, .btnyearly {
    color: #337ab7;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none !important;
}
.layout_top_menu_bar li svg,
.layout_top_menu_bar li img {
    -webkit-filter: drop-shadow(0px 2px 5px #fff);
    filter: drop-shadow(0px 2px 5px #fff);
}
    .layout_top_menu_bar li:nth-child(2) svg {
        margin-top:-4px;
    }



    .layout_top_menu_bar li {
        float: left;
        overflow: hidden;
    }
.element_mobile svg,
.element_mobile i {
    width: 25px;
    color: #2ca01c;
}
#businessinfo,
#proinfo {
    width: 100%;
    float: left;
}
#proinfo .notecls {
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    padding: 10px;
    text-align: justify;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-left:0px;
}

.PrivateLayoutContents .rect_outer table.table-sm thead th {
    position:unset !important
}
.custom_form_group .inner .form-group {
    min-height: 75px !important;
}
.custom_tickets a:hover svg,
.custom_tickets a:focus svg,
.custom_tickets .open a.focus svg,
.custom_tickets a:active svg {
    stroke: #fff;
}
.custom_tickets .open a.focus {
    background-color: var(--LeftSideMenuColor) !important;
}
@media (max-width:1093px) {
    .dash_top_block .col-lg-3 {
        width: 50%;
        float: left;
    }
}

@media(max-width:768px) {
    .top_menu_custom_style {
        padding: 15px 10px;
    }

        .top_menu_custom_style .menu .submenu {
            padding-right: 10px;
        }
    /*.PrivateLayoutContents .flyout-overlay {
    left: 0px;
     position:unset;
}*/
    .dropdown-alerts {
        width: 766px !important;
        right: -194px !important;
        left: auto !important;
    }

    .dropdown-search {
        width: 766px !important;
        padding-bottom: 35px !important;
        left: -576px !important;
    }



    .arrow_top_create {
        right: 216px;
    }

    .arrow_top_search {
        right: 150px;
    }

    .arrow_top_settings {
        right: 200px;
    }

    .arrow_top_help {
        right: 20px;
    }

    /*#page-wrapper {
        position: unset;
        top: 0px;
    }*/

    .Top-Logo {
        width: 70px;
    }

    .navbar-fixed-top .navbar-toggle {
        margin-right: 0px;
    }

    .Top-Logo .navbar-brand {
        padding-left: 0px;
        padding-right: 0px;
    }

    .ChooseCompanyUl {
        margin-left: 10px;
    }
}

@media (max-width:767px) {
    #page-wrapper {
        top: 55px;
        position: fixed !important;
    }

    .GlobalSearchNavbarUl {
        display: none;
    }

    .navbar-default.sidebar .sidebar-nav {
        position: fixed;
        background: white;
        z-index: 999999;
        width: 100%;
    }

    .layout_top_menu_bar li a {
        padding: 15px 6px;
    }
  
    .navbar-default.sidebar .sidebar-nav {
        top: 50px;
    }
    /*.sidebar_height {
        margin-top:50px;
    }*/
    .ChooseCompanyLi {
        width: 100px !important;
    }
}

@media (max-width:580px) {
    .custom_padding_dash_row .page-header {
        width: 100%;
    }
}

@media (min-width: 768px) {
    div.dataTables_length select {
        width: 75px !important;
    }
}

@media(max-width:500px) {
   
    .content_for_mobile .content_for_mobile {
        width: 100% !important;
        float: left;
    }
    .top_menu_custom_style {
        padding: 10px 0px;
    }

    .dash_top_block .col-lg-3 {
        width: 100%;
        float: left;
    }

    .PrivateLayoutContents {
        position: unset;
        overflow-y: auto;
        /*-webkit-overflow-scrolling: touch;*/
    }

        .PrivateLayoutContents .flyout-overlay {
            left: 0px;
            position: unset;
        }

    .dropdown_time_clock {
        position: fixed !important;
    }

        .dropdown_time_clock .arrow_top_settings {
            right: 110px;
        }

    .dropdown_notification .arrow_top_settings {
        right: 148px;
    }

    .clock_in_time {
        width: 100%;
    }

    .ChooseCompanyLi {
        width: 90px !important;
    }

        .ChooseCompanyLi select {
            padding: 6px 0px;
        }

    .layout_top_menu_bar li a {
        padding: 15px 3px;
    }

    .loged_info_user {
        width: 100%;
        float: none;
    }

    .dropdown_notification {
        width: 412px;
    }

    .overflow_style {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 348px;
        position: relative;
    }

    .popup_text_header {
        margin-top: 5px !important;
    }


    .MenuContents {
        padding-left: 10px !important;
        width: 100%;
        padding-right: 10px;
    }

    .submenu_mobile {
        width: 50% !important;
        float: left !important;
    }

    .submenuhead {
        padding: 3px 0px !important;
        background-color: #f1f1f1;
    }
    /*.submenuelement {
        padding-left:0px !important;
    }*/
    .element_mobile {
    }

    .dropdown-alerts {
        width: 410px !important;
        right: -252px !important;
        left: auto !important;
    }

    .dropdown-search {
        width: 411px !important;
        padding-bottom: 35px !important;
        left: -163px !important;
    }



    .arrow_top_create {
        right: 278px;
    }

    .arrow_top_search {
        right: 209px;
    }

    .dropdown-user .arrow_top_settings {
        right: 195px; /*done*/
    }

    .arrow_top_help {
        right: 68px;
    }

    .width-25p {
        width: 35%;
        float: left;
    }

    .width-55p {
        width: 45%;
        float: left;
    }

    .width-20p {
        width: 20%;
        float: left;
    }

    .sidebar_height {
        width: 100%;
    }

    .navbar-default.sidebar .sidebar-nav {
        position: sticky;
        z-index: 9;
        width: 100%;
        margin-top: 50px;
    }
}
#side-menu #zerolead, #side-menu #unassigncount {
    position: absolute;
    right: 8px;
    top: 15px;
    background: none !important;
    padding: 0px;
    color: #fff !important;
    z-index: 9;
}
#side-menu #duecount {
    position: absolute;
    right: 8px;
    top: 15px;
    background: none !important;
    padding: 0px;
    z-index: 9;
    font-weight: bold;
    color: #fff;
}
   
    #side-menu #duecount .od_green {
        color: #2ca01c;
    }
    @media(max-width:375px) {
        .MenuContents {
        padding-left: 10px !important;
        width: 100%;
    }

    .mobile_content {
        width: 100%;
    }

    .submenu_mobile {
        width: 50% !important;
        float: left !important;
    }


    .dropdown-alerts {
        width: 373px !important;
        right: -253px !important;
    }

    .dropdown-search {
        width: 374px !important;
        left: -124px !important;
    }




    .arrow_top_create {
        right: 278px;
    }

    .arrow_top_search {
        right: 209px;
    }

    .arrow_top_settings {
        right: 262px;
    }
}

@media(max-width:360px) {

    .dropdown_notification {
        left: 0px;
        width: 358px;
    }

    .layout_top_menu_bar li a {
        padding: 15px 1px;
    }
}

@media(max-width:350px) {
    .navbar-top-links li:last-child {
        margin-right: 0px;
    }
}

@media(max-width:320px) {
    .ChooseCompanyLi {
        width: 53px !important;
    }

    .dropdown_notification {
        left: 0px;
        width: 318px;
    }

    .MenuContents {
        padding-left: 10px !important;
        width: 100%;
    }

    .mobile_content {
        width: 100%;
    }

    .submenu {
        width: 50% !important;
        float: left !important;
    }

    .submenu_mobile {
        width: 50% !important;
        float: left !important;
    }



    .border-radius-0 {
        border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        padding: 0px !important;
    }

    .width-25p {
        width: 31%;
        float: left;
    }

    .width-55p {
        width: 49%;
        float: left;
    }

    .dropdown-alerts {
        width: 318px !important;
        right: -247px !important;
    }

    .dropdown-search {
        width: 318px !important;
        left: -75px !important;
    }

    .dropdown_help {
        width: 318px !important;
        left: 0px !important;
    }

    .arrow_top_create {
        right: 278px;
    }

    .arrow_top_search {
        right: 209px;
    }

    .arrow_top_settings {
        right: 255px;
    }



    .help_image {
        width: 126px;
        top: 26px;
        right: 18px;
    }

    .popup_text_header_help {
        padding-bottom: 0px;
    }
}
/*News Ticker Start*/
.announcement-div {
    width: 100%;
    float: left;
    display: none;
    padding: 2px 0px;
    position: relative;
    background-color: #e8eeff;
    border: 1px solid #001042;
}

.single_filter_div_style button {
    height: 35px;
    margin-left: 10px;
}

.order_notification_icon {
    float: right;
    font-size: 20px !important;
}

.order_notification_count {
    background-color: red;
    color: white;
    font-size: 12px;
    padding-top: 5px;
    position: absolute;
    border-radius: 50%;
    top: 1px;
    right: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
}

.announcement-label {
    width: 148px;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #2ca01c;
    background-image: linear-gradient(90deg, #001042, #8ba7ff);
    font-size: 16px;
    color: #FFF;
    padding: 6px;
    font-weight: bold;
    margin-right: 10px;
}

.announcement-marque {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 150px;
    padding-right: 45px;
    padding-top: 3px;
    font-size: 16px;
    color: #001042;
}

    .announcement-marque .close_btn_size {
        position: absolute;
        height: 35px;
        width: 35px;
        right: 0;
        padding: 8px;
        top: -5px;
        cursor: pointer;
        margin-right: 10px;
        z-index: 12;
        cursor: pointer;
    }

.green-tooltip + .tooltip > .tooltip-inner {
    background-color: #2ca01c;
}
input[type="datetime"],
input[placeholder="M/D/YYYY"] {
    background: url(../../icons/calendarinput.svg) no-repeat right 12px center;
    background-size: 18px;
    padding-right: 40px;
    cursor: pointer;
    margin-left: 0px !important;
}


input[placeholder="MM/DD/YYYY"] {
    background: url(../../icons/calendarinput.svg) no-repeat right 12px center;
    background-size: 18px;
    padding-right: 40px;
    cursor: pointer;
    margin-left: 0px !important;
}
    /*News Ticker End*/
    .page_filter_btn {
        margin-left: 10px;
        color: #fff;
    }

    .page_filter_btn:hover,
    .page_filter_btn:focus,
    .page_filter_btn:active {
       
    }

#btnDownloadPayment {
    float: right;
}

    #btnDownloadPayment,
    #btnDownloadPayment:hover,
    #btnDownloadPayment:focus,
    #btnCancellationCueDownload,
    #btnCancellationCueDownload:hover,
    #btnCancellationCueDownload:focus,
    #btnCancelledCustomerDownload,
    #btnCancelledCustomerDownload:hover,
    #btnCancelledCustomerDownload:focus {
        background-color: #2ca01c;
        color: #fff;
    }

.get_update_det_container {
    width: 100%;
    float: left;
}

.get_update_det_header {
    width: 100%;
    float: left;
    padding: 10px 25px;
    font-size: 20px;
    border-bottom: 2px solid #ccc;
    background-color: #f4f5f8;
}

.get_update_det_height {
    width: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.get_update_det_inner {
    width: 100%;
    float: left;
    padding: 20px 20px;
}

    .get_update_det_inner > div {
        width: 100%;
        float: left;
        font-size: 16px;
        padding-bottom: 10px;
    }

    .get_update_det_inner ol {
        width: 100%;
        float: left;
        font-size: 16px;
        counter-reset: item;
        margin: 0 0 1.5em;
        padding: 0;
    }


        .get_update_det_inner ol > li {
            counter-increment: item;
            list-style-type: none;
            margin-bottom: 10px;
            padding: 0 0 0 2rem;
            text-indent: -1.2rem;
        }

            .get_update_det_inner ol > li::before {
                content: counter(item) '.';
                display: inline-block;
                font-weight: bold;
                padding-right: 0.5rem;
                text-align: right;
                width: 1.5rem;
            }

.header-section {
    padding: 10px 0px;
}

.geeseactivitylog_table tr td {
    width: 100%;
    float: left;
}

    .geeseactivitylog_table tr td:nth-child(1) {
        border-top: 0px;
    }

    .geeseactivitylog_table tr td span:nth-child(2) {
        width: 80px;
        float: right;
        display: block;
        text-align: left;
    }

.float-left {
    float: left;
}
.Documents-Box,
.Notes-Box {
    width: 100%;
    float: left;
}
    .small_button {
        display:flex;
    }
    .Documents-Box .ci_block,
    .Documents-Box .as_block,
    .Notes-Box .ci_block,
    .Notes-Box .as_block {
        width: 100%;
        float: left;
        border: 1px solid #3072a7;
        border-radius: 8px;
        overflow: hidden;
    }
    .Notes-Box .as_header,
    .Notes-Box .ci_header,
    .Documents-Box .as_header,
    .Documents-Box .ci_header {
       /* background-color: #3072a7;
        color: #fff;
        border-bottom: 2px solid #004883;*/
    }
    .Notes-Box .ci_info,
    .Documents-Box .ci_info {
        padding: 20px 15px 0px 15px;
    }
.Notes-Box .lead_note_box_container {
    max-height:unset !important;
}
.ribbon_style {
    position: absolute;
    right: 30px;
    top: -12px;
    /*left: 0px;*/
    width: max-content;
    margin: auto;
}

    .ribbon_style span {
        position: relative;
        display: block;
        text-align: center;
        background: #d71920;
        font-size: 13px;
        padding: 3px 7px;
        border-radius: 0px 10px 0px 0px;
        color: #fff;
        box-shadow: 2px 2px 8px #ccc;
        letter-spacing: 1px;
    }

        .ribbon_style span:before {
            position: absolute;
            content: "";
            height: 0;
            width: 0;
            left: -12px;
            top: 0px;
            border-bottom: 13px solid #830005;
            border-right: 11px solid transparent;
            transform: rotate(270deg);
        }

       /* .ribbon_style span:after {
            position: absolute;
            content: "";
            height: 0;
            width: 0;
            right: -13px;
            top: 1px;
            border-bottom: 11px solid #8b0850;
            border-right: 13px solid transparent;
            transform: rotate(0deg);
        }*/