﻿/*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;
}*/

/*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 */
/*}*/
@font-face {
    font-family: 'helveticaneue';
    src: url('../../content/fonts/helveticaneue/helveticaneue.ttf') format('truetype');
}
@font-face {
    font-family: 'helveticaneue medium';
    src: url('../../content/fonts/helveticaneue/helveticaneue medium.ttf') format('truetype');
}
@font-face {
    font-family: 'helvetica neu bold';
    src: url('../../content/fonts/helveticaneue/helvetica neu bold.ttf') format('truetype');
}
@font-face {
    font-family: 'inter-regular';
    src: url('../../content/fonts/inter/inter-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'inter-medium';
    src: url('../../content/fonts/inter/inter-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'inter-bold';
    src: url('../../content/fonts/inter/inter-bold.ttf') format('truetype');
}
.custom_body_style {
    font-family: inter-medium;
}
.custom_body_style .navbar-inverse {
    background-color: #0089FF;
    border-color: #005eaf;
}
.custom_body_style .navbar-top-links > li > a {
    color:#fff;
    transition:ease 0.5s;
}
    .custom_body_style .navbar-top-links > li > a:hover {
        background-color:#fff;        
    }
.custom_body_style #side-menu li a {
    transition: ease 0.5s;
}
.custom_body_style #side-menu li a:hover {
    background-color: #a8d7ff !important;
}
.custom_body_style #side-menu li a.active:hover {
    background-color: #0089FF !important;
}
.war_style tr th,
.war_style tr td {
    border: 0px !important;
    border-bottom: 1px solid #e9ebf1 !important;
}
.war_style tbody tr:nth-child(even) {
    background-color: #ececec !important;
}
.result_text {
    width: auto;
    float: left;
    position: relative;
}
    .result_text:hover {
        color: #0089FF;
    }
.result_download {
    float: right;
    margin-left: 5px;
}

.result_ap_block {
    width: 220px;
    float: left;
    display: none;
    height: auto;
    box-shadow: 0px 12px 16px -4px #203A7214, 0px 1px 2px 0px #203A720F;
    position: absolute;
    right: 0px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    z-index: 9;
}

.result_text:hover {
    color: #0089FF;
}

    .result_text:hover .result_ap_block {
        display: block;
    }

.rab_header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e9ebf1;
    padding: 15px 20px;
}

.rab_content {
    width: 100%;
    float: left;
    padding: 15px 20px;
}

    .rab_content table {
        width: 100%;
        float: left;
    }

        .rab_content table td {
            padding: 5px 0px;
            font-size: 10px;
        }

        .rab_content table tbody tr:nth-child(even) {
            background-color: unset !important;
        }
.tb_c_name {
    width: calc(100% - 32px);
    float: left;
    margin-left: 7px;
}
.Top-Logo {
    background-color: #fff;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-top: 6px;
    margin-right: 10px;
    padding: 4px;
}
    .Top-Logo .navbar-brand {
        padding:0px;
    }
    .table_total_bg {
        background-color: #e6e8ec !important;
    }
#notification,
#notification:hover {
    position: relative;
    text-decoration: none;
    color: #000;
}

    #notification .notification_counter {
        right: unset;
        top: -10px;
        left: 15px;
        border-radius: 4px;
        padding: 3px 5px;
        width: auto;
        height: auto;
        font-size: 13px;
    }
table thead tr th {
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    background-color: #fff;
    box-shadow: 0 1px 1px -1px #ccc;
    z-index:9;
}

.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;
}
.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;
}
.dash_top_block .panel-footer {
font-size:12px;
}

.graph-container .btn-group .dropdown-toggle {
    border:1px solid #2ca01c;
        margin-left: 0px !important;
    border-left: 1px solid #2ca01c !important;
}
.LoaderWorkingDiv {
    /*position: relative;*/
    background: white;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.absolute {
    position:absolute;
}
.Load_FinancingPartner {
    width: 100%;
    float: left;
}
.menulist_container {
    width: 100%;
    float: left;
    /*overflow-y: auto;
    height: 74vh;*/
}
.menu_list_partial_info thead {
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.menu_list_partial_info tbody {
    border: 1px solid #ccc;
}

.menu_list_partial_info {
    width: 100%;
    float: left;
}

    .menu_list_partial_info thead tr th {
        padding: 5px 10px 5px 10px;
        border-right: 1px solid #ccc;
    }

    .menu_list_partial_info tbody tr td {
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid #ccc;
    }

    .menu_list_partial_info tbody tr:nth-child(odd) {
        background-color: #fff;
    }

    .menu_list_partial_info tbody tr:hover {
        /*background-color:#f8f8f8;*/
    }

    .menu_list_partial_info thead tr th div:nth-child(1) {
        width: 94%;
        float: left;
        padding-top: 2px;
    }

    .menu_list_partial_info thead tr th div:nth-child(2) {
        width: 6%;
        float: left;
    }

        .menu_list_partial_info thead tr th div:nth-child(2) i {
            float: right;
            cursor: pointer;
            width: 100%;
            text-align: right;
            color: #bdbdbd;
        }

            .menu_list_partial_info thead tr th div:nth-child(2) i:nth-child(2) {
                margin-top: -5px;
            }
.sales_summery_report_top_bar {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .sales_summery_report_top_bar .input-group {
        width: 300px;
        float: left;
    }

        .sales_summery_report_top_bar .input-group .btn {
            background-color: #2ca01c;
            color: #fff;
        }

.payroll_report_top_nav {
    background-color: #f4f5f8;
}

    .payroll_report_top_nav li {
        border: 1px solid #ccc !important;
    }

        .payroll_report_top_nav li a {
            margin-right: 0px;
            border-radius: 0px;
        }

    .payroll_report_top_nav > li.active > a {
        background-color: #2ca01c;
        color: #fff;
        border-color: #2ca01c;
    }

        .payroll_report_top_nav > li.active > a:hover {
            background-color: #2ca01c;
            color: #fff !important;
            border-color: #2ca01c;
        }


.icon_green,
.icon_green:hover {
    color: #0089FF !important;
}
.green {
    color: #0089FF !important;
}
.green_button,
.green_button:hover,
.green_button:focus {
    background-color: #0089FF !important;
    color: #fff !important;
    border-color: #0089FF !important;
}
.red_button,
.red_button:hover,
.red_button:focus {
    background-color:#d71920 !important;
    color:#fff !important;
    border-color:#d71920 !important;
}
    .red_button .fa-trash-o,
    .red_button .fa-trash-o:hover,
    .red_button .fa-trash,
    .red_button .fa-trash:hover {
        color:#fff !important;
    }
    .modal-footer .btn {
        float: none !important;
    }
.note-color {
    width: 25px !important;
    height: 17px;
    float: left;
    margin-right: 5px;
}
.PrivateLayoutContents {
    position: relative;
    /*overflow-y:auto;*/
    /*-webkit-overflow-scrolling: touch;*/
    background-color: #fff;
}
.sidebar_height {
    overflow:auto;
    width:230px;
}
    .sidebar_height li a i {
        width:23px;
    }
#AllReportList, #LeftMenuValueSettings {
    padding-left: 8px;
}
    /*.PrivateLayoutContents .flyout-overlay {
        left:-215px;
    }*/

.GlobalEstInvCustSearchDiv {
    width: 100%;
}
#AllReportList, #LeftMenuValueSettings {
    height: unset !important;
}
.ChooseCompanyLi label {
    color: #fff;
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 2px;
    font-size: 22px;
    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: #0089FF;
}
.username:hover {
    color:#2ca01c !important;
}
.layout_top_menu_bar .menu .submenu .submenuelement a {
    color: #0089FF;
}
.dropdown_tag{
    float:left;
}
.common_table_style {
    width:100%;
    float:left;
}
    .common_table_style thead tr {
        border-bottom:2px solid #ccc;
    }
    .common_table_style tbody tr:nth-child(odd) {
       background-color:#f8f8f8;
    }
    .common_table_style tbody tr:hover {
        background-color: #f4f5f8;
    }
    .common_table_style .fa {
        font-size:12px;
    }
    .common_table_style .action {
        width:100px;
    }
    .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: 150px;
}
.username:hover {
    color: #0089FF !important;
}

.dropdown-user {
    width: 295px;
}

.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-top: 5px;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    right: 39px;
    height: 20px;
    width: 20px;
    text-align: center;
}

.LoadNotification_div {
    padding: 0px;
    width: 96%;
    float: left;
    margin-left: 2%;
    border: 3px dashed #ccc;
}

.notification_item {
    padding: 5px 10px;
    cursor: pointer;
}

    .notification_item div:nth-child(1) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .notification_item div:nth-child(2) {
        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: 15px;
    font-weight: normal;
    padding: 5px 0px 5px 10px;
    color: #454545;
    border: 1px solid #2ca01c;
    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: #555555 !important;
}

.popup_active_color:hover {
    min-height: 50px !important;
    background-color: #b0b0b0 !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: #0089FF !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: 29px;
}

.dropdown_notification .arrow_top_settings {
    right: 140px;
}

.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: 8px 15px;
}

.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;
}

.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;
}
.top_header_style {
    width:100%;
    float:left;
}
    .top_header_style > span {
        font-size:30px;
    }
    .top_header_style button {
        float:right;
    }
.span-style {
    font-weight:bold;
    color:#4c4c4c;
}
.page-header {
    margin: 5px 0 25px;
}
#btnSaveNetwork,
#btnSaveAccount {
    float: right;
}
table.table thead tr th,
table.table tbody tr td {
    border:1px solid #ccc;
}
.customer_add_btn_div {
    margin-top: 0px !important;
}

.right_side_menu_style .dropdown-menu {
    position: fixed;
    top: unset;
    z-index: 999999;/*
    max-height: 93%;
    overflow-y: auto;*/
}
.open .top_menu_custom_style {
    display: inline-table !important;
}
.right_side_menu_style .dropdown-user {
    max-height: 93%;
}
.ticketStatusDiv .bootstrap-select.btn-group .dropdown-menu {
    width: max-content;
    left: 0px;
}
.ticketStatusDiv a span.check-mark {
    left:0px;
    right:unset !important;
}
.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 {
    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: 50%;
        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;
}

    .top_menu_custom_style .menu .submenu .submenuelement a span {
        position: absolute;
        top: 8px;
        margin-left: 2px;
        transition-duration: 0.5s;
    }

.top_menu_custom_style .popup_text_header svg {
    float: left;
}

.element_mobile svg,
.element_mobile i {
    width: 25px;
}
     .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;
}
.element_mobile {
    -webkit-animation: expand 1s;
}

@-webkit-keyframes expand {
    0% {
        height: 0px
    }

    100% {
        height: 36px
    }
}
@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;
    }
    .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:415px) {
    .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;
    }*/
   

    .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_100p {
        width:100%;
        float:left;
    }
    .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;
}
}

@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: #efffe7;
    border: 1px solid #2ca01c;
}
.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, #2ca01c, #7dd451);
    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: #116031;
}
.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;
    }
   
/*News Ticker End*/
.page_filter_btn {
   background-color:#2ca01c;
    margin-left:10px;
       
}
.page_filter_btn:hover,
.page_filter_btn:focus,
.page_filter_btn:active {
   background-color:#2ca01c;
}
#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;
    }
#page-wrapper .btn {
    height: 40px;
}

#page-wrapper table .btn {
    height: unset;
    padding: 2px 5px;
    font-size: 12px;
}

#page-wrapper .form-control {
    height: 40px;
    border-radius: 8px;
}

#page-wrapper .input-group .form-control {
    height: 40px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

  
    #page-wrapper .input-group .btn.green_button {
        height: 40px;
    }
#page-wrapper .input-group .form-control:disabled, #page-wrapper .input-group .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
#page-wrapper .war_filter .form-control:disabled, #page-wrapper .war_filter .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
#page-wrapper .ad_top_srch_bar .form-control:disabled, #page-wrapper .ad_top_srch_bar .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
#PayrollFilterEndDate {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.admin_table_style table th, .admin_table_style table td {
    padding: 5px 10px !important;
    border: 0px !important;
}
.admin_table_style table th {
    color: rgba(32, 58, 114, 0.5);
}
.admin_table_style tbody tr:nth-child(odd) {
    background-color: #fff !important;
}
.admin_table_style tbody tr:nth-child(even) {
    background-color: #ececec !important;
}
.admin_table_style table thead {
    border:0px;
}
.admin_table_style table th {
    border-top: 0px;
    border-bottom: 1px solid #e9ebf1 !important;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
}
.admin_table_style table {
    border:0px !important;
}
.admin_table_style table tbody tr {
    border-bottom:0px;
}
    .admin_table_style table tbody {
        border:0px;
    }
.red_border_button,
.red_border_button:hover {
    background: #fff;
    border-radius: 100px;
    padding: 8px 25px;
    color: #ff0000 !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    border: 1px solid #ff8080;
    height: 40px;
    cursor: pointer;
}
.blue_border_button,
.blue_border_button:hover {
    background: #fff;
    border-radius: 100px;
    padding: 8px 25px;
    color: #0089FF !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    border: 1px solid #0089FF;
    height: 40px;
    cursor: pointer;
}
.Sel_Drop {
    margin-bottom: 5px;
    font-size: 12px;
    height: unset !important;
    /*padding: 2px;*/
    width: auto;
}
.war_filter {
    float: right;
    position: relative;
    padding-top: 6px !important;
}
.war_filter .DateFilterContents .dropdown-filter {
    top: 40px;
    box-shadow: 2px 2px 8px #ccc;
    border-radius: 20px;
    padding: 20px;
    width: 330px;
}

.war_filter .DateFilterContents .sub-list span {
    font-weight: normal;
    color: rgba(32, 58, 114, 0.5);
    letter-spacing: 0px;
}

.war_filter .input-group-addon {
    padding: 7px;
    font-weight: normal;
    color: rgba(32, 58, 114, 0.5);
    letter-spacing: 0px;
    background-color:#fff;
    border:0px;
}

.war_filter .date-start,
.war_filter .DateFilterContents .caret_style i {
    color: #0089FF;
}

.war_filter .DateFilterContents .btn-reset-Datefilter {
    margin-left: 0px;
}

.war_filter .DateFilterContents .btn-reset-Datefilter {
    color: #fff;
    background: #ff8080;
    border-color: #ff8080;
}

.war_filter .DateFilterContents .btn-apply-Datefilter {
    color: #fff;
    background: #0089FF;
    border-color: #0089FF;
}
    .war_filter .date-start {
        font-size: 14px !important;
    }
    .war_filter ._GArn,
    .war_filter .caret_style {
        padding-top: 3px !important;
        padding-bottom: 0px !important;
    }
.db_sum_container .db_sum_info_container:nth-child(2) {
    padding-bottom: 0px;
}

.db_sum_container {
    width: 100%;
    /*max-width: 370px;*/
    float: left;
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px #203A720F, 0px 1px 3px 0px #203A721A;
    margin: 15px 0px;
    border: 1px solid #ccc;
}

.db_sum_info_container {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.db_sum_container .col-md-6 .db_sum_info_container:last-child {
    padding-bottom: 0px;
}

.db_sum_header {
    width: 100%;
    float: left;
}

.db_sum_info {
    width: 100%;
    float: left;
    font-size: 20px;
    color: var(--headerTextColor);
}

.db_sum_data {
    width: auto;
    float: right;
    text-align: right;
}

    .db_sum_data svg {
        margin-top: 0px;
        float: left;
        margin-right: 2px;
    }

    .db_sum_data span {
        color: #12B76A;
        float: left;
        margin-right: 5px;
    }

.db_sum_graph {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 40px;
}

.db_sum_data.red_color span {
    color: #B42318;
}

