.details_image {
    float: right;
    margin-top: -50px;
    max-width: 200px
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;

    & > .up {
        margin: auto;
    }
}

form.password-reset .form-group {
    max-width: 300px;
    margin-left: 20px;
}

div {
    .hidden {
        display: none;
    }

    &#login {
        width: 200px;
        margin-left: auto; margin-right: auto;
    }
}

.equipment-gallery div {
    text-align: center;
    margin-bottom: 30px;
}

#jumplist {
    width: 100%;
}

#recycle_bin, #make_boss_heart {
    border-radius: 10px;
    height: 80px;
    margin-top: 30px;
    padding-top: 5px;
    color: #333;
    background: #eee;
    text-align: center;
}

.details_text {
    padding-left: 30px; padding-right: 30px; margin-bottom: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

    a {
        text-decoration: underline;

        &:hover {
            color: #888;
        }
    }

    h1 {
        font-size: 1.5em;
            font-weight: bold;
    }
    h2 {
        font-size: 1.2em;
            font-weight: bold;
    }
}


.worker_div {

    ul {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    li {
        cursor: move;
        padding-left: 25px;

        &.baus {
            background: url("/static/images/icons/heart.c8a8b3ef5833.png") no-repeat;
            background-position: left;
        }
    }

    .workers_sortable {
        list-style: none;
        margin: 0 0 20px 0;
        border-radius: 10px;
        background-color: #eee;
        min-height: 100px;
    }
}

.forte-count {
    margin-left: 10px;

    span {
        margin-right: 15px;
    }
}

.person_list_image {
    float: left;
    margin-right: 10px; margin-top: -5px;
}

.row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.row-fluid > div {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
}

.person_table_cell {
    width: 35%;
}

.add_rider_btn {
    padding: 2px;
    margin-bottom: 2px;
}

.baus_table_cell {
    width: 20px;
}

.top_jobs_person {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;

    .position {
        font-weight: 600;
        font-size: 1rem;

        &.top_3 {
            font-size: 3rem;
        }
    }

    .name_link {
        text-align: center;
    }
}

.droppable_hover {
    background-color: #f6ff9e !important;
}

.valid_field {
    font-weight: bold;
    background-color: #ffffc8;
}

.ac_label {
    font-size: 10px;
    line-height: 10px;
    padding-left: 5px;
}

.title_column {
    font-weight: bold;
    font-size: 0.8em;
    padding-right: 20px;
}

.worker_list_element {
    padding: 5px 5px;
    margin: 12px;
    height: 20px;
    font-size: 14px;
    border-radius: 5px;
}

a.category_up {
    display: inline-block;
    padding: 5px 14px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 15px;
    color: #333;
    float: left;
}

a:hover.category_up , a:focus.category_up {
    text-decoration: none;
    background-color: #EEE;
}

.equipment-remove {
    float: right;
    text-align: right;
}

#deviations {
    .card {
        margin-bottom: 8px;
    }
}
.deviation_panel > .card-footer {
    overflow: auto;
}

.deviation_panel > .card-footer .btn {
    float: right;
    margin-left: 10px;
}

#edit_instance_dialog .modal-body {
    overflow: auto;
}

#category_pager {
    margin: auto
}

.category_node {
    list-style-type: none;
}

.category_node a {
    font-size: 1.2em;
    text-decoration: none !important;
    outline: none;
}

.date {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    color: #333;
    margin: 3px;
    padding: 9px 0 9px 27px;
}

.worker-count {
    white-space: nowrap;
}

.copy-to-clipboard {
    cursor: pointer;
}

.ical-url {
    padding-bottom: .6em
}

.wiki-link {
    text-decoration: underline;

    &:hover {
        color: #888;
    }
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.job-table {
    padding: 0.4em .6em;
}

.label-staff {
    background-color: cornflowerblue;
}

.label-lease {
    background-color: gray;
}

.label-internal {
    background-color: forestgreen;
}

.label-private {
    background-color: indigo;
}

.maintenance-comment {
    white-space: pre-wrap;
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 40px;
    line-height: 20px;
}

.maintenance-comment:not(:focus):hover {
    backdrop-filter: brightness(97%);
}
