/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 .stage-path-tabs {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    border: solid 1px #d6d6d6;
}

.path-item {
    flex-grow: 1;
    text-align: center;
    background-color: #e0e5ee;
    padding: 10px;
    font-weight: bold;
    position: relative;
}

.path-item.completed {
    background-color: #51c983;
    color: #fff;
}

.path-item.active {
    color: #fff;
    background-color: #1172cf;
}

.path-item:after {
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    display: block;
    position: absolute;
    background: url('../img/stage-path-separator.svg');
    top: 0;
    right: -15px;
    z-index: 1;
}

.path-item.completed:after {
    background: url('../img/stage-path-separator-completed.svg');
}

.path-item.active:after {
    background: url('../img/stage-path-separator-active.svg');
}

.featherlight {
    background: rgba(0,0,0,.8) !important;
}

#toast-container {
    z-index: 2147483648 !important;
}
.single-property-result {
    padding: 1em;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-bottom: 1em;
}

.single-property-result.selected {
    background: #f3fbff;
    border: solid 1px #20a8d8;
}

.single-property-result img {
    display: block;
    width: 100%;
}

.single-property-result .checkbox .on {
    display: none;
}

.single-property-result.selected .checkbox .on {
    display: block;
}

.single-property-result.selected .checkbox .off {
    display: none;
}

.documents-list-table .tags {}

.documents-list-table .tags .tag {
    display: inline-block;
    background: #9fff9f;
    font-size: 10px;
    padding: 3px 6px;
    font-weight: bold;
    border-radius: 3px;
}

.documents-list-table .tags .tag.tag--terms-of-engagement {
    background: #ffe69f;
}

.property-images-grid .thumbnail {
    width: 200px;
    position: relative;
}
.property-images-grid .thumbnail img {
    max-width: 100%;
    width: 100%;
}

.property-images-grid .thumbnail .buttons {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    display: block;
    z-index: 9;
    height: 100%;
}

.property-images-grid .thumbnail .buttons .js--show-on-website {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    background: url('../img/icons/internet.svg');
    background-size: contain;
    position: absolute;
    bottom: 0;
}
.property-images-grid .thumbnail .buttons .js--remove-image {
    position: absolute;
    top: 0;
    right: 0;
}

.property-images-grid .thumbnail.visible-on-website .buttons .js--show-on-website {
    background: url('../img/icons/internet-green.svg');
}

.form-group.form-group--contact_id {
    position: relative;
}

button.field--new-entity-button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    padding: 0;
    font-size: 0.8em;
    color: #09f;
    text-decoration: underline;
}
.js--view-image {
    color: black;
    font-size: 25px;
    position: absolute;
    top: -10px;
    cursor: pointer;
}
.js--view-image::hover {
    color: blue;
    cursor: pointer;
}
.lg-object.lg-image {
    width: 50% !important;
}
.lg-backdrop.in {
    opacity: 0.6 !important;
}
.lg-actions .lg-next::before {
    content: ">" !important;
}
.lg-actions .lg-prev::after {
    content: "<" !important;
}
.lg-toolbar .lg-close::after {
    content: "X" !important;
}
.lg-fullscreen {
    display: none;
}
.lg-toolbar .lg-download {
    display:none;
}
.feature-group-feature.js--property-feature-select2 .select2.select2-container.select2-container--default{
    width: 100% !important;
}
.lg-outer .lg-toogle-thumb::after {
    content: "^" !important;
}
.img-featured {
    position: absolute;
    right: 0;
    font-size: 26px;
    bottom: 0;
    color:red;
}
.widget--property_history_main tbody p {
    margin: 0;
    padding: 0;
}
.hidden {
    display: none;
}

.form-group--description_en .ck-content {
    min-height: 200px;
}

.form-group--excerpt_en #field--excerpt_en {
    height: 100px;
}

.blockUI.blockMsg.blockPage {
z-index: 99999999999999 !important;
}

.blockUI.blockOverlay {
z-index: 99999999999999 !important;
}

button.field--new-project-button {
    position: absolute;
    right: 16px;
    top: 0;
    background: none;
    border: none;
    padding: 0;
    font-size: 0.8em;
    color: #09f;
    text-decoration: underline;
}

.icon-check-completed {
    color: green;
}
.card input[type="checkbox"] {
    width: auto;
}