﻿.user-properties {
    position: relative;
}

/*Clear floats after the columns */
.user-properties:after {
    content: "";
    display: table;
    clear: both;
}

.user-properties .column {
        float: left;
    }

.user-properties .left {
    width: 25%;
    overflow-x: scroll;
}

.user-properties .right {
    margin-top: 1.5rem;
    margin-left: 2rem;
    width: 65%;
}

/* User prperties sidebar list */
.user-properties-list {
    padding-top: 1.5rem;
}

.property-title {
    padding: 6px;
    background-color: #f3f3f3;
    margin-right: 15px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    color:#817f85;
}

.property-title--not-sortable {
    padding-left: 1rem;
}

    .property-title.active {
        background-color: #08c72b;
    }

    .property-title.used {
        color: #1b264f;
    }

.user-properties-button-toggle {
    background: none;
    border: none;
    margin-right: 15px;
}

/* User prperty details screen */
.property-row {
    border-bottom: 2px solid #dedede;
}

.property-column {
    padding-bottom: 16px;
}

    .property-row::before, .property-column::before, .property-row::after, .property-column::after, .row::after {
        display: none;
    }


.user-properties-button-toggle:hover {
    background: none;
}

.user-properties-button-order {
    position: absolute;
    top: -.5rem;
    right: .5rem;
}

.property-order-item {
    border: 4px dashed #d8d7d9;
    border-bottom: none;
    padding: .5rem 0;
    text-align: start;
    font-size: 1rem;
    line-height: 1.2;
    max-width: 100% !important;
}

    .property-order-item:last-of-type {
        border-bottom: 4px dashed #d8d7d9;
    }

    .property-order-item.ui-sortable-helper {
        border-bottom: 4px dashed #d8d7d9;
    }

.display-property-title {
    font-weight: bold;
}

.additional-fields {
    text-align: center;
    background: #ccc;
    justify-content: center;
    align-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
