﻿/*BOOTSTRAP OVERRIDE*/
html, body {
    height: 100%;
}

body {
    font-size: 13px;
    color: #333;
    font-family: "Trebuchet MS";
    /*padding-bottom: 20px;*/
}

h1, h2, h3, h4, h5 {
    font-family: 'PT Sans Narrow', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    color: #383838;
}

    h3.popover-header {
        font-size: 1.1rem;
        color: #505050;
    }

    h4.position-static > * {
        font-weight: initial;
    }

hr {
    margin-bottom: 12px;
    margin-top: 12px;
}

h6 {
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight: bold;
}

h6 {
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    /*font-size: 18px;*/
    /*margin: 0 -15px 15px -15px;
    padding: 15px;
    background: #fefefe;*/
}

.h3, h3 {
    font-size: 1.55rem;
}

h4.page-heading {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0.8rem;
}

    h4.page-heading .tt-menu {
        font-family: "Trebuchet MS";
    }

h1 {
    font-size: 26px;
    margin-bottom: 0px;
}

    h1 small {
        font-size: 17px;
    }

    h1.deceased {
        color: #993300;
    }

label {
    margin-bottom: 3px;
}

.pre-wrap {
    white-space: pre-wrap;
}

.tooltip-inner {
    white-space: pre-wrap;
}
    .tooltip-inner.image-tooltip-inner {
        min-width: max-content;
    }

.col.animated {
    -webkit-animation-fill-mode: backwards !important;
    animation-fill-mode: backwards !important;
}

.menu-backdrop {
    width: 0;
    height: 0;
}

.menu-open .menu-backdrop {
    background: rgba(60, 60, 60, 0.79);
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    z-index: 10;
}

.menu-open .container-fluid.body-content {
    filter: blur(2px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.menu-open .alc-header {
    filter: blur(2px);
}

.no-text {
    color: #9c9c9c;
    text-decoration: none;
    cursor: default;
}

.noti-container {
    display: inline-block;
    padding: 0;
}

    .noti-container .item, .noti-container p {
        display: inline-block;
        color: #343434;
        text-decoration: none;
        position: relative;
    }

        .noti-container .item > i {
            font-size: 18px;
        }

        .noti-container .item > span {
            font-size: 14px;
            line-height: 13px;
            font-family: 'PT Sans Narrow', sans-serif;
            border-radius: 15px;
            background: rgba(67, 67, 67, 1);
            color: #fff;
            padding: 1px;
            position: absolute;
            top: -5px;
            left: -7px;
            z-index: 1;
            display: inline-block;
            font-size: 10px;
            width: 16px;
            text-align: center;
        }

        .noti-container p.pipe {
            padding: 0 2px;
            margin: 0;
            line-height: 13px;
            font-size: 18px;
            color: #929292;
        }

.popistatus {
    font-size: 17px;
    line-height: 17px;
    vertical-align: middle;
    cursor: pointer;
}

    .popistatus.greenpopi {
        color: #28a745;
    }

    .popistatus.orangepopi {
        color: #ffa549;
    }

    .popistatus.redpopi {
        color: #d9534f;
    }

.strikeout {
    text-decoration: line-through;
    /* color: #d9534f !important; */
}

.marked .no-text {
    color: #1b6745;
    text-decoration: none;
    cursor: default;
}

.equal-height-row {
    display: flex;
}

    .equal-height-row [class^="col-"] {
        display: flex;
        flex-direction: column;
    }

        .equal-height-row [class^="col-"] > * {
            flex: 1;
        }

.row.grey {
    background: #f6f6f6;
}

.card {
    border-radius: 0px;
}

.form-group {
    margin-bottom: 10px;
}

    .form-group.multi-input input, .form-group.multi-input select {
        margin-bottom: 10px;
    }

.modal h4 {
    padding-top: 10px;
}

.modal-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-title {
    color: #FFF;
    text-transform: uppercase;
}

a {
    color: #428bca;
}

    a.no-sort {
        color: #333;
    }

        a.no-sort:hover {
            text-decoration: none;
        }

.hide-menu .alc-header {
    margin-left: 0px;
}

.hide-menu .main-menu {
    width: 0;
    display: none;
}

.hide-menu .container-fluid.body-content {
    margin-left: 0;
}

.info-bubble {
    font-size: 14px;
    cursor: default;
    line-height: 19px;
    vertical-align: middle;
}

li.page-item button {
    cursor: pointer;
}

.tablet {
    display: none;
}

.tooltip-inner {
    background-color: #333;
}

    .tooltip-inner h6 {
        color: #FFF;
    }

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #333 !important;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #333 !important;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #333 !important;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #333 !important;
}

.tooltip.table-tooltip .tooltip-inner {
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    white-space: normal !important;
}

small, .small {
    font-size: 85%;
    font-weight: normal;
}

    span.has-danger-message, small.has-danger-message {
        color: #d9534f;
    }

.card.collapseable {
    margin-top: 15px;
    border-radius: 6px;
}

    .card.collapseable .card-header {
        text-transform: uppercase;
        cursor: pointer;
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

        .card.collapseable .card-header.collapsed {
            border-bottom: none;
        }

i.more-less.fa {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 20px;
    line-height: 21px;
    color: #3fa97a;
    cursor: pointer;
    padding: 10px;
}

i.collapse-action {
    font-size: 17px;
    vertical-align: text-bottom;
    color: #3fa97a;
    cursor: pointer;
    display: inline-block;
    padding-left: 5px;
}

.card.collapseable.disabled {
    color: #909090;
    background: rgba(242, 242, 242, 1);
    border-color: #eaeaea;
    cursor: default;
}

    .card.collapseable.disabled .card-header {
        cursor: default;
    }

    .card.collapseable.disabled i.more-less {
        color: #b7b7b7;
    }

.form-group {
    position: relative;
}

.form-inline > .form-control {
    margin-right: 5px;
}

.input-group-addon {
    border-radius: 2px 0px 0px 2px;
}

.input-group .input-group-addon i {
    font-size: 12px;
}

.input-group-append .btn {
    padding: 2px 8px;
    font-size: 13px;
    height: 30px;
}

    .input-group-append .btn i {
        font-size: 13px;
    }

.btn-group > .btn, .btn-group-vertical > .btn {
    /*position: initial;*/
}

span.heading-addon {
    font-weight: normal;
    font-size: 12px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 3000;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 3000;
}

.bootstrap-datetimepicker-widget button[data-action] {
    min-width: auto !important;
    width: auto !important;
}

span.custom-control-description {
    vertical-align: bottom;
    line-height: 23px;
}

.par-content .row label.custom-control.custom-checkbox {
    /*display: block;*/
    margin: 0;
    margin-left: -15px;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #333;
}

.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #333333;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #333333;
}

.alert {
    border-radius: 6px;
    border: none;
}

    .alert.alert-secondary {
        background: #f6f6f6;
    }

    .alert.small-alert {
        padding: 8px;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }

        .alert.small-alert p {
            margin-bottom: 5px;
        }

.alert-alc {
    color: #ffffff;
    background-color: #3fa97b;
    border-color: #2c8b62;
}

.alert-wrapper {
    padding: 15px;
}

    .alert-wrapper .alert {
        margin-bottom: 0;
    }

.alert.alert-primary h6 {
    color: #004085;
    font-size: 14px;
}

div.msg-title {
    font-size: 16px;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
    padding-bottom: 5px;
    display: inline-block;
    letter-spacing: 0.4px;
}

.main-alert.alert {
    border-radius: 6px;
    width: 70%;
    box-shadow: 0px 3px 6px 0px rgba(35, 35, 35, 0.25);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(35, 35, 35, 0.25);
}

.custom-control-label::before, .custom-control-label::after {
    top: 2px;
}

.btn {
    cursor: pointer;
    font-family: "Trebuchet MS";
}

    .btn.btn-link {
        line-height: 19px;
        font-size: 13px;
        color: #428bca;
    }

    button:focus, .btn:focus, button:active, .btn:active {
        outline: 0 !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .btn.btn-alc.dropdown-toggle {
        /*font-size: 17px;
        line-height: 17px;*/
    }

        .btn.btn-alc.dropdown-toggle::after {
            /*font-size: 18px;
            margin-top: -3px;*/
        }

.unselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.btn-feedback {
    background-color: #424242 !important;
    color: white !important;
}

    .btn-feedback .fa {
        margin-right: 5px;
    }

a.btn-icon {
    color: #333;
    font-size: 16px;
    padding: 4px;
}

.well-white {
    padding: 10px;
    background: white;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
}

.paging-right {
    text-align: right;
}

    .paging-right input {
        width: 60px;
        display: inline;
    }

.page-item .page-link {
}

.page-item.active .page-link {
    background-color: #888;
    border-color: #888;
    /*background-color: #016027;
    border-color: #016027;*/
    cursor: default;
}

.version-container {
    position: absolute;
    bottom: 0;
}

.version-text {
    font-size: 11px !important;
}

.dropdown-menu {
    padding: 0;
    line-height: 13px;
    font-size: 13px;
    border-radius: 6px;
    padding: 0;
    border: none;
    box-shadow: 0px 6px 18px 2px rgb(0 0 0 / 14%), 0px 2px 11px 0px rgb(0 0 0 / 12%), 0px 13px 17px -5px rgb(0 0 0 / 25%);
}

    .dropdown-menu .dropdown-divider {
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-family: "Trebuchet MS";
        padding: 10px;
        color: initial;
        text-align: initial;
        white-space: nowrap;
        color: #428bca;
    }

        .dropdown-menu .dropdown-item:first-child {
            border-radius: 6px 6px 0px 0px;
        }

        .dropdown-menu .dropdown-item:last-child {
            border-radius: 0px 0px 6px 6px;
        }

        .dropdown-menu .dropdown-item:only-child {
            border-radius: 6px 6px 6px 6px;
        }

        .dropdown-menu .dropdown-item.disabled {
            color: #6c757d;
            pointer-events: none;
            background-color: #f3f3f3;
            cursor: not-allowed;
        }

    .dropdown-menu .dropdown-header {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        color: #999;
        display: block;
        width: 100%;
        clear: both;
        background: 0;
        border: 0;
        font-family: "Trebuchet MS";
        cursor: default;
        text-align: left;
        padding: 10px 10px 0px 10px;
    }

    .dropdown-menu a.dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #3fa97b;
    }


table.table-striped tbody tr:nth-of-type(odd) td {
    background: #f6f6f6;
}

table.table-striped tbody tr:nth-of-type(odd):hover td, table.table-striped tbody tr:hover td {
    background: #e8e8e8;
}

table.table.table-borderless.alc-table-slide {
    margin-top: 15px;
}

table.table-borderless.alc-table-slide td.col-6, table.table-borderless.alc-table-slide th.col-6 {
    border: none;
    padding-top: 0 !important;
}

.tooltip {
    font-size: 11px;
    z-index: 9999;
}

.progress-bar {
    background-color: #3fa97b;
}

label {
    font-weight: bold;
    font-family: "Trebuchet MS";
    display: block;
}

.form-check {
    vertical-align: middle;
    line-height: 22px;
}

    .form-check label {
        font-weight: normal;
    }

.form-check-input:only-child {
    vertical-align: top;
}

.form-control {
    padding: 5px;
    border-radius: 4px;
}

input[type=text], input[type=password], input[type=email], input[type=number], select {
    max-height: 30px !important;
    font-size: 13px !important;
    font-family: "Trebuchet MS";
    border-radius: 4px;
    background: #FFF;
}

input.form-control-plaintext {
    padding-top: 0;
    padding-bottom: 0;
}

input.form-control, textarea.form-control {
    color: #525252;
    border-radius: 4px;
}

    input.form-control::-webkit-input-placeholder, input.form-control::placeholder, input.form-control::-ms-input-placeholder, input.form-control:-ms-input-placeholder, textarea.form-control::-webkit-input-placeholder, textarea.form-control::placeholder, textarea.form-control::-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
        color: #9e9e9e;
        font-size: 12px;
        letter-spacing: 0.2px
    }

.form-control::-webkit-input-placeholder {
    color: #9e9e9e;
    font-size: 12px;
    letter-spacing: 0.2px
}

.input-group-text {
    line-height: 16px;
    height: 30px !important;
    font-size: 13px !important;
}

textarea {
    font-size: 13px !important;
    font-family: "Trebuchet MS";
}

.input-group-addon {
    height: 30px;
    vertical-align: bottom;
    line-height: 30px;
    font-size: 17px;
    padding-right: 5px;
}

.datepicker .input-group-append {
    height: auto;
    display: flex;
    height: 30px;
}

.input-group.date.datepicker input.form-control.form-control-danger {
    margin-bottom: 10px;
}

span.has-danger.form-control-feedback {
    position: relative;
    padding: 2px 4px;
    background: #d9534f;
    color: #fff !important;
    font-size: 11px;
    line-height: 17px;
    border-radius: 0px;
    z-index: 99;
    margin-top: -1px;
    display: inline-block;
    border-radius: 0px 0 5px 5px;
    margin-bottom: 5px;
    /*box-shadow: 1px 2px 9px rgb(0 0 0 / 33%);*/
}

    span.has-danger.form-control-feedback:after {
        display: none;
        content: '';
        position: absolute;
        top: -5px;
        left: 10px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #c77;
    }

span.validationMessage.has-danger.form-control-feedback {
    border-radius: 5px;
}

.input-group span.has-danger.form-control-feedback {
    position: absolute;
    bottom: -25px;
}

span.form-text.danger {
    color: #d9534f;
}

.hide-error span.has-danger.form-control-feedback.fadeInDown.animated {
    display: none;
}

/*END BOOTSTRAP OVERRIDE*/
.global-overlay-loader {
}



.modal.slide-panel .list-group.alc-list-group {
}

    .modal.slide-panel .list-group.alc-list-group .list-group-item {
        padding: 10px 15px;
    }

        .modal.slide-panel .list-group.alc-list-group .list-group-item a {
            line-height: 19px;
            width: 100%;
            display: block;
        }

        .modal.slide-panel .list-group.alc-list-group .list-group-item.active {
            background: #f9f9f9;
        }

        .modal.slide-panel .list-group.alc-list-group .list-group-item a .fa {
            display: none;
        }

        .modal.slide-panel .list-group.alc-list-group .list-group-item.active a .fa {
            display: block;
            float: right;
            line-height: 18px;
            font-size: 16px;
        }

    .modal.slide-panel .list-group.alc-list-group.large {
    }




        .modal.slide-panel .list-group.alc-list-group.large li:first-child {
            border-top: 0px;
        }


        .modal.slide-panel .list-group.alc-list-group.large li:hover {
            background: #f9f9f9;
        }


        .modal.slide-panel .list-group.alc-list-group.large span.item-heading {
            font-size: 16px;
            margin-bottom: 15px;
            display: block;
            width: 100%;
        }

        .modal.slide-panel .list-group.alc-list-group.large p.item-container {
            display: block;
            width: 100%;
        }

            .modal.slide-panel .list-group.alc-list-group.large p.item-container:last-child {
                margin-bottom: 0px;
            }

            .modal.slide-panel .list-group.alc-list-group.large p.item-container label {
                display: block;
                margin-bottom: 0px;
            }

    .modal.slide-panel .list-group.alc-list-group.odds .list-group-item:nth-child(even) {
        background: #f1f1f1
    }

    .modal.slide-panel .list-group.alc-list-group.odds .list-group-item:nth-child(odd) {
        background: #FFF
    }

    .modal.slide-panel .list-group.alc-list-group.large li:hover {
        background: #f7f7f9 !important;
    }

.no-padding {
    padding: 0 !important;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-bottom {
    padding-bottom: 0 !important;
}

.no-pad-right {
    padding-right: 0px;
}

.no-mar-bottom {
    margin-bottom: 0 !important;
}

.mar-top {
    margin-top: 5px;
}

.mar-bottom {
    margin-bottom: 5px;
}

.hidden {
    display: none;
}

.list-group.condensed .list-group-item {
    padding: 7px 10px;
}

.badge {
    vertical-align: middle;
}

    .badge.badge-primary {
        background: #40a97b;
        color: #FFF;
    }

    .badge.badge-orange {
        background: #d2603c;
        color: #FFF;
    }

    .badge.badge-champaign {
        background: #ad887b;
        color: #FFF;
    }

    .badge.badge-purple {
        background: #525986;
        color: #FFF;
    }

    .badge.badge-teal {
        background: #26A69A;
        color: #FFF;
    }

    .badge.badge-info {
        background: #438bca;
        color: #FFF;
    }

    .badge.badge-secondary {
        font-size: 12px;
        background: #6b6b6b;
        margin-top: 3px;
        margin-right: 2px;
        margin-bottom: 3px;
        padding: 5px;
    }

        .badge.badge-secondary a {
            color: #FFF;
        }

        .badge.badge-secondary.light {
            background: #e4e4e4;
            color: #3c3c3c;
        }

            .badge.badge-secondary.light a {
                color: #3c3c3c;
            }

    .badge.reminder {
        font-size: 11px;
        padding: 5px;
    }

.ensuite-badge {
    display: inline-block;
    margin-top: 5px;
}

    .ensuite-badge a .fa {
        font-size: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }

.tag-holder .badge.badge-secondary {
    margin-bottom: 3px;
    margin-right: 2px;
}

    .tag-holder .badge.badge-secondary > a {
        font-size: 16px;
        vertical-align: middle;
        margin-left: 3px;
    }

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }

/* Modal */
.modal-content {
    border: 0px solid transparent;
    border-radius: 10px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.modal-header {
    background: #3fa97b;
    color: #fff;
}

    .modal-header button.close {
        font-size: 24px;
        color: #fff;
        opacity: 1;
        cursor: pointer;
    }

        .modal-header button.close:hover {
            opacity: 0.8;
        }

    .modal-header a.close-modal {
        font-size: 16px;
        color: #fff;
    }

.bootbox.modal .modal-header {
    display: block;
}

    .bootbox.modal .modal-header h4.modal-title {
        font-size: 1.25rem;
        padding-top: 0;
    }

    .bootbox.modal .modal-header button.bootbox-close-button {
        display: block;
        background: transparent;
        opacity: 1;
        color: #fff;
        font-size: 24px;
        line-height: 58px;
        padding: 0;
        padding-right: 17px;
    }

.modal-dialog.fixed,
.modal-dialog.fixed .modal-content {
    /* 80% of window height */
    height: 90%;
}

    .modal-dialog.fixed .modal-body {
        /* 100% = dialog height, 120px = header + footer */
        max-height: calc(100% - 120px);
        overflow-y: scroll;
    }

#main-view-map {
    min-height: 400px !important;
}

.map-container {
    position: relative;
}

.map-data {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.67);
    padding: 5px;
    width: 160px;
    font-size: 10px;
}

.form-group.scroll-filter {
    max-height: 125px;
    overflow-x: auto;
    padding: 4px;
    border: 1px solid #ced4da;
    border-radius: 2px;
    background: #ffffff;
    border-radius: 4px;
}

.modal-backdrop.show {
    opacity: .6;
}

.modal-dialog.large {
    max-width: 750px;
}

.modal-dialog.medium {
    max-width: 680px;
}

.modal-dialog.xlarge {
    max-width: 950px;
}

.modal-dialog.full-width {
    max-width: 85%;
}

.modal-dialog.fixed-body .modal-body {
    max-height: calc((100vh - (1.75rem * 2)) - 63px);
    overflow-y: auto;
}

.modal-dialog.fixed-body.with-footer .modal-body {
    max-height: calc((100vh - (1.75rem * 2)) - 120px);
    overflow-y: auto;
}

.modal.slide-panel {
    padding-right: 0 !important;
    right: 0 !important;
    left: auto;
    top: 0;
    border-radius: 0;
    /*opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);*/
    width: 100%;
}

    .modal.slide-panel .modal-header button.close {
    }

    .modal.slide-panel .modal-dialog {
        width: 100%;
        max-width: 80%;
        padding: 0;
        margin: 0;
        height: 100%;
        float: right;
        transition: none !important;
    }

        .modal.slide-panel .modal-dialog.half-panel {
            max-width: 50%;
        }

        .modal.slide-panel .modal-dialog.small-panel {
            max-width: 30%;
        }

        .modal.slide-panel .modal-dialog.large-panel {
            max-width: 90%;
        }

    .modal.slide-panel .modal-content {
        border-radius: 0;
        border-top: 0;
        border-bottom: 0;
        height: 100%;
        position: relative;
        overflow-y: auto;
        /*box-shadow: 0px 0px 20px 0px #404040;*/
    }

        .modal.slide-panel .modal-content .modal-header {
            position: absolute;
            width: 100%;
            background: #40a97b;
            border-bottom: 1px solid #3e9c72;
            min-height: 61px;
            border-radius: 0;
        }

            .modal.slide-panel .modal-content .modal-header .modal-title {
                text-transform: uppercase;
                font-size: 18px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #FFF;
                letter-spacing: 0.6px;
                word-spacing: 0.6px;
            }

            .modal.slide-panel .modal-content .modal-header .btn.btn-alc {
                float: right;
            }


        .modal.slide-panel .modal-content .modal-body {
            width: 100%;
            position: absolute;
            top: 61px;
            bottom: 61px;
            overflow-y: auto;
            padding: 0px;
        }

            .modal.slide-panel .modal-content .modal-body > .row, .modal.slide-panel .modal-content .modal-body .row.full-height {
                height: 100%;
                margin: 0 auto;
            }

            .modal.slide-panel .modal-content .modal-body .row div.slide-col {
                border-right: 1px solid #eceeef;
                padding-top: 15px;
                padding-bottom: 15px;
                overflow-y: auto;
                position: relative;
                height: 100%;
            }



                .modal.slide-panel .modal-content .modal-body .row div.slide-col .form-group:last-child {
                    /*margin-bottom: 0;*/
                }

                .modal.slide-panel .modal-content .modal-body .row div.slide-col:last-child {
                    border-right: 0px solid #eceeef;
                    background: #F6F6F6;
                }

        .modal.slide-panel .modal-content .modal-footer {
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            min-height: 61px;
            background: #ececec;
            border-top: 1px solid #bfbebe;
        }

            .modal.slide-panel .modal-content .modal-footer .row > div {
                padding-left: 0;
                padding-right: 0;
            }

    .modal.slide-panel h4.form-section-headings {
        background-color: #f7f7f9;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
        margin: 0 -15px 15px -15px;
        padding: 15px;
        text-transform: uppercase;
    }

        .modal.slide-panel h4.form-section-headings.green-theme {
            background-color: #3fa97b;
            color: #FFF;
        }

h4.form-section-headings.no-mar-bottom.q-head {
    background: #ed8e1c;
    color: #fff;
}

.scroll-col {
    overflow: hidden;
}

    .scroll-col > .scroll-content {
        overflow-x: hidden;
        background-color: #FFF;
        top: 49px;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        overflow-y: auto;
        margin: 0 auto;
        padding: 0px;
    }

        .scroll-col > .scroll-content.grey {
            background: #f6f6f6;
        }

        .scroll-col > .scroll-content.pad {
            padding: 0 15px;
        }

    .scroll-col > h4.form-section-headings {
        height: 50px;
        line-height: 23px;
        border-right: 1px solid #fff;
    }

.modal.slide-panel li.list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    border-color: #d4d4d4;
    border-radius: 0px;
}

    .modal.slide-panel li.list-group-item .form-check {
        margin: 0;
        padding: 10px 15px 10px 35px;
        width: 100%;
    }

        .modal.slide-panel li.list-group-item .form-check label.form-check-label {
            display: block;
            width: 100%;
        }

        .modal.slide-panel li.list-group-item .form-check .badge {
            margin-left: 2px;
            font-size: 11px;
            float: right;
            cursor: default;
        }

    .modal.slide-panel li.list-group-item.zone {
        padding: 10px;
        display: block;
        position: relative;
        transition: all .15s;
        border-left: 0px solid #ffffff;
        margin-left: 0;
        margin-right: 0;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }

        .modal.slide-panel li.list-group-item.zone:hover {
            background: #eceeef;
            cursor: pointer;
        }

        .modal.slide-panel li.list-group-item.zone.active {
            background: #eceeef;
            cursor: pointer;
            border-color: #e6e6e6;
            border-left: 1px solid #e6e6e6;
            border-right: 1px solid #e6e6e6;
            color: #333333;
        }

.list-group-item.dense {
    padding: 10px;
}

label.form-check-label .badge {
    background: #c1c1c1;
}

button.remove-zones {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.heading-wrapper a {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 22px;
}

.heading-wrapper {
    position: relative;
}

    .heading-wrapper h4 {
        padding-top: 0;
    }

    .heading-wrapper a.collapse-link .fa {
        color: #333333;
    }

.row.bottom-zones {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.zone-features-wrapper {
    padding: 10px;
}

.zone span.astrix {
    font-weight: bolder;
    font-size: 17px;
    line-height: 10px;
}

button.btn.btn-link.zone-action {
    position: absolute;
    right: 10px;
    color: #333;
    top: 8px;
    padding: 5px;
    margin: 0;
}

p.help-text {
    margin: 0;
    padding: 10px;
    font-style: italic;
}

.col.middle-slide-col {
    max-width: 60px;
    margin: 0;
    padding: 0;
    position: static;
    margin-top: 49px;
    overflow: visible;
}

    .col.middle-slide-col.with-border {
        border-left: 1px solid #eceeef;
        border-right: 1px solid #eceeef;
    }

.col.devider {
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    background: #eceeef;
    font-size: 14px;
    font-style: italic;
}

.fa.fa-square {
    margin-right: 2px;
}

.alc-property-card {
    margin: 0 -15px 15px -15px;
    padding: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    cursor: pointer;
    background: #f7f7f9;
}

    .alc-property-card.active {
        box-shadow: 0px 2px 2px -1px #d6d6d6;
    }

    .alc-property-card:hover {
        box-shadow: 0px 2px 2px 0px #d6d6d6;
        background: #eceeef;
    }

    .alc-property-card .checked {
        position: absolute;
        right: 15px;
        font-size: 16px;
    }

    .alc-property-card .fa.fa-certificate {
        position: relative;
        display: inline-block;
        vertical-align: top;
        color: #868686;
        font-size: 13px;
        margin-left: 3px;
        line-height: 18px;
    }

    .alc-property-card .checked.fa-check-square {
        display: none;
    }

    .alc-property-card.active .checked.fa-check-square {
        display: block;
    }

    .alc-property-card.active .checked.fa-square {
        display: none;
    }


.alc-property-contact {
    border-top: 1px solid #ddd;
    margin: 0 -15px 0px -15px;
    padding: 10px 15px;
    background: #ffffff;
    cursor: pointer;
}

    .alc-property-contact:hover {
        background: #f7f7f9;
    }

    .alc-property-contact.active {
    }

    .alc-property-contact .contact-checked {
        position: absolute;
        right: 15px;
    }

        .alc-property-contact .contact-checked.fa-check-square {
            display: none;
        }

    .alc-property-contact.active .contact-checked.fa-check-square {
        display: block;
    }

    .alc-property-contact.active .contact-checked.fa-square {
        display: none;
    }



    .alc-property-contact .contact-dis {
        position: absolute;
        right: 15px;
        font-size: 16px;
    }

        .alc-property-contact .contact-dis.fa-trash {
            display: block;
        }

        .alc-property-contact .contact-dis.fa-square {
            display: none;
        }

    .alc-property-contact.dissociate .contact-dis.fa-trash {
        display: none;
    }

    .alc-property-contact.dissociate .contact-dis.fa-square {
        display: block;
    }

    .alc-property-contact.active-mandate .fa, .alc-property-contact.active-otp .fa {
        color: #d0d0d0;
        cursor: not-allowed;
    }

.form-group.number-wrapper {
    margin-bottom: 5px;
}

.row.number-row .col-1 {
    text-align: center;
}

.form-group.number-wrapper .row {
    line-height: 30px;
}

    .form-group.number-wrapper .row.number-row .form-control.form-control-danger {
        width: 99%;
    }

span.num-preview {
    font-size: 13px;
    color: #525252;
    font-weight: normal;
}

.alc-compare-address {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 75px;
    position: relative;
    display: block;
}

    .alc-compare-address p {
        margin-bottom: 0px;
    }

.alc-compare-type {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 45px;
    display: block;
    position: relative;
    z-index: 50;
}

.middle-main-actions {
    display: block;
    position: relative;
    z-index: 50;
}

.alc-compare-contacts-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 50;
}

    .alc-compare-contacts-wrapper .item label {
        display: block;
        margin-bottom: 0px;
    }

    .alc-compare-contacts-wrapper .item {
        height: 50px;
        position: relative;
        overflow: hidden;
    }

.maintain-contact-email-wrapper {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.dup-list-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    padding: 10px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    border-bottom: 1px solid #e2e2e2;
}

    .dup-list-wrap .dup-item {
        display: inline-block;
        height: 100%;
        padding: 10px;
        background: white;
        border: 0px solid #fff;
        box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
        overflow: hidden;
        transition: all 0.3s;
        cursor: pointer;
        margin-right: 8px;
        border-radius: 1px;
        vertical-align: middle;
    }

        .dup-list-wrap .dup-item:hover {
            box-shadow: 0 3px 2px rgba(0, 0, 0, 0.26), 0 0 2px rgba(0,0,0,.12);
        }

        .dup-list-wrap .dup-item.active {
            background: #f7f7f9;
        }

        .dup-list-wrap .dup-item.merged {
            box-shadow: none;
            color: #dedede;
            background: #f9f9f9;
            cursor: default;
        }

        .dup-list-wrap .dup-item h4 {
            padding: 0px;
            margin: 0;
        }

        .dup-list-wrap .dup-item .sub-heading {
            display: block;
        }


.form-group.edit-email-group .btn.btn-secondary {
    overflow: hidden;
    padding: 5px 7px;
    vertical-align: top;
}

    .form-group.edit-email-group .btn.btn-secondary i {
        margin: 0 auto;
        padding: 0;
    }

.form-group.edit-email-group .col-9 {
    display: inline-block;
}

.form-group.edit-email-group .col-3 {
    display: inline;
}

.edit-email-button-wrapper {
    text-align: right;
}

    .edit-email-button-wrapper .cancel {
        display: none;
    }

    .edit-email-button-wrapper.editing .cancel {
        display: inline-block;
    }

    .edit-email-button-wrapper.editing .edit {
        display: none;
    }

a.middle-action {
    display: block;
}

.middle-action {
    margin: 0 auto;
    text-align: center;
    font-size: 23px;
    cursor: pointer;
}


    .middle-action .fa {
        display: block;
        height: 50px;
        vertical-align: middle;
        line-height: 50px;
    }

.cancel.fa.fa-times {
    font-size: 33px;
}

a.middle-action .fa {
    height: 40px;
    line-height: 40px;
}

.middle-action.big {
    line-height: 48px;
}

    .middle-action.big .fa-user-times {
        display: none;
    }

    .middle-action.big.remove .fa-user-times {
        display: block;
    }

    .middle-action.big.remove .fa-user-plus {
        display: none;
    }

.middle-action .fa-check {
    display: none;
    color: #5cb85c;
}

.middle-action.selected .fa-arrow-right {
    display: none;
}

.middle-action.selected .fa-check {
    display: block;
}

a.corner-action {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #333;
    padding: 5px;
    cursor: pointer;
}

    a.corner-action > i {
        cursor: pointer;
    }

.item.show-q .shown-a {
    display: none;
}

.item span.hidden-q {
    display: none;
}

.item.show-q span.hidden-q {
    display: inline;
}

.col-border {
    border-left: 1px solid #eceeef;
    border-right: 1px solid #eceeef;
    position: absolute;
    display: block;
    width: 60px;
    min-height: 100%;
    bottom: 0;
    top: 0;
}

.status-item-right {
    position: absolute;
    right: 0px;
    padding: 3px;
    line-height: 14px;
    top: 14px;
    text-transform: uppercase;
    font-size: 9px;
    border-radius: 0;
    letter-spacing: 0.5px;
    font-weight: bold;
    cursor: default;
    width: 60px;
    text-align: center;
    background: #eceeef;
    border: 1px solid #bfbfbf;
    color: #333;
}

    .status-item-right.different {
        background: #eceeef;
        border: 1px solid #bfbfbf;
        color: #333;
        user-select: none;
    }

    .status-item-right.new {
        background: #ffd3d3;
        border: 1px solid #ff7878;
        color: #ff0a0a;
    }

.sales-price-band .row.no-gutters .form-group:first-child {
    padding-right: 4px;
}

h4.slide-out-heading {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 0;
    display: inline-block;
    font-family: "PT Sans Narrow";
    font-size: 18px;
}

.created-modified-by {
    font-size: 12px;
    line-height: 30px;
}

    .created-modified-by i.fa-solid.fa-user {
        color: #5e5e5e;
        margin-right: 3px;
    }

    .created-modified-by .fa.fa-circle {
        font-size: 8px;
        margin: 0 3px;
        color: #ddd;
    }



.alc-main-content .alc-table-action .fa-angle-right {
    display: block;
}

.col-12.alc-main-content .alc-table-action .fa-angle-right {
    display: none;
}

.alc-main-content .alc-table-action .fa-search, .alc-main-content .alc-table-action .fa-angle-left {
    display: none;
}

.col-12.alc-main-content .alc-table-action .fa-search, .col-12.alc-main-content .alc-table-action .fa-angle-left {
    display: block;
}

.logo-lnk {
    display: inline-block;
    vertical-align: middle;
}

img.alc-sub-logo {
    margin-top: 19px;
}

img.alc-main-logo {
    padding-bottom: 5px;
}

.btn {
    border-radius: 5px;
}

    .btn.btn-alc {
        max-height: 30px;
        color: #333;
        background: #fff;
        border: solid 1px #ddd;
        font-size: 13px;
        border-radius: 5px;
        cursor: pointer;
        line-height: 16px;
    }

        .btn.btn-alc:hover {
            background: #f7f7f7;
        }

    .btn.btn-primary {
        max-height: 30px;
        color: #fff;
        font-size: 13px;
        border: none;
        border-radius: 5px;
        background: #3fa97b;
        cursor: pointer;
        line-height: 16px;
        min-width: 75px;
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #24855b;
    border-color: #24855b;
}

.btn.btn-dark.dropdown-toggle.dropdown-toggle-split {
    border-left: solid 1px #424242;
}

.btn.btn-primary.dropdown-toggle.dropdown-toggle-split {
    border-left: solid 1px #329d6e;
}

.btn.btn-danger {
    max-height: 30px;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    line-height: 16px;
    min-width: 75px;
}

.btn.btn-warning {
    max-height: 30px;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    line-height: 16px;
    min-width: 75px;
    background: #d8591a;
}

.btn.btn-dark {
    max-height: 30px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    line-height: 16px;
    min-width: 75px;
}

.btn-dark.disabled, .btn-dark:disabled {
    background: #bbbbbb;
    cursor: not-allowed;
}

.btn-outline-dark {
    max-height: 30px;
    line-height: 16px;
    font-size: 13px;
    border-color: #a5a5a5;
    color: #4c4c4c;
}

    .btn-outline-dark:hover {
        color: #fff !important;
    }

    .btn-outline-dark.fill {
        background-color: #343a40;
        border-color: #343a40;
        color: #FFF;
    }

.btn-outline-primary {
    color: #168655;
    border-color: #168655;
    max-height: 30px;
    font-size: 13px;
    cursor: pointer;
    line-height: 16px;
    min-width: 75px;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #3fa97b;
        border-color: #3fa97b;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #24855b;
        border-color: #24855b;
    }

.btn.btn-icon {
    width: auto;
    min-width: auto;
    font-size: 12px;
    line-height: 12px;
}

.table-clickable tbody tr:hover td .btn-outline-primary, .table-clickable tbody tr.selected td::after .btn-outline-primary {
    color: #ffffff;
    background-color: #41a97b;
    border-color: #ffffff;
}


.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #168655;
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    cursor: not-allowed;
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #bbbbbb;
    cursor: not-allowed;
}

    .btn-primary.disabled:hover, .btn-primary:disabled:hover {
        background: #bbbbbb;
    }

.btn.btn-secondary {
    max-height: 30px;
    border-radius: 4px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    color: #333;
    background: #ddd;
    border: solid 1px #ddd;
    line-height: 19px;
}

    .btn.btn-secondary:hover, .btn.btn-secondary:focus {
        background: #c1c1c1;
    }

.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    border-color: #c1c1c1 !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    max-height: initial;
    min-width: auto;
}

    .btn-circle.btn-l {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
        max-height: initial;
        min-width: auto;
    }

.btn.full-width {
    width: 100%;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

.upload-btn-wrapper {
}

    .upload-btn-wrapper .form-control-file {
        position: absolute;
        z-index: 2;
        opacity: 0;
        max-height: 30px;
        cursor: pointer;
    }

    .upload-btn-wrapper:hover button {
        color: #fff;
        background-color: #23272b;
    }

    .upload-btn-wrapper span.has-danger.form-control-feedback {
        position: relative;
        display: block;
        max-width: 91px;
    }

.container-fluid {
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
}


    .container-fluid.body-content {
        margin-left: 70px;
    }


.alc-header {
    z-index: 2;
    position: relative;
    padding: 15px;
    height: 62px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #FFF;
    border-radius: 0;
    margin-left: 70px;
    line-height: 31px;
    vertical-align: middle;
}

.alc-header-left {
    float: left;
    /*  display: block;
    position: absolute;
    left: 15px;*/
}

a.alc-header-left {
    text-decoration: none !important;
}

.alc-header-right {
    float: right;
    /*    display: block;
    position: absolute;
    right: 15px;
    line-height: 32px;
    vertical-align: middle;*/
}

.user-notification-welcome {
    margin-right: 15px;
}

.alc-header-right span.user-notification-icons {
    vertical-align: middle;
}

    .alc-header-right span.user-notification-icons i.fa {
        display: inline-block;
        padding: 5px;
        cursor: pointer;
        font-size: 16px;
    }

.alc-page-heading {
    background: #3fa97b;
    color: #FFF;
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}

    .alc-page-heading .alc-header-action .btn {
        color: #FFF;
    }

    .alc-page-heading h1 {
        margin-bottom: 0;
        display: inline-block;
        letter-spacing: 0.7px;
        color: #FFF;
    }

        .alc-page-heading h1 > a {
            color: #FFF;
        }


    .alc-page-heading .alc-header-container {
        position: relative;
        display: inline;
    }

        .alc-page-heading .alc-header-container > label {
            display: inline-block;
            margin-bottom: 2px;
        }

    .alc-page-heading .alc-header-action .btn {
        display: inline-block;
        font-weight: bold;
        line-height: inherit;
        text-align: left;
        border: none;
        padding: 0;
        font-size: 13px;
        border-radius: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background: transparent;
    }

        .alc-page-heading .alc-header-action .btn::after {
            font-size: 18px;
            margin-top: -3px;
            vertical-align: middle;
        }

.alc-header-container span.astrix {
    display: none;
}

.alc-header-container.view-changed .alc-header-action .btn {
    font-style: italic;
}

.quick-filter-container {
    display: inline;
}

.discard-filters, .save-filters, .edit-filters, .delete-filters, .save-updated-filters, .discard-updated-filters, .save-as-updated-filters {
    line-height: 13px;
    padding: 0 10px;
    font-size: 16px;
    color: #FFF;
}

    .discard-filters:hover, .save-filters:hover, .edit-filters:hover, .delete-filters:hover, .save-updated-filters:hover, .discard-updated-filters:hover, .save-as-updated-filters:hover {
        color: #333;
        text-decoration: none;
    }

.save-filters, .delete-filters {
    border-left: solid 1px #FFF;
}

.discard-updated-filters {
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
}

.alc-header-container.view-changed span.astrix {
    display: block;
    font-style: italic;
    font-weight: bold;
}

.row.no-gutters.alc-content {
    margin-right: -15px;
    margin-left: -15px;
}


.alc-content .alc-side-content {
    padding: 10px 0px;
    background: #f6f6f6;
}


    .alc-content .alc-side-content.normal {
        padding: 10px 15px;
    }

.col.no-records-text.table {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 15px;
    display: block;
    font-style: italic;
    color: #888888;
    width: 100%;
    font-size: 14px;
}

span.no-records-text {
    text-align: center;
    display: block;
    font-style: italic;
    color: #888888;
}

p.no-records-text {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 15px;
    display: block;
    font-style: italic;
    color: #888888;
}

    p.no-records-text.center {
        text-align: center;
        margin-top: 0px;
    }

a.action-btn {
    position: relative;
    display: inline-block;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    border-radius: 26px;
    border: 1px solid #505050;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #FFF;
}

    a.action-btn i {
        color: #505050;
        margin-right: 1px;
    }

.sidebar-link-tabs > a {
    position: relative;
    display: block;
    float: left;
    margin-right: 2px;
    margin-bottom: 3px;
    padding: 3px;
    font-size: 13px;
    padding-bottom: 1px;
    color: #666666;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.sidebar-link-tabs {
    display: block;
    position: relative;
}

    .sidebar-link-tabs > a.active {
        border-bottom: 2px solid #757575;
        color: #333333;
        font-weight: bold;
    }

    .sidebar-link-tabs > a:hover {
        border-bottom: 2px solid #757575;
        color: #333333;
    }


.sidebar-tab-action {
    text-align: center;
}

    .sidebar-tab-action .sidebar-tab-action-wrapper {
        cursor: pointer;
        width: 100%;
    }

    .sidebar-tab-action a {
        /*margin-left: 100px;*/
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sidebar-tab-action .fa {
        margin-left: 5px;
        font-size: 16px;
    }

    .sidebar-tab-action .sidebar-tab-action-wrapper a > i.fa {
        color: #333;
        margin: 0 auto;
        margin-left: 4px;
        font-size: 15px;
    }

.alc-side-card.white {
    display: block;
    background: white;
    padding: 15px;
    margin-bottom: 10px;
    /*margin-left: -12px;
    margin-right: -12px;*/
    border: 0px solid #ddd;
    box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
    overflow: hidden;
    transition: all .3s;
    border-radius: 6px;
    position: relative;
}

    .alc-side-card.white .card-content {
    }

    .alc-side-card.white .car-footer {
        background: #f1f1f1;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -15px;
        padding: 7px;
        border-top: 1px solid #ddd;
        color: #6a6a6a;
    }

    .alc-side-card.white.active-notes.marked {
        background: #40a97b;
        border: 2px solid #338c65;
        color: white;
    }

    .alc-side-card.white:hover {
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.26), 0 0 2px rgba(0,0,0,.12);
        box-shadow: 0px 6px 9px 2px rgba(0, 0, 0, 0.14), 0px 2px 8px 0px rgba(0, 0, 0, 0.12), 0px 6px 6px -5px rgba(0, 0, 0, 0.4);
        /*cursor: pointer;*/
        transform: translate3d(0,-2px,0);
        border-radius: 8px;
    }

    .alc-side-card.white.flat:hover {
        box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
        /*cursor: pointer;*/
        transform: none;
    }

    .alc-side-card.white h3 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    .alc-side-card.white h5 {
        font-size: 17px;
    }

    .alc-side-card.white > p {
        margin-bottom: 0px;
    }

.alc-side-card .card-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 76px;
    line-height: 80px;
    color: rgba(246, 246, 246, 0.7);
}


.alc-side-card a.card-delete {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 13px;
    cursor: pointer;
}

.alc-side-card .block-container > p {
    margin-bottom: 0px;
}

.alc-side-card.white .link-actions {
    margin-top: 10px;
    position: relative;
}


    .alc-side-card.white .link-actions .left {
        text-align: left;
    }

    .alc-side-card.white .link-actions .right {
        text-align: right;
    }

    .alc-side-card.white .link-actions a {
        display: block;
    }


.alc-side-card.grey {
    display: block;
    color: #6b6b6b;
    background: #ececec;
    padding: 15px;
    margin-bottom: 8px;
    /*margin-left: -12px;
    margin-right: -12px;*/
    border: 0px solid #ddd;
    box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
    overflow: hidden;
    transition: all .3s;
    border-radius: 3px;
}

    .alc-side-card.grey:hover {
        /*box-shadow: 0 3px 2px rgba(0, 0, 0, 0.26), 0 0 2px rgba(0,0,0,.12);*/
        /*box-shadow: 0 4px 4px rgba(1,67,163,.24), 0 0 4px rgba(1,67,163,.12), 0 6px 18px rgba(43,133,231,.12);
        cursor: pointer;
        transform: translate3d(0,-2px,0);*/
    }

    .alc-side-card.grey h3 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .alc-side-card.grey > p {
        margin-bottom: 0px;
    }

    .alc-side-card.grey .link-actions {
        margin-top: 10px;
        position: relative;
    }

        .alc-side-card.grey .link-actions .left {
            text-align: left;
        }

        .alc-side-card.grey .link-actions .right {
            text-align: right;
        }

    .alc-side-card.grey .tag-wrapper h3 {
        margin-bottom: 0px;
    }

    .alc-side-card.grey a {
        display: block;
    }

p.sub-slant {
    font-style: italic;
    padding-bottom: 10px;
    color: #9c9c9c;
}

.alc-side-card.white .tag-wrapper h3 {
    margin-bottom: 0px;
}

.tag-holder {
    padding-bottom: 10px;
    padding-top: 10px;
}

.tag-item {
    display: inline-block;
    padding: 4px;
    background: #333333;
    color: #FFF;
    border-radius: 2px;
    font-size: 12px;
    line-height: 14px;
    cursor: default;
    margin-bottom: 7px;
}

.tag-filter-wrapper {
    margin-bottom: 10px;
}

.tag-item-wrapper {
    display: inline-block;
}

    .tag-item-wrapper .tag-item {
        background: #f6f6f6;
        color: #333;
        border: 1px solid #9a9a9a;
        cursor: pointer;
        box-shadow: 0px 1px 1px #8e8e8e;
        transition: all .2s;
    }

        .tag-item-wrapper .tag-item .uncheck {
            display: none;
        }

    .tag-item-wrapper.checked .tag-item {
        background: #353a40;
        color: #FFF;
        border: 1px solid #4a4a4a;
    }

        .tag-item-wrapper.checked .tag-item .uncheck {
            display: inline-block;
        }

    .tag-item-wrapper .tag-item:hover {
        background: #585858;
        color: #FFF;
        border: 1px solid #585858;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26), 0 0px 3px rgba(0, 0, 0, 0.19);
    }

    .tag-item-wrapper .tag-item.disabled, .tag-item-wrapper .tag-item.disabled:hover {
        background: #e9e9e9;
        color: #767676;
        box-shadow: none;
        border: 1px solid #e9e9e9;
    }

.alc-side-card.archived-needs h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.alc-side-card.archived-needs > p {
    margin-bottom: 0px;
}

.note-wrapper {
    display: block;
    position: relative;
}

    .note-wrapper > .fa {
        position: absolute;
        top: 3px;
        font-size: 14px;
    }

    .note-wrapper span.note-type {
        position: absolute;
        top: 19px;
        font-size: 11px;
        display: block;
        padding: 2px;
        z-index: 10;
        color: #333;
        cursor: default;
        line-height: 8px;
        border: 1px solid #5a5a5a;
        border-radius: 2px;
    }

    .note-wrapper .note-body {
        padding-left: 20px;
        display: block;
        position: relative;
    }

    .note-wrapper .created-by {
        margin-top: 15px;
    }

.created-by span.date {
    float: right;
    font-size: 12px;
}

.created-by .user .fa {
    font-size: 16px;
}


.created-by {
    margin-top: 10px;
}

    .created-by .user span {
        font-size: 12px;
    }


.alc-side-card.active-properties .main-image img {
    width: 100%;
    border-radius: 3px;
}

.alc-side-card.active-properties h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.alc-side-card.active-properties .main-image {
    margin-bottom: 15px;
}

.alc-side-card.active-properties > p {
    margin-bottom: 0px;
}

.alc-content .alc-main-content {
    /*  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

.status-icons {
    vertical-align: top;
    padding-left: 10px;
}

    .status-icons .fa.active {
        color: #15800a;
        font-size: 14px;
        line-height: 22px;
    }

    .status-icons .fa.incactive {
        color: #b70000;
        font-size: 14px;
        line-height: 22px;
    }


table.alc-table td:nth-last-child(2n) {
    border-right: none;
}


.card-default.white {
    position: relative;
    display: block;
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
    border: 0px solid #ddd;
    box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
    overflow: hidden;
    transition: all .3s;
    border-radius: 6px;
}

    .card-default.white:hover {
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.26), 0 0 7px rgba(0,0,0,.12);
        /*box-shadow: 0 4px 4px rgba(1,67,163,.24), 0 0 4px rgba(1,67,163,.12), 0 6px 18px rgba(43,133,231,.12);
        cursor: pointer;
        transform: translate3d(0,-2px,0);*/
    }

.card-default.allowOverflow {
    overflow: visible;
}

.card-default a.delete-card {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 16px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    padding: 5px;
    display: block;
    z-index: 10;
}

.card-fields.row {
    line-height: 20px;
    margin: 0 auto;
}

    .card-fields.row label {
        margin-bottom: 0px;
    }

/*table.alc-table td:nth-child(2) {
    border-left: none;
}*/
.permissions-control-wrapper {
    margin-bottom: 10px;
}

span.date-future {
    color: #d9534f;
    font-weight: bold;
}

table.alc-table {
    border: 0px solid transparent;
    table-layout: fixed;
    border-left: none;
}

    table.alc-table tbody {
        border: 1px solid #e6e6e6;
    }

    table.alc-table.auto {
        table-layout: auto;
    }

.table tr th, .table td {
    vertical-align: middle;
    color: #545454;
}

table.alc-table tr {
    line-height: 21px;
    font-size: 13px;
}

table.alc-table td {
    /*padding: 0.75rem;*/
    vertical-align: middle;
    vertical-align: middle;
    padding: 8px;
    line-height: 24px;
}

table.alc-table.condensed td, table.alc-table.condensed th {
    padding: 0.3rem;
    font-size: 13px;
}

table.alc-table.extra-condensed td, table.alc-table.extra-condensed th {
    padding: 4px;
    font-size: 13px;
    line-height: 25px;
}

table.alc-table th {
    border-top: 0px solid transparent;
    border-left: none;
    border-right: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    font-size: 15px !important;
    letter-spacing: 0.4px;
    color: #505050;
    font-family: 'PT Sans Narrow', sans-serif;
    cursor: default;
    border-bottom: 0px;
    padding: 12px 8px;
}


.table-scroll {
    width: auto;
}

.table-clickable {
}

    .table-clickable tbody tr:hover td, .table-clickable tbody tr.selected td {
        background: #3fa97b !important;
        color: #FFF;
        cursor: pointer;
    }

    .table-clickable tbody tr:hover a, .table-clickable tbody tr.selected a {
        color: #FFF;
    }




table.alc-table tr td.alc-table-action .action-wrapper {
    visibility: hidden;
    overflow: hidden;
}

    table.alc-table tr td.alc-table-action .action-wrapper > a {
        color: #333;
        text-decoration: none;
    }

table.alc-table tr:hover td.alc-table-action, table.alc-table tr:hover td.alc-table-action .action-wrapper {
    visibility: visible;
    overflow: visible;
}

table.alc-table tbody tr th {
    width: 50px;
    text-align: center;
    font-size: 13px;
}

table.alc-table th, table.alc-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

table.alc-table.allow-wrap th, table.alc-table.allow-wrap td {
    vertical-align: middle;
    text-overflow: unset;
    white-space: normal;
}

table.alc-table td {
    border: 0;
}

td.alc-table-action {
    border-left: none;
    text-align: right;
}

th.alc-table-action {
    text-align: right;
}

    th.alc-table-action .btn-link {
        padding: 0px 8px;
        line-height: 16px;
        font-size: 16px;
        text-decoration: none;
    }

    th.alc-table-action a {
        font-size: 14px;
        line-height: 16px;
        padding-right: 20px;
        display: inline;
        text-decoration: none;
        text-align: left;
    }

        th.alc-table-action a i {
            vertical-align: middle;
        }

table .delete-row {
    line-height: 13px;
    font-size: 19px;
    color: #333;
    cursor: pointer;
    padding: 5px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

table.table-no-wrap td {
    white-space: normal;
    vertical-align: top;
    line-height: 18px;
}

.image-column {
    vertical-align: middle;
    text-align: center;
}

img.table-image {
    display: inline-block;
    width: 100%;
    max-height: 95px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    min-width: 100px;
    border-radius: 3px;
}


.action-wrapper {
    display: block;
    position: absolute;
    padding: 3px 3px;
    cursor: default;
    right: 4px;
    top: 3px;
    line-height: 20px;
}

    .action-wrapper.inline {
        position: relative;
        display: inline-block;
        padding: 0;
        cursor: pointer;
        right: unset;
        top: unset;
        line-height: unset;
    }


    .action-wrapper > i {
        visibility: hidden;
        position: relative;
        display: inline-block;
        padding: 2px 5px;
        cursor: pointer;
        font-size: 14px;
        line-height: 14px;
        border-radius: 25px;
        border: 1px solid transparent;
        padding: 5px;
        width: 25px;
        height: 25px;
        text-align: center;
    }

    .action-wrapper i.active {
        visibility: visible;
    }

    .action-wrapper i:hover {
        /*background: #e8e8e8;
            border: 1px solid #bbbbbb;*/
    }

table.table.condensed .action-wrapper {
    padding: 2px 2px;
}

table.alc-table tr:hover .action-wrapper i {
    visibility: visible;
}

table.alc-table td.alc-table-action {
    position: relative;
    line-height: 31px;
}

table.alc-table tr .action-wrapper {
    border: 1px solid transparent;
    border-radius: 40px;
    /*padding: 2px 10px;
    top: 10px;
    position: absolute;
    display: block;
    right: 10px;*/
}


table.alc-table tr:hover .action-wrapper {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.001);
    box-shadow: 0 1px 1px rgba(0,0,0,.001);
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.08);
}

table.alc-table.table-auto {
    table-layout: auto;
}

span.need.badge.badge-default {
    font-size: 11px;
    font-style: normal;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    background: #3fa97b;
    color: #FFF;
}

    span.need.badge.badge-default sub {
        margin-left: 2px;
        font-size: 10px;
    }

.associating table.alc-table td.alc-table-action .action-wrapper {
    display: none !important;
}

.associating th.alc-table-action {
    /*display: none !important;*/
}

.associating table.alc-table tr td a {
    color: #000 !important;
    text-decoration: none !important;
}

.associating table.alc-table tr {
    cursor: pointer;
}

.associating table.alc-table tbody tr:hover td {
    background: #e4e4e4 !important;
}

.main-alert button.close {
    margin-left: 10px;
}

.auto-login-text {
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.panel-body.map-panel {
    overflow: hidden;
}

.map-form {
    padding-bottom: 15px;
}

.slide-out-map {
    height: 100%;
    width: 100%;
}

.map-main {
    width: 100%;
    height: 100%;
}

.floating-input {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 500px;
    margin-left: -250px;
    padding: 10px;
}


    .floating-input input {
        width: 100%;
        margin: 0 auto;
        box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
        border: 1px solid #FFF;
    }

        .floating-input input:focus {
            border: 1px solid #fff;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.16), 0 4px 10px rgba(0, 0, 0, 0.3);
        }

.greyed-overlay {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(228, 218, 206, 0.57);
    z-index: 3;
    cursor: not-allowed;
}

.slide-col-left {
    -webkit-animation-duration: 0.5s !important;
    width: 300px;
    display: none;
    position: absolute;
    left: 15px;
    height: 100%;
    z-index: 100;
    background: rgba(245, 245, 245, 0.88);
}

    .slide-col-left.slideInLeft {
        display: block;
    }


.slide-col-right {
    -webkit-animation-duration: 0.5s !important;
    width: 300px;
    display: none;
    position: absolute;
    right: 15px;
    height: 100%;
    z-index: 100;
    background: rgba(245, 245, 245, 0.88);
}

    .slide-col-right.slideInRight {
        display: block;
    }


.col.alc-par-headings {
    max-width: 180px;
    padding: 10px;
}

span.c-counter {
    position: relative;
    display: block;
    line-height: 17px;
    float: right;
    margin-bottom: 0;
    font-size: 12px;
}

    span.c-counter.top {
        bottom: -7px;
    }

span.c-counterText {
    position: relative;
    display: block;
    line-height: 11px;
    float: right;
    margin-bottom: 2px;
    font-size: 12px;
    margin-right: 5px;
}

.par-content .row {
    border-bottom: 1px solid #eceeef;
}

    .par-content .row:last-child {
        border-bottom: 1px solid #b9b9b9;
    }

    .par-content .row .col {
        border-right: 1px solid #eceeef;
        padding: 15px;
    }


img.par-main-image {
    display: block;
    width: 100%;
    padding: 5px;
    background: #eceeef;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.row.alc-content.par-property-content > .col-6 {
    padding-top: 15px;
}

p.form-control {
    font-size: 13px;
    height: 30px !important;
    font-size: 13px !important;
    font-family: "Trebuchet MS";
    border-radius: 2px !important;
}

textarea.form-control.par-comments {
    min-height: 230px;
}

textarea.form-control.fixed-textarea {
    resize: none;
    margin-bottom: 10px;
    height: 120px;
    border-color: #FFF;
    padding: 10px;
}

p.par-owner {
    margin-top: 15px;
    font-weight: bold;
}

.row.alc-content.par-property-content h5 {
    text-transform: uppercase;
}

.col.alc-par-headings {
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

    .col.alc-par-headings span {
        background: #333;
        padding: 1px;
        display: inline-block;
        color: #FFF;
        border-radius: 34px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 21px;
        font-family: 'PT Sans Narrow', sans-serif;
    }

    .col.alc-par-headings h4 {
        margin-bottom: 0;
        margin-top: 5px;
        text-transform: uppercase;
        font-size: 18px;
    }

.par-content .row .col.customise label {
    display: block;
}

.par-content .row .col.customise select {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.par-content .row .col.customise .datepicker {
    width: 100%;
    margin-bottom: 5px;
}

.par-content .row .col.datecol {
    min-height: 50px;
    padding: 0;
    padding-top: 10px;
}

.date-hover {
    position: absolute;
    left: -45px;
    top: 0;
    background: #ffffff;
    width: 90px;
    text-align: center;
    height: 50px;
    line-height: 17px;
    display: block;
    font-style: italic;
    vertical-align: middle;
    padding-top: 16px;
}

    .date-hover.today {
        right: 0px;
        left: inherit;
        width: 45px;
    }

.day-span {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 120px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    background: #5d5d5d;
    color: #fff;
    border-radius: 2px;
    transition: all .3s;
}

    .day-span:hover {
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.26), 0 0 2px rgba(0,0,0,.12);
        transform: translate3d(0,-2px,0);
        cursor: default;
    }

    .day-span .fa {
        display: inline-block;
        font-size: 16px;
    }

    .day-span span {
        margin-top: 0px;
        display: inline-block;
    }


    .day-span.last {
        right: 0;
    }

.btn-group-vertical.alc-par-button-wrapper {
    display: block;
    margin: 0 auto;
}

    .btn-group-vertical.alc-par-button-wrapper .btn-alc {
        line-height: 32px;
        max-height: 54px;
        height: auto;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        border-radius: 0px;
    }

        .btn-group-vertical.alc-par-button-wrapper .btn-alc .fa {
            font-size: 23px;
            vertical-align: middle;
            margin-right: 5px;
            width: 20px;
        }

.alc-par-button-wrapper .btn-alc .fa-check {
    display: none;
}

.alc-par-button-wrapper .btn-alc.active {
    background: #f5f5f5;
}

    .alc-par-button-wrapper .btn-alc.active .fa-plus {
        display: none;
    }

    .alc-par-button-wrapper .btn-alc.active .fa-check {
        display: inline-block;
        color: #5cb85c;
    }


.col.exposure .control-wrapper {
    text-align: center;
}

span.exposure-item {
    display: block;
    font-size: 23px;
}

.col.responses .control-wrapper {
    text-align: center;
}

span.responses-item {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    vertical-align: top;
}


.close-btn-wrapper {
    position: absolute;
    top: 0;
    font-size: 20px;
    cursor: pointer;
}

    .close-btn-wrapper.right {
        right: 0;
        padding-right: 15px;
        padding-top: 8px;
        font-size: 20px;
        cursor: pointer;
        z-index: 5;
    }

    .close-btn-wrapper.left {
        left: 0;
        padding-left: 15px;
        padding-top: 8px;
        font-size: 20px;
        cursor: pointer;
        z-index: 5;
    }

span.twitter-typeahead {
    display: block !important;
}

.tt-menu {
    /*position: initial !important;*/
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-bottom: 0px solid transparent;
    border-top: none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

    .tt-menu.tt-open {
        position: relative !important;
    }

ul.tt-dataset.tt-dataset-home {
    padding: 0;
    list-style: none;
    margin: 0;
}

.tt-dataset {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .tt-dataset .tt-suggestion {
        padding: 10px;
        border-bottom: solid 1px #efeeee;
        cursor: pointer;
        background: #FFF;
    }

        .tt-dataset .tt-suggestion:hover {
            background: #3fa97b;
            color: #fff;
        }

.blank-area {
    text-align: center;
    font-size: 20px;
    color: #eceeef;
    text-shadow: 1px 1px 3px #fff, 0 0 0 #000, 1px 1px 3px #fff;
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .blank-area span.blank-item-cta {
        display: inline-block;
        color: #333;
        font-size: 13px;
        text-align: center;
        text-shadow: none;
        margin-top: 15px;
    }

.nav-tabs.alc-tabs .nav-link {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.nav.nav-tabs.alc-tabs {
    margin: 15px 0px;
}

.contact-heading {
    margin-bottom: 5px;
    margin-top: 5px;
}

    .contact-heading h1 {
        display: inline-block;
        font-weight: bold;
        margin-right: 5px;
        margin-bottom: 0px;
    }

.page-actions {
    text-align: right;
}

    .page-actions .action-item {
        padding: 5px 7px;
        line-height: 14px;
        border: 1px solid #ddd;
        position: relative;
        margin-right: 15px;
        display: inline-block;
        border-radius: 2px;
        cursor: pointer;
        transition: all .3s;
        color: #495057;
    }

        .page-actions .action-item:hover {
            box-shadow: 0 4px 4px rgba(60, 60, 60, 0.09), 0 0 4px hsla(216, 99%, 32%, 0.11), 0 4px 12px rgba(0, 0, 0, 0.09);
            transform: translate3d(0,-1px,0);
        }

        .page-actions .action-item .fa {
            font-size: 18px;
        }

.row.view-record {
    margin-bottom: 10px;
    /*min-height: 19px;*/
}

    .row.view-record > label {
        margin-bottom: 0;
    }

.row.details-footer {
    margin-bottom: 15px;
}

.row.details-top h4, .row.details-body h4 {
    text-transform: uppercase;
}

.row.details-body {
    padding-right: 15px;
}

.map-icon-wrapper {
    position: absolute;
    z-index: 80;
    top: 0;
}

    .map-icon-wrapper .glyphicon.glyphicon-filter {
        padding: 15px;
        font-size: 25px;
        cursor: pointer;
    }

.col-12.rights:last-child {
    margin-bottom: 0 !important;
}

hr.hr-devide {
    margin-left: -15px;
    margin-right: -15px;
}

hr.form-divide {
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0px 2px 3px 0px #c3c3c3;
}

.slide-out-body {
    display: block;
    margin-bottom: 1rem;
}

    .slide-out-body > label, .slide-out-body .section > label {
        display: inline;
    }

.form-control.form-control-danger {
    border-color: #d9534f;
    border-bottom-left-radius: 0px;
    /*box-shadow: 0px 1px 9px rgb(0 0 0 / 33%);*/
}

select.form-control.form-control-danger {
    margin-bottom: 0px !important;
}

span.form-text.danger {
    color: #d9534f;
}

span.form-text.primary {
    color: #004085;
}

.popiselect .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #495057;
    vertical-align: middle;
    background: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: auto;
    -moz-appearance: none;
    appearance: auto;
    border-radius: 2px !important;
}

.popiselect .input-group-text {
    background: #FFF;
}
/*PROPERTY RESOURCES OVERLAY*/
.dz {
    position: relative;
    display: block;
    min-height: 150px;
    background: #eceeef;
    border: 2px dashed #cccccc;
    padding: 15px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: all .3s;
}

    .dz.is-dragover {
        background: #e4e4e4;
        border: 2px dashed #40a97b;
    }

        .dz.is-dragover .dzi, .dz.is-dragover .current-uploads {
            visibility: hidden;
        }

    .dz .drop-over-instructions {
        display: none;
    }

    .dz .dzi {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 17px;
        text-align: center;
        margin-bottom: 5px;
    }

        .dz .dzi > .input-btn {
            width: 0.1px;
            height: 0.1px;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            z-index: -1;
        }

        .dz .dzi > label {
            cursor: pointer;
            color: #7b7b7b;
            font-weight: normal;
        }

        .dz .dzi label:hover strong {
            color: #40a97b;
        }

        .dz .dzi label strong {
            color: #333;
        }

        .dz .dzi .drop-plus, .dz .drop-over-instructions .drop-plus {
            display: block;
            font-size: 41px;
            line-height: 41px;
            vertical-align: bottom;
            color: #ccc;
        }

.upload-summary P {
    display: block;
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
}

    .upload-summary P label {
        display: inline-block;
        cursor: default;
        color: #3a3a3a;
    }

.upload-summary hr {
    margin: 4px 0;
}

.ouw {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .ouw .center {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }

        .ouw .center .spinner {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 0;
            margin: -10px 0 0 0;
            height: 20px;
            font-size: 18px;
        }

        .ouw .center .loader-background {
            background: rgba(255, 255, 255, 0.6);
            width: 100%;
            height: 100%;
        }

.upload-preview {
    padding: 10px;
}

    .upload-preview .preview-body {
        position: relative;
        padding: 5px;
        background: #fbfbfb;
        overflow-wrap: break-word;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.22), 0 0 0px rgba(0,0,0,.12);
        overflow: hidden;
    }

        .upload-preview .preview-body a {
            color: #333;
            position: absolute;
            right: 0px;
            font-size: 27px;
            line-height: 27px;
            top: -3px;
        }

        .upload-preview .preview-body .image-wrapper {
            text-align: center;
            background-color: #e8e8e8;
        }


            .upload-preview .preview-body .image-wrapper > p {
                display: block;
                text-align: right;
                margin-bottom: 0;
                background: #bdbdbd;
                font-size: 11px;
                font-weight: bold;
                color: #FFF;
                padding: 0 5px;
            }

            .upload-preview .preview-body .image-wrapper img {
                max-height: 120px;
                max-width: 100%;
                margin: 0 auto;
                margin-bottom: 0;
                display: block;
                padding: 5px;
            }

    .upload-preview.has-error .preview-body {
        background: #d9534f;
    }

        .upload-preview.has-error .preview-body .image-wrapper > p {
            background: #d95450;
        }

    .upload-preview.has-success .preview-body {
        background: #3fa97b;
    }

        .upload-preview.has-success .preview-body .image-wrapper > p {
            background: #3fa97b;
        }

.overlay-upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

    .overlay-upload-loader .background {
        background: rgba(236, 236, 236, 0.88);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }

    .overlay-upload-loader .body {
        z-index: 10;
        position: relative;
        max-width: 80%;
        margin: 0 auto;
        top: 50%;
        height: 40px;
        margin-top: -20px;
    }

        .overlay-upload-loader .body .progress {
            background: #FFF;
        }

.row.no-gutters.preview-details .btn.btn-secondary {
    display: inline;
    padding: 5px;
    line-height: 10px;
    height: auto;
    font-size: 12px;
}

.row.no-gutters.preview-details {
    line-height: 24px;
    color: #696969;
    background: #dddddd;
}

.image-sort-wrapper .form-group input {
}

.image-sort-wrapper {
    /*overflow: hidden;*/
    margin-top: 5px;
    position: relative;
    padding: 0px;
}

    .image-sort-wrapper.sortable-ghost {
        opacity: 0.2;
    }

        .image-sort-wrapper.sortable-ghost .remove-image, .image-sort-wrapper.sortable-ghost .sort-handle {
            display: none;
        }

        .image-sort-wrapper.sortable-ghost .form-group {
            visibility: hidden;
        }

        .image-sort-wrapper.sortable-ghost .image-body {
            border: 2px dashed #505050;
            padding: 5px;
        }

    .image-sort-wrapper.sortable-drag {
        opacity: 0.5;
        /*position: relative;
        display: block;
        box-shadow: 14px 10px 20px 0px rgba(26, 26, 26, 0.76);*/
    }

    .image-sort-wrapper .image-body {
        margin: 10px;
        position: relative;
        background: #eaeaea;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    }

        .image-sort-wrapper .image-body .move-actions {
            background-color: #dddddd;
            border-top: 1px solid #c5c5c5;
            border-bottom: 1px solid transparent;
        }

        .image-sort-wrapper .image-body .icon {
            position: absolute;
            color: #ffffff;
            font-size: 27px;
            line-height: 27px;
            top: 15px;
            text-shadow: 0px 1px 1px #000000;
            cursor: pointer;
        }

            .image-sort-wrapper .image-body .icon.remove-image {
                line-height: 27px;
                top: 0px;
                right: 0;
            }

                .image-sort-wrapper .image-body .icon.remove-image a {
                    color: #FFF;
                    padding: 2px 5px;
                    display: block;
                }

            .image-sort-wrapper .image-body .icon.sort-handle {
                line-height: 30px;
                top: 0px;
                left: 0;
            }

                .image-sort-wrapper .image-body .icon.sort-handle a {
                    color: #FFF;
                    padding: 2px 5px;
                    display: block;
                }

                .image-sort-wrapper .image-body .icon.sort-handle:hover, .image-sort-wrapper .image-body .icon.remove-image:hover {
                    text-shadow: 0px 1px 2px #000000;
                }

        .image-sort-wrapper .image-body img {
            max-width: 100%;
            max-height: 200px;
            display: block;
            margin: 0 auto;
            padding: 0px;
        }

        .image-sort-wrapper .image-body span.has-danger.form-control-feedback {
            position: absolute;
        }

.dropdown-menu.dropdown-menu-right.small.move-dropdown {
    min-width: 70px;
    text-align: right;
    background: #c1c1c1;
    border-color: #c1c1c1;
    margin-top: -1px;
}

    .dropdown-menu.dropdown-menu-right.small.move-dropdown a {
        padding: 7px;
        color: #333333;
    }

.marker-label {
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: #186931;
    color: #FFF;
    border-radius: 4px;
    font-size: 10px;
    display: block;
    width: 22px;
    line-height: 13px;
    margin-top: -1px;
}

    .marker-label.quarantine {
        background: #ed8e1c;
    }

.custom-marker {
    background: url(/images/pgp-house-med.png) no-repeat center center;
    color: #FFF;
    width: 30px !important;
    height: 27px !important;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: block;
}

    .custom-marker.quarantine {
        background: url(/images/quarantine-house3-med.png) no-repeat center center;
    }

    .custom-marker.sectional {
        background: url(/images/pgp-building-med.png) no-repeat center center;
        width: 30px !important;
        height: 40px !important;
    }

        .custom-marker.sectional.quarantine {
            background: url(/images/quarantine-building3-med.png) no-repeat center center;
        }

    .custom-marker.multiple {
        width: 10px !important;
        height: 10px !important;
        background: red;
    }

.custom-cluster {
    background: url(../images/cluster_c.png) no-repeat center center;
    color: #FFF;
    width: 38px !important;
    height: 38px !important;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: block;
    line-height: 38px;
    cursor: pointer;
}

    .custom-cluster.quarantine {
        background: url(../images/mcq/cluster_c.png) no-repeat center center;
    }

    .custom-cluster span.text {
    }

.custom-info-window {
}

    .custom-info-window h1 {
        margin-bottom: 5px;
    }

    .custom-info-window span {
        display: block;
        margin-bottom: 3px;
    }

.multiple-unit-container {
    height: 230px;
    overflow-y: auto;
    margin-bottom: -16px;
}

    .multiple-unit-container .unit-item {
        height: 167px;
        border-bottom: solid 1px #efeeee;
        padding-top: 15px;
        padding-bottom: 15px;
        cursor: default;
    }

        .multiple-unit-container .unit-item:hover {
            background: #f5f5f5;
        }

        .multiple-unit-container .unit-item h3.item-sub-heading {
            display: block;
            margin-bottom: 5px;
            font-family: "PT Sans Narrow";
            font-size: 18px;
            line-height: 21px;
        }

.view-more-max {
    display: inline-block;
    float: right;
}

.pac-container {
    z-index: 4000;
}

.lighstone-section-wrapper {
    margin-top: 15px;
    position: relative;
    padding-bottom: 20px;
}

.lighstone-map-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.lighstone-map {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
}

.lighstone-table {
    position: relative;
    overflow: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    /*max-height: 250px;*/
}

.global-overlay-loader .loader-background {
    opacity: .80;
    filter: alpha(opacity=80);
    background: #eaeaea;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4000;
}

.global-overlay-loader .showbox {
    padding: 0;
}

    .global-overlay-loader .showbox .loader {
        height: 100px;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
        position: fixed;
        top: 50%;
        width: 100px;
        z-index: 5000;
    }

.map-loader-text {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 30px;
    font-size: 14px;
    font-weight: bold;
}

    .map-loader-text > div {
        font-size: 14px;
        text-transform: uppercase;
    }

.map-load-wrapper {
    display: none;
}

    .map-load-wrapper.loading {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 150;
        background: rgba(245, 245, 245, 0.72);
    }

        .map-load-wrapper.loading .showbox .loader {
            position: relative;
            margin: 0 auto;
            width: 100px;
            vertical-align: middle;
            height: 100%;
        }

.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}

    .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;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}


.spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    z-index: 5000;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

    .spinner > div {
        background-color: #3fa97b;
        height: 100%;
        width: 2px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }


.lighstone-map-loader {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.73);
    display: block;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 5;
}

    .lighstone-map-loader .spinner {
        position: absolute;
        top: 50%;
        z-index: 6;
        margin-top: -20px;
    }

.sidebar-loader {
    position: relative;
    display: block;
}

    .sidebar-loader .spinner {
        width: 100%;
        position: relative;
        left: 0;
        margin: 0 auto;
        text-align: center;
        font-size: 8px;
        letter-spacing: 1px;
        z-index: 1;
    }

    .sidebar-loader .loader-background {
        visibility: hidden;
    }

    .sidebar-loader.full {
        position: relative;
    }

        .sidebar-loader.full .spinner {
            top: 50%;
            position: absolute;
            margin-top: -20px;
        }

.modal-loader {
    position: relative;
    display: block;
}

    .modal-loader.center {
        position: absolute;
        top: 50%;
        height: 40px;
        margin-top: -40px;
    }

    .modal-loader .spinner {
        width: 100%;
        position: relative;
        left: 0;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
        font-size: 8px;
        letter-spacing: 1px;
    }


    .modal-loader .modal-background {
        visibility: hidden;
    }

span.model-back {
    display: inline-block;
    cursor: pointer;
    padding-right: 15px;
    font-size: 22px;
    line-height: 11px;
    vertical-align: middle;
}

.inline-loading {
    position: relative;
    display: inline-block;
}

    .inline-loading .spinner {
        width: 50px;
        position: relative;
        height: 40px;
        text-align: center;
        font-size: 15px;
        margin: 0;
        top: auto;
        left: auto;
        right: auto;
        display: inline-block;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.animate-size {
    -webkit-transform: translateZ(-160px) translateX(-160px);
    -moz-transform: translateZ(-160px) translateX(-160px);
    transform: translateZ(-160px) translateX(-160px);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}

.modal-open .animate-size {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.blur-svg {
    display: none !important;
}

.blur-over {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.overlay-gray-out {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: rgba(246, 246, 246, 0.45);
    z-index: 1;
}

.scroll-form {
    position: relative;
    height: 100%;
    overflow: auto;
}

.col-12.scroll-form {
    padding-bottom: 50px;
}

.list-group.scroll-spy a {
    border: 0;
    padding: 4px;
    margin-bottom: 0;
    background: transparent;
    padding-left: 8px;
    border-left: 3px solid transparent;
    transition: all .3s;
    border-radius: 0px;
}

    .list-group.scroll-spy a:hover {
        background: transparent;
        text-decoration: underline;
        border-left: 3px solid #dddede;
    }

    .list-group.scroll-spy a.active {
        color: #1b1b1b;
        font-weight: bold;
        background: transparent;
        border-left: 3px solid #3fa97b;
        padding-left: 12px;
    }


.main-menu {
    width: 275px;
    position: fixed;
    height: 100%;
    background: #333;
    top: 0;
    z-index: 30;
    overflow-y: auto;
    overflow-x: hidden;
}

    .main-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

        .main-menu ul.menu-content hr {
            border-color: #8b8b8b;
            margin-top: 3px;
            margin-bottom: 3px;
        }

        .main-menu ul li.nav-item > a {
            max-height: 49px;
            overflow: hidden;
        }

    .main-menu.menu-collapsed {
        width: 70px;
    }

        .main-menu.menu-collapsed .navigation-main {
            padding: 0;
            margin: 0;
        }

            .main-menu.menu-collapsed .navigation-main span.menu-title {
                display: none;
            }

            .main-menu.menu-collapsed .navigation-main ul.menu-content {
                display: none;
            }

            .main-menu.menu-collapsed .navigation-main li.nav-item {
                text-align: center;
                color: white;
                display: block;
                position: relative;
            }

                .main-menu.menu-collapsed .navigation-main li.nav-item i.fa {
                    font-size: 1.3rem;
                    vertical-align: middle;
                    color: #FFF;
                }

                .main-menu.menu-collapsed .navigation-main li.nav-item a {
                    color: #DCDCDC;
                    display: block;
                    line-height: 18px;
                    padding: 15px;
                }

                .main-menu.menu-collapsed .navigation-main li.nav-item img.icon {
                    width: 25px;
                }

    .main-menu ul li.nav-item.main.active {
        background: #464646;
    }

    .main-menu.menu-expanded ul li.nav-item.main.open {
        border-left: 1px solid #3fa97b;
    }

    /*.main-menu.menu-expanded ul li.nav-item.main:hover {
        border-left: 1px solid #3fa97b;
    }*/



    /*EXPANDED*/
    .main-menu.animate-size.menu-expanded {
        box-shadow: 3px 0px 28px 0px rgba(0, 0, 0, 0.55);
        -webkit-box-shadow: 3px 0px 28px 0px rgba(0, 0, 0, 0.55);
    }

    .main-menu.menu-expanded ul li.nav-item {
        display: block;
        position: relative;
        border-left: 1px solid transparent;
    }

        .main-menu.menu-expanded ul li.nav-item:hover {
            /*background: #4d4e52;*/
            border-left: 1px solid #3fa97b;
            transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
        }

        .main-menu.menu-expanded ul li.nav-item a i.fa {
            display: block;
            position: absolute;
            padding: 15px;
            padding-left: 0;
            right: 5px;
            top: 0;
            line-height: 19px;
            vertical-align: middle;
            font-size: 1.4rem;
            color: #FFF;
        }

        .main-menu.menu-expanded ul li.nav-item a img.icon {
            display: block;
            position: absolute;
            padding: 0px;
            padding-left: 0;
            right: 15px;
            top: 15px;
            line-height: 19px;
            vertical-align: middle;
            font-size: 1.2rem;
            height: auto;
            width: 25px;
        }




        .main-menu.menu-expanded ul li.nav-item a {
            color: #DCDCDC;
            display: block;
            line-height: 18px;
            padding: 15px;
            white-space: nowrap;
            position: relative;
            text-decoration: none;
        }

        /*.main-menu li.menu-nav-link i.fa.sub-icon {
        position: absolute;
        left: 15px;
        color: #DCDCDC;
        line-height: 18px;
        vertical-align: middle;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 5px;
        float: left;
    }

    .main-menu.menu-expanded ul li.menu-nav-link a:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        margin-right: 5px;
    }*/

        .main-menu.menu-expanded ul li.nav-item span.menu-title {
            font-size: 15px;
            user-select: none;
            -moz-user-select: none;
        }

        .main-menu.menu-expanded ul li.nav-item a:hover {
            /*text-decoration: none;*/
        }

        .main-menu.menu-expanded ul li.nav-item a:focus {
            text-decoration: none;
        }


    .main-menu li.menu-nav-link {
        padding-left: 15px;
    }

        .main-menu li.menu-nav-link:hover {
            /*background: #4d4e52;*/
        }

        .main-menu li.menu-nav-link > a {
        }

        .main-menu li.menu-nav-link.submenu {
            padding-left: 0;
        }

            .main-menu li.menu-nav-link.submenu > a > i {
                margin-right: 5px;
                transition: -webkit-transform .3s;
                transition: transform .3s;
                transition: transform .3s,-webkit-transform .3s;
                -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

            .main-menu li.menu-nav-link.submenu > a.expanded > i {
                -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                transform: rotate(0);
            }

            .main-menu li.menu-nav-link.submenu > ul {
                padding-left: 15px;
            }

                .main-menu li.menu-nav-link.submenu > ul > li.menu-nav-link > a:hover {
                    text-decoration: underline;
                }

a.accordion {
    cursor: pointer;
}

.main-menu.menu-expanded ul li.nav-item.selected {
    /*background: #4d4e52;*/
    border-left: 1px solid #3fa97b;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.main-menu.menu-expanded ul li.nav-item ul.menu-content {
    display: none;
}

.main-menu.menu-expanded ul li.nav-item.selected ul.menu-content {
    /*display: block;*/
}



body.menu-open main-menu {
    visibility: hidden !important;
}

body.menu-open li.devider {
    border-bottom: 1px solid #8b8b8b;
    margin: 0px;
}

body.menu-open .alc-header {
    /*margin-left: 240px;*/
}

body.menu-open .container-fluid.body-content.animate-size {
    margin-left: 240px;
}

.lightstone-content {
    padding: 20px 15px 15px 15px;
}

.google-graphs {
    width: 100%;
    height: 350px;
}

.googleStaticMapImageHeader {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.googleStaticMapImage {
    height: 640px;
    max-width: 100%;
}

.lightstone-table-container {
    padding-left: 15px;
}

    .lightstone-table-container .row {
        max-height: 640px;
        overflow: hidden;
        overflow-y: auto;
    }

.lightstone-table-helperText {
    font-style: italic;
    margin-left: -15px;
}

.lightstone-table-buttons {
    padding-top: 15px;
}


table.lightstone-table th.checkbox-column, table.lightstone-table td.checkbox-column, table.lightstone-table th.indicator-column, table.lightstone-table td.indicator-column {
    width: 46px;
    margin-bottom: 0;
}

.hidden-on-desktop {
    display: none;
}

.propertyDetailImage {
    max-height: 400px;
    max-width: 100%;
    width: auto;
    cursor: pointer;
}

.header-manage-link {
    text-align: right;
}

    .header-manage-link a {
        margin-right: 15px;
    }

.features-card {
    background: #f6f6f6;
    padding: 10px 10px 1px 10px;
    margin: 10px 15px 10px 0px;
}

.lightstone-bubble-container {
    text-align: center;
}


.lightstone-bubble {
    margin: 0 20px 0 20px;
    background: #333;
    padding: 5px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    cursor: default;
    transition: 0.4s;
    margin-bottom: 15px;
}

    .lightstone-bubble:hover {
        /* background: #2d2d2d; */
        box-shadow: 0 4px 4px rgba(60, 60, 60, 0.36), 0 0 4px hsla(216, 99%, 32%, 0.23), 0 4px 12px 3px rgba(0, 0, 0, 0.22);
        transform: translate3d(0,-3px,0);
    }

    .lightstone-bubble .fa {
        font-size: 20px;
        display: block;
    }

        .lightstone-bubble .fa.visits {
            font-size: 16px;
            display: block;
        }

    .lightstone-bubble .text {
        font-size: 14px;
        display: block;
    }

    .lightstone-bubble hr {
        margin: 3px 5px 3px 5px;
        background: #868686;
    }

    .lightstone-bubble .total {
        color: #868686;
    }

.headerTextActvityReport {
    text-transform: uppercase;
}

.activityReportData .helperText {
    font-style: italic;
    font-size: 12px;
    margin-top: 10px;
}

.view-record a.additionalBuildings {
    display: inline-block;
}

.map-image {
}

.resource-content-container {
    text-align: center;
}

.resourceImage-container {
    display: inline-block;
    width: 50%;
}

.resourceImage {
    width: 100%;
    padding: 0px 15px 0px 0px;
}

.gallery-overlay-wrapper {
    display: block;
    margin: -40px 20px 0 0;
    text-align: right;
}

.matterport-quicklink {
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 12px;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    margin-right: 15px;
}


    .matterport-quicklink span img {
        height: 24px;
        margin-top: 4px;
    }

    .matterport-quicklink span {
        background: #d9d8d8;
        display: block;
        float: left;
        padding: 2px 0 0;
        font-size: 9px;
        font-weight: bold;
        color: #333;
        text-align: center;
        margin: 3px;
        text-indent: -2px;
        width: 32px;
        height: 32px;
        /* padding: 2px 0 0 0; */
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 32px;
        text-decoration: none;
    }

    .matterport-quicklink p.text {
        padding: 10px 5px;
        display: block;
        float: left;
        margin: 0;
        color: white;
    }

.slider-count {
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 12px;
    overflow: hidden;
    margin: 0;
    display: inline-block;
}

    .slider-count .camera-icon {
        background: #d9d8d8;
        display: block;
        float: left;
        font-size: 9px;
        font-weight: bold;
        color: #333;
        text-align: center;
        margin: 3px;
        text-indent: -2px;
        width: 32px;
        height: 32px;
        /* padding: 2px 0 0 0; */
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 32px;
        text-decoration: none;
    }

        .slider-count .camera-icon .fa {
            font-size: 15px;
        }

    .slider-count .thumbnail-instruction {
        padding: 10px 5px;
        display: block;
        float: left;
    }

    .slider-count .slide-number {
        display: block;
        padding: 2px 0 0;
        font-size: 9px;
        font-weight: bold;
        color: #333;
        text-indent: -2px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 32px;
        text-decoration: none;
        text-decoration: none;
    }

.pgp_red {
    color: #FF0000;
    font-size: 26px;
    font-family: 'PT Sans Narrow', sans-serif;
}


.active_OTP_Msg {
    margin-right: 15px;
    border-radius: 3px;
}

.property-image {
    padding: 5px !important;
    cursor: pointer;
}

    .property-image img {
        border-radius: 3px;
        transition: all .3s;
    }

    .property-image:hover img {
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.26), 0 0 2px rgba(0,0,0,.12);
        box-shadow: 0px 6px 9px 2px rgba(0, 0, 0, 0.14), 0px 2px 8px 0px rgba(0, 0, 0, 0.12), 0px 6px 6px -5px rgba(0, 0, 0, 0.4);
        /*cursor: pointer;*/
        transform: translate3d(0,-2px,0);
        border-radius: 8px;
    }

    .property-image .lazy {
        height: 15vw;
        width: 30vw;
    }

.gallery-container {
    padding-right: 6px;
    padding-left: 10px;
}

.needs-notes-container {
}

    .needs-notes-container .notes {
        padding: 10px;
        margin-bottom: 5px;
        background: inherit;
        background-color: rgba(255, 255, 255, 1);
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(121, 121, 121, 1);
        border-radius: 0px;
    }


.tt-dataset-contactsource, .tt-dataset-type, .tt-dataset-contactsource, .tt-dataset-type-i {
    max-height: 200px;
    overflow: auto;
}

.tt-dataset-reports {
    max-height: 150px;
    overflow: auto;
}

li.disabled-hint {
    pointer-events: none;
    color: #CCC;
}
/*SAFARI*/
input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.lookDisabled {
    color: #999;
}

.showdayHeader {
    font-family: "PT Sans Narrow", "PT Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-left: 11px;
}

.erf-size-form-group {
    padding-left: 15px;
}

    .erf-size-form-group div {
        padding: 0 10px 0px 0px;
    }

    .erf-size-form-group input {
        margin-right: 12px;
    }

    .erf-size-form-group .type {
        padding: 0 15px 0 0;
    }

.additional-info-link {
    margin-right: 5px;
}



.showday-buyer-basic-link {
    margin-left: 240px;
}

.mandate-entity-card-view {
    box-sizing: border-box;
    box-shadow: none;
    padding: 0 10px;
    line-height: 36px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-bottom: 0;
    background: rgba(0, 0, 0, 0.01);
}

.mandate-entity-card-view-text {
    word-wrap: break-word;
    border-width: 0px;
    font-family: "Trebuchet MS";
    font-style: normal;
    text-align: left;
}

.mandate-entity-card-view:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.mandate-entity-card-view:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.mandate-entity-card-view i {
    /*position: absolute;
    right: 10px;*/
    font-size: 1.8em;
}

.up {
    position: absolute;
    right: 10px;
}

.downeqtwo {
    position: absolute;
    right: 10px;
}

.downgttwo {
    position: absolute;
    right: 35px;
}

.arrows {
    position: absolute;
    right: 10px;
    line-height: 44px;
}

    .arrows > a {
        color: #3e3e3e;
    }

.bubble-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .bubble-actions .top {
        top: 0;
        text-align: right;
        padding: 2px;
    }

    .bubble-actions .bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 2px;
    }

    .bubble-actions a.action {
        color: #fff;
        background: rgba(51, 51, 51, 0.86);
        display: inline-block;
        padding: 0px;
        border-radius: 50px;
        text-decoration: none;
        font-size: 11px;
        width: 32px;
        height: 32px;
        line-height: 30px;
        text-align: center;
    }

        .bubble-actions a.action:hover {
            background: #333333;
        }

        .bubble-actions a.action span.lang {
            position: absolute;
            top: -5px;
            left: 15px;
        }

        .bubble-actions a.action i.fa {
            vertical-align: middle;
            font-size: 14px;
        }

.mew {
    margin-bottom: 10px;
    margin-top: 10px;
    border: none;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
    box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
    -webkit-transition: box-shadow 200ms cubic-bezier(0.4,0.0,0.2,1);
    transition: box-shadow 200ms cubic-bezier(0.4,0.0,0.2,1);
    position: relative;
    overflow: visible;
    transition: ease .3s;
}

    .mew.clickable, .mew.clickable .body, .mew.clickable .footer {
        cursor: pointer;
    }

    .mew:hover {
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.26), 0 0 2px rgba(0,0,0,.12);
        box-shadow: 0px 6px 9px 2px rgba(0, 0, 0, 0.14), 0px 2px 8px 0px rgba(0, 0, 0, 0.12), 0px 6px 6px -5px rgba(0, 0, 0, 0.4);
        transform: translate3d(0,-2px,0);
        border-radius: 5px;
    }

    .mew .body {
        padding: 8px;
        background: #f3f3f3;
        position: relative;
        cursor: default;
        border-radius: 5px 5px 0px 0px;
    }

        .mew .body img {
            max-width: 100%;
            max-height: 120px;
            margin: 0 auto;
            display: block;
        }

    .mew .footer {
        padding: 10px;
        cursor: default;
        white-space: normal;
    }

        .mew .footer p {
            margin: 0;
        }

        .mew .footer .sub-text {
            color: #a7a7a7;
            font-size: 12px;
        }

.sub-nav-wrapper {
    position: absolute;
    padding: 20px;
    background: #333333;
    top: auto;
    left: 0;
    width: 100% !important;
    text-align: left;
    height: auto;
    overflow: hidden;
    display: block;
    z-index: 20;
    margin-top: 10px;
}

h3.sub-nav-header {
    color: #FFF;
    font-size: 23px;
    font-weight: normal;
    cursor: default;
}

h4.sub-nav-sub-header {
    color: #FFF;
    font-weight: normal;
    text-transform: none !important;
}

a.close-sub-nav {
    color: #dcdcdc;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: -6px;
}

    a.close-sub-nav:hover {
        color: white;
    }

h3.sub-nav-header > a {
    color: #dcdcdc;
    font-size: 27px;
    text-decoration: none;
    margin-right: 5px;
    vertical-align: top;
}

    h3.sub-nav-header > a:hover {
        color: #FFF;
    }

.item-nav {
    display: inline-block;
    vertical-align: top;
    position: static;
    -webkit-transition: height 350ms ease;
    -moz-transition: height 350ms ease;
    -o-transition: height 350ms ease;
    -ms-transition: height 350ms ease;
    transition: height 350ms ease;
}

    .item-nav .mew.clickable {
        min-height: 226px;
    }

    .item-nav.expanded {
        /*transition: height 350ms ease;*/
        /*height: 545px;*/
    }

.sub-nav-body {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0;
    vertical-align: bottom;
    overflow: hidden;
}

.item-nav .mew .arrow-up {
    display: none;
}

.item-nav.expanded .mew .arrow-up {
    display: block;
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -15px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #333333;
}

img.overview-image {
    width: 100%;
    padding: 15px;
}

.preview-image-wrapper {
    position: relative;
    display: inline-block;
}

    .preview-image-wrapper > img {
        max-width: 200px;
        background: #dddddd;
        padding: 7px;
        border-radius: 2px;
    }

    .preview-image-wrapper > a {
        position: absolute;
        right: -5px;
        top: -8px;
        font-size: 28px;
        line-height: 28px;
        color: black;
    }



.row.scroll-item-wrapper {
    overflow-x: auto !important;
    display: block;
    white-space: nowrap !important;
}

    .row.scroll-item-wrapper > .item-scroll {
        display: inline-block !important;
        float: none !important;
        vertical-align: bottom;
    }


.print-only {
    display: none !important;
}

.textMessageRed {
    color: #d9534f;
}

tr.disabledrow {
    color: #c1c1c1;
    background: #f5f5f5 !important;
}

    tr.disabledrow img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    }



    tr.disabledrow button.select {
        display: none;
    }

tr button.remove {
    display: none;
}

tr.disabledrow button.remove {
    display: inline-block;
}

.row.item-body {
    height: auto;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #f6f6f6;
    background: #FFF;
    min-height: 110px;
}

    .row.item-body:last-child {
        border-bottom: 1px solid #f6f6f6;
    }

    .row.item-body:hover {
        background: #f6f6f6;
    }

    .row.item-body img.item-image {
        height: 100%;
        width: 160px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .row.item-body a.remove-item {
        color: #333;
        font-size: 25px;
        position: absolute;
        right: 15px;
        top: -6px;
        line-height: 26px;
    }

    .row.item-body span.item-index {
        background: #333;
        border-radius: 30px;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #FFF;
        font-size: 18px;
    }

    .row.item-body .sort-wrapper {
        position: absolute;
        right: 15px;
        bottom: 0;
    }

        .row.item-body .sort-wrapper a.sort-item {
            display: block;
            color: #333;
            font-size: 25px;
            line-height: 26px;
        }

.slideout-tab.open {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: white;
    overflow-y: auto;
    z-index: 1;
    box-shadow: -4px 0px 14px 0px rgba(74, 74, 74, 0.12941176470588237);
}

.card-body {
    padding: 15px;
}

.card.report-filter .card-body {
    height: 200px;
}

.reports-scroll-wrapper {
    overflow-y: auto;
    height: 140px;
    margin: 0 -5px;
    padding: 5px;
}

.report-table-wrapper {
    margin-top: 15px;
    padding-bottom: 15px;
}

.scroll-table-wrapper {
    position: relative;
    display: block;
    overflow: auto;
}

    .scroll-table-wrapper .table-scroll {
        min-width: 100%;
    }

.report-scroll-box {
    max-height: 150px;
    overflow-y: scroll;
    background: #f9f9f9;
    padding: 8px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    box-shadow: inset 0px 0px 8px -1px #bfbfbf5e;
}

.form-check.list-check {
    padding-bottom: 3px;
    padding-top: 3px;
}

.privySealThumbnail {
    position: relative;
    display: block;
}

    .privySealThumbnail span {
        position: absolute;
        left: 145px;
        top: 37px;
        z-index: 1;
        font-size: 18px;
        color: #a7a7a7;
        font-family: "PT Sans Narrow";
        font-weight: bold;
    }

    .privySealThumbnail img {
        z-index: 5;
        position: relative;
        display: block;
    }

li.list-group-item.zone.selected {
    background: #e8e8e8;
}

.btn.btn-sidebar-filter {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    top: auto;
    z-index: 2;
    background: #3fa87b;
    color: white;
    border-radius: 34px;
    letter-spacing: 1.1px;
    font-size: 15px;
    padding: 10px;
    height: 63px;
    width: 63px;
    font-family: 'PT Sans Narrow';
    /* font-weight: 700; */
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
    vertical-align: middle;
}
/*MOBILE ONLY (hidden on desktop)*/
.mobile-only {
    display: none;
}

.filter-overlay {
    display: none;
}

a.whatsapp-action {
    font-size: 22px;
    color: #00e676;
    line-height: 22px;
    vertical-align: middle;
    margin-left: 5px;
}

.checkered {
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background-repeat: repeat, repeat;
    background-position: 0px 0, 5px 5px;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    -webkit-background-clip: border-box, border-box;
    background-clip: border-box, border-box;
    -webkit-background-size: 10px 10px, 10px 10px;
    background-size: 10px 10px, 10px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
}

@media print {
    .print-only {
        display: block !important;
    }

    body * {
        visibility: hidden;
    }

    .printing, .printing * {
        visibility: visible;
    }

    .printing {
        position: absolute;
        left: 0;
        top: -110px;
        margin: 0 auto;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

        .printing .header-manage-link a, .printing .page-actions, .printing .headerTextActvityReport, .printing .activityReportData {
            display: none;
        }

        .printing img.propertyDetailImage {
            max-width: 100% !important;
            height: auto;
        }
}

img.inline-news-image {
    max-width: 100%;
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.row.article-footer .col-6 > span {
    color: #888888;
    text-transform: uppercase;
    display: block;
    cursor: default;
}

.row.article-footer {
    padding-bottom: 20px;
    padding-top: 20px;
}

img.summary-img {
    width: 100%;
    padding-bottom: 15px;
}

span.article-date {
    color: #adadad;
    font-style: italic;
}

.news-articles-container {
    padding: 15px;
}

article.article-wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer;
    background: #f9f9f9;
    border-radius: 2px;
}

    article.article-wrapper:hover {
        background: #f6f6f6;
    }

    article.article-wrapper .post-thumb {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 50%;
    }

    article.article-wrapper .content {
        display: block;
        width: 100%;
        padding-left: 20px;
        vertical-align: top;
        padding-top: 10px;
    }

    article.article-wrapper h3.post-title {
        padding-top: 5px;
        font-size: 20px;
    }

    article.article-wrapper .post-content p {
        margin-bottom: 5px;
    }

.post-cat a {
    color: #3fa97b;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 5px;
}

.pdf-wizard-wrapper {
    height: 100px;
    padding-top: 15px;
}

.step-progress.progress {
    height: 5px;
}

.pdf-steps-wrapper {
    z-index: 5;
    position: relative;
}

.step-progress-wrapper {
    z-index: 1;
    position: relative;
    top: -27px;
}

.step-progress.progress .progress-bar {
    background-color: #3fa97b;
}

.steps-content-wrapper.full {
    padding-left: 15px;
    padding-right: 15px;
    min-height: calc(100vh - 260px);
}

.step-actions {
    position: sticky;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FFF;
    border-top: 1px solid #dbdbdb;
    box-shadow: 0 -8px 12px rgb(0 0 0 / 9%), 0 0px 4px rgba(0,0,0,.12);
    z-index: 2;
    margin-top: 20px;
}

    .step-actions.fixed {
        position: fixed;
    }

.pdf-step {
    display: block;
    position: relative;
    width: 80px;
    text-align: center;
    height: 50px;
}

    .pdf-step label {
        font-family: 'PT Sans Narrow', 'PT Sans';
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        text-align: center;
        width: 80px;
        overflow: visible;
    }

    .pdf-step a.action {
        text-decoration: none;
        color: #ffffff;
        cursor: default;
    }

        .pdf-step a.action.canvisit {
            cursor: pointer;
        }

        .pdf-step a.action .icon {
            display: none;
            font-size: 45px;
            color: #3fa97b;
            background: #FFF;
        }

        .pdf-step a.action .number {
            color: #3fa97b;
            font-size: 20px;
            position: absolute;
            line-height: 45px;
            text-align: center;
            top: 0;
            left: 50%;
            margin-left: -6px;
            font-family: 'Trebuchet MS Bold', 'Trebuchet MS Regular', 'Trebuchet MS';
            font-weight: 700;
            font-style: normal;
            font-size: 22px;
        }

        .pdf-step a.action.active .number {
            color: #ffffff;
        }

        .pdf-step a.action.notvisited .number {
            color: #717171;
            font-weight: normal;
        }

        .pdf-step a.action.visited .number {
            display: none;
        }

        .pdf-step a.action.active .icon.fas.fa-circle {
            display: block;
        }

        .pdf-step a.action.notvisited .icon.far.fa-circle {
            display: block;
            color: #e4e4e4;
        }

        .pdf-step a.action.visited .icon.far.fa-check-circle {
            display: block;
        }

.reminder-filter-button {
    font-size: 18px;
    cursor: pointer;
    padding: 3px;
}

    .reminder-filter-button:hover {
        color: #717171;
    }

.reminder-filters {
    line-height: 20px;
}

    .reminder-filters .form-group {
        margin: 0;
    }


.indicators-wrapper .alc-side-card .row > div {
    text-align: center;
    border-right: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

    .indicators-wrapper .alc-side-card .row > div:last-child {
        border: none;
    }

    .indicators-wrapper .alc-side-card .row > div h5 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .indicators-wrapper .alc-side-card .row > div p {
        color: #6b6b6b;
    }

.dimmed {
    position: relative;
}

    .dimmed:after {
        content: " ";
        z-index: 10;
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0);
        margin-right: 26px;
    }

.hide-error tr td .has-danger.form-control-feedback, .hide-error-msg tr td .has-danger.form-control-feedback {
    display: none;
}

.hide-error tr td .form-control:disabled {
    background: transparent;
    border-color: transparent;
}

tr.totals > td {
    background-color: #8c8c8c !important;
    color: #FFF;
    font-weight: bold;
}

a.sort-btn {
    padding: 5px;
    color: #757575;
}

    a.sort-btn:hover {
        color: #252525;
    }

.hideMenuItem {
}

.template-preview img.main-img {
    max-width: 150px;
}


.pgp-site-wrapper .pgp-site-header {
    background: transparent url(https://www.pamgolding.co.za/Resources/images/header_background.png) top left repeat-x;
    width: 100%;
    margin: 0 auto;
    display: block;
}

    .pgp-site-wrapper .pgp-site-header .pgp-site-headerblock {
        max-width: 1100px;
        width: 100%;
        margin: 0 auto;
        display: block;
        position: relative;
        height: 124px;
        text-align: center;
    }

        .pgp-site-wrapper .pgp-site-header .pgp-site-headerblock h3 {
            line-height: 124px;
            letter-spacing: 2px;
            color: white;
            font-size: 47px;
            width: 414px;
            margin: 0 auto;
        }
    /*
    .pgp-site-wrapper .pgp-site-header .pgp-site-logo {
        background: transparent url(https://www.pamgolding.co.za/Resources/images/logo.png) top left no-repeat;
        text-indent: -9999em;
        display: inline-block;
        width: 191px;
        height: 76px;
        margin: 26px 107px 22px 70px;
        vertical-align: top;
    }*/

    .pgp-site-wrapper .pgp-site-header .header-nav-bar {
        width: 100%;
        padding: 7px 0;
        background: #e8e8e8;
        height: 35px;
    }

    .pgp-site-wrapper .pgp-site-header .pgp-site-info {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
        background: #005f27;
        height: 89px;
    }

.modal-dialog.full-screen {
    max-width: 90%;
    /*  max-width: 100%;
    margin: 0;*/
}

    .modal-dialog.full-screen .modal-body {
        padding: 0;
    }

.form-group.pg-float-group {
    position: absolute;
    color: white;
    right: 25px;
    top: 26px;
    z-index: 5;
    width: 310px;
}

.gal_wrap {
    position: relative;
    overflow: hidden;
}

    .gal_wrap .back_blur {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        filter: blur(1.25rem);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        z-index: 1;
    }

    .gal_wrap .image_container {
        padding-bottom: 0;
        height: calc(100vh - 8.125rem);
        max-height: 35rem;
        min-height: 300px;
    }

        .gal_wrap .image_container .image_cover {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            overflow: hidden;
            text-align: center;
            z-index: 2;
            cursor: pointer;
        }

            .gal_wrap .image_container .image_cover .gal_image {
                max-width: 120rem;
                margin: 0 auto;
                box-shadow: 0 0 2rem 2px #2f2f2f59;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                pointer-events: none;
            }

            .gal_wrap .image_container .image_cover.top .gal_image {
                object-position: top;
            }

            .gal_wrap .image_container .image_cover.top25 .gal_image {
                object-position: 0 25%;
            }

            .gal_wrap .image_container .image_cover.middle .gal_image {
                object-position: center;
            }

            .gal_wrap .image_container .image_cover.bottom75 .gal_image {
                object-position: 0 75%;
            }

            .gal_wrap .image_container .image_cover.bottom .gal_image {
                object-position: bottom;
            }


        .gal_wrap .image_container .image_banner {
            position: absolute;
            z-index: 3;
            top: 0;
            left: 0;
        }

        .gal_wrap .image_container .actions_wrap {
            position: absolute;
            bottom: 0;
            width: 100%;
            z-index: 3;
            text-align: right;
        }

            .gal_wrap .image_container .actions_wrap .slide_count {
                border-radius: 3px 3px 0 0;
                cursor: pointer;
                position: relative;
                background: rgba(0, 0, 0, 0.6);
                color: white;
                font-size: 12px;
                overflow: hidden;
                margin: 0;
                display: inline-block;
                padding: 10px;
                vertical-align: bottom;
            }

                .gal_wrap .image_container .actions_wrap .slide_count span.text {
                    vertical-align: middle;
                }

                .gal_wrap .image_container .actions_wrap .slide_count span.number {
                    display: inline-block;
                    padding: 0px 0 0;
                    font-size: 9px;
                    font-weight: bold;
                    color: #333;
                    text-align: center;
                    margin: 0px;
                    width: 32px;
                    vertical-align: middle;
                    height: 32px;
                    border-radius: 3px;
                    padding: 3px 0px 0px 0px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -o-border-radius: 3px;
                    -ms-border-radius: 3px;
                    text-decoration: none;
                    background: url(/Resources/images/elements.png) -600px -78px, linear-gradient(to bottom, #d2d0d0 1%, #e5e4e4 100%);
                }

                .gal_wrap .image_container .actions_wrap .slide_count span.mp_logo {
                    display: inline-block;
                    padding: 0px 0 0;
                    font-size: 9px;
                    font-weight: bold;
                    color: #333;
                    text-align: center;
                    margin: 0px;
                    width: 32px;
                    vertical-align: middle;
                    height: 32px;
                    border-radius: 3px;
                    padding: 3px 0px 0px 0px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -o-border-radius: 3px;
                    -ms-border-radius: 3px;
                    text-decoration: none;
                    background: #d9d8d8;
                }

                    .gal_wrap .image_container .actions_wrap .slide_count span.mp_logo img {
                        width: 100%;
                        height: 24px;
                        margin-top: 4px;
                    }

.documents-page-list ul {
    list-style: none;
    padding-left: 30px;
    /* padding-left: 15px; */
}

    .documents-page-list ul li {
        line-height: 23px;
        padding: 5px 0px;
    }

    .documents-page-list ul .icon {
        font-size: 19px;
        vertical-align: bottom;
        position: absolute;
        left: -14px;
        top: 5px;
    }

        .documents-page-list ul .icon span.index-number {
            font-size: 12px;
            position: absolute;
            left: -15px;
            color: #adadad;
            top: 2px;
            cursor: default;
        }


.documents-page-list .action-wrapper.list {
    display: inline-block;
    position: relative;
    padding: 3px 3px;
    cursor: default;
    right: 4px;
    top: 3px;
    line-height: 20px;
}

.documents-page-list ul.list-group.templates-sort li.list-group-item {
    padding: 6px;
    font-size: 13px;
    line-height: 26px;
}

    .documents-page-list ul.list-group.templates-sort li.list-group-item .action {
    }

    .documents-page-list ul.list-group.templates-sort li.list-group-item.active {
        background: #3fa97b;
        color: #ffffff;
        border: 1px solid #40a97c;
    }

        .documents-page-list ul.list-group.templates-sort li.list-group-item.active .btn-outline-dark {
            color: #ffffff;
            border-color: #fff;
        }

.documents-page-list .quicksendwrapper.inactive .document-heading {
    color: #cbcbcb !important;
    font-weight: 100;
}

.documents-page-list .quicksendwrapper.inactive .icon i {
    color: #cbcbcb !important;
}

.fbrwsr .file img {
    width: auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 120px;
}

.fbrwsr .file.auto img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    width: auto;
    max-height: unset;
}

.fbrwsr .file {
    border: 1px solid #eceeef;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
    box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
    -webkit-transition: box-shadow 200ms cubic-bezier(0.4,0.0,0.2,1);
    transition: box-shadow 200ms cubic-bezier(0.4,0.0,0.2,1);
    overflow: hidden;
    transition: all .3s;
    border-radius: 4px;
    padding: 7px;
    margin-bottom: 15px;
}

.fbrwsr .file {
    display: flex;
    height: 100%;
    flex-direction: column;
}

    .fbrwsr .file .content {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fbrwsr .file .footer {
    }

    .fbrwsr .file .name {
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 11px;
        margin-bottom: 5px;
        overflow: hidden;
        padding: 0px;
        color: #383838;
    }

.fbrwsr a {
    text-decoration: none;
}

.fbrwsr .file:hover {
    border: 1px solid #959595;
}

.fbrwsr .file.selected {
    border: 1px solid #343a40;
}

.fbrwsr .file .btn > i {
    vertical-align: middle;
    font-size: 13px;
    line-height: 19px;
    margin-right: 5px;
}

.file-preview img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    max-height: 200px;
}

a.icon-link {
    font-size: 19px;
    line-height: 13px;
    color: #545454;
    cursor: pointer;
    text-decoration: none;
    padding: 3px;
}

.delete-lnk {
    position: absolute;
    top: -7px;
    right: -9px;
    color: #000;
    padding: 0;
    width: 30px;
    height: 30px;
    background: #FFF;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    border-radius: 22px;
    box-shadow: -1px 2px 6px 0px #3a3a3aa3;
    transition: all .3s;
}

    .delete-lnk:hover {
        color: #323232;
        box-shadow: -1px 2px 14px 1px #3a3a3aa3;
    }
