label.error {
    color: red;
    font-weight: normal;
}
input.error {
    background-color: #EED3D7;
    border: 1px solid red;
}
fieldset {
    border: none;
}
fieldset.admin-fields {
    border-top: 1px solid #899687;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #bec9bd;
}
.table-navi th {
    font-weight: normal;
}

.admin-table-scroll {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}

table.table:has(> thead.table-navi) {
    font-size: 12px;
    margin-bottom: 12px;
}

table.table:has(> thead.table-navi) thead.table-navi > tr > th {
    font-size: 11px;
    line-height: 1.25;
    padding: 4px 5px;
    vertical-align: top;
    max-width: 118px;
    min-width: 52px;
}

table.table:has(> thead.table-navi) thead.table-navi > tr > th.admin-table-actions {
    max-width: 82px;
    min-width: 72px;
    white-space: normal;
}

table.table:has(> thead.table-navi) thead.table-navi > tr > th a.tactive,
table.table:has(> thead.table-navi) thead.table-navi > tr > th a:not(.btn) {
    font-size: 11px;
    word-break: break-word;
}

table.table:has(> thead.table-navi) thead.table-navi > tr > th.nobr {
    max-width: none;
    white-space: nowrap;
}

table.table:has(> thead.table-navi) thead.table-navi > tr > th.nobr a {
    white-space: nowrap;
    word-break: normal;
}

table.table:has(> thead.table-navi) thead.table-navi .form-control {
    height: 24px;
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1.2;
    min-width: 0;
    width: 100%;
    max-width: 108px;
}

table.table:has(> thead.table-navi) thead.table-navi select.form-control {
    padding-right: 16px;
}

table.table:has(> thead.table-navi) thead.table-navi .input-group-sm > .form-control {
    max-width: none;
}

table.table:has(> thead.table-navi) thead.table-navi .owner-search-filters {
    max-width: 108px;
}

table.table:has(> thead.table-navi) thead.table-navi .owner-search-filters .input-group {
    margin-bottom: 3px !important;
}

table.table:has(> thead.table-navi) thead.table-navi .table-tri-yes-no {
    font-size: 10px !important;
    line-height: 1.2 !important;
}

table.table:has(> thead.table-navi) thead.table-navi .admin-table-filter-btn {
    display: block;
    width: 100%;
    margin: 0 0 4px;
    padding: 3px 6px;
    font-size: 11px;
    white-space: nowrap;
}

table.table:has(> thead.table-navi) thead.table-navi .admin-table-filter-btn:last-child {
    margin-bottom: 0;
}

table.table:has(> thead.table-navi) > tbody > tr > td {
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.35;
    vertical-align: top;
    word-break: break-word;
}

table.table:has(> thead.table-navi) > tbody > tr > td .btn {
    white-space: nowrap;
}

table.table:has(> thead.table-navi) thead.table-navi > tr > th {
    position: sticky;
    top: var(--admin-table-sticky-top);
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.08);
}

table.table:has(> thead.table-navi) > tbody > tr > td a:not(.btn):not(.js-admin-tog) {
    text-decoration: underline;
}
table.table:has(> thead.table-navi) > tbody > tr > td a:not(.btn):not(.js-admin-tog):hover,
table.table:has(> thead.table-navi) > tbody > tr > td a:not(.btn):not(.js-admin-tog):focus {
    text-decoration: underline;
}

a.js-admin-tog,
a.js-admin-tog:visited {
    color: inherit;
    text-decoration: none;
}
a.js-admin-tog:hover,
a.js-admin-tog:focus {
    color: inherit;
    text-decoration: none;
    opacity: 0.85;
}
a.js-admin-tog.is-on,
a.js-admin-tog.is-on:visited,
a.js-admin-tog.is-on:hover,
a.js-admin-tog.is-on:focus {
    color: #111;
    opacity: 1;
}

body.admin {
    --admin-table-sticky-top: 0;
    background-color: #F7F7F7;
}

body.admin .container.body {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

body.admin .main_container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
}

body.admin .container.body .col-md-3.left_col {
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 100%;
    height: auto;
    background: #2A3F54;
}

body.admin .left_col > .scroll-view {
    min-height: 100%;
    flex: 1 1 auto;
}

body.admin .right_col {
    flex: 1 0 auto;
    background: #F7F7F7;
    width: auto;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

body.admin.nav-md .container.body .right_col {
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
}

body.admin.nav-sm .container.body .right_col {
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
}

body.admin.nav-md .main_container .top_nav {
    width: calc(100% - 230px);
    min-width: calc(100vw - 230px);
    box-sizing: border-box;
}

body.admin.nav-sm .main_container .top_nav {
    width: calc(100% - 70px);
    min-width: calc(100vw - 70px);
    box-sizing: border-box;
}

@media (min-width: 992px) {
    body.admin.nav-md footer {
        margin-left: 230px;
        width: calc(100% - 230px);
        min-width: calc(100vw - 230px);
        box-sizing: border-box;
    }
}

body.admin.nav-sm footer {
    width: calc(100% - 70px);
    min-width: calc(100vw - 70px);
    box-sizing: border-box;
}

body.admin.modal-open .modal-backdrop {
    z-index: 12000 !important;
}
body.admin.modal-open .modal {
    z-index: 12010 !important;
}

.nav.side-menu > li > a .menu-icon-lead {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.nav.side-menu > li > a .menu-icon-lead::before,
.nav.side-menu > li > a .menu-icon-lead::after {
    content: '';
    position: absolute;
    border: 2px solid currentColor;
    box-sizing: border-box;
}
.nav.side-menu > li > a .menu-icon-lead::before {
    left: 5px;
    top: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.nav.side-menu > li > a .menu-icon-lead::after {
    left: 2px;
    top: 7px;
    width: 14px;
    height: 7px;
    border-top: none;
    border-radius: 0 0 8px 8px;
}
.nav-sm .nav.side-menu li a .menu-icon-lead {
    display: block;
    margin: 0 auto 5px;
    width: 26px;
    height: 22px;
    top: 0;
}
.nav-sm .nav.side-menu li a .menu-icon-lead::before {
    left: 8px;
    top: 1px;
    width: 10px;
    height: 10px;
}
.nav-sm .nav.side-menu li a .menu-icon-lead::after {
    left: 3px;
    top: 10px;
    width: 18px;
    height: 9px;
}

table.table.admin-mls-properties-table thead.table-navi > tr > th.admin-mls-col-icon,
table.table.admin-mls-properties-table > tbody > tr > td.admin-mls-col-icon {
    max-width: 34px;
    min-width: 28px;
    width: 30px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    white-space: nowrap;
    word-break: normal;
}

table.table.admin-mls-properties-table thead.table-navi > tr > th.admin-mls-col-icon .fa,
table.table.admin-mls-properties-table > tbody > tr > td.admin-mls-col-icon .fa {
    font-size: 11px;
}

table.table.admin-mls-properties-table .js-mls-listing-fav,
table.table.admin-mls-properties-table .js-mls-listing-order,
table.table.admin-mls-properties-table .js-mls-listing-photo {
    display: inline-block;
    line-height: 1;
}

table.table.admin-mls-properties-table .js-mls-listing-fav i,
table.table.admin-mls-properties-table .js-mls-listing-order i,
table.table.admin-mls-properties-table .js-mls-listing-photo i {
    font-size: 11px;
}

table.table.admin-mls-properties-table thead.table-navi > tr > th.admin-mls-col-mls,
table.table.admin-mls-properties-table > tbody > tr > td.admin-mls-col-mls {
    min-width: 108px;
    max-width: 150px;
    white-space: nowrap;
    word-break: normal;
}

table.table.admin-mls-properties-table thead.table-navi > tr > th.admin-mls-col-street,
table.table.admin-mls-properties-table > tbody > tr > td.admin-mls-col-street {
    min-width: 168px;
    max-width: 260px;
    word-break: normal;
    overflow-wrap: normal;
}

table.table.admin-mls-properties-table thead.table-navi > tr > th.admin-mls-col-agent,
table.table.admin-mls-properties-table > tbody > tr > td.admin-mls-col-agent {
    min-width: 132px;
    max-width: 220px;
    word-break: normal;
    overflow-wrap: normal;
}

table.table.admin-mls-properties-table thead.table-navi > tr > th.admin-mls-col-company,
table.table.admin-mls-properties-table > tbody > tr > td.admin-mls-col-company {
    min-width: 132px;
    max-width: 240px;
    word-break: normal;
    overflow-wrap: normal;
}

table.table.admin-mls-properties-table > tbody > tr > td.admin-mls-col-agent .mls-list-agent-cell__name {
    word-break: normal;
    overflow-wrap: normal;
}

@media (max-width: 767px) {
    table.table.admin-mls-properties-table thead.table-navi > tr > th.admin-mls-col-street,
    table.table.admin-mls-properties-table > tbody > tr > td.admin-mls-col-street {
        min-width: 120px;
    }

    table.table.admin-mls-properties-table thead.table-navi > tr > th.admin-mls-col-agent,
    table.table.admin-mls-properties-table > tbody > tr > td.admin-mls-col-agent,
    table.table.admin-mls-properties-table thead.table-navi > tr > th.admin-mls-col-company,
    table.table.admin-mls-properties-table > tbody > tr > td.admin-mls-col-company {
        min-width: 100px;
    }
}
