@charset "utf-8";

/* ----------------------------------

Name: style.css
Version: 1.0

-------------------------------------
Table of contents

    01. Google font
    02. Reset
    03. Typography
    04. Margin
    05. Color
    06. Padding
    07. Font Size
    08. Line Height
    09. Button
    10. Hover
    11. Banner
    12. Custom
*/

/* ===================================
                Font
====================================== */
/*Font Family*/
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular_0-webfont.eot');
    src: url('../fonts/proximanova-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-regular_0-webfont.woff') format('woff'),
        url('../fonts/proximanova-regular_0-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-regular_0-webfont.svg#proxima_nova_rgregular') format('svg');
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova-bold.eot');
    src: url('../fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-bold.woff') format('woff'),
        url('../fonts/proximanova-bold.ttf') format('truetype'),
        url('../fonts/proximanova-bold.svg#proxima_nova_rgbold') format('svg');
}

/*Font Class*/
.proxima_regular {
    font-family: 'proxima_nova_rgregular';
}

.proxima_bold {
    font-family: 'proxima_nova_rgbold';
}

/* ===================================
    Reset
====================================== */
body {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.navbar {
    margin-bottom: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    margin: 0
}

a {
    text-decoration: none;
    color: #296B98
}

a:hover {
    text-decoration: underline
}

figure {
    margin: 0
}

.row {
    margin: 0
}

.divider {
    margin: 20px 0
}

.body_box {
    position: relative
}

.display_inline_block {
    display: inline-block
}

.datepicker-date-display {
    background-color: #296B98
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
    color: #296B98
}

.display_flex {
    display: flex
}

.display_inline_flex {
    display: inline-flex
}

/* ===================================
    Typography
====================================== */
/*font family*/


/* ===================================
        Width, Height
====================================== */
/*Width*/
.w-5 {
    width: 5%
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%
}

.w-13 {
    width: 13%
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-33 {
    width: 30%
}

.w-40 {
    width: 38%;
    margin-right: 2%
}

.w-42 {
    width: 42%;
}

.w-48 {
    width: 48% !important;
}

.w-52 {
    width: 52% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-100 {
    width: 100%
}

.width_350 {
    width: 350px
}

/*Height*/
.screen_height {
    height: 100vh;
    display: table;
    width: 100%
}

.inner_screen_height {
    display: table-cell;
    vertical-align: middle
}

.login_client_box {
    display: table-cell;
    vertical-align: top
}

.display_flex {
    display: flex
}

.window_height {
    height: 100vh
}

/* ===================================
        letter Spacing
====================================== */
.ls_3 {
    letter-spacing: 3px
}

/* ===================================
    Margin
====================================== */
.margin_0_auto {
    margin: 0 auto
}

.margin_0 {
    margin: 0 !important;
}

/*margin*/
.margin_lr_30 {
    margin: 0 30px
}

.margin_right_1 {
    margin-right: 1% !important;
}

.margin_right_3 {
    margin-right: 5% !important;
}

/*Margin Bottom*/
.margin_bottom_5 {
    margin-bottom: 5px
}

.margin_bottom_7 {
    margin-bottom: 7px
}

.margin_bottom_10 {
    margin-bottom: 10px
}

.margin_bottom_15 {
    margin-bottom: 15px
}

.margin_bottom_20 {
    margin-bottom: 20px
}

.margin_bottom_25 {
    margin-bottom: 25px
}

.margin_bottom_26 {
    margin-bottom: 26px
}

.margin_bottom_30 {
    margin-bottom: 30px
}

.margin_bottom_35 {
    margin-bottom: 35px
}

.margin_bottom_40 {
    margin-bottom: 40px
}

.margin_bottom_50 {
    margin-bottom: 50px
}

.margin_bottom_55 {
    margin-bottom: 55px
}

.margin_bottom_60 {
    margin-bottom: 60px
}

.margin_bottom_65 {
    margin-bottom: 65px
}

.margin_bottom_70 {
    margin-bottom: 70px
}

.margin_bottom_75 {
    margin-bottom: 75px
}

.margin_bottom_80 {
    margin-bottom: 80px
}

.margin_bottom_85 {
    margin-bottom: 85px
}

.margin_bottom_90 {
    margin-bottom: 90px
}

.margin_bottom_95 {
    margin-bottom: 95px
}

.margin_bottom_100 {
    margin-bottom: 100px
}

/*Margin Right*/
.margin_right_14 {
    margin-right: 14px
}

.margin_right_10 {
    margin-right: 10px
}

.margin_right_15 {
    margin-right: 15px
}

.margin_right_20 {
    margin-right: 20px
}

.margin_right_60 {
    margin-right: 60px
}

/*Margin Left*/
.margin_left_14 {
    margin-left: 14px
}

.margin_left_10 {
    margin-left: 10px
}

.margin_left_15 {
    margin-left: 15px
}

.margin_left_20 {
    margin-left: 20px
}

.margin_left_30 {
    margin-left: 30px
}

.margin_left_50 {
    margin-left: 50px
}

.margin_left_60 {
    margin-left: 60px
}

.margin_left_100 {
    margin-left: 100px
}

/*Margin Top*/
.margin_top-2 {
    margin-top: -2px
}

.margin_top_10 {
    margin-top: 10px
}

.margin_top_15 {
    margin-top: 15px
}

.margin_top_20 {
    margin-top: 20px
}

.margin_top_25 {
    margin-top: 25px
}

.margin_top_30 {
    margin-top: 30px
}

.margin_top_40 {
    margin-top: 40px
}

.margin_top_35 {
    margin-top: 35px
}

.margin_top_50 {
    margin-top: 50px
}

.margin_top_60 {
    margin-top: 60px
}

.margin_top_80 {
    margin-top: 80px
}

.margin_top_90 {
    margin-top: 90px
}

.margin_top_95 {
    margin-top: 95px
}

.margin_top_100 {
    margin-top: 100px
}

.margin_top_150 {
    margin-top: 150px
}

.margin_top-170 {
    margin-top: -170px
}

/* ===================================
     Color
====================================== */
/*Colors*/

.color_fff {
    color: #fff
}

.color_000 {
    color: #000
}

.color_8a59aa {
    color: #296B98
}


/*Background Colors*/
.bg_8a59aa {
    background-color: #296B98
}

.bg_fff {
    background-color: #fff
}

.bg_f5f7fa {
    background-color: #f5f7fa
}


/* ===================================
    padding
====================================== */

/*padding*/
.no_padding {
    padding: 0 !important;
}

.padding_tb_105 {
    padding: 105px 0
}

.padding_11 {
    padding: 15px 10px 0px 10px;
}

.padding_15 {
    padding: 15px
}

.padding_20 {
    padding: 20px
}

.padding_lr_30 {
    padding: 9px 0px !important;
}

.padding_lr_15 {
    padding: 15px 7px !important;
}

/*padding top*/
.padding_top_5 {
    padding-top: 5px
}

.padding_top_8 {
    padding-top: 8px
}

.padding_top_10 {
    padding-top: 10px
}

.padding_top_13 {
    padding-top: 13px
}

.padding_top_15 {
    padding-top: 15px
}

.padding_top_20 {
    padding-top: 20px
}

.padding_top_21 {
    padding-top: 21px
}

.padding_top_25 {
    padding-top: 25px
}

.padding_top_30 {
    padding-top: 30px
}

.padding_top_35 {
    padding-top: 35px
}

.padding_top_40 {
    padding-top: 40px
}

.padding_top_45 {
    padding-top: 45px
}

.padding_top_50 {
    padding-top: 50px
}

.padding_top_60 {
    padding-top: 60px
}

.padding_top_70 {
    padding-top: 70px
}

.padding_top_75 {
    padding-top: 75px
}

.padding_top_80 {
    padding-top: 80px
}

.padding_top_90 {
    padding-top: 90px
}

.padding_top_95 {
    padding-top: 95px
}

.padding_top_100 {
    padding-top: 100px
}

.padding_top_105 {
    padding-top: 105px
}

.padding_top_140 {
    padding-top: 140px
}

.padding_top_120 {
    padding-top: 120px
}

.padding_top_160 {
    padding-top: 160px
}

.padding_top_200 {
    padding-top: 200px
}

.padding_top_300 {
    padding-top: 300px
}

/*padding bottom*/
.padding_bottom_5 {
    padding-bottom: 5px
}

.padding_bottom_8 {
    padding-bottom: 8px
}

.padding_bottom_10 {
    padding-bottom: 10px
}

.padding_bottom_13 {
    padding-bottom: 13px
}

.padding_bottom_15 {
    padding-bottom: 15px
}

.padding_bottom_17 {
    padding-bottom: 17px
}

.padding_bottom_20 {
    padding-bottom: 20px
}

.padding_bottom_21 {
    padding-bottom: 21px
}

.padding_bottom_25 {
    padding-bottom: 25px
}

.padding_bottom_30 {
    padding-bottom: 30px
}

.padding_bottom_35 {
    padding-bottom: 35px
}

.padding_bottom_40 {
    padding-bottom: 40px
}

.padding_bottom_50 {
    padding-bottom: 50px
}

.padding_bottom_45 {
    padding-bottom: 45px
}

.padding_bottom_55 {
    padding-bottom: 55px
}

.padding_bottom_60 {
    padding-bottom: 60px
}

.padding_bottom_65 {
    padding-bottom: 65px
}

.padding_bottom_70 {
    padding-bottom: 70px
}

.padding_bottom_75 {
    padding-bottom: 75px
}

.padding_bottom_80 {
    padding-bottom: 80px
}

.padding_bottom_85 {
    padding-bottom: 85px
}

.padding_bottom_85 {
    padding-bottom: 85px
}

.padding_bottom_90 {
    padding-bottom: 90px
}

.padding_bottom_100 {
    padding-bottom: 100px
}

.padding_bottom_120 {
    padding-bottom: 120px
}

.padding_bottom_200 {
    padding-bottom: 200px
}

.padding_bottom_300 {
    padding-bottom: 300px
}

.padding_bottom_150 {
    padding-bottom: 150px
}

/*padding left*/
.padding_left_0 {
    padding-left: 0 !important;
}

.padding_left_10 {
    padding-left: 10px
}

.padding_left_15 {
    padding-left: 15px
}

.padding_left_20 {
    padding-left: 20px
}

.padding_left_25 {
    padding-left: 25px
}

.padding_left_30 {
    padding-left: 30px
}

.padding_left_40 {
    padding-left: 40px
}

.padding_left_50 {
    padding-left: 50px
}

.padding_left_55 {
    padding-left: 55px
}

.padding_left_58 {
    padding-left: 58px
}

.padding_left_60 {
    padding-left: 60px
}

.padding_left_70 {
    padding-left: 70px
}

.padding_left_75 {
    padding-left: 75px
}

.padding_left_80 {
    padding-left: 80px
}

.padding_left_85 {
    padding-left: 85px
}

.padding_left_95 {
    padding-left: 95px
}

.padding_left_100 {
    padding-left: 100px
}

/*padding right*/
.padding_right_0 {
    padding-right: 0 !important;
}

.padding_right_10 {
    padding-right: 10px
}

.padding_right_15 {
    padding-right: 15px
}

.padding_right_20 {
    padding-right: 20px
}

.padding_right_30 {
    padding-right: 30px
}

.padding_right_40 {
    padding-right: 40px
}

.padding_right_50 {
    padding-right: 50px
}

.padding_right_55 {
    padding-right: 55px
}

.padding_right_58 {
    padding-right: 58px
}

.padding_right_60 {
    padding-right: 60px
}

.padding_right_65 {
    padding-right: 65px
}

.padding_right_70 {
    padding-right: 70px
}

.padding_right_75 {
    padding-right: 75px
}

.padding_right_80 {
    padding-right: 80px
}

.padding_right_105 {
    padding-right: 105px
}

/* ===================================
     Font Size
====================================== */
/*Font Size*/
.font_size_12 {
    font-size: 12px
}

.font_size_14 {
    font-size: 14px
}

.font_size_16 {
    font-size: 16px
}

.font_size_18 {
    font-size: 18px
}

.font_size_20 {
    font-size: 20px
}

.font_size_22 {
    font-size: 22px
}

.font_size_24 {
    font-size: 24px
}

.font_size_26 {
    font-size: 26px
}

.font_size_28 {
    font-size: 28px
}

.font_size_30 {
    font-size: 30px
}

.font_size_32 {
    font-size: 32px
}

.font_size_34 {
    font-size: 34px
}

.font_size_36 {
    font-size: 36px
}

.font_size_38 {
    font-size: 38px
}

.font_size_40 {
    font-size: 40px
}

.font_size_42 {
    font-size: 42px
}

.font_size_44 {
    font-size: 44px
}

.font_size_48 {
    font-size: 48px
}

.font_size_60 {
    font-size: 60px
}

.font_size_64 {
    font-size: 64px
}

.font_size_50 {
    font-size: 50px
}

.font_size_70 {
    font-size: 70px
}

.font_size_80 {
    font-size: 80px
}

.font_size_90 {
    font-size: 90px
}

/*Font weight*/
.font_weight_300 {
    font-weight: 300
}

.font_weight_400 {
    font-weight: 400
}

.font_weight_500 {
    font-weight: 500
}

.font_weight_600 {
    font-weight: 600
}

.font_weight_700 {
    font-weight: 700
}

.font_weight_800 {
    font-weight: 800
}

.font_weight_900 {
    font-weight: 900
}

/* ===================================
     Line Height
====================================== */
/*Line Height*/
.line_height_18 {
    line-height: 18px
}

.line_height_22 {
    line-height: 22px
}

.line_height_24 {
    line-height: 24px
}

.line_height_25 {
    line-height: 25px
}

.line_height_28 {
    line-height: 28px
}

.line_height_30 {
    line-height: 30px
}

.line_height_34 {
    line-height: 34px
}

.line_height_36 {
    line-height: 36px
}

.line_height_40 {
    line-height: 40px
}

.line_height_42 {
    line-height: 42px
}

.line_height_48 {
    line-height: 48px
}

.line_height_50 {
    line-height: 50px
}

.line_height_54 {
    line-height: 54px
}

.line_height_65 {
    line-height: 65px
}

.line_height_80 {
    line-height: 80px
}

.line_height_82 {
    line-height: 82px
}

/* ===================================
     Button
====================================== */
.primary_btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 40px;
    transition: all ease-in-out 0.5s
}

.primary_btn.active {
    display: inline-block;
    font-size: 18px;
    color: #296B98;
    border: 2px solid #fff;
    padding: 15px 40px;
    background-color: #fff;
    margin-left: 20px;
    transition: all ease-in-out 0.5s
}

.secondary_btn.active {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border: 2px solid #296B98;
    padding: 15px 40px;
    background-color: #296B98;
    transition: all ease-in-out 0.5s
}

.secondary_btn {
    display: inline-block;
    font-size: 18px;
    color: #296B98;
    border: 2px solid #296B98;
    padding: 15px 40px;
    background-color: #fff;
    margin-left: 20px;
    transition: all ease-in-out 0.5s
}

.login_btn {
    display: block;
    float: left;
    font-size: 14px;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #296B98;
    text-align: center;
    color: #296B98;
    padding: 9px 30px;
    transition: all ease-in-out 0.5s;
    border-radius: 4px;
}

.dashboard_secondary_btn.active {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border: 2px solid #296B98;
    padding: 13px 30px;
    background-color: #296B98;
    margin-left: 20px;
    transition: all ease-in-out 0.5s
}

.dashboard_secondary_btn {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #296B98;
    text-align: center;
    color: #296B98;
    padding: 9px 9px;
    transition: all ease-in-out 0.5s;
    border-radius: 4px;
    font-size: 14px;
}

.btn_right_side {
    display: inline-block;
    font-size: 12px;
    color: #296B98;
    border: 1px solid #296B98;
    padding: 10px 0;
    width: 95px;
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    transition: all ease-in-out 0.5s
}

.btn_right_side.active {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #296B98;
    text-align: center;
    color: #296B98;
    padding: 9px 9px;
    transition: all ease-in-out 0.5s;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}

.btn_site_page {
    /* cursor: pointer;
    color: #ffffff;
    display: inline-block;
    background-color: #296b98;
    padding: 11px 20px;
    border-radius: 2px;
    transition: all ease-in-out 0.5s; */
    /* border: 1px solid #000000; */
    /* border: none;
    box-shadow: 7px 6px 10px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.19); */

    background-color: #296b98;
    color: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border-radius: 2.5px;
    min-height: 1em;

    border: 0;
    box-shadow: 7px 6px 10px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.19);










}

.modal_submit_btn {
    background-color: transparent;
    border: 1px solid #296B98;
    color: #296B98;
    font-size: 14px;
    box-shadow: none;
    text-transform: capitalize;
    border-radius: 2px;
}

.modal_refresh_btn {
    height: 45px;
    background-color: #296b98;
    border: 1px solid #296B98;
    color: #ffffff;
    transition: all ease-in-out 0.5s;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: none;
    text-transform: capitalize;
}

.add_shift_btn {
    border: 2px solid #296B98;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 15px;
    display: inline-block;
    margin-top: 10px;
    transition: all ease-in-out 0.5s
}

.add_site_button {
    background-color: #fff;
    color: #296B98;
    text-align: center;
    padding: 10px 40px;
    border-bottom: 4px solid #296B98;
    display: inline-block;
    transition: all ease-in-out 0.5s
}

.cancel_hour_button {
    background-color: transparent;
    color: #296B98;
    text-align: center;
    padding: 10px 40px;
    border-bottom: 4px solid #f5f7fa;
    display: inline-block;
    transition: all ease-in-out 0.5s
}

.add_guard_btn {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #296B98;
    text-align: center;
    color: #296B98;
    transition: all ease-in-out 0.5s;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px 30px;
}

.btn_cancel_hours {
    background-color: transparent;
    font-size: 14px;
    color: #d0021b;
    border: 2px solid #d0021b;
    border-radius: 4px;
    padding: 5px 30px;
    text-align: center;
    display: inline-block;
    transition: all ease-in-out 0.5s
}

.btn_load_more {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #296B98;
    text-align: center;
    color: #296B98;
    padding: 9px 9px;
    transition: all ease-in-out 0.5s;
    border-radius: 4px;
    font-size: 14px;
}

/* ===================================
         Hover
====================================== */
.primary_btn:hover,
.primary_btn.active:hover,
.secondary_btn.active:hover,
.secondary_btn:hover,
.login_btn:hover,
.dashboard_secondary_btn.active:hover,
.dashboard_secondary_btn:hover,
.btn_right_side:hover,
.btn_right_side.active:hover,
.btn_site_page:hover,
.calender_date a.add_sites:hover,
.add_guard_btn:hover,
.modal_submit_btn:hover,
.add_site_button:hover,
.cancel_hour_button:hover,
.btn_load_more:hover,
.btn_show_more_sites:hover {
    text-decoration: none
}

.primary_btn:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #296B98
}

.primary_btn.active:hover {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff
}

.secondary_btn:hover {
    border: 2px solid #296B98;
    background-color: #296B98;
    color: #fff
}

.secondary_btn.active:hover {
    border: 2px solid #296B98;
    background-color: transparent;
    color: #296B98
}

.login_btn:hover {
    display: block;
    float: left;
    font-size: 14px;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #296B98;
    text-align: center;
    color: #296B98;
    padding: 9px 30px;
    transition: all ease-in-out 0.5s;
    border-radius: 4px;
}

.dashboard_secondary_btn:hover {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #296B98;
    text-align: center;
    color: #296B98;
    padding: 9px 9px;
    transition: all ease-in-out 0.5s;
    border-radius: 4px;
    font-size: 14px;
}

.dashboard_secondary_btn.active:hover {
    border: 2px solid #296B98;
    background-color: transparent;
    color: #296B98
}

.btn_right_side:hover {
    border: 1px solid #296B98;
    background-color: #296B98;
    color: #fff
}

.btn_right_side.active:hover {
    border: 1px solid #296B98;
    background-color: transparent;
    color: #296B98
}

.btn_site_page:hover {
    color: #296B98;
    display: inline-block;
    background-color: #ffffff;
    /* padding: 11px 20px;
    border-radius: 2px; */
    transition: all ease-in-out 0.5s;
    border: 1px solid #296B98;
}

.modal_submit_btn:hover {
    background-color: transparent;
    border: 1px solid #296B98;
    color: #296B98;
    transition: all ease-in-out 0.5s;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: none;
    text-transform: capitalize;
}

.modal_refresh_btn:hover {
    height: 45px;
    background-color: transparent;
    border: 1px solid #296B98;
    color: #296B98;
    transition: all ease-in-out 0.5s;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: none;
    text-transform: capitalize;
}

.btn_cancel_hours:hover {
    border: 2px solid #d0021b;
    background-color: #d0021b;
    color: #fff;
    text-decoration: none
}

.add_guard_btn:hover {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #296B98;
    text-align: center;
    color: #296B98;
    transition: all ease-in-out 0.5s;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 30px;
}

.btn_load_more:hover {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #296B98;
    text-align: center;
    color: #296B98;
    padding: 9px 9px;
    transition: all ease-in-out 0.5s;
    border-radius: 4px;
    font-size: 14px;
}

nav ul a:hover {
    background-color: transparent !important;
}

/* ===================================
         Heading
====================================== */
.user_type {
    font-family: proxima_nova_rgbold;
    margin-top: 20px;
    margin-bottom: 20px
}

.cancel_site_table th {
    padding: 15px 20px
}

.cancel_site_table th,
.cancel_site_table td {
    text-align: left !important;
}

.cancel_site_table td:first-child {
    color: #000;
    font-size: 16px
}

.cancel_site_table td {
    font-size: 14px
}

/* ===================================
         Navigation
====================================== */
.menu_navigation {
    margin-right: 50px
}

.dropdown-content {
    min-width: 250px !important;
    width: 250px !important;
    top: 65px !important;
}

.sites_weekly_client {
    width: 230px !important;
}

.dropdown-content.error_logs_dropdown {
    background: transparent !important;
    box-shadow: none !important;
}

.dropdown-content.error_logs_dropdown li:hover,
.dropdown-content.error_logs_dropdown li.active {
    background-color: transparent;
}

nav .brand-logo {
    margin-left: 50px
}

.menu_navigation li:last-child a {
    white-space: nowrap
}

.menu_navigation {
    height: 64px;
    display: table
}

.menu_navigation li {
    display: table-cell;
    vertical-align: middle;
}

.menu_navigation li img {
    vertical-align: middle
}

.menu_navigation li:last-child img {
    margin-right: 10px
}

.menu_navigation li a.dropdown-trigger {
    position: relative
}

.menu_navigation li a.dropdown-trigger:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #fff;
    right: 0;
    top: 27px
}

.menu_navigation li a.dropdown-trigger.cstum_trigger:before {
    display: none !important;
}

.brand-sidebar .brand_logo {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase
}

/* ===================================
         Login Client Page
====================================== */
.login_screen_heading {
    font-size: 28px
}

.breadcrumb_nav {
    background-color: transparent;
    box-shadow: none;
    text-align: left;
    width: 40%;
    float: left
}

.breadcrumb_nav a {
    color: #296B98 !important;
    font-size: 16px
}

.signup_link {
    width: 60%;
    float: right;
    font-size: 16px;
    padding: 20px 0;
    text-align: right
}

.signup_link a {
    color: #296B98
}

.login_page_text {
    font-family: proxima_nova_rgbold;
    color: #000;
    margin-bottom: 5px
}

.outer_login_client_page_box {
    padding: 0 35px !important;
}

.login_client_form {
    margin-top: 30px
}

.login_client_form_input {
    border: 1px solid #cbccd0 !important;
    margin-bottom: 15px !important;
    padding: 0 15px !important;
    box-sizing: inherit !important;
}

/* ===================================
         Register Client Page
====================================== */
.from_client_register {
    display: flex
}

.from_client_register .upload_img_box {
    border: 1px solid #cbccd0
}

.input_from_client_register {
    border: 1px solid #cbccd0 !important;
    padding: 0 15px !important;
    box-sizing: inherit !important;
}

.margin_input_from_client_register {
    margin-bottom: 15px !important;
}

.upload-field-customized {
    width: 100%;
    position: relative;
    cursor: pointer
}

.upload-field-customized input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: transparent
}

.upload-field-customized span {
    text-align: center;
    width: 100%;
    display: block;
    height: auto;
    line-height: 50px
}

/* ===================================
                 Forms
====================================== */
/*input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea{border: 1px solid #d6d6d6; padding: 0 10px !important; box-sizing: inherit !important; margin-left: 0; border-radius: 4px; font-size: 14px;color: #bdbdbd;}*/
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    color: #000000;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    background-color: transparent;
    border: transparent;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #296B98;
    -webkit-box-shadow: 0 1px 0 0 #296B98;
    box-shadow: 0 1px 0 0 #296B98;
}

.btn:focus {
    background-color: transparent;
    border: 1px solid #296B98;
    color: #296B98;
    transition: all ease-in-out 0.5s;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: none;
    text-transform: capitalize;
}

button:focus {
    background-color: transparent;
    border: 1px solid #296B98;
    color: #296B98;
    transition: all ease-in-out 0.5s;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: none;
    text-transform: capitalize;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #296B98
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #cbafdd
}

select:focus {
    outline: 1px solid #cbafdd
}

.datepicker-day-button:focus {
    background-color: #cbafdd
}

.datepicker-table td.is-selected {
    background-color: #296B98
}

/*.datepicker-table td.is-today{color: #296B98}*/
textarea {
    border: 1px solid #d5d5d5;
    padding: 10px;
    height: auto;
    border-radius: 4px
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #296B98
}

.switch_btn span {
    float: right;
}

select {
    color: #bdbdbd;
}

/* ===================================
         Side Nav Dashboard
====================================== */
.aside_nav {
    position: fixed;
    height: 100vh
}

.side_nav_dashboard_list {
    padding: 40px 0 0 0px !important;
}

.side_nav_dashboard_list li {
    font-size: 16px;
    line-height: 50px;
    padding-left: 5px;
    position: relative;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.19);

}

.side_nav_dashboard_list li a {
    color: #fff;
}



.side_nav_dashboard_list .material-icons {
    float: left;
    position: inherit;
    top: 7px;
    padding-right: 10px;
}


.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

/* .side_nav_dashboard_list li:nth-child(1):before {
    position: absolute;
    content: "";
    background: url("../images/side_nav_dashboard_img.png");
    width: 30px;
    height: 30px;
    top: 7px;
    left: 0
}

.side_nav_dashboard_list li:nth-child(2):before {
    position: absolute;
    content: "";
    background: url("../images/side_nav_schedule_img.png");
    width: 30px;
    height: 30px;
    top: 7px;
    left: 0
}

.side_nav_dashboard_list li:nth-child(3):before {
    position: absolute;
    content: "";
    background: url("../images/side_nav_availability_img.png");
    width: 30px;
    height: 30px;
    top: 7px;
    left: 0
}

.side_nav_dashboard_list li:nth-child(4):before {
    position: absolute;
    content: "";
    background: url("../images/map.png");
    width: 22px;
    height: 24px;
    top: 7px;
    left: 0
}

.side_nav_dashboard_list li:nth-child(5):before {
    position: absolute;
    content: "";
    background: url("../images/side_nav_add_guard_img.png");
    width: 30px;
    height: 30px;
    top: 7px;
    left: 0
}

.side_nav_dashboard_list li:nth-child(6):before {
    position: absolute;
    content: "";
    background: url("../images/side_nav_add_client_img.png");
    width: 30px;
    height: 30px;
    top: 7px;
    left: 0
}

.side_nav_dashboard_list li:nth-child(7):before {
    position: absolute;
    content: "";
    background: url("../images/log1.png");
    width: 30px;
    height: 30px;
    top: 7px;
    left: 0
}

.side_nav_dashboard_list li:nth-child(8):before {
    position: absolute;
    content: "";
    background: url("../images/side_nav_cancel_hours_req_img.png");
    width: 30px;
    height: 30px;
    top: 7px;
    left: 0
} */

/* ===================================
                Table
====================================== */
div#guards_datatable_length {
    display: none;
}

#data_table_length {
    display: none
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
}

#data_table_filter {
    width: 200px
}

#data_table_filter label {
    font-size: 0
}

#data_table thead th {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

/*#data_table thead th, #data_table thead td{border-bottom: none; font-weight: 400}*/
#data_table tbody tr td {
    padding: 15px 20px;
}

#data_table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.weekly_site_table thead th {
    text-transform: uppercase;
}

.weekly_site_table thead th:last-child,
.monthly_sites_view thead th:last-child {
    border-right: 1px solid #e5e5e5;
}

.weekly_site_table thead th:first-child {
    text-align: left;
    text-transform: capitalize;
}

.weekly_site_table thead th span {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-top: 5px;
}

.weekly_site_table tbody td:first-child {
    text-align: left;
}

.weekly_site_table tbody td {
    text-align: center;
}

.company_name {
    font-weight: 600;
}

.btn_show_more_sites {
    position: relative;
}

.btn_show_more_sites:before {
    position: absolute;
    content: "";
}

/* ===================================
                Sites Weekly Table
====================================== */
#siteslist thead th {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
    text-align: center;
    width: 7%;
    border-right: 1px solid #e5e5e5;
}

/*#data_table thead th, #data_table thead td{border-bottom: none; font-weight: 400}*/
#siteslist tbody tr td {
    padding: 15px 20px;
}

#siteslist tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

/* ===================================
               Ajax Sites Weekly Table
====================================== */
#ajax_siteslist thead th {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
    text-align: center;
    width: 7%;
    border-right: 1px solid #e5e5e5;
}

/*#data_table thead th, #data_table thead td{border-bottom: none; font-weight: 400}*/
#ajax_siteslist tbody tr td {
    padding: 15px 20px;
}

#ajax_siteslist tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

/* ===================================
                Schedule Table1
====================================== */
#data_table1_length {
    display: none;
}

/*.dataTables_wrapper .dataTables_filter{float: left}*/
#data_table1_filter {
    width: 210px;
}

#data_table1_filter label {
    font-size: 0;
}

#data_table1 thead th {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

/*#data_table thead th, #data_table thead td{border-bottom: none; font-weight: 400}*/
#data_table1 tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

/* ===================================
                Add Guard Table2
====================================== */
#guards_table_length {
    display: none;
}

/*.dataTables_wrapper .dataTables_filter{float: left}*/
#guards_table_filter {
    width: 210px;
}

#guards_table_filter label {
    font-size: 0;
}

#guards_table thead th {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

/*#data_table thead th, #data_table thead td{border-bottom: none; font-weight: 400}*/
#guards_table tbody tr td {
    /* padding: 15px 20px; */
}

#guards_table tbody tr:nth-child(even) {
    background-color: #0098ff38;
}

/* ===================================
                Add Client Table3
====================================== */
#data_table3_length {
    display: none
}

/*.dataTables_wrapper .dataTables_filter{float: left}*/
#data_table3_filter {
    width: 210px
}

#data_table3_filter label {
    font-size: 0
}

#data_table3 thead th {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

/*#data_table3 thead th, #data_table thead td{border-bottom: none; font-weight: 400}*/
#data_table3 tbody tr td {
    padding: 15px 20px;
}

#data_table3 tbody tr:nth-child(even) {
    background-color: #f7f7f7
}

/* ===================================
                Add Sites Table4
====================================== */
#data_table4_length {
    display: none
}

/*.dataTables_wrapper .dataTables_filter{float: left}*/
#data_table4_filter {
    width: 240px
}

#data_table4_filter label {
    font-size: 0
}

#data_table4 thead th {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

/*#data_table3 thead th, #data_table thead td{border-bottom: none; font-weight: 400}*/
#data_table4 tbody tr td {
    padding: 15px 20px;
}

#data_table4 tbody tr:nth-child(even) {
    background-color: #f7f7f7
}

/* ===================================
          Date Picker
====================================== */
.date_picker {
    position: relative
}

.date_picker:before {
    position: absolute;
    content: "";
    background: url("../images/date_picker_calendar.png") no-repeat;
    width: 15px;
    height: 17px;
    top: 8px;
    right: 5px;
}

/* ===================================
          Dashboard
====================================== */
/*Heading*/
.dashboard_heading {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px
}

.date_and_time {
    text-transform: uppercase
}

.activity_check_marks {
    margin-top: 12px
}

.activity_check_marks label span {
    padding-left: 30px !important;
    margin-right: 30px
}

.availability_info_box {
    position: relative;
    z-index: 9 !important;
}

.inner_row {
    display: flex
}

/* ===================================
          Right Side
====================================== */
.right_side,
.hidden_right_side {
    padding-top: 85px !important;
}

.toggle_tight_side {
    padding-top: 87px !important;
}

.add_site_right_side {
    padding-top: 130px !important;
}

.right_box {
    padding-top: 87px !important;
}

.dashboard_right_side_heading {
    font-size: 16px;
    color: #000;
    text-transform: uppercase
}

/*Guard Availability Box*/
.guard_name {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px
}

.guard_availability_box span {
    padding-left: 22px !important;
}

.guard_availability_area {
    position: relative
}

.cross {
    position: absolute;
    top: 0;
    right: 0
}

.cross:hover {
    cursor: pointer
}

/* ===================================
          Shift Schedule Table
====================================== */
/*table#table_id {border: 1px solid #d5d5d5;}*/
.shifts_datatable thead tr th,
.shifts_datatable tbody tr td {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

.shifts_datatable tbody tr td {
    padding: 15px 10px !important;
    vertical-align: middle
}

.shifts_datatable tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

/* ===================================
          Guards Availability Table
====================================== */
/*table#table_id {border: 1px solid #d5d5d5;}*/
.guards_datatable thead tr th,
.guards_datatable tbody tr td {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

.guards_datatable tbody tr td {
    padding: 15px 10px !important;
    vertical-align: middle
}

.guards_datatable tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

#guards_datatable_availability_length {
    display: none !important;
}

#guards_datatable_availability_filter {
    margin-top: -40px;
}

#guards_datatable_availability tbody tr:nth-child(even) {
    background-color: #f7f7f7;
    !important;
}

/* ===================================
          Site Monthly Table
====================================== */
site_table thead tr th {
    text-align: center
}

.site_table thead tr th,
.site_table tbody tr td {
    border: 1px solid #d5d5d5;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
    text-align: center;
}

.site_table tbody tr td:last-child {
    border-right: 1px solid #d5d5d5;
}

.calender_date {
    font-size: 20px;
    color: #296B98;
    font-family: proxima_nova_rgbold;
    margin-bottom: 10px
}

.site_table tbody tr td {
    padding: 15px 10px !important;
    vertical-align: middle
}

/* ===================================
       Modal Site Monthly Table
====================================== */
.add_new_site_modal,
.add_day_shift_modal {
    width: 500px;
    max-height: 100%
}

.calender_date a.add_sites {
    font-size: 12px;
    border: 1px solid #296B98;
    border-radius: 4px;
    padding: 0 3px;
    font-family: proxima_nova_rgregular
}

.modal_heading {
    font-size: 24px;
    color: #000
}

.switch label {
    font-size: 14px;
}

.dummy_text {
    border: 1px solid #d5d5d5;
    padding: 10px
}

.add_day_shift_text textarea {
    height: 100px;
}

/* ===================================
       Modal Add Day shift
====================================== */
.week_days_list {
    margin-bottom: 10px
}

.week_days_list li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #e1e8ee;
    border-radius: 5px;
    padding: 9px;
    margin-top: 10px
}

/* ===================================
       Add Client
====================================== */
.add_client #data_table_filter,
.add_guard #data_table_filter {
    width: 77%
}

.inner_columns {
    box-shadow: 0 7px 36px rgba(232, 232, 232, .7)
}

/* ===================================
       Add Guard
====================================== */
.add_guard,
.add_client,
.dashboard_table {
    position: relative
}

.export_list_btn {
    position: absolute;
    right: 22px;
    z-index: 9 !important;
}

.availability_details {
    position: absolute;
    right: 22px;
    z-index: 9 !important;
}

.guard_avalability {
    position: absolute;
    margin-left: 210px;
    z-index: 9 !important;
}

/* ===================================
       Sites
====================================== */
.btn_show_more_sites {
    width: 100%;
    text-align: center;
    background-color: #296B98;
    color: #fff;
    float: left;
    padding: 10px 0
}

.calender_table tbody td {
    width: 14.28%
}



.week_date_box {
    border: 1px solid #d6d6d6;
    padding: 13.5px 10px;
    height: 45px;
    position: relative;
    border-radius: 4px;
    color: #d1d1d1 !important;
    font-size: 15px !important;
}

.week_date_box span.left_arrow {
    margin-right: 15px
}

.week_date_box span.right_arrow {
    margin-left: 15px
}

.week_date_box span.left_arrow a i,
.week_date_box span.right_arrow a i {
    color: #000
}

.week_date_box:before {
    position: absolute;
    content: "";
    left: 25px;
    top: 0;
    height: 100%;
    width: 1px;
}

/*background-color: #d6d6d6;}*/
.week_date_box:after {
    position: absolute;
    content: "";
    right: 25px;
    top: 0;
    height: 100%;
    width: 1px;
}

/*background-color: #d6d6d6;}*/
table.dataTable.no-footer {
    border-bottom: none;
}

.sites_weekly {
    padding: 20px;
    background: #fff;
}

/*.outer_box{position: relative}*/
/*.border_bottom{position: absolute; background-color: #f0f2f4; padding: 4px; content: ""; width: 100%; left: 0; top: 142px;}*/
.shift_days_box {
    white-space: nowrap;
    text-align: right;
}

.outer_site_table #data_table_filter,
.outer_box #data_table_filter,
.outer_calender_table #data_table_filter {
    display: none
}

[type="checkbox"].filled-in:disabled:checked+span:not(.lever):after {
    background-color: #e9dcf0;
    border-color: #e9dcf0
}

/*Custom Css by Sajid*/

.main_dashboard_table {
    width: 100%;
}

.date_picker.guard_from {
    float: left;
    padding-left: 4px;
}

.select.guard_from {
    float: left;
    padding-left: 4px;
    /*margin-top: 17px;*/
    /*width: 12%;*/
}

span.fas.fa-chevron-left {
    float: left;
    margin-top: 15px;
    margin-left: 8px;
}

span.fas.fa-chevron-right {
    margin-top: 15px;
    margin-left: 6px;
}

.shift span {
    padding-left: 25px !important;
    padding-right: 8px !important;
}

.select-wrapper.select-year input {
    width: 70px;
}

.modal_submit_btn:focus {
    background-color: transparent;
    border: 1px solid #296B98;
    color: #296B98;
    font-size: 14px;
    box-shadow: none;
    text-transform: capitalize;
}

.cstm_notification {
    width: 300px !important;
}

#modal1,
#modal2 {
    top: 5% !important;
}

.shift_check {
    padding-left: 25px !important;
    padding-right: 5px !important;
}

.timepicker-digital-display {
    background-color: #296B98 !important;
}

.timepicker-canvas line {
    stroke: #296B98;
}

.timepicker-canvas-bg,
.timepicker-canvas-bearing {
    fill: #296B98;
}

.timepicker-close {
    color: #296B98;
}

.timepicker-tick.active,
.timepicker-tick:hover {
    background-color: rgba(138, 89, 170, 0.34);
    color: #fff !important;
}

.noti_icon {
    float: right;
    margin-top: 8px;
}

.notification-heading {
    margin-left: 13px;
}

/*Sites CSS*/
label.sites_total_days {
    margin-top: 10px !important;
    float: right;
}

span.thumb {
    background-color: #296B98 !important;
    display: block !important;
    ;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #296B98 !important;
}

[type='checkbox']:checked+span:not(.lever):before {
    border-right: 2px solid #296B98 !important;
    border-bottom: 2px solid #296B98 !important;
}

input.select-dropdown.dropdown-trigger {
    color: #000000 !important;
}

.sites_search1 {
    position: relative;
}

.sites_search1:before {
    position: absolute;
    content: "";
    background: url(../images/search_icon1.png) no-repeat;
    width: 15px;
    height: 17px;
    top: 14px;
    right: 20px;
    cursor: pointer;
}

.search_sites_input1 {
    border: none !important;
    /*text-align: center;*/
}

.search_sites_input1:focus {
    box-shadow: none !important;
}

input.search_sites_input1::placeholder {
    color: #767676 !important;
    font-size: 13px !important;
}

/*Range Slider CSS*/
input[type=range]::-webkit-slider-thumb {
    background-color: #296B98;
}

input[type=range]::-moz-range-thumb {
    background-color: #296B98;
}

input[type=range]::-ms-thumb {
    background-color: #296B98;
}

/***** These are to edit the thumb and the text inside the thumb *****/
input[type=range]+.thumb {
    background-color: #dedede;
}

input[type=range]+.thumb.active .value {
    color: #ffffff;
}

.modal.datepicker-modal {
    width: 100% !important;
}

.table_arrow {
    padding: 6.5px 10px;
    height: 32px;
    position: relative;
    border-radius: 4px;
    color: #d1d1d1 !important;
    font-size: 16px !important;
    width: 10%;
}

span.left_arrow-table {
    padding: 8px 0px;
    text-decoration: none;
    /* border-radius: 10px; */
    /* border: 1px solid; */
    float: left;
    font-size: 22px;
}

span.right_arrow-table {
    /*padding: 8px 0px;*/
    text-decoration: none;
    /* border-radius: 10px; */
    /* border: 1px solid; */
    float: right;
    font-size: 22px;
}

span.right_arrow-table a,
span.left_arrow-table a {
    color: #296B98;
}

div#modal-868a9141-993a-ebca-b74f-c2d4f13cce96 {
    width: 100%;
}

.timepicker-modal {
    width: 100% !important;
}

div#table_id_length label {
    display: none;
}

div#ajax_site_table_length label {
    display: none;
}

div#sitelist #table_id_filter,
#ajax_site_table_filter {
    margin-top: 0px;
    margin-bottom: 20px;
    position: static;
}

div#guards_datatable_filter {
    margin-top: -42px;
}

.guard_avalability_list {
    position: absolute;
    margin-left: 190px;
    z-index: 9 !important;
}

/* ===================================
          Site Table
====================================== */
/*table#table_id {border: 1px solid #d5d5d5;}*/
.sites_table thead tr th {
    text-align: center
}

.sites_table thead tr th,
.sites_table tbody tr td {
    font-weight: 400;
}


.sites_table thead tr th,
#table_guard_shift_add_wrapper thead tr th,
#avaialable_addShiftGuards thead tr th {
    font-weight: 700;
}

#table_guard_shift_add tr th,
#table_guard_shift_add tr td {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
    border-top: 1px solid #e0cdcd;
    border-radius: 0px;
}

#table_guard_shift_add tr th:first-child,
#table_guard_shift_add tr td:first-child {
    border-left: 1px solid #e0cdcd;

}

#table_guard_shift_add tr th:nth-last-child(2),
#table_guard_shift_add tr td:nth-last-child(2) {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
}


#ajax_site_table tr th,
#ajax_site_table tr td {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
    border-top: 1px solid #e0cdcd;
    border-radius: 0px;
}

#ajax_site_table tr th:first-child,
#ajax_site_table tr td:first-child {
    border-left: 1px solid #e0cdcd;
}

#ajax_site_table tr th:nth-last-child(2),
#ajax_site_table tr td:nth-last-child(2) {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
}


#dashboard-shifts tr th,
#dashboard-shifts tr td {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
    border-top: 1px solid #e0cdcd;
    border-radius: 0px;
}

#dashboard-shifts tr th:first-child,
#dashboard-shifts tr td:first-child {
    border-left: 1px solid #e0cdcd;
}

#dashboard-shifts tr th:nth-last-child(2),
#dashboard-shifts tr td:nth-last-child(2) {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
}


#shift-detail-table tr th,
#shift-detail-table tr td {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
    border-top: 1px solid #e0cdcd;
    border-radius: 0px;
}

#shift-detail-table tr th:first-child,
#shift-detail-table tr td:first-child {
    border-left: 1px solid #e0cdcd;
}

#shift-detail-table tr th:nth-last-child(2),
#shift-detail-table tr td:nth-last-child(2) {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
}



#table_id tr th,
#table_id tr td {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
    border-top: 1px solid #e0cdcd;
    border-radius: 0px;
}

#table_id tr th:first-child,
#table_id tr td:first-child {
    border-left: 1px solid #e0cdcd;
}

#table_id tr th:nth-last-child(2),
#table_id tr td:nth-last-child(2) {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
}








#update_allocated_guard tr th,
#update_allocated_guard tr td {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
    border-top: 1px solid #e0cdcd;
    border-radius: 0px;
}

#update_allocated_guard tr th:first-child,
#update_allocated_guard tr td:first-child {
    border-left: 1px solid #e0cdcd;
}

#update_allocated_guard tr th:nth-last-child(2),
#update_allocated_guard tr td:nth-last-child(2) {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
}


#avaialable_addShiftGuards tr th,
#avaialable_addShiftGuards tr td {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
    border-top: 1px solid #e0cdcd;
    border-radius: 0px;
}

#avaialable_addShiftGuards tr th:first-child,
#avaialable_addShiftGuards tr td:first-child {
    border-left: 1px solid #e0cdcd;
}

#avaialable_addShiftGuards tr th:nth-last-child(2),
#avaialable_addShiftGuards tr td:nth-last-child(2) {
    border-bottom: 1px solid #e0cdcd;
    border-right: 1px solid #e0cdcd;
}

.guard_shift_head {
    position: relative;
    padding: 12px;
    height: 193px;
    border: 1px solid #e0cdcd;
}

.calender_date {
    font-size: 20px;
    color: #296B98;
    font-family: proxima_nova_rgbold;
    margin-bottom: 10px
}

.sites_table tbody tr td {
    /* padding: 15px 10px !important; */
    vertical-align: middle
}

#ajax_site_table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

#modal3,
#modal1,
#modal2 {
    top: 2% !important;
}

.table_header th {
    height: 30px;
}

/* ===================================
          Add Shift
====================================== */
.close_btn1,
.update_close_btn {
    float: right;
    cursor: pointer;
}

#table_guard_shift_wrapper #table_guard_shift_length {
    display: none;
}

.padding_shift_heading {
    padding: 5px 15px !important;
}

.padding_shift {
    padding: 5px 7px !important;
}

#table_guard_shift thead th {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

.input-field.select_guard {
    margin-top: 0px;
    margin-bottom: 0px;
}

.grid_site_avalability {
    position: absolute;
    margin-left: 195px;
    z-index: 9 !important;
}

.shift_add_heading {
    float: left;
}

.assign_week {
    margin-left: 12px;
    margin-top: 1px;
    float: left;
}

.avail-day,
.avail-night {
    cursor: pointer;
}

.add_shift_switch {
    margin-top: 14px;
}

.add_shift_slider_btn {
    float: left;
}

#table_guard_shift_info {
    display: none;
}

.shift_range {
    margin-top: 10px;
}

.shift_range1 {
    margin-top: 10px;
}

#table_guard_shift_allocated_length {
    display: none;
}

#table_guard_allocated thead th {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

#table_guard_shift_allocated_info {
    display: none;
}

.multiple_table p {
    font-size: 13px;
    white-space: nowrap;
}

tr.shift_height {
    line-height: 20px;
}

.add_shift_update_btn {
    float: right;
}

#update_allocated_guard_filter input[type="search"],
div#update_allocated_guard_info,
#update_allocated_guard_length,
#table_guard_shift_allocated_filter input[type="search"],
#avaialable_shift_guard_length,
#avaialable_shift_guard_info {
    display: none;
}

#update_draft_close_btn,
#update_close_btn,
#close_btn,
#draft_close_btn {
    float: right;
    cursor: pointer;
}

/*table.dataTable thead th, table.dataTable thead td {*/
/*border-bottom: 1px solid #9e9e9e !important;*/
/*}*/
#loader {
    margin-top: 20% !important;
    margin-left: 45%;
    position: absolute;
    z-index: 999 !important;
}

#loader1 {
    margin-top: 20% !important;
    margin-left: 45% !important;
    position: absolute !important;
    z-index: 999 !important;
}


.shift-grid .add_day_shift {
    background-color: #296b981f;
    display: block;
    margin-bottom: 3px;
}

td.add_day_shift img,
td.update_day_shift {
    cursor: pointer;
}

span.add_day_shift img,
span.update_day_shift {
    cursor: pointer;
}


span.update_day_shift {
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.grid_log_avalability {
    position: absolute;
    margin-left: 403px;
    z-index: 9 !important;
    margin-top: 3px;
}

/*=============================*/
/*Add Shift Table*/
/*======================================*/
/*table#table_id {border: 1px solid #d5d5d5;}*/
.guards_shift_table thead tr th,
.guards_shift_table tbody tr td {
    font-weight: 400;
}

.guards_shift_table tbody tr td {
    /* padding: 15px 10px !important; */
    vertical-align: middle
}

.guards_shift_table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

/*=============================*/
/*Allocated Shift Table*/
/*======================================*/
/*table#table_id {border: 1px solid #d5d5d5;}*/
.guards_shift_table_allocated thead tr th,
.guards_shift_table_allocated tbody tr td {
    font-weight: 400;
}

.guards_shift_table_allocated tbody tr td {
    padding: 15px 10px !important;
    vertical-align: middle
}

.guards_shift_table_allocated tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

#guardsgrid tbody tr:nth-child(even) {
    background-color: #0098ff38;
}

#guards_datatable tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

#shifts_datatable tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.sidenav li.active {
    /* background-color: rgba(0, 0, 0, 0.16) !important; */
    background-color: rgb(0 0 0 / 53%) !important;
}

.collapsible-header {
    color: #fff !important;
    padding-left: 44px !important;
    font-size: 14px;
}

.sidenav li .collapsible-body {
    background: #296B98;
    padding-left: 20px;
}

i.material-icons.log_1 {
    font-size: 24px !important;
    margin-right: 5px;
}

/*shifts schedule*/
div#shiftsList div#shifts_datatable_length {
    display: none;
}

.guard_avalability_list_shift_schedule {
    /*position: absolute;*/
    /*margin-left: 190px;*/
    z-index: 9 !important;
    margin-top: -10px;
    /*width: 100%;*/
    display: flex;
}

/*div#shifts_datatable_filter {*/
/*margin-top: -100px;*/

/*}*/
/*.select.guard_from.schedule{*/
/*width: 17%;*/
/*}*/
/*.date_picker.guard_from.schedule {*/
/*width: 14%;*/
/*}*/
.update_schedule {
    margin-top: 5px;
}

.clear_schedule {
    margin-top: 5px;
}

.shift_schedule_export {
    margin-top: 5px;
    margin-left: 1%;
}

div#guardsgrid_length {
    display: none;
}

/*Select 2*/
span.select2-selection.select2-selection--single {
    border: none !important;
    border-bottom: 1px solid #9e9e9e !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 26px !important;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 31px !important;
}

.select2.guard_from {
    float: left;
    padding-left: 2px;
    margin-top: 5px;
    width: 15%;
}

.select2-dropdown {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

ul.select2-results__options {
    color: #296B98 !important;
    font-size: 16px !important;
    padding: 14px 24px;
    line-height: 30px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ffffff !important;
    color: #296B98 !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px !important;
}

span.select2-dropdown.select2-dropdown--below {
    width: 220px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    border-bottom: 1px solid #9e9e9e !important;
}

table.dataTable.no-footer,
.dataTables_scrollHeadInner {
    width: 100% !important;
}

[type='checkbox'].filled-in:not(:checked)+span:not(.lever):after {
    margin-left: 4%;
    width: 13px !important;
    height: 13px !important;
    border: 1px solid #222222 !important;
    margin-top: 6%;
}

.shift label {
    color: #222222 !important;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 2px;
}




.frm-con {
    /* background-color: #CCCCCC; */
    position: relative;
}

#grid-shift-loader {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #296b98;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#grid-shift-loader img {
    top: 250px;
    left: 660px;
    position: absolute;
}

#grid-loader {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #296b98;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#grid-loader img {
    top: 250px;
    left: 500px;
    position: absolute;
}

#form-loader {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #296b98;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    opacity: 0.4;
    filter: alpha(opacity=40);

}

#form-loader img {
    top: 250px;
    left: 135px;
    position: absolute;
}
}


i.md10px {
    font-size: 10px;
}


i.md15px {
    font-size: 15px;
}


i.md20px {
    font-size: 20px;
}

i.md40px {
    font-size: 40px;
}

i.md60px {
    font-size: 60px;
}

i.md90px {
    font-size: 90px;
}


.action-button-group {
    /* align-items: center; */
    display: flex;
    /* flex-wrap: wrap; */
    gap: 8px;
}

.action-button-group a {
    padding: 4px 10px !important;
}


table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    cursor: pointer;
}

table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    text-align: center;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0.5em;
}

@media screen and (max-width: 640px) {

    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block;
    }
}





#example-select-all {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}


/* table.dataTable tbody tr.selected {
    background-color: #1d60e0 !important;
    color: white;
} */




/* table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    content: ' ' !important;
    margin-top: 5px !important;
    margin-left: -6px !important;
    border: 1px solid black !important;
    border-radius: 3px !important;
}


table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: 0px !important;
    margin-left: -4px !important;
    text-align: center !important;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
} */



table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
    display: block;
    position: absolute;
    /* top: 0.2em; */
    left: 44%;
    width: 18px;
    height: 17px;
    box-sizing: border-box;
}


/* Tooltip CSS */

[data-md-tooltip] {
    position: relative;

    &:before {
        content: attr(data-md-tooltip);
        position: absolute;
        bottom: -35px;
        left: 50%;
        padding: 8px;
        transform: translateX(-50%) scale(0);
        transition: transform 0.2s ease-in-out;
        transform-origin: top;

        background: #616161e6;
        color: white;
        border-radius: 2px;
        font-size: 12px;
        font-family: Roboto, sans-serif;
        font-weight: 400;
    }

    &:hover:before {
        transform: translateX(-50%) scale(1);
    }

    &.md-tooltip--right {
        &:before {
            left: auto;
            right: -10px;
            bottom: auto;
            top: 50%;
            transform: translate(100%, -50%) scale(0);
            transform-origin: left center;
        }

        &:hover:before {
            transform: translate(100%, -50%) scale(1);
        }
    }

    &.md-tooltip--left {
        &:before {
            left: -15px;
            right: auto;
            bottom: auto;
            top: 50%;
            transform: translate(-100%, -50%) scale(0);
            transform-origin: right center;
        }

        &:hover:before {
            transform: translate(-100%, -50%) scale(1);
        }
    }

    &.md-tooltip-disabled {
        &:before {
            display: none;
        }
    }
}

.md-tooltip--top {
    &:before {
        top: -35px;
        bottom: auto;
        transform: translateX(-50%) scale(0);
        transform-origin: bottom center;
    }
}



.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;

    &:before {
        content: '';
        position: absolute;
        display: block;
        width: 150%;
        height: 150%;
        box-sizing: border-box;
        margin-left: -100%;
        margin-top: -100%;
        border-radius: 45px;
        background-color: #01a4e9;
        animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }

    /* &:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 15px;
        box-shadow: 0 0 8px rgba(0, 0, 0, .3);
        animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
    } */
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}



.shift-date-time {
    font-size: 11px;
    background-color: aqua;
    display: block;
    margin-bottom: 5px;
}

.shift-date-time-blur {
    filter: blur(2px);
}


.draft-btn {
    list-style-type: none;
    /* margin: 0px 0 0 0; */
    padding: 0px;
    margin-top: 1px;
    margin-left: 10px;
}

.draft-btn li {
    float: left;
    width: 112px;
    min-height: 2.3em;
    position: relative;
    margin: 1px;
}

.draft-btn label,
.draft-btn input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.draft-btn input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.draft-btn input[type="radio"]:checked+label {
    background: #fbfbfb;
    color: black;
}

.draft-btn label {
    /* cursor: pointer;
    color: #ffffff;
    display: inline-block;
    background-color: #296b98;
    padding: 11px 20px;
    text-align: center;
    border-radius: 2px;
    transition: all ease-in-out 0.5s;
    display: flex;
    border: 1px solid #296B98;
    font-size: 14px;
    box-shadow: 7px 6px 10px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.19); */


    background-color: #296b98;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border-radius: 2.5px;
    min-height: 1em;
    border: 0;
    padding: 5px 20px;
    display: flex;
    box-shadow: 7px 6px 10px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.19);

}

.draft-btn label:hover {
    background: #DDD;
}

.shift-graft {
    background-color: #f0e68c63 !important;
}

.image {
    display: inline-block;
    position: relative;
    margin: 1%;
    width: 75%;
}



.material-tooltip {
    font-size: 1rem;
    line-height: 120%;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 3px;
    visibility: hidden;
    overflow: hidden;
    width: 150px;
    min-height: 36px;
    padding: 10px 8px;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    color: #fff;
    border-radius: 3px;
    border-color: rgb(0, 0, 0);
    background-color: #296b98;
    margin-left: 2px;

    &:before {
        content: '';
        display: block;
        position: absolute;
        left: -4px;
        top: 12px;
        transform: rotate(45deg);
        width: 10px;
        height: 10px;
        background-color: white;
    }

}






















.tooltips {
    position: relative;
    display: inline;
}

.tooltips span {
    font: 300 12px 'Open Sans', sans-serif;
    position: absolute;
    color: #FFFFFF;
    background: #000000;
    padding: 5px 10px;
    width: 140px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
}

.tooltips[tooltip-position="top"] span {
    margin-left: 10px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.tooltips span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

.tooltips[tooltip-position="top"] span:after {
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid black;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.tooltips:hover span {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: alpha(opacity=100);
}

.tooltips[tooltip-position="top"]:hover span {
    bottom: 30px;
    left: 17%;
    margin-left: -76px;
}

.tooltips[tooltip-type="primary"]>span {
    background-color: #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="top"]>span:after {
    border-top: 8px solid #2980b9;
}




.top_rw {
    background-color: #296b98;
    color: white;
}



button {
    padding: 5px 10px;
    font-size: 14px;
}

.invoice-box {
    max-width: 100%;
    margin: auto;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    font-size: 14px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
}

.invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
    /* border-bottom: solid 1px #ccc; */
}

.invoice-box table td {
    padding: 10px;
    vertical-align: middle;
}

.invoice-box table tr td:nth-child(2) {
    text-align: right;
}

.invoice-box table tr.top table td {
    padding-bottom: 20px;
}

.invoice-box table tr.top table td.title {
    font-size: 45px;
    line-height: 45px;
    color: #333;
}

.invoice-box table tr.information table td {
    padding-bottom: 40px;
}

.invoice-box table tr.heading td {
    background: #296b98;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

.invoice-box table tr.details td {
    padding-bottom: 20px;
}

.invoice-box table tr.item td {
    border-bottom: 1px solid #eee;
}

.invoice-box table tr.item.last td {
    border-bottom: none;
}

.invoice-box table tr.total td:nth-child(2) {
    border-top: 2px solid #eee;
    font-weight: bold;
}

.invoice-box table tr {
    border-bottom: none !important;
}

.invoice-box h4 {
    color: white;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

.dash-bg {
    background-color: #296b98b0;
}


.select-wrapper input.select-dropdown {
    height: 2.3rem !important;
}


input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    height: 2.3rem !important;
}




.shift_status_requested {
    background-color: #e98c8c !important;
}
.shift_status_allocated {
    background-color: #b994ff !important;
}
.shift_status_cancelled {
    background-color: blue !important;
}
.shift_status_checkin {
    background-color: #d2c42f !important;
}
.shift_status_checkout {
    background-color: #c9b4b4 !important;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    line-height: 20px;
    /* text-align: center; */
    font-size: 15px;
    margin-left: 10px;
}


