﻿/*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;
}*/
.cls_autofill {
    background-color: #fff !important;
}
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;
}
#side-menu a i {
    width:25px;
}
.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;
        padding: 15px 15px;
    }

.subnav li a {
    padding-left: 25px;
    text-transform: unset !important;
}

.subnav a i {
    margin-right: 15px;
    position: relative;
}

    .subnav a i::after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid #d0cece;
        position: absolute;
        left: 22px;
        top: 3px;
        border-radius: 50%;
    }

.subnav a.active i::after {
    background-color: #70ad47;
}

.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;
}

.layout_top_menu_bar li a {
    padding: 10px 0px;
    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;
}

.absolute {
    position: absolute;
}

.green_button,
.green_button:hover,
.green_button:focus {
    background-color: #125a94 !important;
    color: #fff !important;
    border-color: #125a94 !important;
    border-radius: 8px;
    padding: 2px 8px;
    height: 35px;
}

    

a.green_button,
a.green_button:hover {
    padding: 6px 8px;
}

.red_button,
.red_button:hover,
.red_button:focus {
    background-color: #d71920 !important;
    color: #fff !important;
    border-color: #d71920 !important;
    border-radius: 8px;
    border: 1px solid #333 !important;
    padding: 6px 8px;
    height: 35px !important;
}

  

.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;
}

.PrivateLayoutContents {
    position: relative;
    background-color:#fff;
   /* overflow-y:auto;
    webkit-overflow-scrolling: touch;*/
}
.main_height {
    width: 100%;
    float: left;
    overflow-y: auto;
    webkit-overflow-scrolling: touch;
}
    .CityState_insert_div .tt-menu::-webkit-scrollbar,
    .tt-menu-product::-webkit-scrollbar,
    .main_height::-webkit-scrollbar {
        width: 5px;
        border-radius: 8px;
    }
    .CityState_insert_div .tt-menu::-webkit-scrollbar-track,
    .tt-menu-product::-webkit-scrollbar-track,
    .main_height::-webkit-scrollbar-track {
        background: transparent;
    }
    .CityState_insert_div .tt-menu::-webkit-scrollbar-thumb,
    .tt-menu-product::-webkit-scrollbar-thumb,
    .main_height::-webkit-scrollbar-thumb {
        background: #125a94;
    }
.tt-menu-product,
.main_height {
    scrollbar-color: #125a94 transparent;
    scrollbar-width: thin;
}

   
.sidebar_height {
    overflow: auto;
    width: 230px;
    background-image: linear-gradient(#171f29, #253242, #455975);
}

#AllReportList {
    padding-left: 8px;
}
/*.PrivateLayoutContents .flyout-overlay {
        left:-215px;
    }*/

.GlobalEstInvCustSearchDiv {
    width: 100%;
}

#AllReportList {
    height: unset !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: 150px;
}

.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 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: 16px;
    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 {
    background-color: #125a94 !important;
}

.popup_active_color:hover {
   /* min-height: 54px !important;*/
    background-color: unset !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;
    display:none;
}

.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;
    display:none !important;
}

.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;
    width: 175px;
    border-radius: 4px;
    height: 40px;
    margin: 8px 8px 0px 8px;
}

    .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(odd),
.new_table_style tbody tr:hover {
    background-color: unset !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 {
        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: 8px;
    border: 1px solid #333 !important;
    padding: 2px 8px;
    height: 35px !important;
}

    .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: 55px;
    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 {
    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: 100%;
        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;
}

.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;
    height: 54px;
    position: relative;
    margin-right: 0px !important;
}
    .layout_top_menu_bar li.open:before {
        content:"";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 6px solid #034478;
        bottom:-1px;
        left:0px;
        right:0px;
        margin:auto;
        z-index:9;
    }
    .element_mobile svg,
    .element_mobile i {
        width: 25px;
        color: #2ca01c;
    }

@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: 10px;
        border-color: #fff;
    }

    .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 (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;
        background-color:#fff;
        /*-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;
    }
}

@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;
    }

.float-left {
    float: left;
}
.page_top_header {
    width: 100%;
    float: left;
    text-align: right;
    padding: 10px 0px;
}
    .page_top_header h3 {
        float: left;
        width: auto;
        margin: 0px;
        margin-top: 5px;
        color: #125a94;
        font-weight: bold;
    }
.add_new_block {
    width: 100%;
    float: left;
    box-shadow: 2px 2px 8px #ccc;
}
.add_new_block_inner {
    width: 100%;
    float: left;
    padding: 15px 20px;
}
    .add_new_block .span-style {
        font-weight:bold;
    }
.add_new_block_footer {
    width: 100%;
    float: left;
    padding: 15px 20px;
    border-top: 1px solid #e3e3e3;
    background-color: #f8f8f8;
}
.add_new_block_footer button:nth-child(1) {
    float:left;
}
    .add_new_block_footer button:nth-child(2) {
        float: right;
    }

.loged_info_user {
    width: auto;
    font-size: 14px;
    float: right;
    margin: 8px 15px;
    border-radius: 4px;
    padding: 0px !important;
    overflow: hidden;
    border: 1px solid #bbb;
    background-color: #efeded;
    min-width: 150px;
}

    .loged_info_user:hover {
       /* background-color: #f2f2f2;*/
    }

.user_profile_pic_top_div {
    width: 35px !important;
    height: 35px;
    position: relative;
    float: left !important;
    margin-right: 7px;
    display: block !important;
    overflow: hidden;
    background-color: #fff;
    border-right: 1px solid #125a94;
}

    .user_profile_pic_top_div img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
    }
.username_top {
    font-weight: bold;
    min-height: unset !important;
    padding: 0px !important;
    margin-top: 7px;
    display: inline-block;
    color: #125a94;
    float:left;
}
.settings_custom {
    background-color: #fff;
    color: #125a94;
    width: 35px;
    height: 33px;
    border-radius: 4px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    font-size: 17px !important;
}
.new_settings_menu {
    background-color: #013e6e;
    box-shadow: 0px 3px 10px #00000017;
    position: relative;
    border-radius: 0.375rem;
    padding: 0px;
    width: 300px;
    top: 53px !important;
    color: #fff;
    -webkit-animation: bar 1s ease;
}
@keyframes bar {
    0% {
        opacity:0;
    }

    100% {
       opacity:1;
    }
}
.tm_head {
    width: 100%;
    float: left;
    padding: 10px 20px;
    border-bottom: 1px solid #606060;
    font-size: 18px;
    background-color: #012f54;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tm_bottom {
    width: 100%;
    float: left;
    border-top: 1px solid #606060;
    font-size: 18px;
    font-weight: bold;
    text-align:center;
}
.new_settings_menu a {
    width: 100%;
    float: left;
    padding: 10px 30px !important;
    color:#fff;
    font-size:14px;
}
    .new_settings_menu a:hover {
        text-decoration:none;
        background-color:#125a94;
        font-style:italic;
    }
    .new_settings_menu a i {
        font-size: 15px !important;
        width: 20px;
    }
.common_table_style {
    width:100%;
    float:left;
}
   
    .common_table_style tr th {
        background-color: #125a94;
        color: #fff;
        padding: 10px 15px !important;
        border-right: 1px solid #7e7e7e;
    }
    .common_table_style tr th:first-child {
        border-radius:4px 0px 0px 4px;
    }
        .common_table_style tr th:last-child {
            border-radius: 0px 4px 4px 0px;
            border-right: 0px;
        }
    .common_table_style tbody tr:nth-child(even) {
        background-color: #f8f8f8;
    }
    .common_table_style tbody tr:hover {
        background-color: #f4f5f8;
    }
    .common_table_style tr td {
        padding:10px 15px !important;
    }
.addr_block {
    width:100%;
    float:left;
    margin-top:-5px;
}
.ind_block {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
}
.ind_block_header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: uppercase;
    font-family: krub;
    font-size: 16px;
    background-color: #f4f5f8;
    color: #125a94;
    height: 40px;
    border-radius: 4px 4px 0px 0px;
}
.ind_block_content {
    width: 100%;
    float: left;
    padding:20px;
}
.header_top_field_name {
    width:auto;
    float:left;
    margin-right:10px;
}
.header_top_field {
    width: 390px;
    float: left;
    position: relative;
    margin-top: -6px;
    font-weight: normal;
}
.tt-menu-site,
.tt-menu-product {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    z-index: 99;
    position: absolute;
    background-color: #fff;
    top: 36px;
    border-radius: 4px;
    font-size: 13px;
    box-shadow: 2px 2px 8px #ccc;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}
.tt-sug-text {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
}
.tt-sitename,
.tt-name {
    width: 100%;
    float: left;
    font-weight: bold;
}
.tt-address,
.tt-sku {
    width: 100%;
    float: left;
    font-style: italic;
    margin-top: -5px;
    text-transform: none;
    color: #656565;
}
.tt-price {
    position: absolute;
    top: 7px;
    right: 10px;
    background-color: #ececec;
    padding: 3px 5px;
    border-radius: 4px;
}
.tt-manufacturername {
    width: 100%;
    float: left;
    margin-top: -10px;
    text-transform: none;
}
.tt-menu-product .tt-suggestion-product:last-child .tt-sug-text {
    border-bottom: 0px;
}
.tt-menu-product .tt-suggestion-product:nth-child(odd) .tt-sug-text {
    background-color:#f8f8f8;
}
.tt-menu-product .tt-suggestion-product .tt-sug-text:hover {
    background-color: #f4f5f8;
}
.common_table_style td .mh_block {
    display:none;
}
@media (max-width:580px) {
    .ChooseCompanyUl {
        display: none;
    }

    .layout_top_menu_bar li {
        float: right;
    }

    .custom_padding_dash_row .page-header {
        width: 100%;
    }

    #side-menu {
        display: none;
    }

    .sidebar-nav.in #side-menu {
        display: block !important;
    }

    .sales_summery_report_top_bar .input-group {
        width: 100% !important;
    }

    .ind_block_header {
        height: unset;
    }
    .header_top_field {
        width: 100%;
        padding-top: 5px;
    }
    .add_new_block {
        margin-bottom:35px;
    }
    .common_table_style thead {
        display:none;
    }
    .common_table_style tr {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 10px;
    }
        .common_table_style tr td:first-child {
            border-top:0px;
        }
        .common_table_style tr td {
            width: 100%;
            float: left;
            padding: 3px 10px !important;
        }
    .common_table_style td .mh_block {
        display: block;
        width: 50%;
        float: left;
        font-weight: bold;
    }
    .common_table_style td .mh_info {
        width: 50%;
        float: left;
    }
}