﻿/*@font-face {
    font-family: 'Quicksand-VariableFont_wght';
    src: url('../Quicksand/Quicksand-VariableFont_wght.ttf') format('truetype');
}*/
* {
    margin: 0;
    padding: 0;
}

.hcidlas-portal-mein {
    /*height: auto !important;*/
    min-height: auto !important;
    clear: both;
}

/*a:focus, button:focus, input:focus, select:focus {
    box-shadow: 1px 2px 3px rgba(11, 11, 11, 0.4);
    outline: 1px solid #000 !important;
}*/

/*.card-header {
    outline-color: #f3775d !important;
}*/

/*._custome-header a:focus {
    outline: 2px solid #fff !important;
    box-shadow: 1px 2px 3px rgba(11, 11, 11, 0.4);
}*/

/*._custome-header select:focus {
    outline: 2px solid #fff !important;
    box-shadow: 1px 2px 3px rgba(11, 11, 11, 0.4);
    border: 2px solid #fff !important;
}*/

/*.custom-control-label::after:focus, .custom-control-label::before:focus {
    outline: 2px solid #000 !important;
}


.btn-primary:focus {
    outline: 2px solid #000 !important;
}

.btn-secondary:focus {
    /*outline: 2px solid #0c4f88 !important;
    outline: 2px solid #000 !important;
}*/

body, html {
    height: 100%;
}

.main-container {
    padding: 20px;
}

header._hcidla-service-portal-header._fixed-Header {
    display: none;
}

.hcidlas-header._fixed-Header ul#main-navbar {
    padding: 0 0px;
}

.form-control {
    font-size: 14px !important;
    border: 1px solid #000000 !important;
}

body {
    /*font-family: Quicksand,Helvetica,Arial,sans-serif;*/
    font-family: 'Montserrat', sans-serif !important;
    background: #f8f8f8 !important;
    -webkit-transition: background-color .3s ease;
    font-weight: 400;
    max-width: 100%;
    color: #626262;
    font-size: 14px !important;
}

._custome-header {
    font-family: 'Montserrat', sans-serif !important;
}

.goog-te-gadget .goog-te-combo {
    font-family: 'Montserrat', sans-serif !important;
}

.link {
    color: #0c4f88;
    text-decoration: none;
    background-color: transparent;
}

._hcidla-service-portal-header {
    box-shadow: 0 1px 2px 0 #939393 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #2c2c2c;
}

.router-view {
    padding: 15px 35px;
}

    .router-view .dropdown-menu {
        font-size: 14px;
    }

    .router-view .btn {
        font-size: 14px;
    }

    .router-view a {
        color: #0068D6;
    }

        .router-view a.btn {
            color: #fff !important;
        }

    .router-view .row {
        margin-bottom: 15px;
    }

    .router-view .vx-card.border-vx-card-secondary {
        border-top: 8px solid #c64a30;
    }

    .router-view .vx-card.border-vx-card-primary {
        border-top: 8px solid #006381;
    }

        .router-view .vx-card.border-vx-card-primary .btn-primary {
            color: #fff !important;
            background-color: #006381 !important;
            border-color: #006381 !important;
        }

            .router-view .vx-card.border-vx-card-primary .btn-primary:hover {
                box-shadow: 0px 3px 3px rgba(16, 16, 16, 0.6);
            }

    .router-view .vx-card.border-vx-card-secondary .btn-secondary:hover {
        box-shadow: 0px 3px 3px rgba(16, 16, 16, 0.5);
    }

    .router-view .vx-card {
        background: #fff;
        border-radius: 0;
        box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all .3s ease-in-out;
        width: 100%;
        display: flex;
        flex-direction: column;
        -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        transition: all .3s ease-in-out;
        padding: 15px;
        height: 100%;
    }

.mt-base {
    margin-top: 30px !important;
}

.title {
    font-weight: 700;
}

h1.title {
    font-size: 35px;
}

h2.title {
    font-size: 30px;
}

h3.title {
    font-size: 25px;
}

h4.title {
    font-size: 18px;
}

.hcidlas-portal-mein .h1, .hcidlas-portal-mein h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.hcidlas-portal-mein .h2, .hcidlas-portal-mein h2 {
    font-size: 22px;
}

.aahrproject .main-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}


    .aahrproject .main-banner .disableApartments {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 2;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

.row.homepage-banner {
    width: 100%;
    height: 100%;
}

.aahrproject .main-banner .disableApartments h2.title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px !important;
}

.aahrproject .main-banner .disableApartments ul.ul-list {
    list-style-type: none;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 33px 50px;
    margin-bottom: 0;
}

    .aahrproject .main-banner .disableApartments ul.ul-list li.Noaccount {
        font-size: 18px;
        margin-bottom: 10px !important;
    }

        .aahrproject .main-banner .disableApartments ul.ul-list li.Noaccount:before {
            content: "-";
            margin-right: 8px;
            line-height: normal;
            vertical-align: top;
        }

.hcidlas-header._fixed-Header h1.title.Accessible-title {
    font-size: 18px;
    padding: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    animation-duration: 1.5s;
    transition: ease 0.5s;
}

.hcidlas-header._fixed-Header .topbannerclass {
    padding: 5px 15px;
}

h1.title.Accessible-title {
    font-size: 25px;
    margin-bottom: 0;
}

.right-account {
    margin-top: 10px;
}

    .right-account h2.title {
        font-size: 23px;
    }

.login-page-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.SignupApplicant {
    max-width: 700px;
    margin: auto;
}

    .SignupApplicant .Btn_Register {
        max-width: 200px;
        width: 100%;
        height: 42px;
        margin-top: 20px;
    }

    .SignupApplicant .text-danger {
        font-size: 14px;
    }

    .SignupApplicant label.control-label {
        margin-bottom: 0;
    }

    .SignupApplicant .informationtext {
        color: #016481;
        font-size: 14px;
        font-style: italic;
    }

#frmSignup .control-label {
    display: block;
    text-align: right;
}

#frmSignup legend {
    display: block;
    text-align: right;
}

#frmPropSearch .control-label {
    text-align: right;
}

#frmPropSearch legend {
    text-align: right;
    margin: 0 auto;
}

#frmSearchApplication .control-label {
    display: block;
    text-align: right;
}

#frmMyAccount .control-label {
    display: block;
    text-align: right;
}

#frmMyAccount legend {
    text-align: right;
}

#frmSignup input[type=checkbox] {
    outline: 1px solid black !important;
    -webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,1) !important;
    -moz-box-shadow: 5px 5px 5px 5px rgba(0,0,0,1) !important;
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,1) !important;
}

label.control-label.required-label {
    position: relative;
}
/*label.control-label.required-label:before {
    content: "*";
    color: red; }*/
.asterisk {
    color: #EE0000;
}

.form-required-label:after {
    content: " *";
    color: #EE0000;
}

.border-box-TxtSkipProperties {
    padding: 10px;
    /*text-align: center;*/
    border: 2px dotted #eee;
    background: #f7f7f7;
}

    .border-box-TxtSkipProperties a {
        color: #0c4f88;
        font-weight: 400;
    }

.Properties-status-div .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.Properties-status-div .AchrSiteAddress {
    font-size: 18px;
    margin-bottom: 10px;
}

.Properties-status-div ul.property-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

    .Properties-status-div ul.property-ul li {
        margin-right: 20px;
        position: relative;
        border-right: 1px solid #dfdfdf;
        padding-right: 20px;
    }

        .Properties-status-div ul.property-ul li:last-child {
            border-right: 0px solid #dfdfdf;
        }

.ModelPropertyStatus {
    display: flex;
    align-items: center;
}

    .ModelPropertyStatus .status-icon {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid white;
        margin-right: 10px;
    }

        .ModelPropertyStatus .status-icon.open-icon {
            background: #339D5B;
        }

        .ModelPropertyStatus .status-icon.indevelopment-icon {
            background: #3968A9;
        }

        .ModelPropertyStatus .status-icon.waitlist-icon {
            background: #FB1A2B;
        }

        .ModelPropertyStatus .status-icon.unverified-icon {
            background: #696969;
        }

.Informationproperty {
    padding: 15px;
    border: 1px dashed #0c4f88;
    border-radius: 4px;
    text-align: center;
    background: #f8f8f8;
    margin-bottom: 15px;
    font-style: italic;
}

.FeatureList-table {
    margin-bottom: 15px;
}

    .FeatureList-table .div-table-header {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .FeatureList-table .FeatureList {
        list-style: none;
        display: flex;
        margin-bottom: 0;
        flex-direction: column;
    }

        .FeatureList-table .FeatureList li {
            margin-right: 15px;
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }

            .FeatureList-table .FeatureList li:before {
                content: "\f111";
                /* position: absolute; */
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                left: 0px;
                padding-right: 15px;
                top: 0px;
                font-size: 11px;
            }

div#examplemodelbodyPopUp .d-flex.create-box {
    height: calc(100% - 20px);
}

.oryoucan {
    display: flex;
    align-content: center;
    justify-content: center;
    padding-right: 15px;
    position: relative;
    width: 70px;
}

    .oryoucan:before {
        position: absolute;
        height: 100%;
        width: 1px;
        content: " ";
        background: #dee2e6;
    }

    .oryoucan .ordiv {
        height: 50px;
        width: 50px;
        background: #f7f7f7;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        color: #0c4f88;
        font-weight: 400;
        margin: auto;
        z-index: 99;
    }

div#examplemodelbodyPopUp .create-box .apply-details.left-arrow li a {
    color: #0056b3;
    position: relative;
}

.fa-question-circle.question-help {
    color: #0056b3;
}

.quicklinktitle {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.noborderbtn {
    padding: 0;
    border: 0;
    background: transparent;
}

    .noborderbtn img.activeanddeactive {
        width: 42px;
        margin: 0 !important;
        padding-top: 8px;
    }

button#btnEditClient {
    padding: 0;
    margin-right: 15px;
    background-color: transparent;
}

    button#btnEditClient img.editClient {
        width: 25px;
        margin: 0;
    }

.dt-buttons .dt-button img.external-icon {
    margin-left: 5px;
    height: auto !important;
    width: 16px !important;
}

.Succescheck-circle {
    font-size: 40px;
    color: #006381;
    margin-bottom: 10px;
    line-height: normal;
}

.Succes-text {
    font-size: 15px;
}

.Succes-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.Succesbutton {
    margin-left: .5rem;
}

    .Succesbutton a.btn.btn-primary {
        /*max-width: 180px;
    width: 100%;*/
        margin-top: 10px;
    }

.Fail-text {
    font-size: 15px;
}

.text-center.Fail-exclamation {
    color: #c64a30;
    font-size: 45px;
    margin-bottom: 15px;
    line-height: normal;
}

.Failbutton input.btn.btn-secondary.m-0 {
    max-width: 180px;
    width: 100%;
    margin-top: 10px;
}

.tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    padding: 4px 0;
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

#divMobileControls span.tt-dropdown-menu {
    bottom: 100%;
    top: auto !important;
    z-index: 999;
    max-height: calc(100vh - 260px);
}

.tt-suggestion {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 10px;
}

    .tt-suggestion.tt-cursor {
        background-color: #064780;
        color: #FFFFFF;
        cursor: pointer;
    }

    .tt-suggestion p {
        margin: 0;
    }

    .tt-suggestion + .tt-suggestion {
        border-top: 1px solid #ccc;
    }

.typeahead-header {
    margin: 0 5px 5px 5px;
    padding: 3px 0 10px;
    border-bottom: 2px solid #333;
    font-size: 16px;
    display: block;
    font-weight: bold;
}

span.twitter-typeahead {
    width: 300px !important;
}

.dropdown-menu {
    padding: 0;
}

    .dropdown-menu li.dropdown-item {
        padding: 8px 10px;
    }

    .dropdown-menu.btnMoreOptionfilter {
        width: 400px;
        padding: 0;
    }

        .dropdown-menu.btnMoreOptionfilter .form-group.row {
            margin-bottom: 10px;
        }

        .dropdown-menu.btnMoreOptionfilter .btnMoreOptionfilterchild {
            max-height: 380px;
            overflow: auto;
        }

        .dropdown-menu.btnMoreOptionfilter .dropdown-custome {
            display: block;
            width: 100%;
            padding: 15px;
            clear: both;
            font-weight: 400;
            color: #212529;
            text-align: inherit;
            background-color: transparent;
            border: 0;
        }

        .dropdown-menu.btnMoreOptionfilter .dropdown-item:focus, .dropdown-menu.btnMoreOptionfilter .dropdown-item:hover {
            background-color: transparent;
        }

        .dropdown-menu.btnMoreOptionfilter .dropdown-item.active, .dropdown-menu.btnMoreOptionfilter .dropdown-item:active {
            background-color: transparent;
        }

        .dropdown-menu.btnMoreOptionfilter:last-child li.dropdown-custome.text-center {
            background-color: #f8f8f8;
            padding: 8px 0;
            border-top: 1px solid rgba(0, 0, 0, 0.15);
        }

.multiselect.dropdown-toggle.btn.btn-default {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.dropzoneUploadfiles {
    display: flex;
    /*border: 1px solid #dee2e6;*/
    border-radius: 4px;
    padding-left: 15px;
}

    .dropzoneUploadfiles .btn.btn-primary {
        margin-left: auto;
        white-space: nowrap;
        border-radius: 0px;
    }

.bold {
    font-weight: bold;
}

ul.SupportedFileTypes {
    margin-left: 0;
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    list-style-type: circle !important;
}

    ul.SupportedFileTypes li {
        margin-bottom: 10px;
    }

.MaxNumberOfFiles {
    margin-bottom: 5px;
    font-weight: 500;
}

.input-group.date.FormDatePicker .FormDatePicker input {
    border-radius: 4px 0px 0px 4px !important;
    border-right: 0 !important;
}

.input-group.date.FormDatePicker span.btn.btn-primary.custome-input-button.input-group-addon.FormDatePickerbtn {
    background: #fff !important;
    color: #0c4f88;
    border-radius: 0 5px 5px 0px;
    border-left: 0 !important;
    border: 1px solid;
    border-color: #ced4da !important;
}

.form-group.required .control-label:after {
    content: "*";
    color: #EE0000;
}

.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    z-index: 999999;
}

#upload-submitting {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100%;
}

    .loader:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.filter-elements {
    padding: 10px;
    display: flex;
    align-items: center;
}

    .filter-elements .left {
        display: flex;
        align-items: center;
    }

        .filter-elements .left .dropdown-menu {
            margin: 0;
            padding: 0;
            min-width: 269px;
            margin-top: 5px;
            font-size: 14px;
        }

        .filter-elements .left ul.nav.nav-tabs {
            justify-content: center;
            border: 1px solid;
            margin: 15px;
            border-radius: 4px;
            border: 1px solid #135b79;
            margin: 15px;
            border-radius: 4px;
            padding: 0;
        }

            .filter-elements .left ul.nav.nav-tabs li a.nav-link.active {
                background: #135b79;
                color: #fff;
                text-decoration: none;
                border: 0;
                border-radius: 0;
                height: 100%;
            }

            .filter-elements .left ul.nav.nav-tabs a.nav-link.show {
                width: 100%;
                text-align: center;
                padding: 8px 10px;
                font-size: 13px;
                border: 0 !important;
                border-radius: 0;
            }

            .filter-elements .left ul.nav.nav-tabs li.nav-item {
                width: 100%;
                padding: 0;
                margin: 0;
            }

    .filter-elements .right {
        margin-left: auto;
    }

        .filter-elements .right .btn.btn-primary {
            height: 38px;
            display: flex;
            align-items: center;
            padding: 6px 10px;
        }

        .filter-elements .right input.form-control {
            height: 38px;
        }

    .filter-elements .btn-primary {
        padding: 10px;
    }

ul.CurrentHistorical {
    display: flex;
    list-style-type: none;
    /*border: 1px solid #003c4b;*/
    margin-bottom: 0px;
}

    ul.CurrentHistorical li a {
        padding: 7px 10px;
        display: block;
        text-decoration: none;
        border: 1px solid #135b79;
        color: #135b79;
    }

        ul.CurrentHistorical li a:hover {
            background-color: #f2f2f2;
        }

    ul.CurrentHistorical li:first-child a {
        border-radius: 4px 0px 0px 4px;
    }

    ul.CurrentHistorical li:last-child a {
        border-radius: 0px 4px 4px 0px;
    }

    ul.CurrentHistorical li a.menu.active {
        background: #135b79;
        color: #fff;
        text-decoration: none;
    }

.leftbutton {
    display: flex;
}

    .leftbutton .AddNewContacticon {
        padding: 7px 10px !important;
        margin-right: 10px;
    }

/*.leftbutton .dropdown a.btn.btn-primary.btn-sm {
        background-color: transparent;
        color: #135b79;
        padding: 10px 15px;
        border-color: #135b79;
    }*/
.bysourcediv {
    margin-bottom: 15px;
}

    .bysourcediv .custom-control.custom-checkbox {
        margin-bottom: 5px;
    }

.sumbitbtndiv {
    display: flex;
    align-items: initial;
    justify-content: center;
    background: #f4f4f4;
    padding: 10px 5px;
}

    .sumbitbtndiv .btn.btn-outline-secondary:hover {
        color: #135b79;
        background-color: #d5d5d5;
        -webkit-box-shadow: 0 0 0 1px #eeeeee, 0 0 0 3px #135b79;
        box-shadow: 0 0 0 1px #eeeeee, 0 0 0 3px #135b79;
    }

    .sumbitbtndiv .btn {
        padding: 6px !important;
        margin: 0 5px !important;
        font-size: 14px;
    }

.ax-box {
    display: flex;
    border: 1px solid #eee;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}

    .ax-box .ax-boxleft {
        max-width: 200px;
        background: #f2f2f2;
        padding: 15px;
        width: 100%;
    }

        .ax-box .ax-boxleft .bottomab p.usename {
            margin-bottom: 5px;
        }

        .ax-box .ax-boxleft .topab {
            margin-bottom: 15px;
        }

            .ax-box .ax-boxleft .topab p.usename {
                font-weight: bold;
                margin-bottom: 5px;
            }

    .ax-box .ax-boxright {
        width: 100%;
        padding: 15px;
    }

table.tableMasterwidget {
    width: 100%;
}

    table.tableMasterwidget td {
        padding-bottom: 5px;
        padding-right: 15px;
        vertical-align: text-bottom;
    }

.ax_defaultbox {
    padding: 15px 0 0;
    padding-top: 0;
}

.tablewithdropdown {
    display: flex;
}

    .tablewithdropdown .dropdown .dropdown-menu.dropdown-menu-right {
        min-width: 120px !important;
    }

    .tablewithdropdown .dropdown .fas.fa-pen.editcontent {
        margin-right: 3px;
        color: #135b79;
    }

    .tablewithdropdown .dropdown .fas.fa-trash-alt.deletecontent {
        margin-right: 3px;
        color: #85312c;
    }

    .tablewithdropdown .dropdown .btn.btn-primary.dropdown-toggle {
        background: transparent;
        /*color: #135b79;*/
        font-size: 18px;
        padding: 0px 10px;
        height: auto;
        border: 0;
        border-radius: 2px;
    }

        .tablewithdropdown .dropdown .btn.btn-primary.dropdown-toggle::after {
            display: none;
        }

        .tablewithdropdown .dropdown .btn.btn-primary.dropdown-toggle:hover {
            background-color: #135b79;
            color: #fff;
            padding: 0px 10px;
            height: auto;
            border: 0;
            border-radius: 2px;
        }

.upload-description {
    margin-top: 1em;
}

    .upload-description ul > li {
        list-style-type: none !important;
        float: left;
        padding-right: .25em !important;
    }

        .upload-description ul > li:after {
            content: ",";
        }

        .upload-description ul > li:last-child:after {
            content: none;
        }

a.btn.btn-primary.btn-sm.AddNewContacticon.dropdown-toggle {
    color: #fff;
}

img.mobile-icon {
    margin-right: 10px;
}

.center-page-container .garyboxbg {
    background: #f6f6f6;
    padding: 40px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    margin-top: 15px;
}

.center-page-container .without-garyboxbg {
    padding: 0 40px 0;
    border-radius: 0px;
    margin-top: 15px;
    background: transparent;
}

.center-page-container .PropertyRegistration legend.classlegend {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.center-page-container .PropertyRegistration .custom-control-label {
    font-weight: bold;
}

.center-page-container .PropertyRegistration .panel.panel-primary .panel-heading {
    margin: 0;
    background: #006381;
    display: flex;
    padding: 10px !important;
    justify-content: center;
    align-items: center;
}

    .center-page-container .PropertyRegistration .panel.panel-primary .panel-heading .panel-title {
        color: #fff;
        line-height: normal;
        font-weight: 400;
    }

.center-page-container .PropertyRegistration .panel.panel-primary .panel-body {
    padding: 0;
}

.center-page-container .PropertyRegistration .ADDITIONALQUESTIONS {
    font-size: 16px;
    margin-bottom: 10px !important;
    vertical-align: top;
}

.center-page-container .PropertyRegistration ol.AdditionalQuestionsoltag {
    margin: 0;
}

    .center-page-container .PropertyRegistration ol.AdditionalQuestionsoltag li {
        margin-bottom: 15px;
    }

.center-page-container .pr-footer {
    padding: 20px 40px;
    text-align: right;
    /*display: flex;*/
    flex-wrap: wrap;
    background-color: #f6f6f6;
    border: 1px solid #d5d5d5;
    margin-top: 40px;
}

.card.smallcard {
    border-radius: 10px;
}

    .card.smallcard .card-body {
        padding: 10px 10px 5px 10px;
        font-size: 15px;
        font-weight: 400;
    }

        .card.smallcard .card-body label {
            margin: 0;
        }

        .card.smallcard .card-body .row.border-bottom {
            padding-bottom: 15px;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

    .card.smallcard .card-header {
        border-radius: 10px 10px 0px 0px !important;
        background: #006381 !important;
        padding: 8px 10px !important;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

.MyAccountclass {
    position: relative;
}

    .MyAccountclass a.BackDashboard {
        position: absolute;
        top: 8px;
        right: 0;
        color: #0c4f88;
        font-size: 15px;
    }

.informationtext {
    color: #016481;
    font-size: 14px;
    font-style: italic;
}

.sidebar-header {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #2c2c2c;
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px 15px 15px;
}

.ul-list {
    margin: 5px 0px 15px 15px;
}

    .ul-list li {
        margin-bottom: 15px;
    }

        .ul-list li:last-child {
            margin-bottom: 0px;
        }

.font-weight-100 {
    font-weight: 400;
}

.font-weight-200 {
    font-weight: 400;
}

.font-weight-300 {
    font-weight: 400;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

p.Informationproperty.font-weight-400 {
    color: #0c4f88;
}

.correction-Note-penal.sticky {
    position: fixed;
    top: 150px;
    z-index: 9999;
    right: 0;
    animation-duration: 1.5s;
    transition: ease 0.5s;
}

    .correction-Note-penal.sticky .rightarrow {
        display: none !important;
    }

    .correction-Note-penal.sticky .leftarrow {
        display: block !important;
    }

.correction-Note-penal {
    background: #f1f5f9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
    border-radius: 8px;
    position: fixed;
    top: 150px;
    width: 380px;
    right: -382px;
    animation-duration: 1.5s;
    transition: ease 0.5s;
}

    .correction-Note-penal .correction-title {
        padding: 10px;
        background: #f5e5e5;
        color: #333;
        font-weight: bold;
        text-align: center;
        position: relative;
        border-radius: 0 5px 0 0px;
        height: auto;
    }

        .correction-Note-penal .correction-title .chevronright {
            position: absolute;
            left: -46px;
            height: 160px;
            top: 0;
            background: #ff2020;
            border: 0;
            color: #fff;
            width: 46px;
            border-radius: 4px 0px 0px 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 24px;
        }

            .correction-Note-penal .correction-title .chevronright .leftarrow {
                display: none;
            }

    .correction-Note-penal .correction-body {
        padding: 15px;
        display: flex;
        flex-direction: column;
        max-height: calc(100vh - 300px);
        overflow: auto;
        min-height: 119px;
    }

        .correction-Note-penal .correction-body::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
        }

        .correction-Note-penal .correction-body::-webkit-scrollbar {
            width: 10px;
            height: 10px;
            background-color: #006381;
        }

        .correction-Note-penal .correction-body::-webkit-scrollbar-thumb {
            background-color: #000000;
            border: 2px solid #555555;
        }

        .correction-Note-penal .correction-body .lstPropertyInfoNotes {
            margin-bottom: 15px;
        }

        .correction-Note-penal .correction-body .CorrectionNotemessage {
            background: #fff;
            border-radius: 8px;
            padding: 10px;
            position: relative;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
            margin-top: 10px;
        }

            .correction-Note-penal .correction-body .CorrectionNotemessage:before {
                content: " ";
                position: absolute;
                border-top: 7px solid transparent;
                border-bottom: 7px solid #fff;
                top: -14px;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
            }

        .correction-Note-penal .correction-body .dateandname {
            display: flex;
            align-items: center;
            font-size: 13px;
            margin-bottom: 10px;
        }

        .correction-Note-penal .correction-body span.namecorrection {
            font-weight: bold;
            margin-right: auto;
        }

    .correction-Note-penal .PropertyInfoNotescomment {
        margin-top: 20px;
    }

    .correction-Note-penal .correction-footer {
        padding: 0 15px 15px;
    }

.AKAAddresses {
    margin-bottom: 0;
    border: 1px solid #ced4da;
    padding: 15px;
}

    .AKAAddresses li {
        margin-bottom: 5px;
        margin-left: 20px;
        padding: 5px;
    }

#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 65px;
    right: 0;
    margin-bottom: 0;
}

#cardView_6075 {
    margin-top: 20px;
}

#back-top a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

    #back-top a > img {
        width: 1em;
    }

    #back-top a:hover,
    #back-top a:focus {
        background: #0c4f88;
    }

        #back-top a:hover > img,
        #back-top a:focus > img {
            filter: invert(1);
        }

.row.homepage-banner {
    position: relative;
}

    .row.homepage-banner:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 99, 129, 0.18);
        z-index: 1;
    }

    .row.homepage-banner .responsive-img {
        height: 450px;
        background-color: #0C2738;
    }

.thumbnails {
    position: relative;
}

    .thumbnails a {
        height: calc(100% - 20px);
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        position: relative;
    }

        .thumbnails a:hover:before {
            position: absolute;
            content: " ";
            top: 0;
            width: 100%;
            height: calc(100% - 59px);
            background: rgba(0, 99, 129, 0.3);
            cursor: pointer;
        }

    .thumbnails img.img-responsive {
        width: 100%;
    }

    .thumbnails .caption.caption-center {
        background: #006381 !important;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0;
        width: 100%;
        padding: 10px;
        min-height: 59px;
    }

_:-ms-fullscreen, :root .thumbnails .caption.caption-center {
    display: block;
}

.thumbnails .caption.caption-center .h3 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: normal;
}

    .thumbnails .caption.caption-center .h3 .fas.fa-external-link-alt {
        font-size: 12px;
    }

.RequiredPolicies-Forms .card.smallcard {
    height: calc(100% - 30px);
}

    .RequiredPolicies-Forms .card.smallcard .card-header a {
        color: #fff;
        font-weight: 700;
    }

    .RequiredPolicies-Forms .card.smallcard .card-body {
        height: 100%;
        display: flex;
        padding: 15px;
        font-size: 14px;
        font-weight: 400;
    }

        .RequiredPolicies-Forms .card.smallcard .card-body .list-group-ul {
            margin-left: 15px;
            margin-bottom: 0;
        }

            .RequiredPolicies-Forms .card.smallcard .card-body .list-group-ul li {
                margin-bottom: 10px;
            }

.list-group.custome-list-group {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

    .list-group.custome-list-group li {
        display: flex;
        align-items: center;
    }

        .list-group.custome-list-group li a.list-group-item {
            width: 100%;
            background: #fff;
            color: #555;
            text-decoration: none;
            border-bottom: 0;
            border-radius: 0;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

            .list-group.custome-list-group li a.list-group-item .fas.fa-arrow-alt-circle-down {
                margin-left: auto;
                font-size: 18px;
                color: #006381;
            }

            .list-group.custome-list-group li a.list-group-item .links-file-size {
                margin-right: auto;
                margin-left: 10px;
                font-weight: bold;
            }

            .list-group.custome-list-group li a.list-group-item:hover {
                background-color: #eee;
            }

        .list-group.custome-list-group li:last-child a.list-group-item {
            border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
        }

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle !important;
    content: "\f078" !important;
    border: 0 !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.PropertySearch-main .PropertyStatus-list ul.PropertyStatus-ul li {
    margin-right: 10px;
}

.PropertySearch-main .twitter-typeahead {
    width: 250px !important;
}

.PropertySearch-main .DownloadGridResult button {
    margin-right: 10px;
}

/*.PropertySearch-main .btn {
    font-size: 14px;
    padding: 5px 8px;
}*/

.PropertySearch-main .ListViewn-mapview .btn-group {
    margin-right: 10px;
}

/* AAHR-157 */
#frmPropSearch .legend-left {
    text-align: left !important;
}

/* AAHR-157 */
.PropertySearch-main .legend {
    color: #0c4f88 !important;
    padding: 0px 0px 0px 0px !important;
}

.PropertySearch-main .list-type-none.PropertyStatus-ul .btn.dropdown-toggle {
    /*padding: 8px;*/ /* removed per AAHR-157 */
    color: #0c4f88 !important;
    border: 0;
}

.PropertySearch-main .vx-card.PropertySearchbox {
    flex-direction: row;
    padding: 8px 15px;
    border-radius: 0;
}

.PropertySearch-main span.status-icon {
    width: 11px;
    height: 11px;
    border-radius: 10px;
    color: red;
    margin-right: 5px;
    display: inline-flex;
}

    .PropertySearch-main span.status-icon.open-icon {
        background-color: #2A834C !important;
    }

    .PropertySearch-main span.status-icon.indevelopment-icon {
        background-color: #3968A9 !important;
    }

    .PropertySearch-main span.status-icon.unverified-icon {
        background-color: #4e4e4e !important;
    }

    .PropertySearch-main span.status-icon.waitlist-icon {
        background-color: #E20316 !important;
    }

.PropertySearch-main .input-group.SearchPropertyadd {
    position: relative;
    width: auto !important;
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width: 1400px) {

    .combobox-wrapper input {
        padding-right: 10px !important;
        width: 250px !important;
        font-size: 12px !important;
        height: 35px;
    }


    .PropertySearch-main .vx-card.PropertySearchbox {
        padding: 8px 5px;
    }

    .input-group.SearchPropertyadd #btnSearchByNameAdd {
        margin-right: 7px;
    }

    .list-type-none.PropertyStatus-ul {
        padding-left: 5px;
    }

    .PropertySearch-main .PropertyStatus-list ul.PropertyStatus-ul li {
        margin-right: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .PropertySearch-main .input-group.SearchPropertyadd {
        flex-wrap: inherit !important;
    }
}


.PropertySearch-main .input-group.SearchPropertyadd span.fas.fa-search.Search-icon.mr-1 {
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 12px;
    font-size: 14px;
}

.PropertySearch-main .input-group.SearchPropertyadd .Search-icon {
    position: absolute;
    z-index: 1;
    left: 8px;
    top: 12px;
    color: #0c4f88;
}

.search_map_table_filter {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    background: #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 3px #999;
}

.search_filter_pro {
    margin-bottom: 0 !important;
}

.input-group.SearchPropertyadd #btnSearchByNameAdd {
    margin-right: 10px;
    border-radius: 0 5px 5px 0;
}

.input-group.SearchPropertyadd .input-group-append a:last-child {
    border-radius: 5px;
}

.esriSimpleSliderTL {
    z-index: 0 !important;
}

.esriLegendService {
    padding-bottom: 5px !IMPORTANT;
}

.PropertySearch-main .input-group.SearchPropertyadd input#searchInput {
    padding-left: 30px;
}

.PropertySearch-main .input-group.SearchPropertyadd input#ex1-input {
    padding-left: 30px;
}

select.goog-te-combo {
    display: block;
    width: 100%;
    height: 32px !important;
    padding: 5px 10px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.topbannerclass {
    display: flex;
    padding: 15px;
    background: #f8f8f8;
    margin-bottom: 0;
    align-items: center;
}

    .topbannerclass .topbannerright {
        margin-left: auto;
    }

    .topbannerclass select.goog-te-combo {
        display: block;
        width: 100%;
        height: 32px !important;
        padding: 5px 10px !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .topbannerclass .goog-te-gadget {
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-left: 10px;
        font-size: 0px;
        background: #fff;
        color: #000;
    }

        .topbannerclass .goog-te-gadget .goog-te-combo {
            margin: 0;
        }

div#myNavbar {
    display: flex;
    white-space: nowrap;
}

a.Accountbtn {
    border: 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 2px 15px !important;
    color: #006381;
    margin: 0 10px;
    white-space: nowrap;
}

div#user-account-btn {
    display: flex;
    align-items: center;
}

    div#user-account-btn ul.dropdown-menu {
        padding: 0;
    }

        div#user-account-btn ul.dropdown-menu .dropdown-item:focus, div#user-account-btn ul.dropdown-menu .dropdown-item:hover {
            color: #16181b;
            text-decoration: none;
            background-color: #eee;
        }

    div#user-account-btn .dropdown-toggle.accountdropdown {
        padding: 0;
        border: 0;
        background: transparent;
        color: #fff;
    }

.tabstabsvertical {
    margin: 0 -15px;
}

    .tabstabsvertical ul.nav.nav-tabs li.nav-item .nav-link {
        font-size: 18px;
        color: #222222;
        padding: 10px 30px;
        border-bottom: 2px solid transparent !important;
    }

        .tabstabsvertical ul.nav.nav-tabs li.nav-item .nav-link:hover {
            border: 0 !important;
        }

        .tabstabsvertical ul.nav.nav-tabs li.nav-item .nav-link.active {
            border-bottom: 2px solid #0c4f88 !important;
            border: 0;
            color: #0c4f88 !important;
            font-weight: 500;
        }

    .tabstabsvertical .tab-content .tab-pane {
        padding: 40px 00px 10px;
    }

.page-tite {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

    .page-tite .h1, .page-tite h1 {
        font-size: 22px;
        margin: 0;
    }

ul.LinkPropertyul {
    display: flex;
    margin: 0px -15px -1px;
    list-style: none;
    border-bottom: 1px solid #eee !important;
}

    ul.LinkPropertyul li {
        display: flex;
        cursor: pointer;
    }

        ul.LinkPropertyul li .LinkPropertyul {
            font-size: 18px;
            color: #222222;
            padding: 10px 30px;
            background: #fff;
            border: solid 2px #0c4f88;
        }

            ul.LinkPropertyul li .LinkPropertyul.block {
                font-weight: 500;
                color: #fff !important;
                text-decoration: underline;
                background: #0c4f88 !important;
                border-color: transparent;
            }

.divAcHPNumberchild {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

    .divAcHPNumberchild span.divAcHPNumberchildlabel {
        margin-right: 10px;
        white-space: nowrap;
    }

    .divAcHPNumberchild span.divAcHPNumberchildinput {
        max-width: 300px;
        width: 100%;
    }

caption.TxtSpecifyRelation {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #626262 !important;
    caption-side: top !important;
}

caption.ApplicationActivityLog {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #626262 !important;
    caption-side: top !important;
    background: #f5f5f5 !important;
}

.account-relation-instructions {
    margin-bottom: 15px;
}

.trainingSessionBox {
    padding: 15px;
    background: #efefef;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    margin-top: 15px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    border: 0 !important;
    margin-bottom: 0px;
}

    .trainingSessionBox .ts-name {
        margin-bottom: 0px;
    }
        /*AAHR-165*/
        .trainingSessionBox .ts-name h2 {
            font-size: 17px;
            display: flex;
            align-items: center;
            font-weight: 500;
        }

        .trainingSessionBox .ts-name a {
            font-size: 17px;
            display: flex;
            align-items: center;
            font-weight: 500;
            color: #006381;
        }

    .trainingSessionBox .CapacitySeatAvailability {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .trainingSessionBox .ts-Capacity {
        margin-right: 10px;
        padding: 7px 15px;
        border: 1px solid #ccc;
        border-radius: 10px;
        margin-bottom: 0px;
        font-weight: 500;
    }

        .trainingSessionBox .ts-Capacity label.label-color {
            margin: 0;
        }

    .trainingSessionBox .CapacitySeatAvailability .SeatAvailability {
        margin-right: 25px;
        padding: 7px 15px;
        border: 1px solid #ccc;
        border-radius: 10px;
        margin-bottom: 0px;
        font-weight: 500;
    }

    .trainingSessionBox .SeatAvailability label.label-color {
        margin: 0;
    }

    .trainingSessionBox .ts-datetime {
        color: #002147;
        padding-bottom: 7px;
        padding-top: 3px;
        font-weight: 500;
    }

    .trainingSessionBox .ts-TrainingLocation {
        margin-bottom: 10px;
    }

    .trainingSessionBox .ts-session.details {
        margin: 10px 0;
    }

    .trainingSessionBox .Cancelleddiv {
        border: 2px dotted #eee;
        padding: 10px;
        background: #f7f7f7;
        display: block;
        width: 200px;
        text-align: center;
    }

    .trainingSessionBox .ts-lastEnrollDate {
        margin-bottom: 10px;
        color: #002147;
        padding-bottom: 0;
        padding-top: 0;
        font-weight: 500;
    }

        .trainingSessionBox .ts-lastEnrollDate label {
            margin: 0;
        }

li.dropdown-custome.btnMoreOptionfilterchild ul.chksubul li {
    border: 0;
}

span.PropertyStatus-status-icon {
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top: 0px;
    margin-right: 5px;
}

    span.PropertyStatus-status-icon span.status-icon {
        width: 8px;
        height: 8px;
        border-radius: 10px;
        color: red;
        margin-right: 3px;
        display: inline-flex;
    }

.list-type-none.PropertyStatus-ul {
    padding-left: 10px;
}

    .list-type-none.PropertyStatus-ul li {
        margin-right: 10px;
        border-right: 1px solid #006381;
        padding-right: 10px;
    }

        .list-type-none.PropertyStatus-ul li:last-child {
            margin-right: 0px;
            border-right: 0px solid #006381;
            padding-right: 00px;
        }

.dataTables_length {
    display: flex;
}

div#divMVPropertyDocs .dataTables_length {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
}

.icon-large {
    font-size: 35px;
}

img.external-icon {
    margin-left: 2px;
    height: auto !important;
    /*width: 19px;*/
    width: 25px; /*AAHP-4804 - Update button width to meet accessibility standards*/
    vertical-align: sub;
}



.view-nearby-services { /*AAHP-4804 - Update button width to meet accessibility standards*/
    margin-top: -7px !important;
}

.btn-primary:not(.applyButton) .external-icon,
.btn-primary.applyButton:focus .external-icon,
.btn-primary.applyButton:hover .external-icon,
.btn-primary.applyButton.printBtn .external-icon {
    filter: invert(1);
}

/*.btn-primary.applyButton {
    background-color: #fff !important;
    color: #006381 !important;
    padding: 5px 5px !important;
}*/

/*.btn-primary.applyButton:not(:focus) .external-icon{
        filter: unset;
    }*/

.custome-carousel a.carousel-control-prev, .custome-carousel a.carousel-control-next, .custome-carousel button.carousel-control-prev, .custome-carousel button.carousel-control-next {
    font-size: 23px;
    color: #006381;
}

nav.navclass {
    display: flex;
}

    nav.navclass ul.dropdown-menu {
        margin: 9px 0 0 0;
        padding: 0;
        background: #fff !important;
        border: 0;
        border-radius: 0;
    }

        nav.navclass ul.dropdown-menu:before {
            content: " ";
            position: absolute;
            top: -15px;
            left: 10px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid #fff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
        }

        nav.navclass ul.dropdown-menu li.dropdown-item {
            width: 100%;
            padding: 0 !important;
            margin: 0;
            border-bottom: 1px solid #ededed;
        }

            nav.navclass ul.dropdown-menu li.dropdown-item a {
                text-decoration: none;
                margin: 0;
            }

                nav.navclass ul.dropdown-menu li.dropdown-item a:hover {
                    background: #f7f7f7;
                }

            nav.navclass ul.dropdown-menu li.dropdown-item:last-child a {
                border-radius: 0 0 10px 10px;
            }

.card-body.table-content.PRIVACYPOLICY {
    padding: 15px;
}

    .card-body.table-content.PRIVACYPOLICY h2 {
        font-size: 20px;
    }

    .card-body.table-content.PRIVACYPOLICY h3 {
        font-size: 16px;
    }

    .card-body.table-content.PRIVACYPOLICY dl, .card-body.table-content.PRIVACYPOLICY ol, .card-body.table-content.PRIVACYPOLICY ul {
        margin-top: 0;
        margin-bottom: 1rem;
        padding-left: 10px;
    }

        .card-body.table-content.PRIVACYPOLICY dl li, .card-body.table-content.PRIVACYPOLICY ol li, .card-body.table-content.PRIVACYPOLICY ul li {
            margin-bottom: 10px;
        }

    .card-body.table-content.PRIVACYPOLICY p {
        margin-top: 0;
        margin-bottom: 10px;
    }

.ourRecordShows {
    font-size: 17px;
    color: #0c4f88;
}

input.Register.btn.btn-primary {
    width: 100%;
}

a.Register.btn.btn-primary {
    width: 100%;
}

.panel.panel-primary {
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.24);
    -webkit-transition: all .3s ease-in-out;
    border-radius: 5px;
}

    .panel.panel-primary .panel-heading {
        padding: 15px 15px 0;
        cursor: pointer;
    }

    .panel.panel-primary .panel-title {
        margin: 0;
        font-size: 24px;
    }

    .panel.panel-primary .panel-body {
        padding: 15px;
    }

        .panel.panel-primary .panel-body h4.tile {
            font-size: 18px;
        }

.panel-heading span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #2c2c2c;
}

.No-record-found {
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
    color: #5E5E5E;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    border-radius: 0;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
}

    .card .card-header {
        cursor: pointer;
        background-color: #006381 !important;
        margin-bottom: 0;
    }

        .card .card-header .card-header-title {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.2;
            color: #fff;
            margin-bottom: 0;
        }

        .card .card-header.uparrow, .card .card-header.downarrow {
            height: 52px;
        }

            .card .card-header.uparrow .card-header-title, .card .card-header.downarrow .card-header-title {
                position: absolute;
                left: 15px;
                top: 15px;
            }

        .card .card-header.uparrow {
            position: relative;
            width: 100%;
            padding-right: 40px !important;
        }

            .card .card-header.uparrow:before {
                content: "\f13a";
                position: absolute;
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                right: 20px;
                padding-left: 15px;
                top: 15px;
                color: #fff;
                font-size: 22px;
            }

        .card .card-header.downarrow {
            position: relative;
            padding-right: 40px !important;
        }

            .card .card-header.downarrow:before {
                content: "\f139";
                position: absolute;
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                right: 20px;
                padding-left: 15px;
                top: 15px;
                color: #fff;
                font-size: 22px;
            }

ul.list-alpha {
    margin-left: 15px;
}

.vs-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
}

.Accordion.vs-collapse {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 8px;
    padding: 10px;
}

    .Accordion.vs-collapse .vs-collapse-item--header {
        font-size: 16px;
    }

    .Accordion.vs-collapse .vs-collapse-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
        cursor: pointer;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
        margin-top: 5px;
        border-bottom: 0 solid transparent;
        margin-bottom: 10px;
        border-radius: 6px;
    }

    .Accordion.vs-collapse .vs-collapse-item--header {
        padding: 13px;
    }

        .Accordion.vs-collapse .vs-collapse-item--header:hover {
            background-color: #f3f3f3;
            -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02);
        }

        .Accordion.vs-collapse .vs-collapse-item--header[aria-expanded="true"] {
            background-color: #f8f8f8;
        }

    .Accordion.vs-collapse .con-content--item {
        padding: 20px;
        font-size: .85rem;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }

    .Accordion.vs-collapse .vs-collapse-item--content {
        overflow: hidden;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .Accordion.vs-collapse .con-content--item {
        font-size: 14px;
        color: #626262;
    }

    .Accordion.vs-collapse header.vs-collapse-item--header.Accordion-trigger[aria-expanded="true"] span.Accordion-icon {
        -webkit-transform: translate(0%, 0%) rotate(180deg);
        transform: translate(0%, 0%) rotate(180deg);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .Accordion.vs-collapse span.Accordion-icon.fas.fa-chevron-down.ml-auto {
        font-size: 12px;
        color: #626262;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.btn.btn-default.btn-dataTable {
    margin-left: 10px;
}

.dt-buttons .dt-button, .btn.btn-default.btn-dataTable, .dt-buttons .dt-button.btn {
    /*background-color: #006381 !important;
    border-color: #006381 !important;
    color: #fff;*/
    background-color: #f2f2f2 !important;
    border-color: #006381 !important;
    color: #212529 !important;
    margin-right: 10px;
}

.datatables_searchDiv .btn.btn-default.btn-dataTable {
    background-color: #f2f2f2 !important;
    border-color: #000000 !important;
    color: #212529 !important;
    margin-right: 10px;
    border-radius: 0px 5px 5px 0px;
}

.dt-buttons .dt-button:hover, .btn.btn-default.btn-dataTable:hover, .dt-buttons .dt-button.btn:hover {
    /*background-color: #006381 !important;
        color: #fff;*/
    background-color: #f2f2f2 !important;
    color: #212529 !important;
    webkit-box-shadow: 0 8px 25px -8px rgba(0, 99, 129, 0.3);
    box-shadow: 0 8px 25px -8px rgba(0, 99, 129, 0.3);
}

.dt-buttons .dt-button:focus, .btn.btn-default.btn-dataTable:focus, .dt-buttons .dt-button.btn:focus {
    /*background-color: #006381 !important;
        color: #fff;*/
    background-color: #f2f2f2 !important;
    color: #212529 !important;
    webkit-box-shadow: 0 8px 25px -8px rgba(0, 99, 129, 0.3);
    box-shadow: 0 8px 25px -8px rgba(0, 99, 129, 0.3);
}

.btn-primary {
    color: #FFF !important;
    background-color: #006381 !important;
    border-color: #006381 !important;
}

    .btn-primary:hover {
        background-color: #006381 !important;
        webkit-box-shadow: 0 2px 4px 0px rgba(6, 6, 6, 0.4);
        box-shadow: 0 2px 4px 0px rgba(6, 6, 6, 0.4);
        color: #fff !important;
        transition: linear 80ms;
    }

    .btn-primary:focus {
        background-color: #006381 !important;
        webkit-box-shadow: 0 2px 4px 0px rgba(6, 6, 6, 0.4);
        box-shadow: 0 2px 4px 0px rgba(6, 6, 6, 0.4);
        color: #fff !important;
    }

.btn-outline-primary {
    color: #006381 !important;
    border-color: #006381 !important;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #006381 !important;
        border-color: #006381 !important;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #FFF !important;
        background-color: #006381 !important;
        border-color: #006381 !important;
    }

a.btn.btn-secondary {
    color: #fff !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #c64a30 !important;
    border-color: #c64a30 !important;
}

    .btn-secondary:hover {
        background-color: #c64a30;
        webkit-box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3);
        box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3);
    }

    .btn-secondary:focus {
        background-color: #c64a30;
        webkit-box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3);
        box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3);
    }

.btn-outline-secondary {
    color: #c54939 !important;
    border-color: #c54939 !important;
}

    .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #c64a30 !important;
        webkit-box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3) !important;
        box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3) !important;
    }

    .btn-outline-secondary:focus {
        color: #fff !important;
        background-color: #c64a30 !important;
        webkit-box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3) !important;
        box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3) !important;
    }


.btn-default {
    background: #e4e3e3;
    border-color: #e4e3e3;
}

.btn-outline-light {
    color: #3c3a3a !important;
    border-color: #c5c5c5 !important;
}

    .btn-outline-light:hover {
        color: #3c3a3a;
        border-color: #c5c5c5;
    }

.btn.btn-light {
    background: #e4e3e3;
    border-color: #e4e3e3;
}

.dropdown-menu {
    padding: 0;
    font-size: 14px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #d8d6d6;
    cursor: pointer;
}

    .dropdown-item.active, .dropdown-item:active {
        color: #212529;
        text-decoration: none;
        background-color: transparent;
    }

.responsive-img {
    width: 100%;
    height: auto;
}

.acc-boximage {
    margin-bottom: 15px;
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-position: top center;
}

div#tenantimg {
    background-image: url("../images/tenant.png");
}

div#housing-advocateimg {
    background-image: url("../images/housing-advocate.png");
}

div#property-managerimg {
    background-image: url("../images/property-manager.png");
}

div#city-emblemimg {
    background-image: url("../images/la-city-emblem.png");
    background-size: contain;
}

.modal-title {
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    font-size: 20px !important;
    margin-bottom: 0;
}

.modal-footer {
    justify-content: flex-start !important;
}

.table td, .table th {
    padding: 8px 10px !important;
}

/*DATA TABLE SORT ARROWS*/
/*removed AAHR-140*/
/*
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    left: 1.5em;
    content: "\f30c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    left: 1em;
    content: "\f309";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
*/

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 10px;
    display: block;
    opacity: 0.3;
    z-index: 1;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}

/*table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 25px !important;
}*/

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1;
    color: #006381;
}

.dataTables_wrapper.form-inline.dt-bootstrap.no-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

    .dataTables_wrapper.form-inline.dt-bootstrap.no-footer .row {
        width: 100%;
    }

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 0;
}

    .pagination li.paginate_button:first-child a {
        margin-left: 0;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .pagination li.paginate_button:last-child a {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .pagination li.paginate_button.active a {
        color: #fff !important;
        background: #006381;
    }

    .pagination li.paginate_button a {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #0c4f88 !important;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }

.dataTables_paginate.paging_simple_numbers {
    display: flex;
    justify-content: flex-end;
}

.card {
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    border: 0 !important;
    margin-bottom: 20px;
}

    .card .card-header {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: .5rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .card .card-header .card-header-title {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.2;
            color: #fff;
        }

    .card .dataTables_filter label {
        justify-content: flex-end;
    }

    .card .dataTables_length label {
        justify-content: start;
        /*margin-bottom: 15px;*/
        margin-right: 15px;
    }

    .card .dataTables_length select.form-control.input-sm {
        margin: 0 10px;
    }

    .card .dataTables_filter input.form-control.input-sm {
        margin-left: 15px;
    }

    .card .dataTables_paginate.paging_simple_numbers {
        display: flex;
        justify-content: flex-end;
    }

    .card .card-body {
        padding: 15px 0;
    }

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    vertical-align: middle;
}


.dataTables_length .dt-buttons {
    margin-bottom: 10px;
}

.dataTables_length select.form-control {
    margin: 0 10px;
}

.Succes-text {
    word-wrap: break-word;
}

.modal-header .close {
    background: transparent;
}

.dataTables_filter {
    display: flex;
    justify-content: flex-end;
}

    .dataTables_filter input.form-control.input-sm {
        margin-left: 10px;
    }

.list-type-none {
    list-style-type: none;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #ffffff;
}

.maine-ul-list-parent {
    margin: 0;
    position: relative;
    margin-left: 10px;
}

    .maine-ul-list-parent li {
        margin-bottom: 15px;
        font-weight: 500;
    }

    .maine-ul-list-parent a {
        font-weight: 500;
    }

.sublist-child {
    margin-left: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .sublist-child li {
        margin-bottom: 10px;
        list-style-type: none;
        position: relative;
    }

        .sublist-child li:before {
            content: "\f054";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-size: 10px;
        }

.UnitsInformation .Unitsaction li:first-child {
    border: 0px solid #ced4da;
    padding: 0px 0;
    font-weight: bold;
    background: transparent;
}

    .UnitsInformation .Unitsaction li:first-child .Unitsbold {
        padding-left: 60px;
        font-size: 16px;
    }

    .UnitsInformation .Unitsaction li:first-child .Actionsbold {
        padding-right: 60px;
        font-size: 16px;
    }

.UnitsInformation .Unitsaction li {
    border: 1px solid #ced4da;
    margin-bottom: 10px;
    padding: 10px 0;
    background: #fff;
}

    .UnitsInformation .Unitsaction li .address {
        width: 100%;
        border-right: 1px solid #ced4da;
        display: block;
        padding: 5px 0;
    }

    .UnitsInformation .Unitsaction li:last-child {
        margin-bottom: 0px;
    }

.custom-controlcustom-radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.Ahr-Property-Listing.vx-card {
    background: #fff;
    /*border-radius: .5rem;*/
    box-shadow: none !important;
    -webkit-transition: all .3s ease-in-out;
    margin-bottom: 20px;
    border: 1px solid #dae1e7;
}

    .Ahr-Property-Listing.vx-card .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
        margin-bottom: 10px;
    }

    /*    .Ahr-Property-Listing.vx-card .form-group {
        margin-bottom: 20px;
    }*/

    .Ahr-Property-Listing.vx-card .label-sub-title {
        font-weight: 600;
    }

.Ahr-Property-Listing .tab-content .tab-pane-footer > ul {
    margin-bottom: 0;
}

.vertical-tab-style {
    background-color: #fff;
    height: 100%;
    border-right: 1px solid #dae1e7;
    padding: 0 0px 20px;
}

    .vertical-tab-style .row {
        margin: 0 !important;
    }

    .vertical-tab-style .nav-item {
        width: 100%;
    }

        .vertical-tab-style .nav-item a.nav-link {
            pointer-events: none;
            border-left: 6px solid transparent;
            text-decoration-line: none !important;
        }

            .vertical-tab-style .nav-item a.nav-link.active.CommentsAvailable {
                border-left: 6px solid #ff2020 !important;
            }

            .vertical-tab-style .nav-item a.nav-link.CommentsAvailable {
                border-left: 6px solid #ff2020 !important;
            }

    .vertical-tab-style .step-title {
        padding: 30px 10px;
    }

        .vertical-tab-style .step-title .h5 {
            font-size: 18px;
            font-weight: 700;
        }

    .vertical-tab-style .nav-link.active.ReadInstructions .active-deactive-circle {
        visibility: hidden;
    }

    .vertical-tab-style .nav-link.ReadInstructions .active-deactive-circle {
        visibility: hidden;
    }

    .vertical-tab-style .nav-link {
        display: flex;
        padding: 15px 15px 15px 9px;
        align-items: center;
        color: #333333;
    }

        .vertical-tab-style .nav-link .fas.fa-check-circle {
            display: none;
        }

        .vertical-tab-style .nav-link .fas.fa-times-circle {
            display: none;
        }

        .vertical-tab-style .nav-link .title {
            font-size: 16px;
            font-weight: 500;
        }

        .vertical-tab-style .nav-link .fas.fa-long-arrow-alt-right {
            font-size: 18px;
        }

        .vertical-tab-style .nav-link:hover {
            background-color: #f8f8f8;
        }

    .vertical-tab-style a.nav-link.active span.active-deactive-circle {
        border: 2px solid #fff;
    }

    .vertical-tab-style .nav-pills .nav-link {
        border-radius: 0;
    }

        .vertical-tab-style .nav-pills .nav-link.active, .vertical-tab-style .nav-pills .show > .nav-link {
            color: #fff;
            background-color: #006381;
        }

            .vertical-tab-style .nav-pills .nav-link.active .title, .vertical-tab-style .nav-pills .show > .nav-link .title {
                color: #fff;
            }

    .vertical-tab-style .active-deactive-circle {
        max-width: 22px;
        width: 100%;
        height: 22px;
        border: 2px solid #006381;
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        background: #006381;
        overflow: hidden;
    }

    .vertical-tab-style .nav-link.complete .active-deactive-circle {
        background: #fff;
        border: 2px solid #008000;
    }

    .vertical-tab-style .nav-link.complete .fas.fa-check-circle {
        display: block;
        color: #008000;
        font-size: 20px;
    }

    .vertical-tab-style .nav-link.incomplete .active-deactive-circle {
        background: #fff;
        border: 2px solid #f34119;
    }

    .vertical-tab-style .nav-link.incomplete .fas.fa-times-circle {
        display: block;
        color: #f34119;
        font-size: 20px;
    }

.Ahr-Property-Listing .tab-pane-heading-subdiv {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}

.Ahr-Property-Listing .Addyourfirstcontact {
    max-width: 400px;
    margin: auto;
    text-align: center;
    padding: 20px;
    border: 1px dashed #d6d6d6;
    background: #fff;
    border-radius: .25rem;
}

    .Ahr-Property-Listing .Addyourfirstcontact img.iconsboximg {
        margin-bottom: 15px;
        width: 62px;
    }

    .Ahr-Property-Listing .Addyourfirstcontact .iconsbox {
        font-size: 35px;
        margin-bottom: 20px;
        color: #006381;
    }

    .Ahr-Property-Listing .Addyourfirstcontact h2 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }

.Ahr-Property-Listing .add-dollar input.form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.Ahr-Property-Listing .input-group > .custom-select:not(:last-child), .Ahr-Property-Listing .input-group > .form-control:not(:last-child) {
    border-radius: .25rem;
}

.Ahr-Property-Listing .input-group > .input-group-append > .btn {
    border-radius: .25rem;
}

.Ahr-Property-Listing .SectionTitlediv {
    padding-bottom: 25px;
    width: 100%;
}

    .Ahr-Property-Listing .SectionTitlediv .fas.fa-question-circle.question-help {
        color: #006381;
        margin-left: 4px;
        cursor: pointer;
    }

    .Ahr-Property-Listing .SectionTitlediv .Section.Title {
        font-size: 18px;
        font-weight: 600;
        position: relative;
        margin-bottom: 15px;
    }

        .Ahr-Property-Listing .SectionTitlediv .Section.Title:before {
            content: " ";
            position: absolute;
            width: 30px;
            height: 3px;
            background: #006381;
            bottom: -8px;
        }

.Ahr-Property-Listing .tab-content {
    background-color: #f8f8f8;
    height: 100%;
    padding: 30px 0;
    color: #333;
}

    .Ahr-Property-Listing .tab-content .tab-pane.active {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .Ahr-Property-Listing .tab-content .tab-pane-body {
        height: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: auto;
        padding: 0 30px;
    }

        .Ahr-Property-Listing .tab-content .tab-pane-body .row {
            width: 100%;
        }

    .Ahr-Property-Listing .tab-content .custom-controlcustom-radio {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .Ahr-Property-Listing .tab-content .tab-pane-heading {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        width: 100%;
        flex-direction: column;
        padding: 0 30px;
    }

        .Ahr-Property-Listing .tab-content .tab-pane-heading .tab-panesub-text {
            margin-top: 20px;
            margin-bottom: 0;
        }

        .Ahr-Property-Listing .tab-content .tab-pane-heading .tab-content-title {
            font-size: 22px;
            font-weight: 700;
            color: #333;
            margin-bottom: 0px;
        }

    .Ahr-Property-Listing .tab-content .faq-quesion {
        margin-bottom: 15px;
    }

        .Ahr-Property-Listing .tab-content .faq-quesion .quesion {
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: 600;
            text-decoration: underline;
        }

        .Ahr-Property-Listing .tab-content .faq-quesion .quesion-no-underline {
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: 600;
        }

    .Ahr-Property-Listing .tab-content .tab-pane-footer {
        /*margin-left: -30px;
            margin-right: -30px;*/
        padding: 20px 30px;
        margin-bottom: -30px;
        border-top: 1px solid #d6d6d6;
        display: flex;
        align-items: center;
        margin-top: auto;
    }

        .Ahr-Property-Listing .tab-content .tab-pane-footer button {
            font-size: 14px;
            font-weight: 600;
            min-width: 140px;
        }
        /*AAHR-240 fix*/
        .Ahr-Property-Listing .tab-content .tab-pane-footer a {
            color: #006381 !important;
            font-size: 14px;
            font-weight: 600;
            min-width: 140px;
        }

            .Ahr-Property-Listing .tab-content .tab-pane-footer a:hover {
                color: #fff !important;
                background-color: #006381 !important;
                border-color: #006381 !important;
            }

        .Ahr-Property-Listing .tab-content .tab-pane-footer ul {
            /*        display: grid;
        grid-template-columns: 72% 15% 5%;*/
            display: flex;
            width: 100%
        }

            .Ahr-Property-Listing .tab-content .tab-pane-footer ul li:nth-child(2) {
                margin-left: auto;
            }

.btn-outline-primary .Ahr-Property-Listing .tab-content .tab-content {
    color: #006381 !important;
    border-color: #006381 !important;
}

.Ahr-Property-Listing .tab-content .tab-pane-footer li {
    list-style: none;
    display: inline;
}

.Ahr-Property-Listing .tab-content .tab-pane-footer [id=btnSubmit] {
    color: #fff !important;
    background-color: #186329 !important;
    border-color: #186329 !important;
}

    .Ahr-Property-Listing .tab-content .tab-pane-footer [id=btnSubmit]:hover {
        color: #fff !important;
        background-color: #155623 !important;
        border-color: #155623 !important;
    }

.wizard .nav.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px 15px;
    border-bottom: 2px solid #0c4f88;
    flex-wrap: initial;
    margin-bottom: 15px;
}

    .wizard .nav.nav-tabs li.completed.wizard-item a:before {
        background: #186329;
    }

    .wizard .nav.nav-tabs li.completed.wizard-item a span.round-tab {
        color: #186329;
    }

    .wizard .nav.nav-tabs li.completed.wizard-item a span.roundcircle {
        background: #186329;
    }

    .wizard .nav.nav-tabs li.active.wizard-item a:before {
        background: #006381;
    }

    .wizard .nav.nav-tabs li.active.wizard-item a span.round-tab {
        color: #006381;
    }

    .wizard .nav.nav-tabs li.active.wizard-item a span.roundcircle {
        background: #006381;
    }

    .wizard .nav.nav-tabs li.wizard-item:first-child a:before {
        width: 50% !important;
        left: 50% !important;
    }

    .wizard .nav.nav-tabs li.wizard-item:last-child a:before {
        width: 50% !important;
        left: 0% !important;
    }

    .wizard .nav.nav-tabs li.wizard-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /*max-width: 250px;*/
    }

        .wizard .nav.nav-tabs li.wizard-item a {
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            position: relative;
            width: 100%;
            text-decoration: none;
            /*pointer-events: none;*/
        }

            .wizard .nav.nav-tabs li.wizard-item a:before {
                position: absolute;
                content: "";
                background: #767676;
                width: 100%;
                height: 2px;
                top: calc(100% - 62px);
                transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                left: 0;
            }

            .wizard .nav.nav-tabs li.wizard-item a span.round-tab {
                color: #767676;
                font-weight: 400;
                font-size: 14px;
                padding: 15px 0 8px;
                line-height: normal;
            }

            .wizard .nav.nav-tabs li.wizard-item a span.roundcircle {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                background: #767676;
                margin: 0 auto;
                position: relative;
                color: #fff;
                font-size: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        .wizard .nav.nav-tabs li.wizard-item[aria-disabled="true"] > a {
            pointer-events: none;
            cursor: default;
        }

        .wizard .nav.nav-tabs li.wizard-item > a {
            text-decoration-line: none !important;
        }

        .wizard .nav.nav-tabs li.wizard-item:not([aria-disabled="true"]) > a > .round-tab {
            text-decoration-line: underline !important;
        }

.wizard .h3.panel-header-text {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}

.wizard button {
    font-size: 14px;
    font-weight: 600;
    min-width: 140px;
}

.wizard .sub-header-text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

.create-box .title {
    margin: 10px 0 25px 0px;
}

.create-box .apply-details.left-arrow {
    list-style-type: none;
    margin-left: 0px;
}

    .create-box .apply-details.left-arrow li {
        line-height: normal;
        margin-bottom: 15px;
        color: #212121;
    }

        .create-box .apply-details.left-arrow li span.vx-card-link {
            display: flex;
        }

            .create-box .apply-details.left-arrow li span.vx-card-link .fas.fa-circle {
                font-size: 8px;
                margin-top: 6px;
            }

        .create-box .apply-details.left-arrow li:last-child {
            margin-bottom: 0;
        }

.create-box .apply-details {
    margin-left: 0;
    margin-bottom: 20px;
}

    .create-box .apply-details li {
        margin-bottom: 5px;
    }

.property-list-main {
    background: #fff !important;
    /*height: 500px;*/
    overflow: auto;
    padding: 10px 10px 0 0;
}

    .property-list-main .Development-status .title a .notranslate {
        color: #3968A9 !important;
    }

    .property-list-main .open-status .title a .notranslate {
        color: #2A834C !important;
    }

    .property-list-main .wating-status .title a .notranslate {
        color: #E20316 !important;
    }

    .property-list-main .unverified-status .title a .notranslate {
        color: #4e4e4e !important;
    }

    .property-list-main .property-list-child {
        margin-bottom: 15px;
    }

        .property-list-main .property-list-child:last-child {
            margin-bottom: 0px;
        }

    .property-list-main .open-status {
        border-right: 7px solid #2A834C !important;
    }

        .property-list-main .open-status .property-image .property-status {
            background-color: #2A834C;
        }

    .property-list-main .wating-status {
        border-right: 7px solid #E20316 !important;
    }

        .property-list-main .wating-status .property-image .property-status {
            background-color: #E20316;
        }

    .property-list-main .Development-status {
        border-right: 7px solid #3968A9 !important;
    }

        .property-list-main .Development-status .property-image .property-status {
            background-color: #3968A9;
        }

    .property-list-main .unverified-status {
        border-right: 7px solid #4e4e4e !important;
        border-top: none !important;
    }

        .property-list-main .unverified-status .property-image .property-status {
            background-color: #4e4e4e;
        }

    .property-list-main .phone-n-email {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 5px 15px 5px;
        border: 1px solid #939393;
        font-weight: 500;
        border-radius: 6px;
    }

        .property-list-main .phone-n-email .fas.fa-envelope {
            margin-right: 10px;
        }

        .property-list-main .phone-n-email .email-text a {
            color: #626262;
        }

        .property-list-main .phone-n-email .phone .phone-number {
            margin-left: 10px;
        }

        .property-list-main .phone-n-email .phone a {
            color: #626262;
        }

    .property-list-main .property-list-child {
        display: flex;
        border: 1px solid rgba(221, 221, 221, 0.7);
        border-radius: 15px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
        -webkit-transition: all .3s ease-in-out;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
    }

        .property-list-main .property-list-child .property-image {
            width: 33%;
            position: relative;
            padding-bottom: 42px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #e9e9e9;
        }

            .property-list-main .property-list-child .property-image .responsive-img {
                width: auto;
                object-fit: contain;
                border-radius: 20px;
            }

        .property-list-main .property-list-child .property-status {
            position: absolute;
            bottom: 20px;
            background-color: #075269;
            width: 150px;
            text-align: center;
            color: #fff;
            padding: 5px 0;
            font-weight: 500;
            border-radius: 6px;
            font-size: 13px;
        }

        .property-list-main .property-list-child .property-status {
            top: 0;
            border-radius: 0 0 15px 0;
            width: auto;
            bottom: auto;
            left: 0;
            padding: 3px 15px 5px;
            box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.54);
        }

    .property-list-main .property-content {
        width: 67%;
        padding: 20px 35px;
        color: #454545;
        font-size: 13px;
    }

        .property-list-main .property-content .table td, .property-list-main .property-content .table th {
            padding: 2px 0px 0px !important;
            font-weight: normal;
        }

        .property-list-main .property-content .title-n-open-new-page-link .title {
            font-size: 18px;
            line-height: normal;
            width: 100%;
        }

            .property-list-main .property-content .title-n-open-new-page-link .title a {
                display: flex;
                align-items: baseline;
                width: 100%;
            }

            .property-list-main .property-content .title-n-open-new-page-link .title span.notranslate {
                color: #4e4e4e;
                margin-right: 5px;
                margin-bottom: 0px;
                font-size: 18px;
            }

            .property-list-main .property-content .title-n-open-new-page-link .title img.external-icon {
                margin-left: auto;
            }

        .property-list-main .property-content .title-n-open-new-page-link .open-link.ml-auto {
            padding-left: 10px;
        }

        .property-list-main .property-content .property-description {
            margin-top: 15px;
            margin-bottom: 10px;
            /*table [class*="col-"] {
            padding: 5px 0px 5px 0;
        }*/
        }

            .property-list-main .property-content .property-description table.table {
                margin-bottom: 0 !important;
            }

                .property-list-main .property-content .property-description table.table tr.row {
                    margin: 0 !important;
                }

div#BasemapToggle {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 22px;
}

.BasemapToggle .basemapImageContainer {
    border: 4px solid #ffffff;
    border-radius: 0px;
    box-shadow: 0 0 0.75em #777777;
}

.BasemapToggle .basemapTitle {
    width: 100% !important;
    color: #000 !important;
    font-size: 12px !important;
    font-weight: bold;
}

#legendButton {
    position: absolute;
    bottom: 20px;
    left: 25px;
    z-index: 1;
    height: auto;
}

    #legendButton img.imgLegendMap {
        width: 14px;
    }

div#legendContainer {
    width: 300px !important;
    max-height: 266px;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.23);
    z-index: 99999;
    padding-top: 0px;
    padding-bottom: 5px;
}

ul#layers {
    margin: 0;
    padding: 0;
    min-width: 250px;
}

    ul#layers li {
        display: flex;
        align-items: baseline;
        padding: 8px;
        width: 100%;
        padding-left: 35px;
    }

        ul#layers li label {
            display: inline-block;
            margin-bottom: 0;
            padding-left: 8px;
        }

        ul#layers li:hover {
            background-color: #e9e9e9;
        }

ul.legendclass {
    margin: 0;
}

    ul.legendclass li {
        display: flex;
        align-items: center;
        padding: 5px;
        border-bottom: 1px solid #e9e9e9;
    }

        ul.legendclass li img {
            width: 20px;
            margin-right: 10px;
        }

        ul.legendclass li:hover {
            background-color: #e9e9e9;
        }

.esriLegendService table {
    width: 100% !important;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    /*background-color: rgba(0, 123, 255, 0.22) !important;
    border-color: black !important;*/
    border: 1px solid #ffffff !important;
}

.esriLegendService span.esriLegendServiceLabel {
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    background: #f2f2f2;
}

.esriLegendServiceLabel {
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    background: #f2f2f2;
}

.PropertyStatus-list ul.PropertyStatus-ul li {
    margin-right: 15px;
}

    .PropertyStatus-list ul.PropertyStatus-ul li:last-child {
        margin-right: 0px;
        border-bottom: none;
    }

.DownloadGridResult button {
    margin-right: 15px;
}

    .DownloadGridResult button:last-child {
        margin-right: 0px;
    }

.ListViewn-mapview .btn-group {
    margin-right: 15px;
}

    .ListViewn-mapview .btn-group .btn.btn-secondary {
        background: transparent !important;
        color: #c64a30;
    }

        .ListViewn-mapview .btn-group .btn.btn-secondary.active {
            color: #fff;
            background-color: #c64a30 !important;
            border-color: #c64a30 !important;
        }

.All-properties-info {
    width: 100%;
    justify-content: space-between;
    background: #e8e8e8;
    padding: 10px !important;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
}

    .All-properties-info .Txt_Properties {
        color: #075269;
        font-size: 16px;
        line-height: normal;
    }

    .All-properties-info .Txt_SectionEight {
        color: #222;
        font-weight: bold;
    }

.border-radius {
    border-radius: .25rem !important;
}

.left-data {
    display: flex;
    align-items: center;
}

.fs-title {
    font-size: 24px;
    margin-bottom: 34px;
    font-weight: bold;
    position: relative;
    color: #222;
}

ul.quick-action-link {
    display: flex;
    margin-left: auto;
    list-style-type: none;
}

.fs-title:before {
    position: absolute;
    content: " ";
    border-bottom: 3px solid #0c4f88;
    width: 50px;
    bottom: -15px;
}

.Case-deatils.Case-addrees {
    flex-direction: column;
    align-items: inherit;
}

.Case-deatils.Case-addrees {
    clear: both;
}

.Case-deatils {
    background: #b1e0ec;
    color: #000;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

    .Case-deatils.Case-addrees ul.Case-addrees-ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
        align-items: inherit;
        display: flex;
        margin-bottom: 5px;
        flex-wrap: wrap;
    }

    .Case-deatils.Case-addrees .Case-addrees-line-2 {
        border-top: 1px dashed #000;
        padding-top: 10px;
    }

    .Case-deatils.Case-addrees ul.Case-addrees-ul li:first-child {
        padding-left: 0 !important;
    }

    .Case-deatils.Case-addrees ul.Case-addrees-ul li {
        display: flex;
        margin-right: 0;
        border-right: 1px solid #000;
        padding: 0 15px;
    }

        .Case-deatils.Case-addrees ul.Case-addrees-ul li .bold {
            font-weight: bold;
        }

    .Case-deatils.Case-addrees ul.Case-addrees-ul li {
        margin-bottom: 4px;
    }

        .Case-deatils.Case-addrees ul.Case-addrees-ul li span.cd-value {
            margin-left: 15px;
        }

.viol-deatils.viol-addrees {
    display: flex;
    align-items: center;
    padding: 0 10px 10px;
    border-bottom: 1px solid #cbcbcb;
}

ul.viol-ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-bottom: 0;
    font-size: 15px;
}

.viol-deatils.viol-addrees ul.viol-ul li {
    display: flex;
    margin-right: 15px;
    border-right: 1px solid #0382a2;
    padding-right: 15px;
}

.violbuttondiv {
    margin-left: auto;
    padding-top: 10px;
}

    .violbuttondiv label.Filterby {
        margin-bottom: 0 !important;
        font-weight: bold;
        margin-right: 5px;
    }

    .violbuttondiv .btn.btn-primary {
        padding: 5px 15px;
        background: #ffffff !important;
        color: #000 !important;
        border: 1px solid #b6b7b9 !important;
        margin-left: 4px;
    }

        .violbuttondiv .btn.btn-primary.active {
            background-color: #0c4f88 !important;
            color: #fff !important;
            border-color: #0c4f88 !important;
        }

div#hide_VioSummary .card-body.table-content {
    padding: 0px 0 10px !important;
}

div.SignUpSection [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.create-box {
    padding: 0 7.5px;
}

    .create-box .acc-box .title {
        font-size: 18px;
    }

    .create-box .acc-box .vx-card {
        padding: 25px;
    }










/***** KD Responsive design CSS Starts ******/
.datatables_searchDiv {
    position: relative;
}

    .datatables_searchDiv input {
        padding-right: 64px !important;
    }

    .datatables_searchDiv button {
        position: absolute;
        right: 0;
        margin-right: 0 !IMPORTANT;
    }

/*convert select dropdown into ul LI*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0e7ee;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .nice-select:hover {
        border-color: #d0dae5;
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #88bfff;
    }

    .nice-select:after {
        border-bottom: 2px solid #90a1b5;
        border-right: 2px solid #90a1b5;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #e7ecf2;
        color: #90a1b5;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cdd5de;
        }

    .nice-select.wide {
        width: 100%;
    }

.nice-select {
    min-width: 200px;
}

    .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important;
    }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f7f9;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #90a1b5;
            cursor: default;
        }

    .nice-select ul {
        margin: 0;
        padding-left: 16px;
    }

    .nice-select ::-moz-selection {
        background: #f3f4f7;
    }

    .nice-select ::selection {
        background: #f3f4f7;
    }

.select_box {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 24px 30px;
    width: 300px;
}

.nice-select .list {
    max-height: 300px;
    overflow: auto;
    width: 100%;
}
/*convert select dropdown into ul LI Ends*/

.style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #006381;
}

.property-list-main.style-1::-webkit-scrollbar-track {
    border-radius: 0 0 10px 0;
}

.custom_row_margin.row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

label.radio-inline.control.control--radio {
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin-right: 10px;
}

    label.radio-inline.control.control--radio input {
        line-height: 4px;
        margin: 5px;
    }

.SignLogin a {
    border-radius: 3px;
}

.Ahr-Property-Listing .datatbl td div.d-flex {
    width: 100% !IMPORTANT;
    display: inline-block !important;
}

    .Ahr-Property-Listing .datatbl td div.d-flex .btn {
        margin: 0 0 5px 0 !important;
        width: 100%;
    }

.Ahr-Property-Listing table.table-bordered.dataTable th.notranslate {
    min-width: 110px;
}

.Ahr-Property-Listing table.table-bordered.dataTable th {
    padding-right: 18px !important;
}

#divCollapseAll {
    /*    position: fixed;*/
    /*right: 0;
    top: 172px;*/
    z-index: 9;
    margin-right: 0 !important;
}

    /*    #divCollapseAll a.btn {
        color: #006381 !important;
        background: rgba(255, 255, 255, 0.4) !IMPORTANT;
        box-shadow: -2px 0px 3px 1px #00000047;
    }*/

    #divCollapseAll ul.quick-action-link li {
        margin-right: 0 !important;
        float: right;
    }

    #divCollapseAll ul.quick-action-link li {
        margin-right: 0 !important;
        float: right;
        margin-bottom: 0;
    }

ul.quick-action-link.noprint :after {
    display: none;
}

ul.quick-action-link.noprint {
    margin-right: 15px;
}

#divCollapseAll ul.quick-action-link {
    display: inline-block;
    margin-left: auto;
    list-style-type: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
}

#CollapseAll .fas, #divCollapseAll .fas {
    padding-left: 8px;
}

#divCollapseAll .dropdown-menu {
    font-size: 14px;
    box-shadow: -1px 2px 3px 0px #00000047;
    border: 1px solid #006381;
    top: -3px !important;
}


.vx-card__title .mt-2 {
    margin-top: 0px !important;
}

.WFHeader_action {
    margin-bottom: 0;
}

.WFTitle {
    padding-right: 125px;
    margin-bottom: 15px;
}
/*.detailsViewRow .col-md-12 {
    padding-right: 0px !important;
    padding-left: 0px !important
}*/
.detailsViewRow .col-md-12 .col-md-12 {
    padding-right: 15px !important;
    padding-left: 15px !important
}
/*.GridviewViewRow .col-12 {
padding-right: 0px !important;
padding-left: 0px !important
}*/
.GridviewViewRow .col-12 .col-12 {
    padding-right: 15px !important;
    padding-left: 15px !important
}

.card.penal-details.backgroundwhite.dataTable-changes.row.GridviewViewRow {
    margin-left: 0;
    margin-right: 0;
}

.detailsViewRow {
    margin-bottom: 0px !important;
}

.row.GridviewViewRow .card.penal-details.backgroundwhite.dataTable-changes {
    margin-bottom: 0;
}

/*.All-properties-info
#divCollapseAll a {
    border-radius: 3px 0 0 3px;
}*/

#divCollapseAll li {
    margin-right: 0 !important;
}
/*****search property height css*****/
div#divCardViewNCount {
    height: 100%;
}

.property-list-main {
    height: calc(100% - 0px) !IMPORTANT;
}

/*.property_card_parent {
    height: 100%;
}

div#propertyMap.map {
    height: 100% !important;
}

div#divApplicantProperty {
    height: 100%;
}*/

#divSearchResult {
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    height: calc(100vh - 285px) !IMPORTANT;
}
/*****search property height css End*****/

/*.googletranlast {
    min-width: 50%;
}*/
/*.col-xs-12.col-md-12.col-md-offset-0 section .card.penal-details.backgroundwhite.dataTable-changes {
    margin-right: 15px;
    margin-left: 15px;
}*/

.search_filter_pro {
    padding: 0 !IMPORTANT;
    margin-left: -15px;
    margin-right: -15px;
}

._custome-header .achp-logo img {
    display: none;
}

.All-properties-info {
    padding: 0;
    display: inline-block;
}
/*.router-view .col-xs-12.col-md-12.col-md-offset-0 {
    padding: 0;
}*/
/*.router-view .row {
    margin-left: 0 !important;
    margin-right: 0 !IMPORTANT;
}*/

/*.export-group.DownloadGridResult.d-flex.ml-auto {
    padding-right: 15px;
}*/
/*.d-flex.ListViewn-mapview {
    padding-left: 15px;
}*/
/*div#divSearchResult {
    padding-left: 15px;
    padding-right: 15px;
}*/
/*div#AllProperty {
    padding-left: 15px;
    padding-right: 15px;
}*/
div#propertyMap {
    height: 338px !important;
}

div#my-user-dropdown a:nth-child(2) {
    display: none;
}

.language_div select {
    font-size: 14px !important;
}

    .language_div select option {
        font-size: 14px !important;
    }

.header_right_main {
    display: flex;
    /*    min-width: 330px;*/
}

div#google_translate_element {
    position: relative;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}


.goog-te-gadget > span {
    display: none;
}

.goog-te-gadget .goog-te-combo {
    margin: 0;
    position: relative;
    top: 0;
    z-index: 9;
    background: transparent;
    height: 25px !important;
    margin: 0 !important;
    color: #fff;
    padding: 2px 2px 2px 41px !important;
}

.g_translate_iconize {
    height: 25px;
    position: relative;
}

.goog-te-gadget {
    /*overflow: hidden;*/
    height: 25px;
}

span.fa.fa-language {
    position: absolute;
    left: 5px;
    top: 0px;
    z-index: 0;
    font-size: 26px;
    color: #fff;
}

a.Accountbtn {
    border-radius: 5px;
    margin-right: 0 !important;
}

.language_div select option {
    font-size: 14px !important;
    color: #2c2c2c;
}

button#btnLogOut {
    display: none;
}



._custome-header {
    position: relative;
    padding-left: 20px !important;
}

    ._custome-header .achp-logo {
        display: none;
        height: 40px;
        width: 71px;
        margin: 0;
    }

nav.navclass.navbar.navbar-expand-lg.navbar-dark {
    padding-left: 0;
    position: initial;
}
/*button.dt-button.buttons-print.btn.btn-default {
    display: none;
}
button.dt-button.buttons-excel.buttons-html5.btn.btn-default {
    display: none;
}*/
._custome-header {
    position: relative;
    padding-left: 12px !important;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    vertical-align: top;
}

div#divNoResultFound {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.achp-logo {
    display: none;
}

.d-flex-not-imp {
    display: flex;
    display: -ms-flexbox;
}

/*._cp-right-penal {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}*/
._cp-right-penal {
    margin-left: auto;
    display: flex;
    margin-right: 15px;
}

.property_in_review .vertical-tab-style .nav-item a.nav-link {
    pointer-events: auto !important;
}

.ui-widget.ui-widget-content.ui-autocomplete li {
    display: block;
    border-top: 1px solid #44444440;
    padding: 5px;
}

.ui-widget.ui-widget-content.ui-autocomplete li-first-child {
    border-top: 0px solid #44444440;
}

.ui-widget.ui-widget-content.ui-autocomplete {
    background: #fff;
    padding: 0;
    box-shadow: 0 2px 3px 1px #00000052;
    border-radius: 0 0 5px 5px;
    max-height: 300px;
    overflow-y: auto;
    max-width: 300px;
}

ul#my-user-dropdown li:nth-child(2) {
    display: none;
}

/*ul#my-user-dropdown li:nth-child(3) {
    display: none;
}*/


div#propertyMap {
    border-radius: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
}

.ui-autocomplete li:hover {
    background: #e1e5e6;
}

.Ahr-Property-Listing .dropdown.dropdownbox .tab-content {
    max-height: 312px;
    overflow: auto;
    padding: 15px 0 0 15px;
}



.card .card-header {
    background: transparent !important;
    border-radius: 6px 6px 0 0 !important;
    border-bottom: 1px solid rgba(0, 99, 129, 0.17) !important;
}

    .card .card-header.uparrow {
        border-radius: 6px 6px 0 0 !important;
    }

    .card .card-header.downarrow {
        border-radius: 6px !important;
    }

        .card .card-header.uparrow:before, .card .card-header.downarrow:before {
            color: #006381 !important;
        }

    .card .card-header .card-header-title {
        color: #006381;
    }

    .card .card-header button.card-header-title {
        background: none;
        border: none;
    }

.card {
    border-radius: 6px !important;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.24);
}

.trainingSessionBox {
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.24);
}

.router-view .vx-card {
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.24);
}

.Accordion.vs-collapse .vs-collapse-item--header {
    background: transparent !important;
    border-radius: 6px 6px 0 0 !important;
    border-bottom: 1px solid rgba(0, 99, 129, 0.17) !important;
    position: relative;
    padding-right: 50px !important;
}

.Accordion.vs-collapse .vs-collapse-item {
    border-radius: 6px !important;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.24);
}

.Accordion.vs-collapse .vs-collapse-item--header:before {
    content: "\f13a";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    right: 20px;
    padding-left: 15px;
    top: 15px;
    color: #006381;
    font-size: 22px;
}

.Accordion.vs-collapse span.Accordion-icon.fas.fa-chevron-down.ml-auto {
    display: none;
}

.text-center.addMemberButtonDiv {
    margin-bottom: 15px;
}

.Informationproperty {
    text-align: left;
}

    .Informationproperty p {
        margin-bottom: 0;
    }

div#divGridView_4043 .Informationproperty {
    padding-right: 197px;
}

div#divApplicationSearchResult {
    border-radius: 6px !important;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.24);
    padding: 15px;
}

    div#divApplicationSearchResult h3 {
        font-size: 20px;
    }


/*CardView image CSS --start*/
.loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #4e4e4e;
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
    animation: spin 1.5s linear infinite;
    margin: auto;
}

/*.property-image {
    height: 100%;
}*/

.property-image .loading-spinner {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 30px);
    display: none;
}

    .property-image .loading-spinner.loading {
        display: block;
    }

.property-image img.no-image {
    display: none;
}

    .property-image img.no-image.show {
        display: block;
    }

.property-list-main .property-list-child .property-image .responsive-img {
    width: auto;
    object-fit: contain;
    border-radius: 20px;
    max-width: 100%;
}

.property-list-main .property-list-child .property-image .responsive-img {
    width: auto;
    object-fit: contain;
    max-width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 0;
    left: 0;
}

.property-list-main .property-list-child .property-image {
    padding-bottom: 0;
}

div#uploaded-table .btn {
    background: #006381;
    color: #fff;
}

div#divAddImages input.Register.btn.btn-primary {
    width: auto;
}

.hcidlas-portal-mein .carousel-caption .h3 {
    color: #fff !important;
    /*background-color: rgba(0, 99, 129, 0.7);*/
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
}

.hcidlas-portal-mein .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
}

.hcidlas-portal-mein .custome-carousel a.carousel-control-prev, .hcidlas-portal-mein .custome-carousel a.carousel-control-next, .hcidlas-portal-mein .custome-carousel button.carousel-control-prev, .hcidlas-portal-mein .custome-carousel button.carousel-control-next {
    color: #006381;
    background: rgba(255, 255, 255, 0.9);
    width: 60px;
}

.hcidlas-portal-mein .custome-carousel a.carousel-control-prev, .hcidlas-portal-mein .custome-carousel button.carousel-control-prev {
    left: 0 !important;
    opacity: 0.8;
    border-radius: 14px 0 0 14px;
}

.hcidlas-portal-mein .custome-carousel a.carousel-control-next, .hcidlas-portal-mein .custome-carousel button.carousel-control-next {
    right: 0 !important;
    opacity: 0.8;
    border-radius: 0 14px 14px 0;
}

.hcidlas-portal-mein .custome-carousel a.carousel-control-prev:hover, .hcidlas-portal-mein .custome-carousel button.carousel-control-prev:hover {
    opacity: 1;
}

.hcidlas-portal-mein .custome-carousel a.carousel-control-next:hover, .hcidlas-portal-mein .custome-carousel button.carousel-control-next:hover {
    opacity: 1;
}

.hcidlas-portal-mein .custome-carousel a.carousel-control-prev, .hcidlas-portal-mein .custome-carousel button.carousel-control-prev {
    box-shadow: 1px 0px 1px rgba(0,0,0,0.15);
}

.hcidlas-portal-mein .custome-carousel a.carousel-control-next, .hcidlas-portal-mein .custome-carousel button.carousel-control-next {
    box-shadow: -1px 0px 1px rgba(0,0,0,0.15);
}

.hcidlas-portal-mein .carousel-inner {
    border-radius: 15px;
}

.hcidlas-portal-mein .custome-carousel {
    border-radius: 15px;
}

.hcidlas-portal-mein .card .card-body .custome-carousel {
    box-shadow: none;
}

#divSearchResult {
    padding-top: 15px;
    padding-bottom: 5px;
}

.Ahr-Property-Listing .tab-pane-body .carousel {
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    margin: 5px;
    border-radius: 15px;
}

#divCardViewNCount {
    height: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 40px 0px 0 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
    position: relative;
}


_:-ms-fullscreen, :root .table td, _:-ms-fullscreen, :root .table th {
    display: block;
}

_:-ms-fullscreen, :root .divAccountRelation .table td, _:-ms-fullscreen, :root .divAccountRelation .table th {
    display: table-cell;
}

_:-ms-fullscreen, :root .table.datatbl td, _:-ms-fullscreen, :root .table.datatbl th {
    display: table-cell;
}

_:-ms-fullscreen, :root .table.dataTable td, _:-ms-fullscreen, :root .table.dataTable th {
    display: table-cell;
}

.datatbl td, .datatbl th {
    display: table-cell;
    vertical-align: top !important;
}

ul.dropdown-menu {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.65);
    border-radius: 10px !IMPORTANT;
}

nav.navclass ul.dropdown-menu li.dropdown-item a.activeclass {
    border-bottom: none;
}

nav.navclass ul.dropdown-menu li.dropdown-item:first-child, nav.navclass ul.dropdown-menu li.dropdown-item:first-child a {
    border-radius: 10px 10px 0 0;
}

nav.navclass ul.dropdown-menu li.dropdown-item:last-child {
    border-bottom: none;
}

.navbar-nav ul.dropdown-menu.show li.dropdown-item > a {
    padding: 12px 20px !important;
}

.list-type-none.PropertyStatus-ul li li {
    border-right: none;
}

.esriScalebar {
    z-index: 1 !important;
}

.map .logo-med {
    z-index: 1 !important;
}

.esriControlsBR {
    z-index: 1 !important;
}

div#divCardBody .custome-carousel {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px !important;
}

.btn.btn-primary.applyButton.noprint {
    position: absolute;
    right: 15px;
    top: 10px;
}

    .btn.btn-primary.applyButton.noprint.mr-2 {
        position: absolute;
        right: 45px;
    }

/*.row.activityLogParent {
    margin-left: -15px !important;
    margin-right: -15px !important;
}*/

.sidebar-information ul li {
    display: block;
}

.div-more-info {
    background: #f2f2f2 !important;
    padding: 15px !important;
    border-radius: 0 0 6px 6px !important;
    margin-top: -18px !important;
}

.label-more-info {
    background: #e5e5e5 !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

    .label-more-info span {
        font-size: 20px !important;
        font-weight: 600 !important;
    }

.thumbnails.row .col-lg-3.col-sm-12.col-md-6 a .thumbnail {
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

    .thumbnails.row .col-lg-3.col-sm-12.col-md-6 a .thumbnail .img-responsive {
        border-radius: 6px 6px 0 0;
    }

    .thumbnails.row .col-lg-3.col-sm-12.col-md-6 a .thumbnail .caption {
        border-radius: 0 0 6px 6px;
    }

.thumbnails .col-lg-3.col-sm-12.col-md-6 a:hover:before {
    border-radius: 6px 6px 0 0;
}

.p_location_div .card.penal-details.backgroundwhite.dataTable-changes {
    height: 100%;
    margin-bottom: 0;
}

    .p_location_div .card.penal-details.backgroundwhite.dataTable-changes.is-close {
        height: auto;
    }

.p_img_div .card.penal-details.backgroundwhite.dataTable-changes {
    margin-bottom: 0;
}

div#PVLocationInfo {
    height: 100%;
    min-height: 300px;
}

.p_location_div .col-md-12.p-0 {
    height: 100%;
}

.p_location_div .row.m-0 {
    height: 100%;
}

_:-ms-fullscreen, :root .wizard .nav.nav-tabs li.wizard-item {
    width: 20%;
}

div#divSubmitLotteryResult input.Register.btn.btn-primary {
    width: auto;
    margin-bottom: 10px;
}

div#divSubmitLotteryResult {
    text-align: right !important;
}

.p_img_div .carousel-item img {
    max-height: 450px;
    object-fit: contain;
    min-height: 270px;
}



#divPropertyImage img.property-carousel-img {
    max-height: 450px;
    object-fit: contain;
}

#divPropertyImage .carousel-inner {
    background: #e4e4e4;
}

_:-ms-fullscreen, :root #AHRConfirmationFooter {
    flex: auto;
}

_:-ms-fullscreen, :root .info-note-icon {
    display: none;
}

_:-ms-fullscreen, :root .Informationproperty:before {
    content: "\f05a";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 20px;
    padding-left: 15px;
    top: auto;
    color: #006381;
    font-size: 22px;
}

_:-ms-fullscreen, :root .Informationproperty {
    padding-left: 50px;
}

.activey-logdiv .card.penal-details.backgroundwhite.dataTable-changes.Comments-WorkLog {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.grievanceForm_main .wizard > .steps > ul > li {
    width: 20%;
}

grievanceForm_main .container {
    max-width: 100% !important;
}

_:-ms-fullscreen, :root .Ahr-Property-Listing .tab-content .tab-pane-body, _:-ms-fullscreen, :root .Ahr-Property-Listing .tab-content .tab-pane-heading {
    display: block !important;
}

#divPropertyImage .carousel.slide .carousel-control-next {
    right: 0px !important;
}

#divPropertyImage.carousel.slide .carousel-control-prev {
    left: 0px !important;
}

#DataTables_Table_FileList_PFLTA_wrapper .col-sm-6.text-left {
    max-width: 100%;
}

#DataTables_Table_FileList_PFLTA {
    border: 1px solid #dedede;
}

#tableGridView_3020_length .card .dataTables_length label {
    justify-content: flex-start;
}

#tableGridView_3020_length .dataTables_length {
    display: block;
}

#tableGridView_3020_length .dt-buttons {
    margin-bottom: 10px;
}

.grievanceForm_main .row.align-items-baseline {
    align-items: start !important;
}

.grievanceForm_main .control-label.col-md-4.text-right {
    line-height: 30px;
    text-align: left !important;
}

.grievanceForm_main .checkbox-label.col-md-4.text-right {
    line-height: 30px;
    text-align: left !important;
    margin-bottom: 0px;
}

#grievance-confirmation {
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.24);
    -webkit-transition: all .3s ease-in-out;
    border-radius: 5px;
    padding-top: 15px;
}

/* AAHR-204 */
/*.field-validation-error {
    display:none;
}*/


.PropertyStatus-list .custom-control-label {
    width: 100%;
}

.router-view .button_grid_table_d .dt-button {
    background-color: rgba(0, 99, 129, 0.1) !important;
    border-color: #006381 !important;
    color: #212529 !important;
    margin-right: 10px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

    .router-view .button_grid_table_d .dt-button:hover {
        background-color: #006381 !important;
        border-color: #006381 !important;
        color: #fff !important;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
    }

.router-view .dataTables_wrapper .table .btn {
    background-color: rgba(0, 99, 129, 0.1) !important;
    border-color: #006381 !important;
    color: #212529 !important;
    margin: 5px;
}

    .router-view .dataTables_wrapper .table .btn:disabled {
        background: #d2d2d2 !important;
        border: 1px solid #8a8a8a !important;
        color: #8a8a8a !important;
        box-shadow: none !important;
    }

    .router-view .dataTables_wrapper .table .btn:hover {
        background-color: #006381 !important;
        border-color: #006381 !important;
        color: #fff !important;
        box-shadow: 0 1px 4px #00000096;
    }

    .router-view .dataTables_wrapper .table .btn.btn-outline-danger {
        color: #D10000 !important;
        background-color: #fff !important;
        border-color: #D10000 !important;
    }

        .router-view .dataTables_wrapper .table .btn.btn-outline-danger:hover {
            color: #fff !important;
            background-color: #D10000 !important;
            border-color: #D10000 !important;
        }

    .router-view .dataTables_wrapper .table .btn.btn-outline-dark {
        color: #343a40 !important;
        background-color: #fff !important;
        border-color: #343a40 !important;
    }

        .router-view .dataTables_wrapper .table .btn.btn-outline-dark:hover {
            color: #fff !important;
            background-color: #343a40 !important;
            border-color: #343a40 !important;
        }

.button_grid_table_d {
    padding: 0 15px;
    display: inline-block;
}

.router-view .btn-primary.disabled, .btn-primary:disabled {
    background: #d2d2d2 !important;
    cursor: auto;
    border: 1px solid #8a8a8a !important;
    color: #8a8a8a !important;
    box-shadow: none !important;
}
/*.dataTables_wrapper .dataTables_length {
    display: block;
}
.dataTables_wrapper .form-inline label {
    justify-content: flex-start;
}*/
/*CardView image CSS --end*/



.grievanceForm_main .wizard > .steps a {
    text-align: center;
    font-size: 18px;
}

.grievanceForm_main .wizard > .steps .number {
    width: 40px;
    margin: 0 auto;
    margin-bottom: 0px;
    border-radius: 100%;
    background: #ccc;
    height: 40px;
    vertical-align: middle;
    line-height: 38px;
    margin-bottom: 15px;
    z-index: 1;
    font-size: 14px;
}

.grievanceForm_main .control-label.col-md-4.required-label {
    text-align: right;
}

.grievanceForm_main .wizard > .content > .body {
    width: 100%;
    height: 100%;
}

.grievanceForm_main .wizard > .actions {
    text-align: right;
    width: 100%;
    padding-left: 30px;
}

.grievanceForm_main .col-md-6.col-lg-5 .col-md-4.text-left.padding-left-0, .grievanceForm_main .col-md-6.col-lg-5 .col-md-3.text-left.padding-left-0 {
    padding-left: 0;
}

.h4.col-md-4.address-label.text-right {
    text-align: left !important;
    font-size: 18px !important;
}

h5.col-md-4.address-label.text-right {
    text-align: left !important;
}

.grievanceForm_main .steps a {
    display: flex !important;
    flex-direction: column;
    align-content: center;
    text-align: center;
    position: relative;
}

.grievanceForm_main .h3.text-left {
    font-size: 20px;
    text-align: center !important;
}

.grievanceForm_main .steps a::before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 100%;
    height: 2px;
    top: 35px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    z-index: 0;
}

.grievanceForm_main .h4.text-left {
    text-align: left !important;
}

.grievanceForm_main .steps li:first-child a:before {
    width: 50% !important;
    left: 50% !important;
}

.grievanceForm_main .steps li:last-child a:before {
    width: 50% !important;
    left: 0 !important;
}

.grievanceForm_main .wizard > .steps a {
    color: unset;
}

.grievanceForm_main .steps li.done a:before {
    background: #006381 !important;
}

.grievanceForm_main .steps li.done a {
    color: #006381 !important;
}

.grievanceForm_main .steps li.done .number {
    background: #006381 !important;
    color: #fff !important;
}

.grievanceForm_main .wizard > .steps .current a, .grievanceForm_main .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: transparent !important;
    color: #333 !important;
}

.grievanceForm_main .wizard > .steps .current a {
    border: solid 1px gray;
    margin: 5px;
    min-height: 150px;
}

.grievanceForm_main li.first {
    width: 19% !important;
    margin-left: 1%;
}

.grievanceForm_main li.last {
    width: 19% !important;
    margin-right: 1%;
}

.grievanceForm_main .wizard > .steps a, .grievanceForm_main .wizard > .steps a:hover, .wizard > .steps a:active {
    margin: 0;
    background: transparent !important;
    min-height: 150px;
}

.grievanceForm_main .steps.clearfix {
    border-bottom: 2px solid #006381;
    margin-top: 10px;
    padding-bottom: 10px;
}


/*.grievanceForm_main .steps li.done a:before {
    background: #006381 !important;
}

.grievanceForm_main .steps li.done a {
    color: #006381 !important;
}

.grievanceForm_main .steps li.done .number {
    background: #006381 !important;
    color: #fff !important;
}

.grievanceForm_main .steps li.current {
    background: #006381 !important;
    border-radius: .5em;
}

.grievanceForm_main .steps li.current a:before {
    background: #fff !important;
}

.grievanceForm_main .steps li.current a {
    color: #fff !important;
}

.grievanceForm_main .steps li.current .number {
    color: #006381 !important;
    background: #fff !important;
}*/

/*.grievanceForm_main .wizard > .steps .current a, .grievanceForm_main .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: transparent !important;
    color: #333 !important;
}*/

/*.grievanceForm_main .wizard > .steps a, .grievanceForm_main .wizard > .steps a:hover, .wizard > .steps a:active {
    margin: 0;
    background: transparent !important;
}*/

.grievanceForm_main .steps.clearfix {
    border-bottom: 2px solid #006381;
    margin-top: 10px;
    padding-bottom: 10px;
}

.grievanceForm_main .content.clearfix {
    margin: 0;
    background: transparent;
}

.container.grievanceForm_main.body-content {
    max-width: 100%;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
    padding-bottom: 10px;
}

.grievanceForm_main h1 {
    margin: 0;
    background: #006381;
    display: flex;
    padding: 10px !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: normal;
    font-weight: 400;
    font-size: 24px;
}

.grievanceForm_main .modal-header h1 {
    background: none;
    color: #333;
    font-weight: 500;
    padding: 0 !important;
}

.sidebar-information ul {
    margin-left: 0;
}

.sidebar-header {
    text-align: left;
    font-size: 18px;
}

img.editClient {
    width: 20px;
}

.noborderbtn img.activeanddeactive {
    width: 64px;
    margin: 0 !important;
    padding-top: 8px;
    margin-top: 10px !important;
    background-color: #f2f2f2 !important;
    border: 1px solid #6fa242 !important;
    color: #212529 !important;
    margin-right: 10px;
    padding: .5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    height: 48px;
}

    .noborderbtn img.activeanddeactive:hover {
        webkit-box-shadow: 0 2px 4px 0px rgba(6, 6, 6, 0.4);
        box-shadow: 0 2px 4px 0px rgba(6, 6, 6, 0.4);
    }

.buttons-excel:before, .buttons-pdf:before {
    content: "\f019";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    padding-right: 10px;
}

.buttons-excel span.fa-download, .buttons-pdf span.fa-download {
    display: none;
}

button.btn.btn-sm.btn-primary.btn-dropdown-filter {
    width: 94%;
}

.dropdown-menu.btnMoreOptionfilter:last-child li.dropdown-custome.text-center {
    border-radius: 0 0 6px 6px;
}

ul.chksubul {
    margin-left: 36%;
    margin-bottom: 10px;
}

.activey-logdiv ul.nav.nav-pills.comm-tabs {
    margin: 10px 10px 10px 10px !IMPORTANT;
}

.ActioModalBody {
    padding: 20px;
}

/*Enviornment css*/
.enviroment .noprint.color-red {
    font-size: 35px;
    font-weight: bold;
}

.color-red {
    color: #DB0000;
}

.enviroment {
    position: absolute;
    right: 250px;
    top: -53px;
}

div#hide_AppliedDetail {
    padding: 0 15px;
}

span.fa.fa-language {
    display: none;
}

.goog-te-gadget .goog-te-combo {
    padding: 2px 2px 2px 2px !important;
}

.SeatAvailability.col-md-2.text-center .btn {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -28px;
}

table#DataTables_Table_FileList_PFLTA td:nth-child(15) {
    word-break: break-word;
}

.input-group.add-dollar .input-group-text {
    padding: 0 10px;
}

section#divPropertyImage {
    max-width: 100%;
}

table#DataTables_Table_FileList_PILTA td:nth-child(14) {
    word-break: break-word;
}

.router-view .dropzone .dz-default.dz-message {
    background-image: url(../../img/dropzone/spritemap.png);
    width: 100%;
    height: 118px;
    margin-left: auto;
    margin-top: 0;
    position: static;
    margin-right: auto;
    vertical-align: middle;
}

.p_location_div .col-md-6.p-0 {
    max-width: 100%;
    flex: auto;
}

thead.thead-light th {
    padding-bottom: 35px !important;
    min-width: 75px;
}

    /*.dataTable td {
    word-break: break-word;
}*/

    /*changes AAHR-140*/
    /*
    thead.thead-light th .btn-th {
        display: block;
        width: 96%;
        border: none;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
        background: #fff;
        border-radius: 4px;
        margin: 0 auto;
        position: absolute;
        bottom: 5px;
        left: 2%;
        padding: 2px 10px 2px 2em;
        text-align: left;
        right: 2%;
    }*/
    thead.thead-light th .btn-th {
        display: block;
        width: 94%;
        border: none;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
        background: #006381;
        border-radius: 4px;
        position: absolute;
        bottom: 5px;
        left: 2%;
        right: 2%;
        font-size: 1.25em;
        color: #fff;
    }

.dataTables_wrapper .dt-buttons .dt-button {
    margin: 5px 5px 5px 0px;
}

.dataTables_wrapper .dt-buttons .dt-button {
    margin: 0px 5px 10px 0px;
}

thead.thead-light th .btn-th:hover, .btn-th:focus {
    box-shadow: 0px 1px 2px rgba(0, 99, 129, 0.8);
}

.table-bordered.dataTable caption, .datatbl caption, .table-bordered caption {
    padding-top: 0;
    padding-bottom: inherit;
    color: #6c757d;
    text-align: left;
    caption-side: top;
}

.table-bordered.dataTable caption, .datatbl caption, .table-bordered caption {
    background: #e9ecef;
    border: 1px solid #dee2e6;
    padding-top: .75rem;
    padding-bottom: .75rem;
    width: 100%;
    padding: 15px;
    /*AAHR-15*/
    color: #495057;
}

.button_grid_table_d .dt-button {
    margin-bottom: 10px;
}

.YourSearch {
    text-align: center;
}

    .YourSearch .btn {
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
    }

        .YourSearch .btn:hover, .YourSearch .btn:focus {
            box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.6);
            background: #ce3e1f !important;
            outline-color: #fff !important;
        }

.aahrproject .main-banner .disableApartments h2.title {
    text-align: center;
}

.aahrproject .main-banner .disableApartments ul.ul-list {
    background: rgba(0, 99, 129, 0);
    background-image: linear-gradient(90deg, rgba(0, 99, 129, 0.52) 51%, rgba(4, 116, 150, 0.12) 75%);
}

.aahrproject .main-banner .Accessible-btn {
    box-shadow: 0px 2px 3px 1.5px #303030;
}

div#divDetailView_2018 {
    padding: 0 !important;
}

.Informationproperty.mt-3.mb-3.text-center {
    text-align: left !IMPORTANT;
}

div#cardView_PFLTA {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}




/*Skip stop result CSS form map*/
button.sr-only-focusable.btn.btn-default.noprint {
    z-index: 999;
    background: #ffff;
    border: 1px solid #000;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
}

.card-header-height {
    height: 50px;
}

    .card-header-height.col-md-12 {
        height: auto;
    }

.EmailSubdiv {
    width: 20px;
}

span.fas.fa-check.EmailSub {
    color: #1db11d;
}

.router-view .SectionTitlediv .row {
    margin-bottom: 0;
}

.Ahr-Property-Listing.vx-card .form-group .custom-control {
    margin-bottom: 0;
}

.Ahr-Property-Listing.vx-card .form-group .col-md-3 .custom-control {
    margin-top: 5px;
}

#DataTables_Table_FileList_PILTA td:last-child {
    word-break: keep-all;
}

#DataTables_Table_FileList_PILTA td:nth-child(16) {
    word-break: keep-all;
}

#global_nav_la_4324422-citydirectory #global_nav_la_4324422-citydirectory-img {
    width: auto !important;
}

.YourSearch a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f002";
    padding-right: 10px;
}

.YourSearch .btn {
    padding: 10px 20px;
}

#UnitsTbl td:last-child {
    word-break: keep-all;
}

.intake_upload_image_button {
    padding-right: 0;
}

.row.GridviewViewRow.intake_upload_image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

    .row.GridviewViewRow.intake_upload_image .col-12 {
        padding: 2px;
    }

.form-group.socalbtn.d-flex.align-items-center {
    display: inline-block !important;
}



button.btn.btn-sm.socal-btn {
    /* border: 1px solid #1a77f2; */
    box-shadow: 0px 0px 4px rgba(16, 16, 16, 0.5);
    width: 100%;
    background: #fff;
    color: #757575;
    padding: 8px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    min-height: 45px;
    margin-bottom: 20px;
    font-family: 'Roboto',sans-serif;
}

    /*    button.btn.btn-facebook.btn-sm.socal-btn:hover {
        background: #1876f2;
        color: #fff;
        box-shadow: 1px 3px 4px rgba(16, 16, 16, 0.5);
    }



    button.btn.btn-Google.btn-sm.socal-btn:hover {
        background: #dd4b39;
        color: #fff;
        box-shadow: 1px 3px 4px rgba(16, 16, 16, 0.5);
    }*/
    button.btn.btn-sm.socal-btn:hover {
        box-shadow: 1px 1px 6px rgba(16, 16, 16, 0.5);
        color: #333333;
    }

.socalbtn button.btn img {
    margin-right: 15px;
}


.socialmedia-section.nopad .row {
    margin: 0;
}

    .socialmedia-section.nopad .row .col-md-12 {
        padding: 0 !important;
    }

.router-view .vx-card.border-vx-card-primary .btn-primary,
.router-view .vx-card.border-vx-card-secondary .btn-secondary {
    box-shadow: 1px 2px 3px rgba(16, 16, 16, 0.5);
}

span.fbText {
    display: inline-block;
    width: auto;
    padding-left: 0;
}
/*** New PMP steps starts ***/

/**** custom select dropdown css****/
span.multiselect-native-select {
    position: relative
}

    span.multiselect-native-select select {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px -1px -1px -3px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        left: 50%;
        top: 30px;
    }

    span.multiselect-native-select .btn-group {
        width: 100%;
    }

.multiselect-container .disabled {
    display: none;
}

.requiredS:after {
    content: "\f621";
    font-size: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: red;
    vertical-align: top;
    display: inline-block;
    margin-top: 0;
    padding-left: 3px;
    padding-right: 3px;
}

.requiredS {
    line-height: 16px;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .multiselect-container .input-group {
        margin: 5px
    }

    .multiselect-container .multiselect-reset .input-group {
        width: 93%
    }

    .multiselect-container > li {
        padding: 0
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px;
            height: 100%;
            font-weight: 700
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer
        }

        .multiselect-container > li > a {
            padding: 0
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px
            }

                .multiselect-container > li > a > label.checkbox,
                .multiselect-container > li > a > label.radio {
                    margin: 0
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 0;
                    margin-right: 7px;
                }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

.multiselect-container > li > a > label input[type=radio] {
    display: none;
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 20px 10px 15px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
}

.multiselect-native-select {
    position: relative;
    width: 100%;
    display: block;
}

.multiselect.dropdown-toggle.btn.btn-default {
    text-align: left;
}

.multiselect-selected-text {
    max-width: 96%;
    overflow-x: hidden;
    display: block;
}

.form-group .btn-group {
    width: 100%;
    text-align: left;
}

.multiselect-container {
    width: 100%;
}

.multiselect-container {
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.multiselect.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 43%;
}

.multiselect.dropdown-toggle.btn.btn-default {
    background: #fff;
    border: 1px solid #ced4da;
    max-width: 100%;
    width: 100%;
    min-width: 100px;
}

.bodyHeaderTable tbody th {
    line-height: 35px;
}

.input-group-text {
    padding: 0 15px;
}

.input-group-text {
    background: #fff;
}

.uploaded_d_table {
    margin-top: 20px;
}

.internal_extra_cond h3 {
    margin-bottom: 20px;
    font-size: 18px;
}
/**** custom select dropdown css Ends****/

form.w-100.flex-form-column {
    display: flex;
    flex-direction: column;
}

span.answer_sub_bullets {
    padding: 15px;
    display: inline-block;
}

span.answer_sub_bullet {
    display: inline-block;
    padding-bottom: 10px;
}

ul.answer_sub_bullet_child {
    margin-left: 30px;
    padding-top: 10px;
}

span.bulletP {
    font-weight: 700;
    padding-right: 10px;
}

span.bulletPc {
    font-weight: 600;
    padding-right: 10px;
}

.answer b {
    font-weight: 600;
}

.m_note {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.only_checkbox {
    width: 24px;
    margin: auto;
}

table.table.table-striped.table-bordered th {
    vertical-align: top;
}

.e_brk {
    word-break: break-word;
}

.ReadInstructions.complete {
    /*   background: #186329;*/
    color: #333333;
}

/*.nav-link.complete {
    background: rgba(40, 167, 69, 0.45);
}

    .nav-link.complete:hover {
        background: rgba(40, 167, 69, 0.55);
    }*/

.vertical-tab-style .nav-link.complete .fas.fa-check-circle {
    background: #fff;
}

.Ahr-Property-Listing .vertical-tab-style .nav-item {
    border: none;
}

    .Ahr-Property-Listing .vertical-tab-style .nav-item a.nav-link {
        border-left: none;
    }

.vertical-tab-style .nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

    .vertical-tab-style .nav-pills .nav-link.active, .vertical-tab-style .nav-pills .show > .nav-link {
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    }

.vertical-tab-style .nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    /*    border-left: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.15) !important;*/
}

    .vertical-tab-style .nav-pills .nav-link.ReadInstructions {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }

.internal_extra_cond {
    /*    background: #f2f2f2;*/
    border: 1px dashed #b9b7b7;
    padding-top: 15px;
    width: 100%;
}

.addContactD {
    margin-bottom: 10px;
    text-align: right;
}

.form-group.col-md-12.site_asso_site {
    display: flex;
    align-content: center;
}

.col-md-6.input-group {
    align-items: center;
}

.site_asso_site {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 3px rgba(12, 79, 136, 0.3);
}

.new_site_add.input-group input {
    box-shadow: 0px 1px 3px rgba(12, 79, 136, 0.3) inset;
}

.site_asso_site label {
    margin-bottom: 0;
    margin-right: 10px;
}

.site_asso .custom-control.custom-radio {
    margin-bottom: 0;
}

.site_asso .custom-control.custom-radio {
    align-items: center;
    display: flex !important;
}

.existing_site.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
}

.only_input_table td {
    vertical-align: middle !important;
}

.only_input_table .custom-control.custom-checkbox {
    margin-bottom: 0;
}

.only_input_table select {
    min-width: 100px;
}

.must_include span {
    padding-right: 7px;
    vertical-align: middle;
    padding-top: 4px;
}

.must_include span {
    color: #42b159;
}

.must_include.notInc span {
    color: #f34119;
}


.must_include {
    padding-top: 15px;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
}

.mlr-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.vertical-tab-style .active-deactive-circle {
    min-width: 22px;
}

.Ahr-Property-Listing .vertical-tab-style .step-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.75);
}

.FormDatePicker {
    position: relative;
}

    .FormDatePicker:after {
        border: 1px solid #666666;
        content: "\f073";
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        z-index: 3;
        /*position: absolute;
        right: 0;
        top: 0;*/
        color: #0c4f88;
        pointer-events: none;
        font-size: 18px;
        background: #f2f2f2;
        height: calc(1.5em + 0.50rem + 0px);
        padding: 2px 10px;
        border-radius: 0 4px 4px 0;
        border-left: 0;
    }
/*.Quarterly_Report_steps .FormDatePicker:after {
    top: 36px;
}*/

.ui-widget-header .ui-icon {
    background-image: none !important;
}

.col-md-12.FormDatePicker:after {
    right: 15px;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
    box-shadow: 0px 1px 5px rgba(12, 79, 136, 0.48);
    padding: 10px;
}

.ui-datepicker-prev, .ui-datepicker-next {
    background: transparent !important;
    border: none !important;
    font-weight: 700 !important;
}

    .ui-datepicker-prev::after {
        content: "\f053";
        font-family: 'Font Awesome 5 Free';
        top: 12%;
        left: 35%;
        position: absolute;
    }

    .ui-datepicker-next::after {
        content: "\f054";
        font-family: 'Font Awesome 5 Free';
        top: 12%;
        left: 35%;
        position: absolute;
    }

.ui-widget-header {
    background: #0c4f88;
    color: #ffffff;
    font-weight: 500;
    border-radius: 17px !important;
}

.tab-panesub-text, .label-sub-title {
    width: 100%
}

.upload-button span {
    padding-left: 10px;
}

.donload_documents_link {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(12, 79, 136, 0.2);
    position: relative;
    padding-right: 30px;
    color: #0c4f88;
}

    .donload_documents_link:hover {
        background: #0c4f88;
        box-shadow: 0 0 3px rgba(12, 79, 136, 0.6);
        color: #fff;
        text-decoration: none;
    }

    .donload_documents_link::after {
        content: "\f019";
        font-family: 'Font Awesome 5 Free';
        right: 10px;
        position: absolute;
        font-size: 14px;
        font-weight: 700;
    }

.tenantIncludes li {
    /*    list-style: decimal;*/
    padding-bottom: 10px;
}

.tenantIncludes {
    margin-left: 40px;
}


.qrreq {
    margin-left: 4%;
    width: 96%;
}


    .qrreq li {
        padding-bottom: 10px;
    }


.label-sub-title_l {
    font-weight: 500;
}

.tenant_select_ul li {
    list-style: lower-roman;
    vertical-align: top;
    display: inline-block;
    margin-left: 0;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 3px;
}

.ReadInstructions-main {
    width: 100%;
}

.tenant_select_ul li li {
    margin-left: 20px;
    padding-left: 0;
    background: transparent;
    margin-bottom: 0;
}

.tenant_select_ul li ul {
    margin-left: 10px;
}

    .tenant_select_ul li ul ul {
        margin-left: 0;
    }

.inside_note {
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
}

.abcUl li {
    display: list-item;
    list-style: lower-alpha;
    padding-bottom: 10px;
}

.romanUl li {
    display: list-item;
    list-style: lower-roman;
    padding-bottom: 10px;
}

.romanUl li {
    display: list-item;
    list-style: decimal;
    padding-bottom: 10px;
}

.i_accept_check {
    padding-left: 35px !important;
    margin-top: 20px;
    margin-bottom: 20px !IMPORTANT;
}

.form-group.comment_input {
    width: 100%;
    display: inline-block;
}

.width100 {
    width: 100%;
}

.i_accept_check.sign_accept label {
    font-weight: 600;
}

.i_accept_check.sign_accept {
    display: inline-block;
    height: auto;
}

.isignDiv {
    padding: 0 15px;
}

.width100.iUnderstandText.plr-15 {
    padding-bottom: 10px;
    font-size: 12px;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}
/*** New PMP steps starts ***/

/***timepicker css starts*****/

.clockpicker .input-group-addon {
    cursor: pointer;
}

.clockpicker-moving {
    cursor: move;
}

.clockpicker-align-left.popover > .arrow {
    left: 25px;
}

.clockpicker-align-top.popover > .arrow {
    top: 17px;
}

.clockpicker-align-right.popover > .arrow {
    left: auto;
    right: 25px;
}

.clockpicker-align-bottom.popover > .arrow {
    top: auto;
    bottom: 6px;
}

.clockpicker-popover .popover-title {
    background-color: #fff;
    color: #999;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

    .clockpicker-popover .popover-title span {
        cursor: pointer;
    }

.popover.clockpicker-popover.top.clockpicker-align-left {
    border: 0px solid #c5c5c5;
    box-shadow: 0px 1px 5px rgba(12, 79, 136, 0.48);
    background: #fff;
}

.clockpicker-popover .popover-content {
    background-color: #f8f8f8;
    padding: 12px;
}

.popover-content:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.clockpicker-plate {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: visible;
    position: relative;
    /* Disable text selection highlighting. Thanks to Hermanya */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clockpicker-canvas,
.clockpicker-dial {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.clockpicker-minutes {
    visibility: hidden;
}

.clockpicker-tick {
    border-radius: 50%;
    color: #666;
    line-height: 26px;
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
}

    .clockpicker-tick.active,
    .clockpicker-tick:hover {
        background-color: rgb(192, 229, 247);
        background-color: rgba(0, 149, 221, .25);
    }

.clockpicker-button {
    background-image: none;
    background-color: #fff;
    border-width: 1px 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 10px 0;
}

    .clockpicker-button:hover {
        background-image: none;
        background-color: #ebebeb;
    }

    .clockpicker-button:focus {
        outline: none !important;
    }

.clockpicker-dial {
    -webkit-transition: -webkit-transform 350ms, opacity 350ms;
    -moz-transition: -moz-transform 350ms, opacity 350ms;
    -ms-transition: -ms-transform 350ms, opacity 350ms;
    -o-transition: -o-transform 350ms, opacity 350ms;
    transition: transform 350ms, opacity 350ms;
}

.clockpicker-dial-out {
    opacity: 0;
}

.clockpicker-hours.clockpicker-dial-out {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.clockpicker-minutes.clockpicker-dial-out {
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
}

.clockpicker-canvas {
    -webkit-transition: opacity 175ms;
    -moz-transition: opacity 175ms;
    -ms-transition: opacity 175ms;
    -o-transition: opacity 175ms;
    transition: opacity 175ms;
}

.clockpicker-canvas-out {
    opacity: 0.25;
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    stroke: none;
    fill: rgb(0, 149, 221);
}

.clockpicker-canvas-bg {
    stroke: none;
    fill: rgb(192, 229, 247);
}

.clockpicker-canvas-bg-trans {
    fill: rgba(0, 149, 221, .25);
}

.clockpicker-canvas line {
    stroke: rgb(0, 149, 221);
    stroke-width: 1;
    stroke-linecap: round;
    /*shape-rendering: crispEdges;*/
}

.clockpicker-button.am-button {
    margin: 1px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.clockpicker-button.pm-button {
    margin: 1px 1px 1px 136px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.clockpicker:after {
    border: 1px solid #ced4da;
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    z-index: 9;
    position: absolute;
    right: 0;
    color: #0c4f88;
    pointer-events: none;
    top: 0;
    font-size: 20px;
    background: #f2f2f2;
    height: 100%;
    padding: 2px 10px;
    border-radius: 0 4px 4px 0;
}

.input-group.clockpicker {
    max-width: 120px;
}
/***timepicker css ends*****/

.AddNewContacticon.dropdown-toggle.ReadOnlyContactClass.sr-only {
    position: relative;
    padding-left: 5px;
}

.AddNewContacticon.filter_Contact_icon .sr-only {
    position: relative;
    padding-left: 5px;
}

.text-center.MyAccountclass {
    text-align: left !important;
}

.fas.fa-times.EmailSub {
    font-size: 16px;
    color: #e85353;
}

.EmailSubdiv {
    text-align: center;
}

.Header_helpButon:before {
    content: "\f059";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 10px;
    font-size: 14px !important;
}

.Header_helpButon {
    color: #fff;
    background: transparent;
    justify-content: center;
    font-size: 14px;
    border-radius: 5px;
    padding: 1px 7px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 10px;
    text-transform: capitalize;
    margin-right: 15px;
    border: 1px solid #ced4da;
}

    .Header_helpButon:hover {
        color: #006381;
        background: #fff;
        justify-content: center;
        text-decoration: none;
    }

.page-tite .col-md-9 {
    padding-left: 0;
}

.page-tite .col-md-3 {
    text-align: right;
    padding-right: 0;
}

.divAcHPNumberchild {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
    padding-left: 28px;
}

.divAcHPNumber p.text-danger {
    margin-left: 227px !important;
    padding-left: 0 !important;
}

.divAddress p.text-danger {
    margin-left: 154px !important;
    padding-left: 0 !important;
}

.divHIMSNumber p.text-danger {
    margin-left: 196px !important;
    padding-left: 0 !important;
}

#UnitsTbl ul {
    padding: 0 10px;
}

#UnitModalBody .row .row.w-100 .row.w-100 {
    margin-left: 0px;
    margin-right: 0px;
}

ul.dropdown-menu.multiselect-container {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px !IMPORTANT;
    border: none;
}

ul.multiselect-container li a label.checkbox {
    padding-bottom: 8px;
    padding-top: 8px;
}

.multiselect.dropdown-toggle::after {
    top: 7px;
}

tblOutreachOrg_wrapper .dataTables_length {
    margin-bottom: 10px;
}

#divMVPropertyDocs .dataTables_length label {
    margin-bottom: 0;
}

#divMVPropertyDocs .GridviewViewRow {
    margin: 0;
}

    #divMVPropertyDocs .GridviewViewRow .col-12 {
        padding: 0;
    }

#divMVPropertyDocs .col-md-12.text-right.mb-2 {
    padding: 0;
}

.tabBodyTenantInfo .SectionTitlediv {
    margin-top: 20px;
}

.tenantIncludes {
    margin-left: 4%;
    width: 96%;
}

div#divAddOutreachGrid {
    padding: 0;
}

#tblOutreachOrg_wrapper .col-sm-6 {
    padding-left: 0;
}

#tblOutreachOrg_wrapper .col-sm-12 {
    padding: 0;
}

#DataTables_Table_FileList_6_wrapper .dataTables_length label {
    margin-bottom: 0;
}

#DataTables_Table_FileList_6_wrapper button.dt-button.buttons-html5.btn.btn-default {
    margin-bottom: 10px;
}

#tableGridView_4053 thead.thead-light th {
    min-width: 85px;
}

.page-tite .col-md-3 {
    text-align: right;
    padding-right: 0;
    max-width: 100%;
    flex: auto;
}

.page-tite .col-md-9 {
    padding-left: 0;
    flex: auto;
}

.dataTables_wrapper #tableGridView_4043.table button img {
    margin: 5px !important;
}

#tbl_AUTrnWaitList .row, #divNotFirstAUWaitList .row, #divNotFirstGrievance .row {
    margin: 0;
}

#tbl_AUTrnWaitList .col-12, #divNotFirstAUWaitList .col-12, #divNotFirstGrievance .col-12 {
    padding: 0;
}

.dataTables_length select {
    min-width: 60px;
}

.Quarterly_Report_steps .dataTable td .btn {
    word-break: keep-all;
}

#auTransferWaitList_Content .col-md-6 .col-md-4 {
    width: auto;
    flex: auto;
    max-width: 100%;
    padding-left: 0;
}

#auTransferWaitList_Content .col-md-6 .col-md-8 {
    width: auto;
    flex: auto;
    max-width: 100%;
    padding-left: 0;
}

.Quarterly_Report_steps .required-label span.asterisk {
    position: absolute;
    left: -8px;
    top: 0px;
    font-size: 14px;
    font-weight: 500;
}

.Quarterly_Report_steps .required-label {
    position: relative;
}

.dataTables_wrapper .dropdown-menu.show {
    transform: none !important;
    right: 0 !IMPORTANT;
    left: auto !IMPORTANT;
    top: 38px !important;
}

.ActioModalBody .col-md-9.ml-auto.mr-auto {
    flex: auto;
    text-align: left;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.ActioModalBody .h3 {
    text-align: left !IMPORTANT;
    font-size: 20px;
    margin-top: 20px;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover, .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #777 !important;
    background: #e9ecef !important;
    border: 1px solid #777 !important;
}

.form-control:disabled, .form-control[readonly] {
    opacity: .65;
    color: #777 !important;
    background: #e9ecef !important;
}

.SignUpSection .vx-card .btn {
    min-height: 45px;
    line-height: 31px;
}

div#divAddOutreachGrid {
    margin-top: 20px;
}

#divAddOutreachGrid .table td {
    word-break: break-word;
}

    #divAddOutreachGrid .table td:last-child {
        word-break: normal;
    }

        #divAddOutreachGrid .table td:last-child .btn {
            margin: 5px;
        }

table#tblOutreachOrg {
    margin-top: 15px;
}

.ui-widget.ui-widget-content {
    z-index: 9999 !important;
}

.bootstrap-datetimepicker-widget .picker-switch td i {
    line-height: 1.5;
    height: 1.5em;
    background: #006381;
    color: #fff;
    font-size: 20px;
}

    .bootstrap-datetimepicker-widget .picker-switch td i:hover {
        line-height: 1.5;
        height: 1.5em;
        background: #006381;
        color: #fff;
        font-size: 20px;
    }

.modal-content {
    max-height: 700px !important;
    overflow-y: auto;
}

ul.dropdown-menu.multiselect-container {
    padding: 10px;
}

table.table.table-striped.table-bordered td:last-child .btn {
    margin: 5px;
}

.agency_type_table table.table.table-striped.table-bordered td:last-child .btn {
    width: 100%;
}

.agency_type_table.col-md-12 .agency_type_table.col-md-12 {
    padding: 0;
}

.internal_extra_cond {
    margin-top: 10px;
}

.Ahr-Property-Listing.PMP_Steps .SectionTitlediv .Section.Title {
    font-size: 16px;
    font-weight: 500;
}

.QR_tableROWCOl_noPadd .row {
    margin: 0;
}

    .QR_tableROWCOl_noPadd .row .col-12 {
        padding: 0;
    }

div#div_RA_grid {
    margin-bottom: 20px;
}

.Ahr-Property-Listing.Listing_Report_steps .tab-content .tab-pane-body {
    padding-bottom: 20px;
    height: auto;
}

.Ahr-Property-Listing.PMP_Steps .tab-content .tab-pane-body {
    padding-bottom: 20px;
    height: auto;
}

.Ahr-Property-Listing.Quarterly_Report_steps .tab-content .tab-pane-body {
    padding-bottom: 20px;
    height: auto;
}

.input-group.yesno_radio .custom-control.custom-radio {
    max-width: 100%;
}

/**X changes start**/
.viol-deatils.viol-addrees ul.viol-ul li span.cd-value {
    margin-left: 15px;
    font-weight: 700;
}

._custome-header ._nav-list {
    display: flex;
    list-style-type: none;
    /*align-items: center;*/
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
}

    ._custome-header ._nav-list li:first-child a {
        padding-left: 0;
    }

    ._custome-header ._nav-list li {
        position: relative;
        border-right: 1px solid #fff !important;
        background-color: transparent;
        padding: 0 8px 0 8px;
        display: flex;
    }

        ._custome-header ._nav-list li > a,
        ._custome-header ._nav-list li > button {
            color: #fff;
            padding: 0 5px;
            font-size: 14px;
            text-decoration: none;
            position: relative;
            text-transform: capitalize;
        }

        ._custome-header ._nav-list li > button {
            background-color: rgba(0, 0, 0, 0);
            border: none;
        }

#AHRConfirmationHeader {
    max-width: 83%;
}

.print_button_app_d .btn.btn-primary.applyButton.noprint.mr-2 {
    margin: 0px 5px 5px 5px !important;
}

.print_button_app_d .btn.btn-primary.applyButton.noprint.mr-2 {
    position: absolute;
    right: 10px;
    top: 0;
    height: 35px;
}

.Quarterly_Report_steps .FormDatePicker {
    display: inline-grid;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 390px;
}

/**X changes end**/
.property_in_review_status {
    padding: 15px;
    background: #fff5d9;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    border-top: 3px solid #ffc107;
    border-radius: 5px 0 0 0;
    text-align: center;
}

    .property_in_review_status .text2 {
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
    }

.signinclass, ._SignInclass {
    display: none !important;
}
/*language change responsive css Start*/

thead.thead-light th .btn-th font {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    max-width: 100%;
}

.datatables_searchDiv .btn.btn-default.btn-dataTable {
    max-height: 100%;
}

.header_right_main .goog-te-gadget {
    font-size: 0;
}
/*language change responsive css End*/

/*.property_in_correction_status .fas {
    position: absolute;
    right: 0;
    padding: 15PX;
    top: 0;
    height: 100%;
    background: rgba(220,53,69,0.1);
    box-shadow: 0 0 1px #33333361;
    font-size: 22px;
    color: #ca0707;
}
.property_in_correction_status {
    padding: 15px;
    background: rgba(220,53,69,0.1);
    font-size: 16px;
    font-weight: 700;
    color: #333;
    border-top: 3px solid #D10000;
    border-radius: 0 5px 0 0;
    text-align: left;
    margin-top: -30px;
    margin-bottom: 20px;
    padding-right: 60px;
    position: relative;
}*/
#tableGridView_6086_wrapper .row:first-child .col-sm-6 {
    width: 100%;
    flex: auto;
    max-width: 100%;
    text-align: left;
}

#tableGridView_6086_wrapper .dataTables_filter {
    float: left !important;
    margin-bottom: 10px;
}

.search_application_page .col-md-12.col-lg-6 .row.align-items-baseline {
    align-items: start !important;
}

#frmSearchApplication .control-label {
    display: block;
    text-align: right;
    line-height: 36px;
}



div#filterButtonsDiv_4052 div, div#filterButtonsDiv_4052 legend {
    float: left;
    padding-right: 10px;
    width: auto;
    margin-bottom: 0;
}

    div#filterButtonsDiv_4052 div label {
        margin-bottom: 0;
    }

div#filterButtonsDiv_4052 .button_grid_table_d {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

div#filterButtonsDiv_4052 {
    margin-bottom: 10px !important;
}

    div#filterButtonsDiv_4052 fieldset {
        background-color: rgba(0, 99, 129, 0.1) !important;
        border: 1px solid #006381 !important;
        color: #212529 !important;
        margin-right: 10px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
        padding: .375rem .75rem;
        border-radius: .25rem;
        margin-bottom: 10px;
    }

    div#filterButtonsDiv_4052 .button_grid_table_d .FilterButtons {
        margin-right: 0;
        margin-bottom: 0;
        /* vertical-align: top; */
    }

    div#filterButtonsDiv_4052 legend {
        font-weight: 600 !important;
    }




div#filterButtonsDiv_4043 div, div#filterButtonsDiv_4043 legend {
    float: left;
    padding-right: 10px;
    width: auto;
    margin-bottom: 0;
}

    div#filterButtonsDiv_4043 div label {
        margin-bottom: 0;
    }

div#filterButtonsDiv_4043 .button_grid_table_d {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

div#filterButtonsDiv_4043 {
    margin-bottom: 10px !important;
}

    div#filterButtonsDiv_4043 fieldset {
        background-color: rgba(0, 99, 129, 0.1) !important;
        border: 1px solid #006381 !important;
        color: #212529 !important;
        margin-right: 10px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
        padding: .375rem .75rem;
        border-radius: .25rem;
        margin-bottom: 10px;
    }

    div#filterButtonsDiv_4043 .button_grid_table_d .FilterButtons {
        margin-right: 0;
        margin-bottom: 0;
        /* vertical-align: top; */
    }

    div#filterButtonsDiv_4043 legend {
        font-weight: 600 !important;
    }

.SignUp-form.vx-card .align-items-baseline .control-label {
    line-height: 34px;
}

.SignUp-form.vx-card .align-items-baseline {
    align-items: start !important;
}

.print_button_app_d {
    display: inline-block;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #006381 !important;
}

.AddLotteryResult {
    margin-bottom: 10px;
}

#divGridView_HRMApplication {
    overflow: auto;
}

.hcidlas-wrapper-body .router-view .router-view {
    padding: 0;
}

.PMP_Steps.Ahr-Property-Listing .tab-content .faq-quesion .quesion {
    text-decoration: none;
}

.dropzone {
    border: 2px dashed #888888 !important;
}

.step-title.text-center span {
    display: inline-block;
    width: 100%;
}

h1.typeahead-header {
    font-size: 18px !IMPORTANT;
}

.phone-n-email .email {
    max-width: 100%;
    word-break: break-all;
    margin-right: auto;
    display: flex;
    align-items: baseline;
}

span.email-text {
    display: flex;
}

ul.tenant_select_ul legend strong {
    color: #C70000 !important;
}

.datepicker {
    min-width: 150px !IMPORTANT;
}

.Informationproperty h2 {
    font-size: 18px;
}

custom-control.form-control.custom-checkbox.i_accept_check .requiredS {
    vertical-align: top;
    padding-right: 5px;
    line-height: 5px;
}

.Ahr-Property-Listing .vertical-tab-style .step-title h1 span:last-child {
    font-size: 20px;
}

/*.ReadInstructions-main .faq-quesion ul li {
    list-style: disc;
}*/

#frmPropSearch legend {
    display: inline !important;
}
/* move the legend label off of the screen for screen reader to read but label is not visible.*/
#frmPropSearch .dropdown-legend {
    /*display: none !important*/
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

span.PropertyStatus-status-icon {
    display: inline;
}

.PropertySearch-main .input-group.SearchPropertyadd input#searchInput {
    border-radius: .25rem 0 0 .25rem;
}

.PropertySearch-main .input-group.SearchPropertyadd input#ex1-input {
    border-radius: .25rem 0 0 .25rem;
}

h2.usename.Contact-Infon-name {
    font-size: 18px;
}

.correction-Note-penal {
    top: 170px !important;
    width: 308px;
    right: -308px;
    z-index: 99;
}

@media (min-width: 1241px) and (max-width: 1400px) {
    ._custome-header ._nav-list li > a font, ._custome-header ._nav-list li > button font {
        max-width: 150px;
        white-space: normal;
        display: inline-block;
        line-height: 20px;
    }
}

/* the code below is for accordian AAHR 49*/
.card .card-header.accordion-header {
    padding: 0 !important;
}

.accordion-header .card-header-title {
    width: 100% !important;
    padding: 15px !important;
    text-align: left !important;
    padding-right: 45px !important;
}

.card .accordion-header .card-header-title.uparrow:before {
    content: "\f13a";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    right: 20px;
    padding-left: 15px;
    top: 15px;
    color: #006381;
    font-size: 22px;
}

.card .accordion-header .card-header-title.downarrow:before {
    content: "\f139";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    right: 20px;
    padding-left: 15px;
    top: 15px;
    color: #006381;
    font-size: 22px;
}

.btn.btn-sm.btn-outline-primary {
    background: #fff !important;
    color: #006381 !important;
}

    .btn.btn-sm.btn-outline-primary:hover {
        color: #fff !important;
        background: #006381 !important;
    }

.hcidlas-portal-mein strong {
    font-weight: bold;
}

/*scroll css form table*/
/*.table-bordered {
    overflow-x: auto;
    max-width: 100%;
    display: block;
}*/
/*scroll css form table Ends*/

.external-icon:after {
    content: "\f35d";
    padding-left: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.combobox-wrapper {
    position: relative;
}

#ex1 {
    display: flex;
}

.dropdown-menu.btnMoreOptionfilter {
    width: 630px;
}

#collapseAbbreviations2 {
    padding: 0px 30px;
}

#collapseApplicants2, #collapsePropertyProviders2, #collapseHousingAdvocates2 {
    padding: 0 15px;
}
/*
#accordionFAQ .card-header {
    padding: 0;
}
#accordionFAQ .card-header .btn.btn-primary {
    border-radius: 5px 5px 0 0;
    background: #fff !important;
    border-top: 3px solid #006381;
    color: #006381 !important;
    font-weight: 700;
    border-bottom: 0;
}
#accordionFAQ .card-header .btn.btn-primary.collapsed {
    border-radius: 5px 5px 0 0;
    background: #006381 !important;
    border-top: 3px solid #006381;
    color: #fff !important;
    font-weight: 700;
    border-bottom: 0;
}*/
#tableGridView_AAV {
    max-width: 100%;
    overflow-x: auto;
    display: inherit;
}

#tblOccupancySurvey, #tblGrievance, #tblAUWaitList {
    max-width: 100%;
    overflow-x: auto;
    display: inherit;
}

#finalsubmitdiv label.custom-control-label {
    display: inherit;
}

@media (min-width: 992px) and (max-width: 1240px) {
    ._custome-header .achp-logo {
        display: none;
    }

    .navbar-nav ul.dropdown-menu.show li.dropdown-item > a, ._custome-header ._nav-list li > button font {
        white-space: normal !important;
    }

    nav.navclass.navbar.navbar-expand-lg.navbar-dark {
        position: inherit;
    }

    ._custome-header ._nav-list li > a font, ._custome-header ._nav-list li > button font {
        max-width: 130px;
        white-space: normal;
        display: inline-block;
        line-height: 20px;
    }

    .aahrproject .main-banner .disableApartments ul.ul-list li.Noaccount font {
        font-size: 16px;
    }

    .aahrproject .main-banner .disableApartments ul.ul-list {
        padding: 20px 50px;
    }

    ._custome-header ._nav-list li > a {
        vertical-align: top;
    }

    .language_div select {
        font-size: 0px !important;
        width: 56px;
    }

    .Header_helpButon {
        font-size: 0px !important;
        width: auto;
    }

        .Header_helpButon:before {
            padding-right: 0;
        }

    span.fa.fa-language {
        display: block;
    }

    .googletranlast {
        min-width: 56px;
    }

    .header_right_main {
        min-width: 170px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {



    .d-flex.ListViewn-mapview {
        width: 50%;
    }


    .PropertySearch-main .twitter-typeahead {
        width: 160px !important;
    }

    .property-list-main .property-content {
        width: 65%;
        padding: 10px 10px;
    }

    .property-list-main .property-list-child .property-image {
        width: 35%;
    }

    #divSearchResult {
        height: calc(100vh - 295px) !IMPORTANT;
    }

    table.table-bordered.dataTable th, table.table-bordered.dataTable td {
        word-break: break-word;
    }

        table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child {
            word-break: keep-all;
        }
}


@media screen and (max-width: 991px) {
    div#divGridView_HRMApplication {
        padding: 10px;
    }

    #frmPropSearch legend {
        display: flex !important;
    }

    .PropertySearch-main .PropertyStatus-list ul.PropertyStatus-ul li {
        padding-left: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #frmMyAccount .control-label {
        text-align: left;
    }

    #frmMyAccount legend {
        text-align: left;
    }

    .card-header-height {
        height: auto;
    }

    .agency_type_table {
        overflow: auto;
    }

    .existing_site.form-group {
        flex-direction: column;
    }

    .internal_extra_cond {
        padding: 10px;
    }

    div#divAddOutreachGrid td:last-child .btn {
        width: 100%;
    }

    #frmSearchApplication .control-label {
        text-align: left;
    }

    div#file-grievance .card-body .row .col-md-12 .col-md-12 {
        padding: 0 !IMPORTANT;
    }

    .router-view #divEditGrievance .row [class*="col-md"], .router-view #divEditGrievance .row [class*="col-"] {
        padding-right: 15px;
    }

    .grievance-modalbody .input-group.yesno_radio .custom-control.custom-radio {
        padding-left: 25px !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .page-tite .col-md-9 {
        max-width: 100%;
    }

    .page-tite {
        flex-direction: column;
    }

    #AHRConfirmationHeader {
        max-width: 100%;
    }

    .page-tite .col-md-3 {
        text-align: left;
        padding-right: 0;
        max-width: 100%;
        flex: auto;
        width: 100%;
        margin-top: 15px;
    }

    .language_div select {
        font-size: 0px !important;
        width: 53px;
    }

    span.fa.fa-language {
        display: block !important;
    }

    #divDetailView_2018 .table.table-bordered td.col-md-5, #divDetailView_2018 .table.table-bordered td.col-md-7 {
        display: table-cell;
        width: 50%;
    }

    ._hcidla-service-portal-header .hambugerm-menus {
        display: none !important;
    }

    .col-xs-12.col-md-6 {
        max-width: 100%;
        flex: auto;
    }

    header._hcidla-service-portal-header .hambugerm-menus {
        display: none !important;
    }

    .print_button_app_d {
        display: inline-block;
        width: 100%;
    }

    .router-view .dataTables_wrapper .table .btn {
        width: 98%;
        word-break: keep-all;
        margin: 1% !important;
    }

    .print_button_app_d .btn.btn-primary.applyButton.noprint.mr-2 {
        position: initial;
    }

    .enviroment {
        right: 10px;
    }

    .table-bordered.dataTable caption, .datatbl caption, .table-bordered caption {
        padding: 5px 5px;
    }

    span.fa.fa-language {
        display: none;
    }

    ul.chksubul {
        margin-left: 0;
        margin-bottom: 10px;
    }

    li.dropdown-custome.btnMoreOptionfilterchild ul.chksubul li {
        padding-left: 0;
    }

    .list-type-none.PropertyStatus-ul li:last-child {
        padding-right: 0 !important;
    }

        .list-type-none.PropertyStatus-ul li:last-child .btn {
            width: 95% !important;
        }

    a#global_nav_la_4324422-citywide-alert-icon-text {
        display: none !important;
    }

    a#global_nav_la_4324422-311-icon-text {
        display: none;
    }

    a#global_nav_la_4324422-citydirectory-icon-text {
        display: none;
    }

    #back-top {
        bottom: 30px;
        right: 0;
    }

        #back-top a {
            width: 30px;
            height: 30px;
            background: rgba(169, 169, 177, 0.6);
        }

    #grievance-confirmation {
        padding: 10px;
    }

    ul#layers {
        right: 0;
        left: auto !IMPORTANT;
        transform: none !important;
        top: 40px !important;
    }

    .property-list-main .property-list-child .property-image .responsive-img {
        left: auto;
        text-align: center;
    }

    /*    #divCollapseAll a.btn {
        padding: 9px 0px 9px 4px;
        font-size: 12px;
        background: rgba(0, 99, 129, 0.73) !important;
        color: #fff !important;
    }*/

    ul.dropdown-menu {
        box-shadow: none;
        border-radius: 0 !IMPORTANT;
    }

    .col-sm-6.p_img_div {
        min-width: 100%;
    }

    div#divGridView_4054 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-sm-6.p_location_div {
        min-width: 100%;
        margin-top: 15px;
    }

    div#PVLocationInfo {
        min-height: 300px;
    }

    nav.navclass ul.dropdown-menu li.dropdown-item a.activeclass {
        border-bottom: none;
    }

    nav.navclass ul.dropdown-menu li.dropdown-item:first-child, nav.navclass ul.dropdown-menu li.dropdown-item:first-child a {
        border-radius: 0 0 0 0;
    }

    nav.navclass ul.dropdown-menu li {
        white-space: normal !important;
    }

    .search_filter_pro {
        margin-left: 0;
        margin-right: 0;
    }

    .wizard .nav.nav-tabs li.wizard-item a span.round-tab {
        font-size: 12px;
        padding: 10px 0 8px;
        height: 60px;
    }

    .wizard .nav.nav-tabs li.wizard-item a span.roundcircle {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .center-page-container .without-garyboxbg {
        padding: 0 15px 0;
    }

    .wizard button {
        min-width: auto;
    }

    .wizard .nav.nav-tabs li.wizard-item a:before {
        top: calc(100% - 75px);
    }

    div#stepper-step-1 .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    div#stepper-step-1 .row {
        margin-bottom: 0;
    }

    div#divSearchResult {
        padding-left: 0;
        padding-right: 0;
    }

    div#AllProperty {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dataTables_length {
        float: left;
        display: flex;
        flex-flow: column;
        /* box-shadow: 1px 0px 3px 2px #00000024;*/
        /*        background: #fff;
        padding: 11px 10px 5px;
        margin: 8px;*/
        margin-left: 15px;
        border-radius: 10px;
    }

    card .dataTables_length select.form-control.input-sm {
        margin-left: 0;
    }

    .card .dataTables_length label {
        margin-bottom: 7px;
        margin-right: 15px;
    }

    .card .dataTables_filter label {
        margin-bottom: 7px;
    }

    .dataTables_filter {
        float: right;
        display: flex;
        flex-flow: column;
        /* box-shadow: 1px 0px 3px 2px #00000024;*/
        /* background: #fff;
        padding: 5px 10px;
        margin: 8px;*/
        margin-right: 15px;
        border-radius: 10px;
    }

    ._custome-header {
        padding: 0 0 0 0px !important;
        height: auto;
        z-index: 9;
        width: 100%;
        padding: 0 !important;
        flex-direction: column;
        overflow-x: initial;
        transition: .5s;
        left: 0;
        overflow-y: initial;
        top: 0;
    }

    .hcidlas-header._fixed-Header ._custome-header {
        height: auto;
        padding: 0 !important;
        top: 0;
        min-height: auto;
    }

    ._cp-right-penal {
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        /*position: absolute;*/
        background: transparent;
        width: auto;
        padding: 10px 0;
        bottom: 0;
        border-top: none;
        padding-right: 10px;
    }



    ._custome-header {
        padding: 0 0 0 0px !important;
    }

    div#navbarNav {
        position: absolute;
        top: 50px;
        width: 100%;
        left: 0;
        right: 0;
        background: #ececec;
        z-index: 99;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 2px 4px rgba(1, 40, 51, 0.29);
    }

    .navbar-dark .navbar-toggler {
        color: transparent !important;
        border-color: transparent !important;
    }

    nav.navclass {
        width: 100%;
    }

    .SignLogin a {
        color: #fff;
        background: transparent;
        border-right: 1px solid #fff;
        border-radius: 0;
    }

        .SignLogin a:hover {
            color: #fff;
            text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.27);
        }

        .SignLogin a:last-child {
            border-right: 0px solid #fff;
            padding-left: 5px;
        }

    ._custome-header ul._nav-list li {
        width: 100%;
        padding: 0;
    }

        ._custome-header ul._nav-list li a,
        ._custome-header ul._nav-list li button {
            width: 100%;
            color: #2c2c2c;
            padding: 10px 20px !important;
            text-align: left;
            font-size: 18px;
            border: none;
            font-weight: 500;
            white-space: normal;
        }

    ._custome-header ._nav-list li a:hover,
    ._custome-header ._nav-list li button:hover,
    ._custome-header ._nav-list li a:focus,
    ._custome-header ._nav-list li button:focus {
        background-color: #097090;
        color: #fff;
    }

    ._custome-header ._nav-list li .dropdown-menu a:hover,
    ._custome-header ._nav-list li .dropdown-menu button:hover,
    ._custome-header ._nav-list li .dropdown-menu a:focus,
    ._custome-header ._nav-list li .dropdown-menu button:focus {
        background-color: #097090 !important;
        color: #fff;
    }

    nav.navclass li.parentLI:last-child a {
        border-radius: 0 0 10px 10px;
    }

    nav.navclass ul.dropdown-menu li.dropdown-item:last-child a {
        border-radius: 0 0 0 0;
    }

    ._custome-header ul._nav-list li:first-child a {
        padding-left: 10px;
    }

    ._custome-header ul._nav-list li {
        border-right: 0px solid #fff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        display: grid;
    }

    nav.navclass ul.dropdown-menu {
        margin: 0px 0 0 0 !important;
    }

        nav.navclass ul.dropdown-menu:before {
            display: none;
        }

    ul.dropdown-menu.show li.dropdown-item > a {
        width: 100%;
        color: #000;
        padding: 15px !important;
        display: flex;
    }

    ._custome-header ul._nav-list li ::after {
        font-size: 12px;
        padding: 5px;
        float: right;
    }

    ._custome-header ul._nav-list li:last-child {
        border-bottom: none;
    }

    li.show a.dropdown-toggle button.dropdown-toggle {
        background: #fff;
        font-weight: 700;
        letter-spacing: 1px;
    }

    li.show a {
        background: #fff;
    }

    nav.navclass ul.dropdown-menu li.dropdown-item {
        border-top: 1px solid #ededed;
        border-bottom: 0px solid #ededed !important;
    }

    ._custome-header ul._nav-list li > a:hover {
        text-decoration: none;
    }

    .navbar-nav ul.dropdown-menu.show li.dropdown-item > a {
        padding: 10px 10px 10px 35px !important;
    }

    h1.title.Accessible-title {
        font-size: 1.3em;
        margin-bottom: 0;
    }

    .router-view {
        padding: 15px;
    }

    .aahrproject .main-banner {
        margin-left: -15px;
        margin-right: -15px;
    }

        .aahrproject .main-banner .disableApartments {
            position: absolute;
            top: 0;
        }

    .responsive-img {
        width: auto;
        height: auto;
    }

    .aahrproject .main-banner .disableApartments h2.title {
        font-size: 24px;
        margin-bottom: 30px !important;
        margin-top: 60px;
        text-align: center;
    }

    .YourSearch {
        text-align: center;
        margin-bottom: 30px;
    }

    .aahrproject .main-banner .disableApartments .container, .aahrproject .main-banner .disableApartments.row {
        height: 100%;
    }

    .aahrproject .main-banner .disableApartments {
        height: 100%;
        left: 0;
        width: 100%;
    }

        .aahrproject .main-banner .disableApartments.row {
            position: absolute;
            bottom: 0;
        }

    .row.homepage-banner {
        margin: 0 !important;
    }

    .responsive-img {
        width: 100%;
        height: 380px;
        object-fit: cover;
    }

    .router-view .row {
        margin-left: 0;
        margin-right: 0;
    }

        .router-view .row [class*="col-md"], .router-view .row [class*="col-"] {
            padding-right: 0;
            padding-left: 0;
        }

    .router-view #hide_AppliedDetail .col-md-9.ml-auto.mr-auto {
        padding-left: 15px;
        padding-right: 15px;
    }

    .router-view #hide_AppliedDetail .row .card-body .row .col-md-12.mb-3 {
        padding-right: 0 !IMPORTANT;
        padding-left: 0 !important;
    }

    .router-view .row .card-body .row .col-md-12 {
        padding-right: 15px !IMPORTANT;
        padding-left: 15px !important;
    }

    .aahrproject .main-banner .disableApartments ul.ul-list {
        list-style-type: none;
        margin-top: 0;
        padding: 10px;
        margin-bottom: 0;
        margin: 0;
        border-radius: 0;
        text-align: left;
        background-image: linear-gradient(90deg, rgba(0, 99, 129, 0.52) 51%, rgba(0, 99, 129, 0.52) 75%);
    }

    .disableApartments .col-md-6:first-child {
        max-width: 100%;
        flex: auto;
    }

    .disableApartments .col-md-6:last-child {
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.38);
        max-width: 100%;
    }

    .navbar-toggler {
        width: 24px;
        height: 34px;
        background-color: transparent;
        border: none;
        padding: 0 !important;
    }

        .navbar-toggler .line {
            width: 100%;
            float: left;
            height: 2px;
            background-color: #fff;
            margin-bottom: 5px;
        }

    .filter_icon {
        background: #006381 !important;
        color: #fff;
        padding: 5px 5px !IMPORTANT;
        display: inline-block;
        line-height: 1.5 !important;
        border-radius: .25rem !important;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-shadow: none;
        border: none;
        width: 42px;
    }

    a.activeclass {
        border-bottom: 0px solid white;
        background: #dcdcdc;
    }

    .create-box .acc-box {
        margin-bottom: 15px;
    }

    /*._hcidla-service-portal-footer ._Leadership-SocialMedia ul._SocialMedia {
            margin-right: auto;
            margin-top: 15px;
        }

        ._hcidla-service-portal-footer ._footer-logo {
            padding: 20px 15px 10px;
            text-align: center;
        }*/

    /*.dataTables_wrapper .col-sm-6 {
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
    }*/

    #AllProperty .card.penal-details.backgroundwhite {
        margin: 0;
    }


    #AllProperty .card.penal-details.backgroundwhite {
        margin: 0;
    }

    ._custome-header .achp-logo img {
        width: auto;
        display: inline-block;
        vertical-align: top;
        height: 40px;
    }

    span.fa.fa-language {
        position: absolute;
        left: 5px;
        top: 1px;
        z-index: 0;
        font-size: 24px;
        color: #fff;
    }

    ._custome-header .achp-logo {
        display: inline-block;
        height: 40px;
        width: 40px;
        margin: 0;
        background: #fff;
        padding: 5px;
        margin: 5px 0 5px 0;
        border-radius: 5px;
        position: absolute;
        left: 50px;
    }

        ._custome-header .achp-logo img {
            width: auto;
            display: inline-block;
            vertical-align: top;
            height: 30px;
        }

    nav.navclass.navbar.navbar-expand-lg.navbar-dark {
        padding-left: 15px;
    }

    .language_div select {
        font-size: 14px !important;
    }
    /*property search css starts*/
    .filter_icon_span {
        display: inline-block;
        font-size: 15px;
        vertical-align: top;
    }

    .input-group.SearchPropertyadd {
        min-width: 100%;
        padding-right: 52px !important;
        flex-wrap: nowrap;
        margin-right: 0 !important;
    }

    .PropertySearch-main .twitter-typeahead {
        width: 100% !important;
    }

    .filter_icon.navbar-toggler {
        position: absolute;
        right: 15px;
    }

    .mb-2.navbar.navbar-expand-lg {
        padding: 0px 0;
    }

    .PropertySearch-main .vx-card.PropertySearchbox {
        padding: 14px 15px;
    }

    #search_navbarNav {
        position: absolute;
        background: #fff;
        top: 64px;
        z-index: 99;
        left: 0;
        width: 100%;
        border-radius: 0 0 20px 20px;
        transition: all 0.4s ease-in-out 0s, visibility 0s linear 0.4s, z-index 0s linear 0.01s;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
    }

        #search_navbarNav .dropdown-toggle::after {
            position: absolute;
            right: 18px;
        }

    .list-type-none.PropertyStatus-ul {
        padding-left: 0;
        display: inline-block !IMPORTANT;
        width: 100% !IMPORTANT;
    }

    .PropertySearch-main .PropertyStatus-list ul.PropertyStatus-ul li {
        margin-right: 0;
        padding-right: 0;
    }

    .PropertySearch-main .list-type-none.PropertyStatus-ul .btn.dropdown-toggle {
        color: #0c4f88;
        border: 0;
        width: 100%;
        text-align: left;
        padding: 15px 10px;
        border-radius: 0;
    }

    .PropertyStatus-list .dropdown-menu {
        font-size: 14px;
        width: 100%;
        border: none;
        position: relative;
    }

    .list-type-none.PropertyStatus-ul li {
        margin-right: 10px;
        border-right: 0px solid #006381;
        padding-right: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

        .list-type-none.PropertyStatus-ul li li {
            margin-right: 10px;
            border-right: 0px solid #006381;
            padding: 5px 30px;
            padding-right: 30px !important;
            border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        }

    .PropertySearch-main .PropertyStatus-list .dropdown-menu .btn {
        width: 100%;
        margin: 10px 0;
    }

    #divSearchResult {
        height: auto !important;
        overflow: auto;
        display: flex;
        box-sizing: border-box;
    }

    div#propertyMap.map {
        height: 338px !important;
    }

    .mobile_fil_options.d-flex.align-items-center {
        display: inline-block !important;
    }

    .d-flex.ListViewn-mapview {
        display: inline-block !important;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 10px;
        padding: 0 15px;
    }

    .dropdown.layerddl {
        float: right;
        margin-right: 20px;
    }

    .dropdown.busRoutesddl {
        float: right;
    }

    .export-group.DownloadGridResult.d-flex {
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .property_card_parent {
        padding: 15px !important;
    }

    .All-properties-info {
        padding: 0;
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
        text-align: center;
    }

        .All-properties-info .Txt_Properties {
            padding-bottom: 6px;
            text-align: center;
        }

    .property-list-main {
        background: transparent !important;
        height: auto !important;
        overflow: auto;
        padding: 0;
    }

        .property-list-main .property-content {
            width: 100%;
        }

        .property-list-main .property-list-child .property-image {
            width: 100%;
            height: 200px;
        }

    .property-image .responsive-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 300px;
    }

    .property-list-main .open-status {
        border-right: 0px solid #2A834C !important;
        border-top: 7px solid #2A834C !important;
    }

    .property-list-main .wating-status {
        border-right: 0px solid #E20316 !important;
        border-top: 7px solid #E20316 !important;
    }

    .property-list-main .Development-status {
        border-right: 0px solid #3968A9 !important;
        border-top: 7px solid #3968A9 !important;
    }

    .property-list-main .unverified-status {
        border-right: 0px solid #E20316 !important;
        border-top: 7px solid #4e4e4e !important;
    }

    .oryoucan {
        margin-bottom: 15px;
        padding-right: 0;
        width: 100%;
    }

    .create-box {
        padding: 0;
    }

    .oryoucan:before {
        height: 1px;
        width: 100%;
        top: 50%;
    }

    .d-flex.create-box {
        display: inline-block !IMPORTANT;
    }

    .create-box .apply-details.left-arrow {
        text-align: left;
    }

    button#btnCheckSave, button#btnSubmitSearchCriteria, button#findMyProp {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }


    div#divApplicantProperty {
        width: 100%;
        margin: 0 0;
        max-width: 100%;
        flex: auto;
    }

    div#divCardViewNCount {
        background: transparent;
        border-radius: 15px;
        padding: 0;
        box-shadow: none;
    }

    div#propertyMap {
        border-radius: 0;
    }

    .property-list-main .property-list-child .property-status {
        top: 20px;
        border-radius: 0 15px 15px 0;
    }

    .property_card_parent {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    /*property search css ends*/

    /*logged in dashboard css ends*/
    .vx-card__title {
        padding: 0 0;
    }

    .router-view .row .thumbnails.row [class*="col-md"] {
        padding-right: 10px;
        padding-left: 10px;
    }


    /*logged in dashboard css ends*/

    /*overview page css starts*/
    .hcidlas-wrapper-body .col-xs-12.col-md-3.col-md-offset-9 {
        max-width: 100%;
        flex: auto;
        text-align: center;
    }

    .hcidlas-wrapper-body .col-xs-12.col-md-9.col-md-offset-0 {
        max-width: 100%;
        flex: auto;
        text-align: left;
    }

    #SaveSearchModalbodyPopUp .row [class*="col-md"] {
        padding-right: 10px;
        padding-left: 10px;
        background-color: white;
    }

    div#file-grievance .card-body.table-content {
        padding: 15px;
    }

    div#overview-page .card-body.table-content {
        padding: 15px;
    }

    .RequiredPolicies-Forms .card-body, RequiredPolicies-Formss .card-body {
        padding: 15px;
    }

    .card-body .list-group-ul, .card-body .list-group.custome-list-group {
        text-align: left;
    }

    .RequiredPolicies-Formss .card-body {
        padding: 15px;
    }

    .hcidlas-header._fixed-Header ul#main-navbar {
        padding: 0;
    }

    .form-horizontal.wizard label {
        text-align: left !important;
    }

    .wizard > .steps > ul > li {
        width: 33.333%;
    }



    .googletranlast {
        min-width: auto;
    }

    .dropdown-menu.btnMoreOptionfilter .btnMoreOptionfilterchild {
        max-height: initial;
    }

    .Ahr-Property-Listing .dataTables_length {
        padding: 5px 10px 5px;
    }

    Ahr-Property-Listing .card .dataTables_length label {
        margin-bottom: 0;
        margin-right: 0;
    }

    .dt-buttons .dt-button {
        margin-bottom: 10px;
        margin-right: 0;
    }
    /*overview page css ends*/

    .dataTables_wrapper .row:first-child .col-sm-6, .dataTables_wrapper .row:first-child .col-sm-4 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .dataTables_info {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    #frmPropSearch .control-label {
        text-align: left !important;
    }
    /*datatable responsive css*/
    div#divPhone input, div#divPhone select {
        margin-bottom: 10px;
    }

    /*   .dataTable td {
        display: none;
    }

        .dataTable td:first-child {
            display: table-cell;
        }

        .dataTable td:nth-child(2) {
            display: table-cell;
        }

        .dataTable td:nth-child(3) {
            display: table-cell;
        }

        .dataTable td:nth-child(4) {
            display: table-cell;
        }

    .dataTable th {
        display: none;
    }

        .dataTable th:first-child {
            display: table-cell;
        }

        .dataTable th:nth-child(2) {
            display: table-cell;
        }

        .dataTable th:nth-child(3) {
            display: table-cell;
        }

        .dataTable th:nth-child(4) {
            display: table-cell;
        }

    #DataTables_Table_FileList_PFLTA tbody tr td, #DataTables_Table_FileList_PFLTA thead tr th {
        display: none;
    }

        #DataTables_Table_FileList_PFLTA tbody tr td:nth-child(9), #DataTables_Table_FileList_PFLTA tbody tr td:nth-child(10), #DataTables_Table_FileList_PFLTA tbody tr td:last-child {
            display: table-cell !important;
        }

        #DataTables_Table_FileList_PFLTA thead tr th:nth-child(1), #DataTables_Table_FileList_PFLTA thead tr th:nth-child(2), #DataTables_Table_FileList_PFLTA thead tr th:last-child {
            display: table-cell !important;
        }

    #DataTables_Table_FileList_PILTA tbody tr td, #DataTables_Table_FileList_PILTA thead tr th {
        display: none;
    }

        #DataTables_Table_FileList_PILTA thead tr th:nth-child(1), #DataTables_Table_FileList_PILTA thead tr th:nth-child(2), #DataTables_Table_FileList_PILTA thead tr th:last-child {
            display: table-cell !important;
        }

        #DataTables_Table_FileList_PILTA tbody tr td:nth-child(10), #DataTables_Table_FileList_PILTA tbody tr td:nth-child(11), #DataTables_Table_FileList_PILTA tbody tr td:last-child {
            display: table-cell !important;
        }

        #DataTables_Table_FileList_PILTA tbody tr td:last-child {
            text-align: center;
        }

    #tableGridView_6080.dataTable th:nth-child(4), #tableGridView_6080.dataTable td:nth-child(4) {
        display: none;
    }

    #tableGridView_6080.dataTable th:last-child, #tableGridView_6080.dataTable td:last-child {
        display: table-cell;
    }

    #tableGridView_6078 td:last-child, #tableGridView_6078 th:last-child {
        display: table-cell !important;
    }

    #tableGridView_6078 td:nth-child(3), #tableGridView_6078 th:nth-child(3) {
        display: none !important;
    }

    #tableGridView_6079 td:last-child, #tableGridView_6079 th:last-child {
        display: table-cell !important;
    }

    #tableGridView_6079 td:nth-child(3), #tableGridView_6079 th:nth-child(3) {
        display: none !important;
    }

    #tableGridView_4053.dataTable th:nth-child(4) {
        display: none;
    }

    #tableGridView_4053.dataTable th:last-child {
        display: table-cell;
    }

    #tableGridView_4053.dataTable td:nth-child(4) {
        display: none;
    }

    #tableGridView_4053.dataTable td:last-child {
        display: table-cell;
    }

    #tableGridView_HRMApplication.dataTable th:nth-child(4) {
        display: none;
    }

    #tableGridView_HRMApplication thead th:nth-child(3) {
        display: none;
    }

    #tableGridView_HRMApplication tbody td:nth-child(4) {
        display: none;
    }

    #tableGridView_HRMApplication thead th:nth-last-child(2), #tableGridView_HRMApplication thead th:nth-last-child(1) {
        display: table-cell;
    }

    #tableGridView_HRMApplication tbody td:nth-last-child(2), #tableGridView_HRMApplication tbody td:nth-last-child(1) {
        display: table-cell;
    }
    table#tableGridView_6081 thead th:last-child, table#tableGridView_6081 tbody td:last-child {
        display: table-cell;
    }

    table#tableGridView_6081 td:nth-child(3), table#tableGridView_6081 th:nth-child(3) {
        display: none;
    }
    table#tableGridView_6082 thead th:last-child, table#tableGridView_6082 tbody td:last-child {
        display: table-cell;
    }

    table#tableGridView_6082 td:nth-child(3), table#tableGridView_6082 th:nth-child(3) {
        display: none;
    }
    table#tableGridView_6083 thead th:last-child, table#tableGridView_6083 tbody td:last-child {
        display: table-cell;
    }

    table#tableGridView_6083 td:nth-child(3), table#tableGridView_6083 th:nth-child(3) {
        display: none;
    }
    table#tableGridView_6086 thead th:last-child, table#tableGridView_6086 tbody td:last-child {
        display: table-cell;
    }

    table#tableGridView_6086 td:nth-child(3), table#tableGridView_6086 th:nth-child(3) {
        display: none;
    }
    table#tableGridView_6084 thead th:last-child, table#tableGridView_6084 tbody td:last-child {
        display: table-cell;
    }

    table#tableGridView_6084 td:nth-child(3), table#tableGridView_6084 th:nth-child(3) {
        display: none;
    }

       .dataTable td:nth-child(4) {
        display: none;
    }

    .dataTable th:nth-child(4) {
        display: none;
    }
 */

    .router-view .dataTables_wrapper .table .btn {
        overflow-wrap: normal;
    }

    /*datatable responsive css ends*/


    .dataTables_length {
        width: 96%;
        margin-left: 2%;
    }

    .correction-Note-penal .correction-title .chevronright {
        left: -36px;
        width: 36px;
    }

    .dataTables_wrapper .row:first-child .col-sm-6, .dataTables_wrapper .row:first-child .col-sm-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: auto;
    }

    .card .dataTables_filter label {
        justify-content: flex-start;
        text-align: left;
        line-height: 20px;
        display: inline;
    }

    .dataTables_filter {
        float: left;
        display: flex;
        width: 96%;
        margin: 0 2%;
        /* text-align: left !important; */
    }

    .card .dataTables_length label {
        line-height: 20px !important;
    }

    .card .dataTables_filter input.form-control.input-sm {
        margin-left: 0;
        width: 100%;
        padding-right: 87px !important;
    }

    h5.col-md-4.address-label.text-right {
        text-align: left !important;
    }

    .FilterButtonDiv {
        float: NONE !important;
        margin-right: 20px !important;
        position: initial !IMPORTANT;
        right: auto;
        top: auto;
        DISPLAY: INLINE-BLOCK;
        padding: 15px;
        padding-top: 0;
    }

    .trainingSessionBox {
        margin: 10px 0;
    }



    ._hcidla-service-portal-header-subtitle {
        margin-bottom: 0 !important;
    }

    FilterButtonDiv {
        float: left;
        margin-right: 20px;
        position: initial;
        right: 0;
        top: 40px;
        margin-left: 15px;
    }

    div#divGridView_4043 .Informationproperty {
        padding-right: 15px;
    }

    ._hcidla-service-portal-header-subtitle ._sub-right-arrow {
        height: 50px;
    }

        ._hcidla-service-portal-header-subtitle ._sub-right-arrow:focus {
            height: 50px;
            outline: 2px solid red;
        }

        ._hcidla-service-portal-header-subtitle ._sub-right-arrow:focus-visible {
            height: 50px;
            outline: 2px solid red;
        }

    ._hcidla-service-portal-header-subtitle ._subtitlemain {
        height: 50px;
        padding: 0 15px;
    }

    #divCollapseAll {
        top: 223px;
    }

    .table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
        text-align: left;
    }

    .sidebar-header {
        text-align: left !important;
    }

    div#apply-information-sidebar {
        text-align: left;
    }

    table#UnitsTbl td:last-child, table#UnitsTbl th:last-child {
        display: table-cell;
    }

    .grievanceForm_main .control-label.col-md-4.text-right {
        text-align: left !important;
    }

    .h4.col-md-4.address-label.text-right {
        text-align: left !important;
    }

    .grievanceForm_main legend.text-right {
        text-align: left !important;
    }

    label.radio-inline.control.control--radio {
        display: inline-flex !important;
    }

    .review-label.control-label.col-md-4.text-right {
        font-weight: bold;
    }

    .table-bordered.dataTable caption span {
        height: 53px;
        line-height: 14px;
    }
}

@media (max-width: 576px) {

    .form-group.col-md-6 .control-label {
        line-height: 18px;
    }

    .tab-pane-body.CFH_content .width100.pl-15 {
        padding-left: 0;
    }

    .custom-control.form-control.custom-checkbox .custom-control-label {
        line-height: 20px !important;
        max-width: 90%;
    }

    .Ahr-Property-Listing .tab-content .tab-pane-footer {
        width: 100%;
    }

    .custom-control.form-control.custom-checkbox.i_accept_check {
        height: auto !important;
    }

    .phone-n-email .email {
        max-width: 100%;
        word-break: break-all;
    }

    .invalid-feedback, .invalid-feedback label {
        line-height: 18px !important;
       
    }
    .invalid-feedback {
        font-size: 100% !important;
    }
        .hcidlas-portal-mein .h2, .hcidlas-portal-mein h2, .hcidlas-portal-mein .h1, .hcidlas-portal-mein h1 {
            word-break: break-all;
        }

    .custom-control.custom-checkbox .status-icon {
        margin-top: 9px;
    }

    .Ahr-Property-Listing .tab-content .tab-pane-footer ul {
        flex-direction: column;
    }

    .Ahr-Property-Listing .tab-content .tab-pane-footer a {
        width: 100%;
    }

    .Ahr-Property-Listing .tab-content .tab-pane-footer ul li:nth-child(2) {
        margin-left: initial;
    }

    .MyAccountclass a.BackDashboard {
        top: -5px !important;
    }

    .filter-elements .leftbutton {
        flex-direction: column;
        width: 100%;
    }

    .filter-elements .left {
        width: 100%;
    }

    .filter-elements .leftbutton .dropdown .btn {
        width: 100%;
    }

    .filter-elements .leftbutton .dropdown {
        margin-bottom: 10px;
        width: 100%;
    }

    .text-center.MyAccountclass {
        text-align: left !important;
        padding-top: 30px;
    }

    .SignupApplicant .Btn_Register {
        max-width: 100%;
        width: 100%;
        height: 42px;
        margin-top: 20px;
    }

    .card-header.card-header-height .btn.btn-primary.applyButton.noprint {
        position: relative;
        width: 100%;
        right: auto;
        left: auto;
    }

    .divAcHPNumberchild {
        padding-left: 0;
    }

    div#AHRConfirmationFooter .btn {
        width: 100%;
        margin: 10px 0 !important;
    }

    div#AHRConfirmationFooter {
        padding: 10px;
        margin-bottom: 0 !important;
        padding-top: 0;
    }

    .dropdown.layerddl {
        float: right;
        width: 100%;
        margin-top: 15px;
    }

    .dropdown.busRoutesddl {
        float: right;
        width: 100%;
        margin-top: 15px;
    }

    .dt-buttons {
        padding: 0 15px;
    }

    .card .dataTables_length select.form-control.input-sm {
        margin-left: 0;
    }

    .PropertySearch-main .ListViewn-mapview .btn-group {
        margin-right: 0;
        width: 100%;
    }

    .dataTables_filter {
        padding: 0 15px;
    }

    .dataTables_length {
        padding: 0 15px;
    }

    .MyAccountclass a.BackDashboard {
        top: 4px;
    }

    .divAcHPNumber p.text-danger {
        margin-left: 0 !important;
    }

    .divHIMSNumber p.text-danger {
        margin-left: 0 !important;
    }

    .divAddress p.text-danger {
        margin-left: 0 !important;
    }

    .login-page-title {
        font-size: 24px;
    }
    /*.Quarterly_Report_steps .FormDatePicker:after {
        top: 28px;
    }*/

    .Quarterly_Report_steps .col-md-6.FormDatePicker:after, .Quarterly_Report_steps .col-md-4.FormDatePicker:after {
        right: 0;
    }

    thead.thead-light th .btn-th font {
        max-width: 83%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    .socialmedia-section.nopad {
        margin-bottom: 15px;
    }

    .form-group.socalbtn.d-flex.align-items-center.width100.mb-0 {
        display: inline-block !IMPORTANT;
    }

    button.btn.btn-facebook.btn-sm.socal-btn {
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    button.btn.btn-Google.btn-sm.socal-btn {
        margin: 0;
        width: 100%;
    }

    span.fbText {
        display: inline-block;
        width: auto;
        padding-left: 2px;
    }

    p.text-danger.divAcHPNumberchild {
        padding-left: 0 !IMPORTANT;
    }

    div#DataTables_Table_FileList_PFLTA_filter label {
        width: 100%;
    }

    .export-group.DownloadGridResult.d-flex.ml-auto button {
        width: 48%;
        display: inline-block;
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .export-group.DownloadGridResult.d-flex.ml-auto {
        display: inline-block !important;
        width: 100%;
        margin-bottom: 0;
    }

    .grievanceForm_main .wizard > .steps a, .grievanceForm_main .wizard > .steps a:hover, .wizard > .steps a:active {
        font-size: 10px;
    }

    .ax_defaultbox {
        position: relative;
    }

    .router-view .dropzone .dz-default.dz-message {
        width: 100%;
        height: 97px;
        background-size: 100%;
    }

    .Ahr-Property-Listing .tab-pane-heading-subdiv h1 {
        width: 100%;
    }

    .Ahr-Property-Listing .tab-content .tab-pane-footer {
        padding: 15px 15px;
        margin-bottom: -30px;
        border-top: 1px solid #d6d6d6;
        display: inline-block;
        align-items: center;
        margin-top: auto;
    }

    .Ahr-Property-Listing .tab-content .tab-pane-body {
        padding: 10px 10px;
    }

    .Ahr-Property-Listing .tab-content .tab-pane-footer button {
        margin: 10px 0;
        width: 100%;
    }

    .ax-box {
        display: flex;
        border: 1px solid #eee;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        margin-top: 15px;
        flex-direction: column;
    }

        .ax-box .ax-boxleft {
            max-width: 100%;
            background: #f2f2f2;
            padding: 15px;
            width: 100%;
        }

    .dropdown.EditActionmenu-left {
        position: absolute;
        right: 0;
        top: 0;
    }

    .Ahr-Property-Listing .tab-content .tab-pane-heading {
        padding: 0 10px;
    }

    .Ahr-Property-Listing .tab-pane-heading-subdiv {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .tab-pane-heading-subdiv .right-content.ml-auto {
        width: 100%;
        margin-top: 10px;
    }

        .tab-pane-heading-subdiv .right-content.ml-auto .btn {
            width: 100%;
            margin-top: 10px;
        }

    .dataTables_paginate.paging_simple_numbers {
        justify-content: center;
    }

    .ax-box .ax-boxright {
        width: 100%;
        padding: 25px 15px;
    }

    .dropdown.EditActionmenu-left .btn.dropdown-toggle {
        margin-right: 0 !important;
        background: #ddd !IMPORTANT;
    }

    .dropdown.EditActionmenu-left .btn {
        margin-right: 0 !important;
    }

    .router-view label {
        display: inline-flex;
        margin-bottom: 0;
        align-content: center;
        line-height: 30px;
    }

    .modal-body {
        max-height: 450px;
        overflow-y: auto;
    }

    .page-tite {
        display: block;
    }

        .page-tite .btn {
            margin-top: 10px;
            width: 100%;
        }

    .trainingSessionBox .CapacitySeatAvailability {
        flex-direction: column;
    }

        .trainingSessionBox .CapacitySeatAvailability .SeatAvailability {
            margin-right: 0;
            margin-bottom: 0px;
            width: 100%;
        }

    .SeatAvailability.col-md-2.text-center .btn {
        margin-left: 0;
    }

    .trainingSessionBox .ts-Capacity {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .divAcHPNumberchild {
        display: block;
    }

    .enviroment {
        right: 10px;
    }

    span.fa.fa-language {
        display: block;
    }

    #tableGridView_4043.dataTable th:last-child {
        display: table-cell;
    }

    #tableGridView_4043.dataTable td:last-child {
        display: table-cell;
    }

    .header_right_main {
        min-width: initial;
    }

    div#apply-information-sidebar .applyButton {
        width: 100%;
    }

    .dt-buttons {
        float: left;
        width: 100%;
    }

        .dt-buttons .dt-button {
            width: 100%;
            margin-bottom: 10px;
            margin-right: 0;
        }

    router-view .button_grid_table_d .dt-button {
        margin-right: 0;
        width: 100%;
    }

    ._hcidla-service-portal-header ._ul-menus-list li {
        max-width: 60%;
        font-size: 10px;
    }

    .dataTables_length {
        display: inline-block;
        margin-bottom: 10px;
    }

    .dataTables_filter {
        margin: 0;
        margin-right: 0;
        border-radius: 10px;
        box-shadow: none;
        background: transparent
    }

    .dataTables_length {
        border-radius: 0;
        width: auto;
        margin: 0;
        box-shadow: none;
        margin-bottom: 0;
        background: transparent
    }

    .card .card-header .card-header-title {
        max-width: 100%;
        text-align: left;
    }

    .Properties-status-div .title {
        font-size: 18px;
    }

    .Properties-status-div .AchrSiteAddress {
        font-size: 14px;
    }

    .property-marketing-flyer {
        margin-top: 10px;
        display: inline-block;
    }

    .card .card-header.uparrow, .card .card-header.downarrow {
        height: 55px;
    }

    .phone.ml-auto {
        margin-left: 0 !IMPORTANT;
        margin-top: 10px;
    }

    .property-list-main .phone-n-email {
        flex-flow: column;
    }

    .property-list-main .property-content {
        padding: 15px 15px;
        font-size: 14px;
    }

    .dropdown-menu.btnMoreOptionfilter:last-child li.dropdown-custome.text-center {
        padding: 10px !important;
    }

    .dataTables_length .dt-buttons {
        width: 100%;
        margin-bottom: 10px;
    }

        .dataTables_length .dt-buttons .btn {
            width: 100%;
            margin-right: 0;
        }

    .aahrproject .main-banner .disableApartments ul.ul-list li.Noaccount {
        font-size: 16px;
    }

    .create-box .acc-box {
        margin-bottom: 15px;
    }

    .text-center.mt-auto .btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0 0 20px 20px;
        padding: 15px;
    }

    .create-box .acc-box .vx-card {
        padding: 15px;
        border-radius: 20px;
        padding-bottom: 52px;
    }

    .create-box .title {
        margin: 0px 0 25px 0px;
    }

    /*._hcidla-service-portal-footer ._footer-logo {
            padding: 15px 15px;
            text-align: center;
        }*/

    /*._hcidla-service-portal-footer ._address-contact-subscribe ._subscribe-button {
            padding: 12px 30px;
            margin: 15px auto;
        }*/

    /*._hcidla-service-portal-footer ._address-contact-subscribe ._add-cont li {
            width: 100%;
            text-align: center;
        }*/

    /*._hcidla-service-portal-footer ._address-contact-subscribe ._add-cont li span {
                padding: 10px 0;
                width: 100%;
                text-align: center;
                display: inline;
            }

        ._hcidla-service-portal-footer ._Leadership-SocialMedia ul.Opportunities-links li > a {
            padding: 5px;
            width: 100%;
            text-align: center;
            display: block;
        }

        ._hcidla-service-portal-footer ._Leadership-SocialMedia ul.Opportunities-links li {
            width: 50%;
            text-align: center;
        }

        ._hcidla-service-portal-footer ._Leadership-SocialMedia {
            background: #d8d8d8;
        }

            ._hcidla-service-portal-footer ._Leadership-SocialMedia ul._SocialMedia {
                margin: 20px auto 5px;
                padding: 20px 0 0 0;
                border-top: 1px solid rgba(0, 0, 0, 0.12)
            }

            ._hcidla-service-portal-footer ._Leadership-SocialMedia ul.Opportunities-links li:first-child {
                padding-left: 8px;
            }

                ._hcidla-service-portal-footer ._Leadership-SocialMedia ul.Opportunities-links li:first-child > a {
                    padding-left: 5px;
                }

        .hcidlas-Footer ._hcidla-service-portal-footer ._FooterCenterBtm ._Disclaimer {
            padding-right: 15px !important;
            text-align: center;
        }

        ._hcidla-service-portal-footer ._FooterCenterBtm ._FooterBtm ._rightsreserved span {
            display: inline-block;
            width: 100%;
            text-align: center;
        }

            ._hcidla-service-portal-footer ._FooterCenterBtm ._FooterBtm ._rightsreserved span span {
                display: inline-block;
                width: auto;
                text-align: center;
            }

        ._hcidla-service-portal-footer ._FooterCenterBtm ._FooterBtm ._rightsreserved {
            display: block;
            align-items: center;
        }

            ._hcidla-service-portal-footer ._FooterCenterBtm ._FooterBtm ._rightsreserved img._LAlogoBtm {
                width: 30px;
                margin-right: 10px;
                margin: 0px auto 10px;
            }*/

    .achp-logo {
        display: block;
    }

    .achp-logo-text {
        display: none;
    }


    /*datatable responsive css*/
    /*
    .dataTable td {
        display: none;
    }

        .dataTable td:first-child {
            display: table-cell;
        }

        .dataTable td:nth-child(2) {
            display: table-cell;
        }

        .dataTable td:nth-child(3) {
            display: table-cell;
        }

    .dataTable th {
        display: none;
    }

        .dataTable th:first-child {
            display: table-cell;
        }

        .dataTable th:nth-child(2) {
            display: table-cell;
        }

        .dataTable th:nth-child(3) {
            display: table-cell;
        }*/

    .pagination li.paginate_button a {
        padding: 0.5rem 0.5rem;
    }

    .dataTables_info {
        text-align: left;
        margin-bottom: 10px;
    }

    div#cardView_4047 {
        margin: 0 !IMPORTANT;
    }

    .dataTables_length {
        width: 100%;
    }

    .card .dataTables_length select.form-control {
        width: 30%;
    }

    .card .dataTables_length label {
        justify-content: start;
        margin-bottom: 0;
        margin-right: 0;
        width: 100%;
        display: flex;
        vertical-align: middle;
        line-height: 30px;
    }

    .dataTables_filter {
        float: none !important;
        display: inline-block !important;
        width: 100% !important;
        text-align: left;
    }

    .datatables_searchDiv {
        display: inline-flex;
        width: 100%;
        margin-bottom: 10px;
    }

    .dataTables_filter input.form-control.input-sm {
        margin-left: 0 !important;
        width: 100%;
    }

    .datatables_searchDiv .btn {
        margin: 0 !important;
        margin-left: -5px !important;
    }

    .card .card-header .card-header-title {
        font-size: 16px;
    }

    .card .dataTables_paginate.paging_simple_numbers {
        justify-content: space-around;
    }

    span.fa.fa-language {
        display: block;
    }

    .goog-te-gadget .goog-te-combo {
        padding: 2px 2px 2px 35px !important;
    }



    .Header_helpButon {
        font-size: 0px !important;
        width: auto;
    }

        .Header_helpButon:before {
            padding-right: 0;
        }

    .SignLogin a {
        padding: 2px 10px;
    }

        .SignLogin a:last-child {
            padding-left: 0px;
        }

    .table td, .table th {
        padding: 5px 5px !important;
    }

    .col-xs-12.col-md-12.col-md-offset-0 .col-12 {
        padding: 0;
    }

    .wizard > .steps > ul > li {
        width: 50%;
    }


    .router-view #tableGridView_4053 .btn {
        width: 100%;
        margin-right: 0;
        font-size: 10px;
        padding: 2px;
    }

    .col-xs-12.col-md-12.col-md-offset-0 section .card.penal-details.backgroundwhite.dataTable-changes {
        margin-right: 0;
        margin-left: 0;
    }

    .property-list-main .property-list-child .property-image .responsive-img {
        width: 100%;
    }

    .center-page-container .garyboxbg {
        padding: 10px;
    }

    .PropertyRegistration .tab-pane .control-label.required-label {
        display: inline-block;
    }

    .center-page-container .PropertyRegistration .custom-control-label {
        font-weight: normal;
    }

    #frmSignup .control-label {
        display: block;
        text-align: left;
    }

    #frmSignup legend {
        display: block;
        text-align: left;
    }

    #divTermsNCondn label.custom-control-label {
        display: inline-block;
    }
    /*  #divGridView_HRMApplication form #tableGridView_HRMApplication thead th:nth-child(3) {
        display: none;
    }

    #divGridView_HRMApplication form #tableGridView_HRMApplication tbody td:nth-child(3) {
        display: table-cell;
    }*/
    #tableGridView_HRMApplication_length .card .dataTables_length label {
        flex-direction: column;
        margin-bottom: 10px;
    }

    div#cardView_HRMApplication {
        box-shadow: none;
    }

    div#divGridView_HRMApplication {
        padding: 0;
    }

    #tableGridView_HRMApplication.table td, .table th {
        padding: 5px 2px !important;
    }
}

@media (max-width: 360px) {
    .router-view .dropzone .dz-default.dz-message {
        height: 79px;
    }

    ._custome-header .achp-logo img {
        width: auto;
        display: inline-block;
        vertical-align: top;
        height: 100%;
        border-radius: 5px;
    }

    .SignLogin {
        min-width: 85px;
        margin: 0 4px;
        align-items: flex-start;
        margin-right: 0;
    }

        .SignLogin a {
            border-right: 0;
            margin-left: 0;
            padding-left: 5px;
            padding-right: 1px;
        }

            .SignLogin a:last-child {
                padding-left: 5px;
            }

    ._custome-header .achp-logo {
        left: 47px;
        top: 8px;
        height: 30px;
        width: 30px;
        padding: 1px;
    }

    .Header_helpButon {
        margin-left: 5px;
        margin-right: 5px;
    }

    .header_right_main {
        align-items: center;
    }

    div#user-account-btn font {
        max-width: 110px;
        display: inline-block;
        /* overflow: hidden; */
    }

    ._hcidla-service-portal-footer ._address-contact-subscribe ._subscribe-button font {
        white-space: normal;
    }

    .SignLogin {
        max-width: 125px;
        line-height: 14px;
        flex-direction: column;
    }

    .wizard .nav.nav-tabs li.wizard-item a span.round-tab {
        font-size: 10px;
        padding: 10px 0 8px;
        height: 60px;
    }

    .MyAccountclass a.BackDashboard {
        top: 4px;
    }

    .login-page-title {
        font-size: 24px;
    }

    .export-group.DownloadGridResult.d-flex {
        padding: 0 15px;
        margin-bottom: 10px;
        display: inline-block !important;
    }

    .PropertySearch-main .DownloadGridResult button {
        margin-right: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .card .card-header .card-header-title {
        font-size: 14px;
    }

    /* .dataTable td:nth-child(3) {
        display: none;
    }

    .dataTable th:nth-child(3) {
        display: none;
    }*/


    .pagination li.paginate_button a {
        padding: 0.5rem 0.4rem;
    }

    table#DataTables_Table_FileList_PILTA td {
        word-break: break-word;
    }

    .WFTitle {
        padding-right: 0;
        margin-bottom: 15px;
    }

    ul.quick-action-link {
        margin-left: 0;
    }

    .print_button_app_d .btn.btn-primary.applyButton.noprint.mr-2 {
        margin-left: 0 !important;
    }
}

@media (max-width: 320px) {
    span.fa.fa-language {
        display: block;
    }

    .router-view .dropzone .dz-default.dz-message {
        height: 70px;
    }

    ._custome-header .achp-logo {
        left: 47px;
        top: 8px;
    }

    a.Accountbtn {
        font-size: 12px;
        padding: 3px 15px !important;
    }

    .SignLogin {
        max-width: 125px;
        line-height: 14px;
    }

        .SignLogin a {
            font-size: 12px;
            white-space: normal;
        }

    .router-view .dataTables_wrapper .table .btn {
        padding: 2px;
        font-size: 12px;
        overflow-wrap: normal;
    }
}
/***** KD Responsive design CSS ends ******/
@media screen and (min-width: 991px) {
    ._custome-header ._nav-list {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1260px) {
    ._custome-header ._nav-list {
        padding-left: 0px;
    }
}

@media screen and (max-width: 991px) {
    .language_div select {
        font-size: 0px !important;
        width: 56px;
    }
}

:focus, .custom-control-input:focus ~ .custom-control-label::before, .custom-control-input:active ~ .custom-control-label::before, .modal:focus .modal-content {
    box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #396196, 0 0 4px 8px #F9F9D1 !important;
    -webkit-box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #396196, 0 0 4px 8px #F9F9D1 !important;
    -moz-box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #396196, 0 0 4px 8px #F9F9D1 !important;
    outline: 2px solid transparent !important;
}

.hide {
    display: none;
}

.SupportedBrowserButton {
    /*font-size: 15px;*/
    /*color: #fff;*/
    color: white;
    outline: none;
    padding: 6px 30px;
    border: 0;
    border-radius: 20px;
    background: #10354c;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: auto;
    min-width: 190.5px;
    letter-spacing: .5px;
    margin-bottom: 20px;
    /*font-weight: 400;*/
}

div#divdropdownmenu a:last-child {
    border-radius: 0px 0px 5px 5px;
}

div#divdropdownmenu {
    box-shadow: 1px 1px 4px rgba(119,119,119,0.6);
    border-radius: 4px;
}

a.btn.btn-primary.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle !important;
    content: "\f078" !important;
    border: 0 !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

div#divdropdownmenu:before {
    content: " ";
    position: absolute;
    top: -15px;
    right: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

/* hide logo
 -----------------------------------------------------------*/
.project-logo-img {
    display: none;
}

/* set correct positon of elements in a fieldset */
form[id=frmAddEditClient] fieldset,
form[name=frmSignup] fieldset,
form[name=frmMyAccount] fieldset {
    display: contents;
}

.ts-notes ul {
    margin-left: 18px;
}

.print_button_app_d.printOnlyDiv {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 45px;
}

    .print_button_app_d.printOnlyDiv .btn.btn-primary.applyButton.noprint.mr-2 {
        margin-right: 0;
        right: 0;
    }

/* remove X (clear) link from search input fields */
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;
}

.disable_click_event {
    pointer-events: none;
}

/* legend text bold */
.legend-bold {
    font-weight: bold !important;
}

/* decorates <li> as table-bordered */
.list-items li {
    padding: 8px 10px !important;
    border: 1px solid #dee2e6;
}

/*Special Class for Accessibility Need hide the none radio button*/
/*#ApplyforUnitfrm #stepper-step-2 .garyboxbg .form-group:first-child .fieldset-multi .col-md-12.p-0 .custom-controlcustom-radio .custom-control.custom-radio.mr-3:first-child {
    display: none;
}
.ActioModalBody #ApplyforUnitfrm .col-md-12 .row:first-child .col-md-12 .fieldset-multi .col-md-12 .d-flex.flex-wrap .custom-control.custom-radio.mb-2.mr-3:first-child {
    display: none;
}*/
/*Special Class for Accessibility Need hide the none radio button End*/
._hcidla-service-portal-header ._logolink img._hcidla-logo {
    margin: 5px 0 5px 15px !important;
}

._hcidla-service-portal-header ._user-action-menus ._navbarnav {
    padding-right: 15px !important;
}

nav.navclass.navbar.navbar-expand-lg.navbar-dark ul._nav-list.navbar-nav li.parentLI button.dropdown-toggle {
    white-space: normal !important;
}

.hcidlas-wrapper-body.marginbottom {
    padding-bottom: 80px;
}

label.custom-control-label.requiredS.FAUnderSignedclass::after {
    left: -27px;
    top: 0px;
}

label.custom-control-label.requiredS.FAUnderSignedclass {
    padding-left: 2px;
}

.requiredS.FAUnderSignedclass:after {
    margin-top: 5px;
    padding-left: 21px;
}

/* AAHR-253 */
.editable-vieworder {
    display: block !important;
}

.border-invisible {
    border: hidden;
}

/* AAHR-98 */

a.form-nav-btn {
    color: #006381 !important;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
}

    a.form-nav-btn:link, a.form-nav-btn:hover, a.form-nav-btn:active, a.form-nav-btn:visited {
        text-decoration: none !important;
    }

form#frmUserProfileNewPassword span.field-validation-error {
    display: inline-block !important;
}

    form#frmUserProfileNewPassword span.field-validation-error > span {
        color: #D10000;
    }

form#frmUserProfileNewPassword button.btn {
    padding: 5px 10px !important;
}

#global_nav_la_4324422 img.navbar-new-window-icon {
    height: 1.5em !important;
    filter: invert(100%);
    margin-bottom: .3em !important;
    margin-left: .3em !important;
}

@media (max-width: 767px) {
    #global_nav_la_4324422 img.navbar-new-window-icon {
        height: .8em !important;
        margin-left: -.5em !important;
        margin-bottom: 1em !important;
    }

    #global_nav_la_4324422-rightwrap > a {
        padding-left: .2em !important;
    }
}

.carousel-indicators li {
    text-indent: inherit;
    text-align: center;
    padding: 0px 0px;
    height: auto;
    width: auto;
    border-radius: 5px !important;
    border: 1px solid #9a9a9a;
    color: #777777;
    font-weight: 700;
    opacity: 1;
    background: #dedede;
}

    .carousel-indicators li button {
        text-indent: inherit;
        text-align: center;
        padding: 5px 12px;
        height: auto;
        width: auto;
        border-radius: 5px !important;
        border: 0px solid #9a9a9a;
        color: #777777;
        font-weight: 700;
        opacity: 1;
        background: #dedede;
    }

.carousel-indicators .active button {
    opacity: 1;
    background: #fff;
    color: #006381;
    font-weight: 700;
    border: 2px solid #006381;
}

.carousel-indicators {
    margin-bottom: 2px;
    bottom: 40px;
}

#global_nav_la_4324422 .cleanslate .sr-only {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    display: block !important;
}

#canceldiv {
    color: #AD0505 !important;
    border-color: #AD0505 !important;
}

    #canceldiv:hover {
        color: #fff !important;
        background-color: #AD0505 !important;
        webkit-box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3) !important;
        box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3) !important;
    }

    #canceldiv:focus {
        color: #fff !important;
        background-color: #AD0505 !important;
        webkit-box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3) !important;
        box-shadow: 0 8px 25px -8px rgba(198, 74, 48, 0.3) !important;
    }

img._right-arrow[alt="breadcrumb"] {
    display: none !important;
}

a#_myhousing_bcrumb {
    display: none !important;
}

.correction-Note-penal .correction-body .dateandname {
    align-items: baseline !important;
}

.correction-Note-penal .correction-body .dateandchild {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.correction-Note-penal .correction-body .namecorrection {
    font-size: 16px;
}

.correction-Note-penal .correction-body .timecorrection {
    font-size: 13px;
}

.correction-Note-penal .correction-body .spnPencilCorrectionNote,
.correction-Note-penal .correction-body .spnSaveCorrectionNote,
.correction-Note-penal .correction-body .spnDeleteCorrectionNote {
    color: #ff2020;
    font-size: 16px;
}

.correction-Note-penal .correction-body .qrCorrectionNotes {
    margin-bottom: 10px;
}

.FormDatePicker input.form-control.datepicker.hasDatepicker {
    border-radius: .25rem 0 0 .25rem;
}

.row.vertical-divider [class*='col-']:not(:last-child)::after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

.print-pmp-h3 {
    font-size: 1.20rem !important;
}

.divRegistrationNumber p.text-danger {
    margin-left: 216px !important;
}

/* Create Account Forms */
.summary-body-content {
    margin: 0 5%;
}

.summary-section-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: lightgray;
    padding: 15px 5%;
}

.ss-label {
    font-size: 19px !important;
    color: gray !important;
}

.ss-input {
    font-size: large;
    color: black;
    font-weight: bold;
}

.ss-checkbox {
    display: flex;
}

    .ss-checkbox .custom-control {
        padding-left: 0;
    }

.cursorOff {
    cursor: default;
}

.acctEdit {
    margin: 0 5%;
}

/*END Create Account Forms END */

/* AAHP-4345*/
.YellowHighLighted {
    background-color: yellow;
}

.beginSearch {
    position: absolute;
    right: 350px;
    top: -51px;
}

.beginSearch .btn {
    font-size: 14px;
}

table.dataTable tbody th.dt-body-center, table.dataTable thead th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center
}

@media screen and (max-width: 1261px) {
    .beginSearch {
        position: absolute;
        right: 10px;
        top: -48px;
    }
}

@media screen and (max-width: 700px) {
    .btnBeginSearchTxt {
        display: none;
        padding-left: -10px;
        padding-right: -20px;

    }
 
}

.position-relative {
    position: relative;
}

#divCollapseAll {
    position: absolute;
    top: 0;
    right: 15px;
}

.WLCDNotification {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: yellow !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-style: italic;
}

.thankyou-massage {
    color: #212529;
    background-color: #f1f9ff;
    padding: 14px 40px;
    line-height: normal;
    display: flex;
    border: 1px solid #0c4f88;
    align-items: center;
    justify-content: start;
    margin-bottom: 15px;
    border-radius: 4px;
}

.thankyou-info {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

    .thankyou-info > span:last-child {
        font-weight: 600;
        font-size: 18px;
        margin-top: 4px;
        text-transform: uppercase;
        color: #0c4f88;
    }

    .thankyou-info > span:first-child {
        font-weight: 500;
        font-size: 18px;
        color: #0c4f88;
    }

hide-acc-subscription {
    opacity: 0;
    height: 1px;
}

.spnDeleteAddedItems {
    color: #ff2020;
    font-size: 16px;
    cursor: pointer;
}

.Ahr-Property-Listing .vertical-tab-style .step-title h1 span:nth-last-child(2) {
    font-size: 21px;
}

@media screen and (max-width: 768px) {
    .beginSearch {
        position: absolute;
        right: 10px;
        top: -48px;
    }
}

.datepicker table tr td.day.focused {
    outline: #000 solid;
    background-color: yellow !important;
}
    .datepicker table tr td.day.focused.active {
        background-color: #EB0000 !important;
    }

.input-group-addon {
    padding: 6px;
    border: 1px solid #000;
    border-left: 0px;
    border-radius: 0 4px 4px 0;
    background: #fff;
}

.thankU {
    position: relative;
    text-align: center;
    background-color: #f1f8fe;
    border: 1px solid #296182;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 25px 0px;
    padding: 35px 0px;
    box-shadow: rgba(99,99,99, 0.2) 0px 2px 8px 1px;
}

    .thankU .tuImg img {
        width: 45px;
        height: 45px;
        position: relative;
    }

    .thankU .heading {
        color: #00647e;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        margin: 15px 0px;
    }

    .thankU .content p {
        color: #000;
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 17px;
    }

        .thankU .content p:first-child {
            padding-bottom: 3px;
        }

.tick-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 240px;
    opacity: 0.06;
}

.dataTables_wrapper .prop-mnu.dropdown-menu.show, .dataTables_wrapper .prop-mnu.dropdown-menu {
    right: 18px !important;
    left: 0px !important;
}