﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
    --stat-primary-light-color: #7ba5d8;
    --stat-primary-dark-color: #042e46;
}
/* CSS Document */

* {
    font-family: 'Lato', sans-serif;
}

/*html {
   scrollbar-width: none;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}*/

body {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    color: #686868;
}
#glblLoadingDiv {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1000000;
}

#glbl-loading-image {
    z-index: 10000004;
}
/*Generic code for elements start here*/
a {
    color: #0772B3;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 600;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

hr {
    border: 0;
    border-top: none;
    height: 1px;
    margin: 10px 0px 10px;
    background: #CECECE;
}

    hr.first-hr {
        margin-bottom: 10px;
        margin-top: 10px;
        border: 0;
        border-top: none;
        height: 1px;
        background: #CECECE;
    }

textarea:focus {
    box-shadow: 0 0 0 2px rgba(33, 122, 147, .35);
    box-shadow: 0 0 0 2px var(--fabric-theme-lightest35, rgba(33, 122, 147, .35));
    outline: 0;
    border-color: #217A93;
    border-color: var(--fabric-theme-lighter, #217A93);
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

h1 {
    font-size: 2.125rem;
    font-weight: 700;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.125rem;
    font-weight: 400;
}

h6 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #222;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

select {
    border: 1px solid #DFDFDF;
    height: 30px;
    box-sizing: border-box;
    padding: 0px 6px;
    color: #656565;
}
    /* IE11 hide native button */
    select::-ms-expand {
        display: none;
    }

    select:focus {
        box-shadow: 0 0 0 2px rgba(33, 122, 147, .35);
        box-shadow: 0 0 0 2px var(--fabric-theme-lightest35, rgba(33, 122, 147, .35));
        outline: 0;
        border-color: #217A93;
        border-color: var(--fabric-theme-lighter, #217A93);
    }

input {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    padding: 2px 6px;
    color: #656565;
}

    input:focus {
        box-shadow: 0 0 0 2px rgba(33, 122, 147, .35);
        box-shadow: 0 0 0 2px var(--fabric-theme-lightest35, rgba(33, 122, 147, .35));
        outline: 0;
        border-color: #217A93;
        border-color: var(--fabric-theme-lighter, #217A93);
    }

    input[type="date"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    input.search {
        padding: 2px 10px;
        font-size: 14px;
        border-radius: 20px;
        border: 1px solid #495057;
        height: 32px;
    }

        input.search:focus {
            box-shadow: 0 0 0 2px rgba(33, 122, 147, .35);
            box-shadow: 0 0 0 2px var(--fabric-theme-lightest35, rgba(33, 122, 147, .35));
            outline: 0;
            border-color: #217A93;
            border-color: var(--fabric-theme-lighter, #217A93);
        }

        input.search::after {
            background: url("../images/search_icon.svg");
        }

span.field-validation-error {
    position: relative;
    float: left;
}

.img_responsive {
    max-width: 100%;
    height: auto;
}

table.alm-table {
    width: 100%;
    margin: 10px 0px;
}

    table.alm-table thead {
        background: #ebebeb;
    }

        table.alm-table thead tr th {
            padding: 12px 16px 11px;
            border: none;
            color: #555;
            font-size: 15px;
            font-weight: 700;
        }

    table.alm-table tbody tr td {
        padding: 10px 16px;
        border-bottom: 1px solid #e0e0e0;
        color: #222;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }

    table.alm-table tbody tr:nth-child(even) td {
        background: #f4f4f4;
    }

    table.alm-table .numeric_data {
        text-align: right;
    }

    table.alm-table .icon {
        padding: 0px 2px;
        color: #0772B3;
    }

        table.alm-table .icon:hover {
            color: #0056b3;
        }

.icons_data {
    text-align: center;
    color: #656565;
}

.icon:hover {
    color: #007BFF;
    cursor: pointer;
}

.login_data span.field-validation-error {
    position: relative;
}
/*Generic code for elements end here*/
/*Theme code starts here*/
.header_bg {
    background: rgb(245, 245, 245);
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(242, 242, 242, 1) 100%);
}

.header_group {
    float: right;
    display: inline-flex;
}

img.logo_img {
    padding: 0px 30px;
    width:200px;
}

img.logo_img_cst {
    padding: 0px 30px;
    max-width: 200px;
    max-height: 80px;
}

ul.chosen-choices {
    top: -2px;
    display: block;
    width: 100% !important;
    padding: 4px 5px !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #222;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ccc !important;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

ul.header_list {
    position: absolute;
    right: 0;
    background: #F4F4F4;
    z-index: 99;
    list-style: none;
    padding: 0px;
    display: block;
    min-width: 140px;
}

    ul.header_list li a {
        color: #898889;
        padding: 10px;
        display: flex;
        border-bottom: 1px solid #CECECE;
        font-weight: bold;
    }

        ul.header_list li a:hover {
            cursor: pointer;
            color: #004A6D;
        }

.select_input {
    position: relative;
}

.phone_input {
    position: relative;
}

.birthday_input {
    position: relative;
}

.header_search {
    position: relative;
    padding: 20px 0px;
}

ul.header_setting {
    display: inline-flex;
}

    ul.header_setting li {
        position: relative;
    }

    ul.header_setting em {
        font-size: 30px;
        padding: 21px 10px 21px 20px;
    }

.header_search img.search_icon {
    position: absolute;
    right: 15px;
    top: 28px;
}

.header_group .user_profile {
    background: #fff;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.4);
    margin: 20px 0px 20px 10px;
}

img.setting_icon {
    height: 28px;
    transform: rotate(30deg);
}

.profile_line {
    background: #7BA4DB;
    height: 3px;
}

.profile_bg {
    background: #253746;
    padding: 0;
}

.profile_row {
    padding-top: 10px;
}

.profile_data {
    color: #fff;
    position: relative;
    z-index: 3;
    display: inline-block;
    min-height: 50px;
    margin-top: 15px;
    margin-left: 63px;
}

    .profile_data h1{
        display: inline-block;
    }

    .profile_data h4 {
        display: inline-block;
        margin-left: 10px;
    }

    button.profile_edit img {
        outline: none;
    }

button.profile_edit:hover, button.profile_edit:hover {
    background: #004A6D;
    outline: none;
}

ul.profile_edit_list li a {
    color: #898889;
    padding: 10px;
    display: flex;
    border-bottom: 1px solid #CECECE;
    font-weight: bold;
}

    ul.profile_edit_list li a:hover {
        background: #fff;
        cursor: pointer;
        color: #004A6D;
        text-decoration: none;
    }

ul.profile_edit_list li:last-child a {
    border: none;
}

ul#als_tabs li a {
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    ul#als_tabs li a.active {
        color: #656565;
        font-weight: bold;
    }

.left_col aside {
    width: 100%;
}

.aside_data {
    padding: 60px 20px;
    background: #F4F4F4;
    height: 100% !important;
}

    .aside_data ul li {
        word-break: break-all;
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 7px;
    }

        .aside_data ul li:last-child {
            padding-bottom: 0px;
        }

        .aside_data ul li em::before {
            padding-right: 10px;
            min-width: 20px;
            display: inline-block;
            -webkit-transition: all .7s ease-in-out .3s;
            transition: all .7s ease-in-out .3s;
        }


        .aside_data ul li a::before {
            padding-right: 10px;
        }

        .aside_data ul li em.list_shortcut::before {
            content: url(../images/shortcut_icon.svg);
        }

        .aside_data ul li em.list_payment::before {
            content: url(../images/payment_icon.svg);
        }

        .aside_data ul li em.list_recent::before {
            content: url(../images/recent_icon.svg);
        }

        .aside_data ul li em.list_email::before {
            content: url(../images/email_icon.svg);
        }

        .aside_data ul li em.list_phone::before {
            content: url(../images/phone_icon.svg);
        }

        .aside_data ul li em.list_lease::before {
            content: url("../images/lease_icon.svg");
        }

        .aside_data ul li em.list_life::before {
            content: url("../images/lifetime_icon.svg");
        }

        .aside_data ul li em.list_lead::before {
            content: url("../images/lead_icon.svg");
        }

        .aside_data ul li em.list_company::before {
            content: url("../images/company_icon.svg");
        }

        .aside_data ul li em.list_link a::before {
            content: url("../images/link_icon.svg");
        }

.aside_block {
    border-top: 1px solid #CECECE;
    padding-top: 20px;
    margin-top: 20px;
}

.aside_block_heading {
    font-weight: 600;
    font-size: 0.875rem;
    color: #222;
    line-height: 22px;
    margin-bottom: 15px;
}

h3.article_title {
    font-weight: bold;
    padding: 10px 0px 0px;
    color: #253746;
    padding-left: 40px;
    margin-bottom: 0px;
}

div#dataTableGrid_length label {
    font-size: 0.9375rem;
}

div#dataTableGrid_info {
    font-size: 0.9375rem;
}

div#dataTableGrid_paginate {
    font-size: 0.9375rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
    color: #1E5975 !important;
    background: #fff;
    border-color: transparent;
    font-size: 0.9375rem;
    font-weight: 400;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    color: #1E5975 !important;
    background: #fff;
    border-color: transparent;
    font-size: 0.9375rem;
    font-weight: 400;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    display: none;
}

h3.action_report::before {
    content: url(../images/action_report.svg);
    position: absolute;
    left: 17px;
}

h3.alert_report::before {
    content: url(../images/alert_report.svg);
    position: absolute;
    left: 17px;
}

h3.compliance_report::before {
    content: url(../images/compliance_report.svg);
    position: absolute;
    left: 17px;
}

h3.employee_report::before {
    content: url(../images/employee_report.svg);
    position: absolute;
    left: 17px;
}

h3.surveillance_report::before {
    content: url(../images/surveillance_report.svg);
    position: absolute;
    left: 17px;
}

h3.billing_report::before {
    content: url(../images/billing_report.svg);
    position: absolute;
    left: 17px;
}

h3.billing_report_detail::before {
    content: url(../images/billing_report_detail.svg);
    position: absolute;
    left: 17px;
}

h3.details_title::before {
    content: url(../images/personal_icon.svg);
    position: absolute;
    left: 17px;
}

h3.authentication_management_title::before {
    content: url(../images/authentication_management_title_icon.svg);
    position: absolute;
    left: 17px;
}

h3.clinical_record_logs_title::before {
    content: url(../images/clinical_record_logs_title_icon.svg);
    position: absolute;
    left: 17px;
}

h3.physicians_title::before {
    content: url(../images/physicians_title_icon.svg);
    position: absolute;
    left: 17px;
}

h3.elmah_title::before {
    content: url(../images/error-log-heading.svg);
    position: absolute;
    left: 17px;
}

h3.record_types_management_title::before {
    content: url(../images/record_types_management_title_icon.svg);
    position: absolute;
    left: 17px;
}

h3.service_codes_management_title::before {
    content: url(../images/service_code_title.svg);
    position: absolute;
    left: 17px;
}

h3.storage_configuration_title::before {
    content: url(../images/storage_configuration_title_icon.svg);
    position: absolute;
    left: 17px;
}

h3.lease_title::before {
    content: url("../images/titlelease_icon.svg");
    position: absolute;
    left: 17px;
}

.label_box {
    display: inline-block;
    padding-right: 10px;
    margin-top: 20px;
    position: relative;
}

.label_address {
    margin-top: 8px;
}

.form-group label {
    margin-bottom: 0px;
    color: #222;
}

.label_closest {
    padding-right: 5px;
}

span.c_dob_calc {
    padding-left: 10px;
}

div.input_eye {
    position: relative;
}

    div.input_eye em {
        position: absolute;
        right: 12px;
        font-size: 12px;
        z-index: 9;
        top: 12px;
    }

        div.input_eye em:hover {
            cursor: pointer;
        }

.birthday_field, .phone_field {
    display: flex;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 40px;
}

.input_field_icon {
    width: 32px;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 1px 0 0 1px;
    display: flex;
    height: 32px;
    justify-content: center;
    left: 1px;
    pointer-events: none;
    position: absolute;
    top: 1px;
    color: #898889;
}

.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 10px;
    background-size: 12px;
    background-position: right 16px center;
}

img.add_icon {
    vertical-align: unset;
    padding-right: 3px;
    width: 17px;
}

img.minus_icon {
    vertical-align: unset;
    padding-right: 3px;
    width: 17px;
}

img.delete_icon {
    vertical-align: unset;
    padding-right: 3px;
    width: 14px;
}

img.password_icon {
    vertical-align: unset;
    padding-right: 3px;
    width: 13px;
}

img.edit_icon {
    vertical-align: unset;
    padding-right: 3px;
    width: 17px;
}

img.upload_icon {
    vertical-align: unset;
    padding-right: 3px;
    width: 17px;
}

img.download_icon {
    vertical-align: unset;
    padding-right: 3px;
    width: 17px;
}

.left_col {
    position: relative;
    display: flex !important;
    -webkit-transition: all .7s ease-in-out .3s;
    transition: all .7s ease-in-out .3s;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    padding-right: 10px;
    background-size: 15px;
    background-position: right 16px center;
}
/*Theme code end here*/
/*lease tab start here*/

.header_link {
    padding: 10px 0px 0px;
    display: inline-block;
    font-size: 17px;
}

#dataTableGrid_length select {
    appearance: auto;
}

table.alm-table tbody tr.odd > .sorting_1, table.alm-table.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: transparent !important;
}

table.alm-table tbody tr.odd, table.alm-table tbody tr.odd {
    background-color: transparent !important;
}

table.alm-table tbody tr.even > .sorting_1, table.alm-table tbody tr.even > .sorting_1, table.alm-table tbody tr.even {
    background-color: #FBFBFB !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 6px 12px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #CECECE;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #1E5975 !important;
    background: #fff;
    border-color: #1E5975;
    font-size: 0.9375rem;
    font-weight: 800;
    border: 1px solid #1E5975;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #1E5975 !important;
    background: #fff;
    border-color: #1E5975;
    font-size: 0.9375rem;
    font-weight: 800;
    border: 1px solid #1E5975;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #fff !IMPORTANT;
    box-shadow: none;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}

div#dataTableGrid_length {
    padding-top: 10px;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 12px;
}

.dataTables_filter input {
    width: 250px
}

.dataTables_wrapper {
    width: 100%;
}

.lease_container {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 30px;
}

.lease_header {
    background: #F4F4F4;
}

    .lease_header p {
        padding: 15px;
        font-weight: 600;
        color: #222;
        font-size: 14px;
    }

.lease_data {
    padding: 15px;
}

p.lease_data_value {
    width: 47%;
    float: left;
    color: #222;
    font-size: 15px;
}

p.lease_data_title {
    width: 53%;
    float: left;
    color: #222;
    font-size: 15px;
    font-weight: 600;
}

.right_border {
    border-right: 1px solid #cecece;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lease_line {
    margin: 15px 0px;
    height: 1px;
    background: #cecece;
}

/*Login Page code start here*/
.login_background {
    background: url(../images/login_bg.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.login_container {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 410px;
    width: 460px;
}

.login_data {
    background-color: #fff;
    padding: 30px 100px;
    box-shadow: 0 8px 14px 3px rgba(0, 0, 0, .05);
    position: absolute;
}

.login_field .login_email {
    margin-bottom: 20px;
}

.login_data img#login_logo {
    display: flex;
    margin: auto;
    max-width: 200px;
    max-height: 80px;
}

.login_field {
    position: relative;
}

.input_field {
    width: 460px;
    margin-top: 15px;
    background-color: #fff;
    padding-left: 40px;
}

    .input_field:focus {
        box-shadow: 0 0 0 2px rgba(33, 122, 147, .35);
        box-shadow: 0 0 0 2px var(--fabric-theme-lightest35, rgba(33, 122, 147, .35));
        outline: 0;
        border-color: #217A93;
        border-color: var(--fabric-theme-lighter, #217A93);
    }

.input_icon {
    width: 34px;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 1px 0 0 1px;
    display: flex;
    height: calc(100% - 2px);
    justify-content: center;
    left: 1px;
    pointer-events: none;
    position: absolute;
    top: 1px;
}

.linear_line {
    background: rgb(33, 122, 147);
    background: linear-gradient(90deg, rgba(33, 122, 147, 1) 0%, rgba(33, 122, 147, 1) 35%, rgba(30, 89, 117, 1) 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0;
}

.login_remember {
    position: relative;
    padding: 20px 0;
    width: 50%;
    float: left;
}

    .login_remember input[type="checkbox"] {
        position: absolute;
        margin-top: 7px;
        margin-left: 0px;
    }

    .login_remember label {
        padding-left: 20px;
        padding-top: 1px;
        display: inline-block;
    }

.login_data button {
    float: right;
    width: 100%;
}

.login_forgot {
    width: 50%;
    float: left;
    padding: 20px 0;
}

.login_misc {
    padding: 10px 0px;
}

    .login_misc a {
        padding-top: 7px;
        display: inline-block;
    }

.rights_msg {
    text-align: center;
    padding-top: 80px;
    font-size: 14px;
}

.invalid-feedback {
    display: block;
    font-size: 12px;
}

select.input_required {
    border-left: 1px solid red !important;
}

input.input_required {
    border-left: 1px solid red !important;
}
/*Login Page code end here*/
/*Payment Page code start here*/
#payment h3.lease_title::before {
    content: "\f53d";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 17px;
    font-size: 22px;
}

.header_link {
    margin-left: 20px;
    display: inline-block;
}

.payment-container button.btn-light {
    margin-right: 10px;
}

    .payment-container button.btn-light em {
        margin-right: 5px;
    }
/*Payment Page code start here*/
/*Insurance Page code start here*/
#insurance h3.lease_title::before {
    content: "\f505";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 17px;
    font-size: 22px;
}
/*Insurance Page code start here*/
/*Employment Page code start here*/
#employment h3.lease_title::before {
    content: "\f47f";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 17px;
    font-size: 22px;
}
/*Insurance Page code start here*/
/*Notes Page code start here*/
#notes h3.lease_title::before {
    content: "\f518";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 17px;
    font-size: 22px;
}

.add_notes {
    background: #F4F4F4;
    border: 1px solid #DADADA;
    padding: 15px;
}

    .add_notes label {
        color: #000;
    }

    .add_notes textarea {
        border: 1px solid #DBDBDB;
        padding: 6px;
        width: 100%;
    }

.add_notes_btn {
    text-align: right;
    margin-top: 10px;
    margin-bottom : 10px;
}

select.c_note {
    width: 220px;
}
/*Notes Page code end here*/
/*Documents Page code start here*/
#documents h3.lease_title::before {
    content: "\f0ea";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 17px;
    font-size: 22px;
}
/*Notes Page code end here*/

/*tabs styles start*/

.wrapper {
    display: inline-block;
    margin-left: 200px;
}

.list {
    border-bottom: 0;
    position: absolute;
    top: 0px;
    min-width: 3000px;
    margin-top: 0px;
}

    .list li {
        display: table-cell;
        position: relative;
        text-align: center;
        cursor: grab;
        cursor: -webkit-grab;
        color: #efefef;
        vertical-align: middle;
    }

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 8px;
    vertical-align: middle;
    color: #fff;
}

.scroller-right {
    float: right;
}

.scroller-left {
    float: left;
}

/*tabs styles end*/

/*.p-height{
    height: 140px;
}*/

.f-msg {
    border-top: 1px solid #e0e0e0;
    font-size: 16px;
}

.filter-az {
    background: #f4f4f4;
    margin: 10px 0px;
    padding: 20px 0px;
    display: block;
}

.alphabetFilter .active {
    padding: 4px 8px;
    background: #0772B3;
    color: #fff;
    border-radius: 2px;
}

.filters {
    display: flex;
    justify-content: space-between;
}

.filters {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 270px);
    float: left;
}

    .filters a {
        padding: 6px;
    }

/*Bill of lease styles start here*/
h3.details_title.bill::before {
    content: url("../images/billlease_icon.svg");
}

.input-group .input-group-append {
    width: 160px;
}

    .input-group .input-group-append .input-group-text {
        width: 160px;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #7BA4DB;
}

input:focus + .slider {
    box-shadow: 0 0 1px #7BA4DB;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.slider.round {
    border-radius: 34px;
    cursor: default;
}

    .slider.round:before {
        border-radius: 50%;
    }

.aside_data ul li.list_account::before {
    content: url("../images/account_icon.svg");
}
/*Bill of lease styles end here*/
/*Bill of lease receipt styles start here*/
.alm-receipt {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 40px;
}

.alm-r-header {
    background: #1E5975;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 8px solid #217A93;
}

    .alm-r-header h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        line-height: 50px;
    }

.alm-r-body {
    padding: 20px;
}

.alm-r-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.alm-r-body div:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.alm-r-footer {
    background: #F4F4F4;
    padding: 20px;
}

    .alm-r-footer div:last-child {
        margin: 0;
        padding: 0;
        border: 0;
    }
/*Bill of lease receipt styles end here*/

div#dataTableGrid_filter label {
    margin-bottom: 0px;
}

div#dataTableGrid_wrapper {
    margin-bottom: 20px;
}

.full-msg span.field-validation-error {
    position: relative;
}

table.dataTable td.dataTables_empty {
    text-align: left;
}

/*UCL code styles start here*/
h3.settings_title::before {
    content: url("../images/uclicons/Heading_settings_icon.svg");
    position: absolute;
    left: 17px;
}

#ucl-data hr {
    margin-bottom: 0px;
}

#ucl-data .aside_data {
    padding: 20px;
}

    #ucl-data .aside_data ul li {
        word-break: break-all;
        font-size: 0.9375rem;
        line-height: 30px;
        margin-bottom: 12px;
    }

        #ucl-data .aside_data ul li.active a {
            font-weight: bold;
            color: #1E5975;
        }

        #ucl-data .aside_data ul li::before {
            min-width: 30px;
            display: inline-block;
            top: 4px;
            position: relative;
        }

        #ucl-data .aside_data ul li.list_admin::before {
            content: url("../images/uclicons/admin_icon.svg");
        }

        #ucl-data .aside_data ul li.list_user::before {
            content: url("../images/uclicons/user_icon.svg");
        }

        #ucl-data .aside_data ul li.list_edit_company::before {
            content: url("../images/uclicons/edit_icon.svg");
        }

        #ucl-data .aside_data ul li.list_subcompany::before {
            content: url("../images/uclicons/subcompany_icon.svg");
        }


        #ucl-data .aside_data ul li.list_clinics::before {
            content: url("../images/uclicons/subcompany_icon.svg");
        }

        #ucl-data .aside_data ul li.list_customer::before {
            content: url("../images/uclicons/customer_icon.svg");
        }

        #ucl-data .aside_data ul li.list_roles::before {
            content: url("../images/uclicons/roles_icon.svg");
        }

        #ucl-data .aside_data ul li.list_application_settings::before {
            content: url("../images/uclicons/rate_icon.svg");
        }

        #ucl-data .aside_data ul li.list_terms::before {
            content: url("../images/uclicons/terms_icon.svg");
        }

        #ucl-data .aside_data ul li.list_rate::before {
            content: url("../images/uclicons/rate_icon.svg");
        }

        #ucl-data .aside_data ul li.list_depriciation::before {
            content: url("../images/uclicons/depreciation_icon.svg");
        }

        #ucl-data .aside_data ul li.list_early::before {
            content: url("../images/uclicons/fee_icon.svg");
        }

        #ucl-data .aside_data ul li.list_maintenance::before {
            content: url("../images/uclicons/maintenance_icon.svg");
        }

        #ucl-data .aside_data ul li.list_late::before {
            content: url("../images/uclicons/config_icon.svg");
        }

        #ucl-data .aside_data ul li.list_days::before {
            content: url("../images/uclicons/calendar_icon.svg");
        }

        #ucl-data .aside_data ul li.list_point::before {
            content: url("../images/uclicons/point_icon.svg");
        }

        #ucl-data .aside_data ul li.list_lease_req::before {
            content: url("../images/uclicons/lease_icon.svg");
        }

        #ucl-data .aside_data ul li.list_pricing::before {
            content: url("../images/uclicons/list_icon.svg");
        }

        #ucl-data .aside_data ul li.list_tracker::before {
            content: url("../images/uclicons/tracker_icon.svg");
        }

        #ucl-data .aside_data ul li.list_authentication_management::before {
            content: url("../images/uclicons/authentication_management_icon.svg");
        }

        #ucl-data .aside_data ul li.list_clinical_record_logs::before {
            content: url("../images/uclicons/clinical_record_logs_icon.svg");
        }

        #ucl-data .aside_data ul li.list_naming_convention::before {
            content: url("../images/uclicons/edit_icon.svg");
        }

        #ucl-data .aside_data ul li.list_email_management::before {
            content: url(../images/ucl_email.svg);
        }

        #ucl-data .aside_data ul li.list_physicians::before {
            content: url("../images/uclicons/physicians_icon.svg");
        }

        #ucl-data .aside_data ul li.list_elmah::before {
            content: url("../images/uclicons/error-log.svg");
        }

        #ucl-data .aside_data ul li.list_storage_configuration::before {
            content: url("../images/uclicons/storage_configuration_icon.svg");
        }

        #ucl-data .aside_data ul li.list_record_types_management::before {
            content: url("../images/uclicons/record_types_management_icon.svg");
        }

        #ucl-data .aside_data ul li.list_service_code_management::before {
            content: url("../images/uclicons/list_service_code_icon.svg");
        }

        #ucl-data .aside_data ul li a {
            font-weight: normal;
            color: #646464;
        }

ul.ucl-secondary-list li a {
    font-weight: normal;
    color: #646464;
    padding: 12px 10px;
    font-size: 1.125rem;
    display: inline-block;
    width: 100%;
}

ul.ucl-secondary-list li.active a {
    font-weight: bold;
    color: #0772B3;
}

ul.ucl-secondary-list ul li a {
    padding: 9px 10px;
    font-weight: normal !important;
    font-size: 0.9375rem;
}

ul.ucl-secondary-list ul li.active a {
    background: #f4f4f4;
    font-weight: bold !important;
    color: #0772B3;
}

ul.ucl-secondary-list li a em {
    float: right;
    font-size: 14px;
    position: relative;
    top: 7px;
}

ul.ucl-secondary-list li.active em {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.ucl-secondary-list ul {
    display: none;
}

#ucl-data .left_col aside em.fas {
    position: relative;
    right: auto;
    top: auto;
    padding: 0;
    background: transparent;
    color: #1E5975;
    border-radius: initial;
}

#ucl-data .ucl_hamburger {
    margin: 10px 0px;
}

td.ActiveColumn {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

    td.ActiveColumn:before {
        content: "\f00c";
    }

/*UCL code styles end here*/

/*Left data expand collapse styles start here*/

.left_col aside em.fas {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 10px 14px;
    color: #fff;
    background: #898889;
    border-radius: 100%;
    transition: 0.5s;
}

.left_col.collapse-left aside em.fas {
    transform: rotate(180deg);
}


.collapse-left .aside_data ul li {
    position: relative;
}

.aside_data .list-text {
    display: inline-block;
}

.collapse-left .aside_data ul li .list-text {
    display: none;
}

.collapse-left .aside_data ul li .list-text {
    background: #F4F4F4;
    position: absolute;
    width: auto;
    left: 24px;
    padding: 5px 10px;
    z-index: 12;
    top: -5px;
    white-space: nowrap;
}

.collapse-left .aside_data ul li:hover em + .list-text {
    display: block;
}

div#content {
    -webkit-transition: all .7s ease-in-out .3s;
    transition: all .7s ease-in-out .3s;
}


.collapse-left .aside_data ul li {
    line-height: 32px;
}

    .collapse-left .aside_data ul li em::before {
        padding-right: 0;
        padding-left: 5px;
        transform: scale(1.4);
    }

.aside_block_icon {
    display: none;
}

.collapse-left .aside_data .aside_block_icon {
    display: block;
}
/*Left data expand collapse styles start here*/

.table-false {
    font-size: 0px !important;
    text-align: center
}

    .table-false::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00d";
        font-size: 15px;
        color: red;
    }

.table-true {
    font-size: 0px !important;
    text-align: center
}

    .table-true::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
        font-size: 15px;
        color: green;
    }

/*Custom slider start*/


.tgl {
    position: relative;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    margin: 0 0 5px 0;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl input[type="checkbox"] {
            display: none !important;
        }

        .tgl span {
            position: relative;
            display: block;
            height: 28px;
            font-size: 1rem;
            overflow: hidden;
            font-weight: normal;
            text-align: center;
            border-radius: 2em;
            padding: 0.2em 1em;
            border: 1px solid #fafafa;
            transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
        }

        .tgl input[type="checkbox"]:checked + span {
            background: #7BA4DB;
            color: #FFFFFF;
            padding-left: 0.6em;
            padding-right: 1.6em;
        }

        .tgl span:before {
            position: relative;
            display: block;
            line-height: 1.2em;
            padding: 0 0.2em;
            font-size: 1em;
        }

        .tgl input[type="checkbox"]:not(:checked) + span:before {
            content: attr(data-off);
            color: #FFFFFF;
        }

        .tgl input[type="checkbox"]:checked + span:before {
            content: attr(data-on);
        }

        .tgl span:after {
            position: absolute;
            display: block;
            content: '';
            border-radius: 2em;
            width: 1.3em;
            height: 1.3em;
            margin-left: -1.45em;
            top: 0.2em;
            background: #FFFFFF;
            transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
        }

        .tgl input[type="checkbox"]:not(:checked) + span:after {
            background: #FFFFFF;
            left: 1.6em;
        }

        .tgl input[type="checkbox"]:not(:checked) + span {
            background: #ccc;
            color: #FFFFFF;
            padding-left: 1.6em;
            padding-right: 0.6em;
        }

        .tgl input[type="checkbox"]:checked + span:after {
            background: #FFFFFF;
            left: 100%;
        }
/*Custom slider end*/

.siteSelection_container {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 410px;
}

.bootstrap-duallistbox-container span.info-container .info, .bootstrap-duallistbox-container span.info-container .clear {
    font-size: 0.9375rem;
}

.card.selectable-card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15), 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


    .card.selectable-card.active {
        border: 2px solid #007bff !important;
        background-color: #f2f2f2;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

.clinic_selection_background {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.clinic_selection_container {
    font-size: 16px;
    position: relative;
    justify-content: center;
    height: 410px;
}

.clinic_selection_data {
    background-color: #fff;
    padding: 30px 100px;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    position: absolute;
}
.comboTreeDropDownContainer {
    position: absolute;
}

.lg_rb {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.clinic-card-title {
    font-weight: bold;
    color: #253746;
}

.bootstrap-duallistbox-container .customButtonBox {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
}

    .bootstrap-duallistbox-container .customButtonBox button {
        margin-bottom: 15px;
    }

.sw-theme-arrows > .nav .nav-link.active {
    background-color: #7ba5d8 !important;
    border-color: #7ba5d8 !important;
}

    .sw-theme-arrows > .nav .nav-link.active::after {
        border-left-color: #7ba5d8 !important;
    }

.sw-theme-arrows > .nav .nav-link.done {
    background-color: #042e46 !important;
    border-color: #042e46 !important;
}

    .sw-theme-arrows > .nav .nav-link.done::after {
        border-left-color: #042e46 !important;
    }

.sw > .progress > .progress-bar {
    background-color: #042e46 !important;
}

.sw .toolbar > .sw-btn {
    background-color: #7ba5d8 !important;
    border: 1px solid #7ba5d8 !important;
}

#groupLayoutBtnsDiv button.btn:focus, #groupLayoutBtnsDiv button.btn.active {
    color: white;
    background-color: #042e46;
    border-color: #042e46;
    box-shadow: 0 0 0 0.2rem #042e46;
}

table.alm-table-nested {
    width: 100%;
    margin: 10px 0px;
}

    table.alm-table-nested thead {
        background-color: #ebebeb;
    }

        table.alm-table-nested thead tr {
            background-color: #ebebeb;
        }

            table.alm-table-nested thead tr th {
                padding: 12px 16px 11px;
                border: none;
                color: #555;
                font-size: 15px;
                font-weight: 700;
            }

    table.alm-table-nested tbody tr td {
        padding: 10px 16px;
        border-bottom: 1px solid #e0e0e0;
        color: #222;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }

    table.alm-table-nested tbody tr.even td {
        background-color: #f4f4f4 !important;
    }

    table.alm-table-nested tbody tr.odd {
        background-color: transparent !important;
    }

    table.alm-table-nested .numeric_data {
        text-align: right;
    }

    table.alm-table-nested.hover tbody tr:hover, table.alm-table-nested.display tbody tr:hover {
        background-color: transparent !important;
    }

    table.alm-table-nested .icon {
        padding: 0px 2px;
    }

    table.alm-table-nested tbody tr.odd > .sorting_1, table.alm-table-nested.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: transparent !important;
    }

    table.alm-table-nested tbody tr.even > .sorting_1, table.alm-table-nested tbody tr.even {
        background-color: #f4f4f4 !important;
    }

.nestedTable tbody tr td {
    background-color: #fff !important;
}

.nestedTable thead tr th {
    background-color: #d0d0d0 !important;
}

.ct-drop-down-container{
    max-height: 350px;
}

.ct-arrow-btn {
    padding-top: 0.4rem;
    padding-right: 0.9rem;
}

#dtClearTxt {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: bold;
    color: black;
    border: none;
    background-color: transparent;
    font-size: 19px;
    text-shadow: 1px 1px 4px rgba(0, 123, 255, 0.6);
}

.modal-xxl {
    max-width: 95%;
}

.badge-fs{
    font-size: 13px;
}

.bg-stat-light{
    background-color: var(--stat-primary-light-color) !important;
}

.bg-stat-dark {
    background-color: var(--stat-primary-dark-color) !important;
}

.d-table{
 /*   padding-left: 0px !important;
    padding-right: 0px !important;*/
}

@media only screen and (max-width: 1300px) and (min-width: 992px) {
    .input-group .input-group-append {
        width: 160px;
    }

        .input-group .input-group-append .input-group-text {
            width: 160px;
        }

    .switch {
        position: relative;
        display: inline-block;
        width: 46px;
        height: 24px;
    }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #217A93;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #217A93;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(22px);
        -ms-transform: translateX(22px);
        transform: translateX(22px);
    }

    /*Rounded sliders*/
    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

    .aside_data ul li.list_account::before {
        content: url("../images/account_icon.svg");
    }

    img.logo_img {
        padding: 24px 0px;
        width: 150px;
    }

    nav ul li a {
        font-size: 14px !important;
        padding: 26px 10px !important;
    }
}

@media only screen and (min-width: 992px) {
    .filter-status-complete {
        padding-top: 5px;
        padding-right: 15px;
    }
    .parallel-inputs-row label {
        min-width: 28.6%;
    }

    .parallel-inputs-row {
        margin-top: 20px;
    }

        .parallel-inputs-row .birthday_input {
            display: inline-block;
        }

    .profile_img {
        background: #fff;
        border-radius: 100%;
        height: 182px;
        width: 182px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 3;
        -webkit-transition: all .7s ease-in-out .3s;
        transition: all .7s ease-in-out .3s;
    }

    .s-profile_img {
        width: 120px;
        height: 120px;
    }

        .s-profile_img img {
            height: 80px;
        }

    nav ul {
        display: inline-flex;
        list-style: none;
        margin: 0px;
        padding: 0;
    }

        nav ul li {
            position: relative;
        }

            nav ul li a {
                font-size: 18px;
                font-weight: 500;
                color: #898889;
                padding: 22px 35px;
                display: flex;
                text-decoration: none;
            }

    nav > ul > li > a:hover {
        background: #fff;
        text-decoration: none;
        color: #253746;
    }

    nav ul li a.active_item {
        background-color: #fff;
        color: #253746;
        font-weight: 800;
    }

    nav ul li a em {
        display: none !important;
    }

    nav ul ul {
        display: block;
        position: absolute;
        background: #F4F4F4;
        width: 290px;
        z-index: 99;
        visibility: hidden; /* hides sub-menu */
        opacity: 0;
        transform: translateY(2em);
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    }

    nav ul li:hover .nav_child, nav ul li:focus .nav_child, nav ul li:focus-within .nav_child {
        visibility: visible; /* shows sub-menu */
        opacity: 1;
        z-index: 9;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }

    nav ul ul li a {
        font-size: 14px;
        padding: 10px;
        z-index: 3;
    }

        nav ul ul li a:hover {
            color: #004A6D
        }

        nav ul ul li a:before {
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0px;
            bottom: 0px;
            content: '';
            background: #FFF;
            opacity: 0.6;
            transition: all 0.5s;
            border-bottom: 1px solid #CECECE;
            z-index: -1;
        }

        nav ul ul li a:hover:before {
            height: 100%;
        }

    nav ul ul li:hover .nav_subchild, nav ul li:focus .nav_subchild, nav ul li:focus-within .nav_subchild {
        visibility: visible; /* shows sub-menu */
        opacity: 1;
        z-index: 9;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }

    nav ul ul ul {
        top: 0;
        left: 100%;
    }

    span.menu_hamburger em {
        display: none;
    }

    .header_bg nav {
        display: inline-flex;
    }

    ul.header_list {
        visibility: hidden; /* hides sub-menu */
        opacity: 0;
        transform: translateY(2em);
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.5s;
    }

        ul.header_list li {
            position: relative;
        }

            ul.header_list li a {
                font-size: 14px;
                padding: 10px;
                z-index: 3;
                font-weight: normal;
            }

                ul.header_list li a:hover {
                    color: #004A6D;
                    text-decoration: none;
                }

                ul.header_list li a:before {
                    position: absolute;
                    width: 100%;
                    height: 2px;
                    left: 0px;
                    bottom: 0px;
                    content: '';
                    background: #FFF;
                    opacity: 0.6;
                    transition: all 0.5s;
                    border-bottom: 1px solid #CECECE;
                    z-index: -1;
                }

                ul.header_list li a:hover:before {
                    height: 100%;
                }


    ul.header_setting li:hover em + ul {
        visibility: visible !important; /* shows sub-menu */
        opacity: 1 !important;
        transform: translateY(0%) !important;
        transition-delay: 0s, 0s, 0.3s !important;
    }

    ul.header_setting li:hover span + ul {
        visibility: visible !important; /* shows sub-menu */
        opacity: 1 !important;
        transform: translateY(0%) !important;
        transition-delay: 0s, 0s, 0.3s !important;
    }

    /*footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        background: #fff;
    }

    div#EmpRenderDiv {
        min-height: 74vh;
        padding-bottom: 60px;
    }*/

    .content-height {
        min-height: 74vh;
    }

    .left_col.content-height {
        min-height: 88vh;
    }

    #ucl-data .ucl_hamburger {
        display: none
    }

    .left_col.collapse-left {
        max-width: 8%;
    }

    .expand-content {
        max-width: 92%;
        flex: 0 0 92%;
    }
}

@media only screen and (min-width: 1300px) {
    .left_col.collapse-left {
        max-width: 6.5%;
    }

    .expand-content {
        max-width: 93%;
        flex: 0 0 93%;
    }
}

@media only screen and (min-width: 1600px) {
    .left_col.collapse-left {
        max-width: 5.5%;
    }
}

@media only screen and (max-width: 1200px) {
    table.alm-table {
        display: block;
        overflow-x: scroll;
    }
    table.alm-table-nested {
        display: block;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 992px) {

    .filter-status-complete {
        padding-top: 5px;
    }
    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: right;
        text-align: right;
        padding-top: .755em;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
        padding-top: 1rem;
    }

    .aside_data {
        display: none;
    }

    .profile_img {
        display: none;
    }

    #alm-data {
        max-width: 100%
    }

    img.logo_img {
        padding: 24px 0px;
        width: 150px;
    }

    span.menu_hamburger em {
        float: right;
        background: #fff;
        border-radius: 100%;
        height: 32px;
        width: 32px;
        display: flex;
        justify-content: center;
        color: #1E5975;
        align-items: center;
        margin: 20px 20px;
        border: 1px solid #1E5975;
    }

    nav ul {
        list-style: none;
        margin: 0px;
        padding: 0;
        background: #fff;
        display: none;
    }

        nav ul li {
            position: relative;
        }

            nav ul li a, nav ul li a:hover, nav ul li a:focus {
                color: #222;
                text-decoration: none;
                display: block;
                padding: 10px 10px;
                font-weight: 400;
            }

                nav ul li a em {
                    float: right;
                    padding-right: 10px;
                    padding-top: 5px
                }

        nav ul > li.opened > a > em {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            padding-left: 10px;
            padding-bottom: 5px;
        }

        nav ul ul {
            display: none;
            padding-left: 10px
        }

            nav ul ul li a {
                padding: 5px 10px !important;
            }

    .open-menu {
        display: block;
    }

    ul.header_setting li:nth-child(1) {
        display: none;
    }

    .header_group .user_profile {
        background: #fff;
        border-radius: 100%;
        height: 32px;
        width: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #1E5975;
        margin: 20px 0px;
    }

    .header_bg nav {
        width: 100%;
        display: inline-block;
        float: left;
    }

    footer .container {
        max-width: 100%;
    }

    .left_col {
        display: none !important;
    }

    #ucl-data .aside_data {
        height: auto !important;
        display: none;
    }

    ul.header_list {
        display: none;
    }
}

@media only screen and (min-width: 769px) {

    .parallel-inputs {
        margin-top: 20px;
    }

        .parallel-inputs label {
            float: left;
            min-width: 14%;
        }

        .parallel-inputs .birthday_input {
            display: inline-block;
            position: relative;
        }

    .aside_data ul li.list_inventory:before {
        content: url("../images/inventory_icon.svg");
    }

    button.profile_edit {
        position: absolute;
        right: 0;
        top: 0;
        background: transparent;
        border: 1px solid #fff;
        padding: 4px 8px;
        border-radius: 2px;
        outline: none;
    }

    ul#als_tabs {
        position: absolute;
        bottom: 1px;
        border: none;
        z-index: 4;
    }

    ul.profile_edit_list {
        position: absolute;
        right: 0;
        top: 36px;
        background: #F4F4F4;
        z-index: 99;
        min-width: 20%;
        list-style: none;
        padding: 0px;
        display: none;
    }

    .w-1 {
        width: 6rem;
    }

    .w-2 {
        width: 8rem;
    }

    .w-3 {
        width: 10rem;
    }

    .w-4 {
        width: 15rem;
    }

    .w-5 {
        width: 20rem;
    }

    .w-6 {
        width: 25rem;
    }

    .w-7 {
        width: 30rem;
    }

    .w-2x4 {
        width: 30.9rem;
    }

    .w-7-custom {
        width: 31rem;
    }

    .w-8 {
        width: 35rem;
    }

    .w-9 {
        width: 40rem;
    }

    .w-10 {
        width: 45rem;
    }

    .w-10 {
        width: 50rem;
    }

    .w-11 {
        width: 55rem;
    }

    .w-zip {
        width: 9rem;
    }
}

@media only screen and (max-width: 769px) {

    .payment-container button.btn {
        margin-bottom: 10px;
    }

    h3.article_title {
        font-weight: bold;
        padding: 10px 0px 0px;
        color: #004A6D;
        padding-left: 40px;
        margin-bottom: 0px;
    }

    .header_link {
        padding: 0;
    }

    .filters #employer {
        width: 15rem;
    }

    .filters #employerTypes {
        width: 10rem;
    }

    .filters #employerStatus {
        width: 10rem;
    }

    .filters #employerIndustry {
        width: 10rem;
    }

    .profile_img img {
        height: 40px;
    }

    button.profile_edit {
        background: transparent;
        border: 1px solid #fff;
        padding: 4px 8px;
        border-radius: 2px;
        outline: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    ul.profile_edit_list {
        background: #F4F4F4;
        z-index: 99;
        padding: 0px;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.4);
        -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.4);
        box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.4);
        display: none;
        position: absolute;
        width: 100%;
        top: 40px;
    }

    .right_border {
        border-right: none;
    }

    p.lease_data_value {
        width: 100%;
    }

    p.lease_data_title {
        width: 100%;
    }

    .lease_line {
        margin: 0px;
        height: 0px;
        background: transparent;
    }

    .profile_data {
        color: #fff;
        position: relative;
        min-height: 130px;
        height: auto;
        z-index: 3;
        display: inline-block;
    }

    .filters a {
        display: none;
    }
}
/*ye jugar lagaya he ik issue fix karne ke liye*/
@media only screen and (max-width: 1300px) and (min-width: 768px) {
    .w-7 {
        width: 20rem;
    }
}
/*ye jugar lagaya he ik issue fix karne ke liye*/

@media only screen and (max-width: 576px) {

    .login_data .input_field {
        width: 320px;
    }

    div#alm-data section article .text-right {
        text-align: left !important;
    }


        div#alm-data section article .text-right a {
            margin-left: 0px !important;
            padding-top: 10px;
            width: 50%;
            float: left;
        }

    .tab-content .tab-pane.active div.text-right {
        text-align: left !important;
    }

        .tab-content .tab-pane.active div.text-right a {
            margin-left: 0px !important;
            padding-top: 10px;
            width: 50%;
            float: left;
        }

    .filters #employer {
        width: 100%;
    }

    .filters #employerTypes {
        width: 100%;
    }

    .filters #employerStatus {
        width: 100%;
    }

    .filters #employerIndustry {
        width: 100%;
    }

    div#dataTableGrid_filter label {
        width: 100%;
    }

        div#dataTableGrid_filter label input {
            width: 100%;
        }

    table.alm-table {
        display: block;
        overflow-y: scroll;
    }

    .filters {
        display: block;
        justify-content: space-around;
        width: 100%;
        float: none;
    }

    .login_data {
        padding: 40px 30px;
    }

    img.logo_img {
        display: block;
        margin: 0px auto;
    }

    .header_group .user_profile {
        margin: 20px 10px;
    }

    span.menu_hamburger em {
        margin: 20px 10px;
    }

    .lease_row {
        border-bottom: 1px solid #cecece;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .alm-r-header {
        display: block;
    }

    div#dataTableGrid_length {
        text-align: left;
    }


    div#dataTableGrid_info {
        text-align: right;
    }

    .login_data img#login_logo {
        width: 250px;
    }

    .login_data .input_field {
        width: 320px;
    }

    .rights_msg {
        padding-top: 0;
    }
}

::-webkit-input-placeholder {
    /*Edge */
    color: rgba(34,34,34,0.5) !important;
}

:-ms-input-placeholder {
    /*Internet Explorer */
    color: rgba(34,34,34,0.5) !important;
}

input::placeholder {
    color: rgba(34,34,34,0.5) !important;
}

.form-control:disabled::placeholder, .form-control[readonly]::placeholder {
    /*background-color: #e9ecef;*/
    opacity: 0.2
}


/*for dashboard page*/
.dashboard-box {
    padding: 10px;
    min-height: 160px;
}

    .dashboard-box h1{
        font-size: 4rem;
    }

    /*.dashboard-box li.dashboard-heading {
        width: 30%;
        float: left;
    }

    .dashboard-box li.dashboard-value {
        width: 70%;
        float: left;
    }

        .dashboard-box li.dashboard-value h6 {
            font-weight: normal;
            margin: 15px 0px 0px 10px;
        }*/

.light-blue-bg {
    background-color: #006699;
}

.dark-blue-bg {
    background-color: #003E5B;
}

.light-green-bg {
    background-color: #339966;
}

.dark-green-bg {
    background-color: #1D583A;
}

.light-yellow-bg {
    background-color: #FFC107
}

.dark-yellow-bg {
    background-color: #E5AD06
}

.light-red-bg {
    background-color: #D20000
}

.dark-red-bg {
    background-color: #910000
}

.inactive-list {
    opacity: 0.5;
}

    .inactive-list:hover {
        opacity: 1;
    }

.vl {
    border-right: 3px solid #253746
}

.btn-back {
    color: #0772B3 !important;
}