@import url("../fonts/font.css");

/* ----Start General Css---- */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #131213;
    background: #f2f2f2;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

h1, h2, h3, h4, h5, h6, p, span, ul, ol {
    margin: 0px;
    padding: 0px;
}

.container_fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.schedule_popup .form_wrapper.history_btn .button_group {
    width: auto;
    float: left;
}

    .schedule_popup .form_wrapper.history_btn .button_group:nth-child(2), .schedule_popup .form_wrapper.history_btn .button_group:nth-child(3) {
        margin-left: 0;
    }

.login_engineer .tabs_view {
    flex: 0 1 100%;
    padding-right: 0;
}

/* ----End General Css---- */

/* ----Start Add Client Popup CSS---- */
.popup_wrapper {
    display: inline-block;
    max-width: 100%;
    width: 700px;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 30%);
    border-radius: 4px;
    /* position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

#unscheduleJob .popup_wrapper {
    max-height: 85%;
    overflow: auto;
}

#scheduleJob.popup_wrapper {
    max-height: 550px;
    overflow: auto;
}
/* .popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
} */
/*.popup {
    position: relative;
}*/
.popup_header {
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

    .popup_header h3 {
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        color: #E77925;
        float: left;
    }

    .popup_header button {
        float: right;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

        .popup_header button span {
            font-size: 26px;
        }

.input_box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

    .input_box label {
        float: left;
        width: 120px;
        font-weight: 600;
        margin: 7px 0;
    }

    /*.input_box input {
        height: 34px;
        width: calc(100% - 120px);
        display: inline-block;
        padding: 5px 12px;
        font-size: 16px;
        color: #999;
    }*/

    .input_box textarea {
        width: calc(100% - 120px);
        height: 60px;
        display: inline-block;
        padding: 5px 12px;
        color: #999;
        font-size: 16px;
    }

.popup_body {
    padding: 15px;
    display: inline-block;
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

#unscheduleJob .popup_body {
    max-height: initial;
}

.form_wrapper .button_group {
    display: inline-block;
    width: calc(100% - 120px);
    margin-left: 120px;
}

.color_btn {
    background: #E77925;
    color: #fff;
}

.schedule_btn {
    background: #E77925;
    color: #fff;
    margin-top: 20px
}

.unSchedule_btn {
    background: #E77925;
    color: #fff;
    margin-bottom: 20px;
}

.gray_btn {
    background: #ACACAC;
    color: #131213;
}

.button_group > button {
    font-size: 16px;
    font-weight: 700;
    padding: 12px;
    min-width: 100px;
    border: 0;
    border-radius: 2px;
    margin-right: 15px;
    cursor: pointer;
}

/* ----End Add Client Popup CSS---- */


/* ----Start Header CSS---- */
header {
    background: #131112;
    display: inline-block;
    width: 100%;
    position: relative;
}

.logo_bar img {
    max-height: 45px;
    display: inline-block;
}

.logo_bar a {
    display: inline-block;
    padding: 10px 0;
}

.dropdown-content {
    right: 0;
    background-color: #fff !important;
    min-width: 190px !important;
    z-index: 1000 !important;
}

    .dropdown-content a {
        margin: 0 !important;
    }

        .dropdown-content a:hover {
            background-color: #e67824 !important;
            color: #fff;
        }

.schedule_popup .select_input {
    padding: 0;
    // display: flex;
}

    .schedule_popup .select_input .cus_checkbox {
        margin-right: 15px;
    }

.admin_scheduler .list_title h4 {
    white-space: nowrap;
    flex: 0 1 calc(100% - 160px);
}

.header_wrapper {
    display: flex;
}

nav ul {
    display: flex;
    align-items: center;
}

    nav ul li a {
        display: flex;
        align-items: center;
        color: #fff;
        text-decoration: none;
        margin: 8px;
    }

        nav ul li a span.material-icons {
            color: #e67824;
            font-size: 26px;
            margin-right: 6px;
        }

    nav ul li {
        list-style: none;
        border-radius: 3px;
    }

nav {
    display: flex;
    flex: 0 1 100%;
    justify-content: flex-end;
    align-items: center;
}

    nav ul li.admin a span.material-icons {
        color: #fff;
        font-size: 34px;
    }

.toggleBtn button {
    background: transparent;
    border: 2px solid #fff;
    padding: 8px 5px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-left: 10px;
}

    .toggleBtn button span {
        display: inline-block;
        width: 30px;
        height: 2px;
        box-sizing: border-box;
        background: #fff;
        margin: 3px;
    }

.mobileMenu ul.mobileNone {
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    z-index: 1000;
    background: #131112;
    width: 100%;
    left: 0;
}

.basic_menu {
    flex: 0 1 100%;
    padding-left: 25px;
}

nav .basic_menu ul li.active > a {
    color: #e67824;
}
/* ----End Header CSS---- */

/*---Start Swal CSS---*/
button.swal2-confirm {
    background-color: #e67824 !important;
}
/*---End Swal CSS---*/

/* ----Start Real Rstate / Property Page CSS---- */
.title_bar h3 {
    color: #e67824;
    font-size: 22px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    flex: 0 1 100%;
}

.h_btn_grp button {
    background: transparent;
    border: 0;
    display: flex;
    cursor: pointer;
    align-items: center;
    margin: 0 12px;
    font-size: 14px;
    white-space: nowrap;
}

.h_btn_grp {
    display: flex;
    align-items: center;
    flex: 0 1 90px;
    justify-content: flex-end;
}

.title_bar {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
}

.h_btn_grp button .material-icons {
    font-size: 24px;
    color: #e67824;
    margin-right: 6px;
}

.main_section {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    overflow: auto;
    height: calc(100vh - 100px);
}

.cus_checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cus_checkbox label {
    position: relative;
    cursor: pointer;
}

    .cus_checkbox label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #e67824;
        box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
        border-radius: 2px;
    }

.cus_checkbox input:checked + label:before {
    background-color: #e67824;
}

.cus_checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* START TABLE CSS */
.main_body_section {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 20%);
    max-height: calc(100vh - 177px);
    overflow: auto;
}

.section_table,
.section_table * {
    box-sizing: border-box;
}

.section_table {
    margin-bottom: 16px;
    display: table;
    width: 100%;
    position: relative;
}

.overflowHeight {
    max-height: 400px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.section_table_container {
    display: table;
    width: 100%;
}

.section_table_header {
    display: table-header-group;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}

.section_table_row {
    display: table-row;
}

.section_table_header .section_table_colmun {
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

.sortableField {
    cursor: pointer;
}

.section_table_colmun {
    display: table-cell;
    padding: 5px;
    position: relative;
    vertical-align: top;
}

.section_table_header .section_table_colmun span {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #999;
    margin-bottom: 10px;
}

.section_table_body {
    display: table-row-group;
}

.section_table_row {
    display: table-row;
}

.section_table_body .section_table_colmun {
    padding: 10px 5px;
}

.section_table_colmun {
    display: table-cell;
    padding: 10px 5px;
    position: relative;
    vertical-align: top;
}

.mobileBlock {
    width: 100%;
    float: left;
}

.delete_icon {
    padding: 0;
    cursor: pointer;
}

    .delete_icon i {
        font-size: 18px;
        padding: 0 10px;
        font-weight: 600;
    }

.t_title h4 {
    margin: 0;
    font-size: 20px;
}

.t_title {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.file_table img {
    width: 26px;
}

.section_table_colmun:first-child {
    text-align: center;
}

.ct_checkbox {
    min-width: 50px;
    max-width: 50px;
}

.ct_client {
    min-width: 210px;
    max-width: 210px;
}

.ct_clientName {
    max-width: 120px;
    min-width: 120px;
}

.ct_email {
    max-width: 250px;
    min-width: 250px;
}

.ct_attention {
    min-width: 120px;
    max-width: 120px;
}

.ct_address {
    min-width: 240px;
    max-width: 240px;
}

.ct_city {
    max-width: 100px;
    min-width: 100px;
}

.ct_postCode {
    min-width: 90px;
    max-width: 90px;
}
/* END TABLE CSS */


.a_collapse {
    display: none;
}

button.e_c_btn.active span.a_expand {
    display: none;
}

button.e_c_btn.active span.a_collapse {
    display: inline-block;
}

    button.e_c_btn.active span.a_collapse span.material-icons {
        transform: rotate( 90deg );
    }

.acc_main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 10px;
}

    .acc_main > button {
        color: #e67824;
        font-weight: 400;
        border: 0px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: transparent;
        font-family: 'Oswald';
        font-style: normal;
        font-size: 16px;
        cursor: pointer;
    }

.e_c_btn span.material-icons {
    font-size: 24px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.acc_main > button > span span {
    display: inline-block;
    vertical-align: middle;
}

.acc_content {
    display: none;
}

.accordion_wrapper {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.p_table_main {
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 20%);
    border-radius: 4px;
    margin-top: 15px;
    background: #fff;
    max-height: calc(100vh - 177px);
    overflow: auto;
}

.row_selected .section_table_colmun {
    background: #FDF5EF;
}

.accordion_wrapper.row_selected {
    background: #fdf5ef;
}

    .accordion_wrapper.row_selected .section_table_colmun {
        background: transparent;
    }

.h_search_box span.material-icons {
    position: absolute;
    left: 0;
    padding: 6px;
}

.h_search_box input {
    height: 32px;
    width: 100%;
    padding: 5px;
    padding-left: 30px;
    padding-right: 25px;
}

.h_search_box {
    display: flex;
    position: relative;
    flex: 0 1 280px;
    justify-content: flex-end;
    min-width: 280px;
}

.button_group.add_prop button.color_btn {
    display: flex;
    align-items: center;
    background: transparent;
    color: #e77925;
    padding: 5px;
    font-weight: 400;
    padding-left: 0;
}

.button_group.add_prop {
    margin-bottom: 20px;
}

    .button_group.add_prop button.color_btn span.material-icons {
        font-size: 28px;
        margin-right: 4px;
    }
/* ----End Real Rstate / Property Page CSS---- */

/* ----Start Login Page CSS---- */

.login {
    display: inline-block;
    width: 100%;
    height: 100vh;
    background: #121011;
}

.login_logo_title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .login_logo_title img {
        max-width: 190px;
        margin-bottom: 20px;
    }

    .login_logo_title h3 {
        color: #fff;
        font-size: 28px;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 400;
    }

.login_wrapper {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    flex-direction: column;
    padding: 0 15px;
}

.login_form {
    background: #222222;
    box-shadow: 0px 0px 10px 3px #000;
    padding: 30px;
    border-radius: 4px;
    padding-top: 40px;
}

.l_input_box input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

    .l_input_box input:focus {
        outline: 0;
    }

    .l_input_box input::placeholder {
        color: #fff;
    }

.l_input_box {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.reset_pass a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-left: 30px;
}

.reset_pass {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
/* ----End Login Page CSS---- */

/*---Start Manage DropDown---*/

.dropbtn {
    background-color: black;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #808080;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 3px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #999;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: rgba(0,0,0,0.2);
}


/*---End Manage DropDown---*/

/* ----Start Footer CSS---- */
footer {
    background: #131112;
}

.footer_links li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.footer_links ul {
    display: flex;
}

    .footer_links ul li {
        padding: 15px;
    }

.footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_links {
    display: flex;
    flex: 0 1 100%;
}

.copyrights p {
    white-space: nowrap;
    color: #fff;
    padding: 6px;
}

    .copyrights p a {
        text-decoration: none;
        color: #e67824;
    }
/* ----End Footer CSS---- */


/* ----Start Add Client Popup CSS---- */
.popup_wrapper {
    display: inline-block;
    max-width: 100%;
    width: 700px;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 30%);
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}

.popup_header {
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

    .popup_header h3 {
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #E77925;
        float: left;
    }

    .popup_header button {
        float: right;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

        .popup_header button span {
            font-size: 26px;
        }

.input_box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

    .input_box label {
        float: left;
        width: 120px;
        font-weight: 600;
        margin: 7px 0;
    }

    .input_box input {
        height: 34px;
        width: calc(100% - 120px);
        display: inline-block;
        padding: 5px 12px;
        font-size: 16px;
        color: #333;
    }

    .input_box textarea {
        width: calc(100% - 140px);
        height: 60px;
        display: inline-block;
        padding: 5px 12px;
        color: #333;
        font-size: 16px;
    }

.popup_body {
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.form_wrapper .button_group {
    display: inline-block;
    width: calc(100% - 140px);
    margin-left: 140px;
}

.color_btn {
    background: #E77925;
    color: #fff;
}

div#job_items {
    padding: 0 15px;
    max-height: 656px;
    overflow: auto;
}

.gray_btn {
    background: #ACACAC;
    color: #131213;
}

.button_group > button {
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    min-width: 100px;
    border: 0;
    border-radius: 2px;
    margin-right: 15px;
    cursor: pointer;
}

/* ----End Add Client Popup CSS---- */

/* ----Start Dashboard Page CSS---- */
.tabs_nav ul {
    margin: 0;
    padding: 0;
}

.tabs_nav li {
    display: inline-block;
    background: rgb(230 120 36);
    border-radius: 4px 4px 0 0;
}

.tabs_nav a {
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.tabs_nav li.active {
    background: #FFF;
    color: #000;
    box-shadow: 0px -5px 6px 0px rgb(0 0 0 / 10%);
}

    .tabs_nav li.active a {
        color: #e67824;
    }

.tabs_content {
    background: #FFF;
    margin-top: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 20%);
    border-radius: 0px 4px 4px;
}

.calenderv_wrapper {
    padding: 10px;
}

.tabs_content img {
    margin-right: 10px;
}

.tabs_content > div:not(:first-child) {
    display: none;
}

.calenderv_wrapper .fc .fc-more-popover .fc-popover-body {
    max-height: 130px;
    overflow: auto;
}

.dash_wrapper {
    display: flex;
    flex-direction: row;
    flex-direction: row;
    padding-top: 10px;
}

.tabs_view {
    flex: 0 1 75%;
    padding-right: 15px;
}

.job_detail {
    width: calc(25% - 15px);
    flex: 0 1 calc(25% - 15px);
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 20%);
    border-radius: 4px;
    background: #fff;
    margin-left: 15px;
    margin-top: 39px;
}

.title_webpart h3 {
    color: #e67824;
    font-size: 20px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
}

#listView .sc_list_wrp {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    max-height: calc(100vh - 238px);
    overflow: auto;
    padding: 0 10px;
}

#listView .sc_list_item {
    display: inline-block;
    width: calc(50% - 10px);
    margin-bottom: 5px;
    background-color: #FDF5EF;
    padding: 10px;
    border: 1px solid #e67824;
    border-radius: 4px;
    margin: 5px;
}

#listView .tenant {
    flex: 0 1 33.33%;
}

.title_webpart {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

.job_details_wrapper {
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}

.job_person label {
    font-weight: 600;
    width: 60px;
    display: inline-block;
}

.job_person select {
    display: inline-block;
    width: calc(100% - 64px);
    box-sizing: border-box;
    height: 32px;
    font-size: 14px;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.h_search_box button.color_btn {
    border: 0;
    min-width: 100px;
}

.job_person {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 15px;
}

.job_item a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.job_item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

    .job_item:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .job_item a span {
        margin-bottom: 5px;
        display: inline-block;
        width: 100%;
    }

.list_title {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

    .list_title h4 {
        color: #e67824;
        font-size: 20px;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 400;
    }

.sc_list_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    background-color: #FDF5EF;
    padding: 10px;
    border: 1px solid #e67824;
    border-radius: 4px;
}

.pro_client p {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
    vertical-align: middle;
}

.pro_client span {
    display: inline-block;
    vertical-align: middle;
}

.pro_client {
    display: inline-block;
    margin-bottom: 3px;
    width: 100%;
}

.tenant_er {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
}

.sc_lli_date {
    flex: 0 1 37.5%;
    text-align: center;
}

.tenant {
    flex: 0 1 37.5%;
}

    .tenant:first-child {
        max-width: 25%;
        flex: 0 1 25%;
    }


    .tenant label {
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
    }

    .tenant span {
        display: inline-block;
        vertical-align: middle;
    }

    .tenant.img_enlarge span {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .tenant.img_enlarge img {
        width: 100%;
        display: inline-block;
    }

.sc_Lli_date p {
    color: #e67824;
}

.sc_job_date {
    padding-left: 2%;
    color: #e67824;
}

.listview_wrapper {
    display: flex;
    width: 100%;
}

.jobs_list {
    flex: 0 1 50%;
}

    .jobs_list:first-child {
        padding-right: 20px;
    }

    .jobs_list:last-child {
        padding-left: 20px;
    }

#listView .jobs_list {
    padding: 0 !important;
}

#listView .jobs_list {
    flex: 0 1 100%;
}

#propertyTableContainer .section_table_colmun:nth-last-child(2) p {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}
/* ----End Dashboard Page CSS---- */



/* ----Start Client Form CSS---- */
.c_form_title h3 {
    color: #e77824;
    font-size: 18px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
}

.input_box .error_message {
    display: inline-block;
    width: calc(100% - 170px);
    margin-left: 170px;
    margin-top: 3px;
    color: #e01111;
    font-size: 12px;
}

.input_box .validation_error {
    display: inline-block;
    width: calc(100% - 170px);
    margin-left: 170px;
    margin-top: 3px;
    color: #e01111;
    font-size: 12px;
}

.c_form_title {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.c_form_1 {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 20px 0 20px;
}

    .c_form_1 .input_box label {
        width: 170px;
    }

    .c_form_1 .input_box select {
        height: 34px;
        display: inline-block;
        padding: 5px 12px;
        font-size: 16px;
        color: #333;
    }

    .c_form_1 .input_box input, .c_form_1 .input_box textarea, .c_form_1 .input_box select {
        width: calc(100% - 170px);
    }

.client_form_wrapper {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
}
/* ----End Client Form CSS---- */


/* ----Start Engineer Dashboard CSS---- */
.er_dash_wrapper {
    display: flex;
}

.er_unsch_jobs_list {
    flex: 0 1 33.33%;
    background: #fff;
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 20%);
    border-radius: 4px;
}

    .er_unsch_jobs_list .sc_list_item {
        cursor: pointer;
    }

.er_sch_clndr {
    background: #fff;
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 20%);
    border-radius: 4px;
    flex: 0 1 calc(66.66% - 20px);
    margin-left: 20px;
}

.slot_main {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 10px;
    width: calc(20% - 20px);
}

.slots_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.er_date_picker {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.list_title {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

.er_dash_wrapper .sc_lli_date {
    margin-top: 8px;
}

.sc_lli_date p {
    color: #e67824;
}

#scheduledJobsEngineer .sc_lli_date {
    margin: 0;
}

.er_dash_main {
    padding: 15px;
    padding-top: 0;
}

.er_date_picker label {
    font-weight: 600;
    width: 85px;
    display: inline-block;
}

.er_dash_wrapper .jobs_list {
    padding: 0 !important;
    flex: 0 1 calc(50% - 20px);
    margin: 0 10px;
    background: #fff;
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 20%);
    border-radius: 4px;
    overflow: hidden;
}

.er_dash_wrapper .sc_list_wrp {
    padding: 15px;
    padding-top: 0;
    max-height: calc(100vh - 191px);
    overflow: auto;
}

.schedual_btn button {
    height: 100%;
    background: #e67824;
    color: #fff;
    border: 0;
    width: 100%;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .schedual_btn button * {
        padding: 3px;
    }

.er_dash_wrapper .sc_Lli_date {
    margin-top: 8px;
}

.schedual_btn {
    flex: 0 1 110px;
}

.er_dash_wrapper .sc_list_data {
    padding: 5px;
    flex: 0 1 calc(100% - 40px);
}

.er_dash_wrapper .sc_list_item {
    padding: 0;
    display: flex;
}

.er_dash_wrapper .tenant_er {
    margin-bottom: 0;
}

.property_details_p span {
    font-weight: 600;
    float: left;
    width: 140px;
}

.property_details_p p {
    float: left;
    width: calc(100% - 140px);
}

.property_details_p {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.schedule_popup .input_box label {
    width: 140px;
}

.schedule_popup .input_box input, .schedule_popup .input_box select {
    width: calc(100% - 140px);
}

.schedule_popup .input_box select {
    height: 34px;
    display: inline-block;
    padding: 5px 12px;
    font-size: 16px;
    color: #333;
}

.schedule_popup .form_wrapper .button_group {
    width: calc(100% - 140px);
    margin-left: 140px;
}
/**/ #assignJobs .sc_list_item {
    flex-wrap: wrap;
}

    #assignJobs .sc_list_item > .sc_list_data {
        display: flex;
        flex-wrap: wrap;
        flex: 0 1 100%;
    }

#assignJobs .inner_tiles {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
}

/* ----End Engineer Dashboard CSS---- */


/* ----Start Admin Scheduler Page CSS---- */
.tenet_schedule_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    background: #f2f2f2;
    margin-top: 10px;
    padding: 10px;
    position: relative;
}

.schedule_popup .select_input {
    width: 100%;
}

.assignJobMainWrapper {
    display: flex;
    justify-content: center;
    padding: 15px;
    box-shadow: 0px -7px 11px -4px rgb(0 0 0 / 20%);
    border-radius: 5px;
    position: relative;
    z-index: 2;
}

#unscheduleJob .popup_body {
    padding: 0 15px;
}

div#btnRescheduleUnschedule {
    padding-bottom: 15px !important;
}

.tenet_schedule_wrapper .button_group button {
    padding: 5px;
    min-width: auto;
    margin: 0;
}

.tenet_schedule_wrapper .property_details_p {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.tenet_schedule_wrapper .button_group {
    position: absolute;
    top: 0;
    right: 0;
}

.tenet_schedule_wrapper .property_details_p span {
    width: auto;
    white-space: nowrap;
}

.tenet_schedule_wrapper .property_details_p p {
    white-space: nowrap;
    width: auto;
    margin-left: 5px;
}

.admin_scheduler .job_person select {
    width: calc(100% - 84px);
}

.admin_scheduler .job_person label {
    width: 80px;
}

span.assigned_month {
    color: #e67824;
}

.assign_popup .input_box select {
    float: left;
    width: calc(100% - 140px);
    height: 34px;
    padding: 5px 12px;
    font-size: 14px;
    color: #333;
}

.assign_popup .input_box label {
    width: 140px;
}

.select_input {
    display: inline-block;
    padding: 5px 0 5px 10px;
}

.admin_scheduler .list_title {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    align-items: center;
}

    .admin_scheduler .list_title h4 {
        white-space: nowrap;
    }
/* ----End Admin Scheduler Page CSS---- */
.fc-event-title {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.error_alert_message {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #f9d5d5;
    border: 1px solid #e11111;
    border-radius: 3px;
    margin-bottom: 15px;
    color: #e11111;
}

.sucess_alert_message {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #f2ffde;
    border: 1px solid #79bd0f;
    border-radius: 3px;
    margin-bottom: 15px;
    color: #79bd0f;
}

.ui-timepicker-container {
    z-index: 10001 !important;
}

.login_errormessage, .session_message {
    color: #e11111;
    margin-bottom: 15px;
}

.datepicker-dropdown {
    z-index: 1000000 !important;
}

.clear_filter {
    display: inline-block;
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

    .clear_filter span.material-icons {
        position: relative;
    }

.norecords {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    color: #999;
}

.section_table_colmun .schedual_btn button {
    border-radius: 0;
    background: transparent;
    color: #e67824;
}

.job_history_main, .job_photos_main {
    padding: 15px;
}

.wrapper_job_photos {
    display: flex;
    flex-wrap: wrap;
}

.job_photo {
    position: relative;
    flex: 0 1 calc(33.33% - 30px);
    padding: 15px;
    margin: 15px;
    border: 1px solid #ddd;
}

.sche_picture img {
    max-width: 300px;
    max-height: 150px;
}
/*#sche_picture {
    max-width: 300px;
    max-height: 150px;
}*/
/*.show {
    z-index: 999;
    display: none;
}

    .show .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.66);
        position: absolute;
        top: 0;
        left: 0;
    }

    .show .img-show {
        width: 600px;
        height: 400px;
        background: #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        overflow: hidden
    }

.img-show span {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}

.img-show img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/
.multi_search {
    display: flex;
}

    .multi_search .h_search_box {
        display: flex;
        position: relative;
        flex: 0 1 200px;
        justify-content: flex-end;
        min-width: 200px;
        margin-left: 15px;
    }

        .multi_search .h_search_box:last-child {
            flex: 0 1 70px;
            min-width: 70px;
        }

.add_note_popup .form_wrapper .button_group {
    margin: 0;
}

.add_note_popup .form_wrapper .input_box textarea {
    width: 100%;
}

.unsch_jobs_filter {
    display: flex;
}

    .unsch_jobs_filter .h_search_box {
        flex: 0 1 calc(25% - 20px);
        margin: 10px;
        min-width: auto;
    }

select#txtSerchMonth {
    width: 100%;
}

select#txtEngrSerchMonth {
    width: 100%;
}

.clients .multi_search .h_search_box:nth-child(4) {
    min-width: 69px;
}

.section_table_colmun:nth-child(6) p {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

#engineerNote .schedule_popup .select_input {
    display: inline-block;
    width: 100%;
}

#AddSchedulerPopUp .validation_error {
    width: calc(100% - 140px);
    margin-left: 140px;
    display: inline-block;
    margin-top: 3px;
    color: #e01111;
    font-size: 12px;
}

.invoice_filter {
    display: flex;
    align-items: center;
}

    .invoice_filter .h_search_box {
        margin: 0 15px;
    }

    .invoice_filter .search_button {
        display: flex;
    }

        .invoice_filter .search_button button {
            padding: 8px;
            box-sizing: border-box;
            border: 0;
            min-width: 90px;
            cursor: pointer;
        }

            .invoice_filter .search_button button.color_btn {
                margin-right: 15px;
            }

    .invoice_filter .h_search_box input {
        padding-left: 6px;
    }

.completedJobsMain .section_table_colmun:first-child {
    text-align: left;
}

#Alarm_Type .section_table_colmun:first-child, #Alarm_Location .section_table_colmun:first-child {
    width: 50px;
    text-align: center;
}

.er_dash_wrapper #UnassignJobs .sc_list_item {
    flex-wrap: wrap;
}

#UnassignJobs .sc_list_item > .sc_list_data {
    flex: 0 1 100%;
    display: flex;
}

div#JobDetail40 {
    display: inline-block;
    width: 100%;
}

#UnassignJobs .inner_tiles {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
}


.multi_search .h_search_box.cmpltjobpostcode {
    flex: 0 1 200px;
    min-width: 200px;
}

#imgEnlargePopup .popup_wrapper {
    width: auto;
}

.tenant.img_enlarge img {
    max-width: 100%;
    display: inline-block;
}

/*Start job history Export to excel button css*/
#downloadExcel {
    width: 25px;
    border: none;
}

.fa-solid, .fas {
    color: green;
    font-size: xx-large;
    font-weight: 900;
}
/*End job history Export to excel button css*/

/* ----Start Media Query CSS---- */
@media(max-width:1200px) {
    .ct_client {
        min-width: 160px;
        max-width: 160px;
    }

    .ct_clientName {
        max-width: 90px;
        min-width: 90px;
    }

    .ct_attention {
        min-width: 90px;
        max-width: 90px;
    }

    .ct_address {
        min-width: 160px;
        max-width: 160px;
    }

    .ct_email {
        max-width: 180px;
        min-width: 180px;
    }

        .ct_email p {
            max-width: 180px;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
}

@media(min-width:992px) {
    .mobiletoggle > button {
        display: none;
    }

    .mobileBlock {
        display: none !important;
    }
}

@media(max-width:992px) {
    nav {
        flex: 0 1 auto;
    }

    .logo_bar {
        flex: 0 1 100%;
    }

    .toggleBtn {
        display: flex;
        align-items: center;
    }

    .section_details_table {
        overflow: hidden;
        max-height: 100%;
        display: inline-block;
        width: 100%;
    }

    .section_table_header {
        display: none;
    }

    .section_table_row {
        padding: 15px 0;
        border: 0px solid #ddd;
        display: block;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }

    .section_table_colmun {
        width: calc(33.33% - 25px);
        display: inline-block;
        margin: 10px;
        padding: 0 !important;
        border: 0 !important;
        text-align: left;
    }

    .mobileBlock {
        display: block;
    }

    .mobileNone {
        display: none;
    }

    .filter_panel {
        flex-wrap: wrap;
    }

    .section_table_body .section_table_colmun:first-child {
        width: 100%;
    }

    a.file_table {
        display: inline-block;
        margin-top: 5px;
    }

    .logo_bar img {
        max-height: 40px;
        display: inline-block;
    }

    .footer_wrapper {
        flex-wrap: wrap;
    }

    .section_table_colmun {
        max-width: 100%;
        min-width: 1px;
    }

        .section_table_colmun:first-child {
            text-align: left;
            width: 100%;
        }

    .accordion_wrapper {
        border-bottom: 0px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 4px;
    }

    .main_body_section {
        background: transparent;
        border-radius: 0;
        box-shadow: 0 0 0 0;
    }

    .title_bar {
        position: sticky;
        top: 0;
        background: #f2f2f2;
        position: -webkit-sticky;
        position: sticky;
    }

    .main_section {
        overflow: hidden;
        height: auto;
        min-height: calc(100vh - 100px);
    }

    .section_table_colmun > span {
        font-weight: 600;
        margin-bottom: 2px;
    }

    .section_table_row.row_selected {
        background: #FDF5EF;
    }

    .h_search_box {
        flex: 0 1 180px;
        min-width: 180px;
    }

    .tabs_view {
        flex: 0 1 100%;
        padding-right: 0;
    }

    .dash_wrapper {
        flex-wrap: wrap;
    }

    .job_detail {
        width: 100%;
        flex: 0 1 100%;
        margin-left: 0;
    }

    .er_dash_wrapper .jobs_list {
        flex: 0 1 100%;
        margin-bottom: 15px;
    }

    .er_dash_wrapper {
        flex-wrap: wrap;
    }

    .mobileNone .dropdown-content {
        display: block;
        position: relative;
        background: transparent !important;
        padding-left: 30px;
        margin-bottom: 15px;
    }

        .mobileNone .dropdown-content a {
            color: #fff;
            padding: 4px 10px;
        }

    nav ul li.dropdown a {
        margin-bottom: 2px;
    }

    .multi_search {
        flex-wrap: wrap;
    }

    .title_bar {
        flex-wrap: wrap;
    }
}

@media(max-width:767px) {
    .footer_links ul {
        flex-wrap: wrap;
    }

        .footer_links ul li {
            padding: 0px 15px;
            flex: 0 1 100%;
            margin: 5px 0;
        }

    .copyrights {
        flex: 0 1 100%;
        border-top: 1px solid #fff;
        margin-top: 10px;
    }

    .section_table_colmun {
        width: calc(50% - 25px);
    }

    .title_bar {
        flex-wrap: wrap;
    }

    .h_btn_grp button {
        margin: 10px 8px 0 0;
        white-space: normal;
    }

    .c_form_1 .input_box label {
        width: 100%;
    }

    .c_form_1 .input_box input, .c_form_1 .input_box textarea, .c_form_1 .input_box select {
        width: 100%;
    }

    .h_search_box {
        flex: 0 1 100%;
        min-width: 100%;
        margin-top: 15px;
    }

    .h_btn_grp {
        flex: 0 1 100%;
        justify-content: flex-start;
    }

    .input_box .validation_error {
        width: 100%;
        margin-left: 0;
    }

    .input_box .error_message {
        width: 100%;
        margin-left: 0;
    }

    .job_photo {
        flex: 0 1 100%;
        margin: 15px 0;
    }

    .multi_search .h_search_box {
        flex: 0 1 100%;
        margin: 0;
        margin-bottom: 10px;
    }

        .multi_search .h_search_box:last-child {
            flex: 0 1 100%;
            min-width: 100%;
        }

        .multi_search .h_search_box select {
            width: 100%;
        }
}

@media(max-width:320px) {
    nav ul li a {
        margin: 5px;
    }

    .section_table_colmun {
        width: calc(100% - 25px);
    }
}


/* ----End Media Query CSS---- */

/* ----Start Loading CSS---- */
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    z-index: 100;
}
/* ----End Loading CSS---- */

.unsch_jobs_filter .h_search_box select {
    width: 100%;
}

.assignjobsPerson .unsch_jobs_filter .h_search_box {
    margin: 0 10px;
    flex: 0 1 calc(33.33% - 20px );
}

.job_person.assignjobsPerson {
    display: flex;
    margin: 25px 0 15px;
}

    .job_person.assignjobsPerson select {
        flex: 0 1 calc(40% - 15px);
        width: calc(40% - 15px);
        margin-right: 3px;
    }

.assignjobsPerson .unsch_jobs_filter .h_search_box select {
    flex: 0 1 100%;
}

.admin_scheduler .job_person .cus_checkbox label {
    width: auto;
}

.h_search_box .cus_checkbox {
    margin: 4px 0;
}

.h_search_box.search_checkbox {
    flex: 0 1 38px !important;
    margin-right: 4px !important;
}

#unScheduleCount {
    font-weight: bold;
    align-self: center;
}

#scheduleCount {
    font-weight: bold;
    align-self: center;
}
