.needs-attention {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
}

.red-background {
    background-color: red;
}

.yellow-background {
    background-color: gold;
}

.green-background {
    background-color: green;
}

.panel-heading {
    cursor: pointer;
}

#noteToolbar {
    margin-top: 10px;
}

#noteEditor {
    margin-bottom: 40px;
}

.note-text {
    margin-top: 20px;
}

.well.has-error {
    background: #f2dede;
}

.close-btn-container {
    text-align: right;
    margin-top: -8px;
    margin-right: -10px;
    padding-bottom: 5px;
}

.responsive-table, #buildingForm {
    visibility: hidden;
}

#buildingForm {
    margin-bottom: 20px;
}

#retailerForm {
    margin-bottom: 20px;
}

#building-form-left {
    margin-bottom: 5px;
}

#building-form-right {
    margin-bottom: 20px;
}

#statusWrapper {
    margin-bottom: 20px;
}

.abus-logo {
    margin-top: -5px;
}

.retailer-special-checkbox {
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

.retailer-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.retailer-offer {
    margin-top: 10px;
    margin-bottom: 10px;
}

.offer-download-link {
    margin-right: 6px;
}

.file-attachment-container {
    display: grid;
    column-gap: 10px;
    grid-template-columns: auto 250px;
}

.file-attachment-download-link {
    margin-right: 6px;
}

.file-attachment-description {
    height: 30px;
    padding: 6px 8px;
}

#addBuildingButtons {
    margin-top: 30px;
    margin-bottom: 10px;
}

.small-form-control {
    padding-top: 7px;
}

.small-form-label {
    text-align: right;
}

.user-deleted-label {
    color: grey;
}

.well-list > :last-child .well {
    margin-bottom: 0 !important;
}

.well-list > :last-child.well {
    margin-bottom: 0 !important;
}

.form-horizontal > :last-child.form-group {
    margin-bottom: 0 !important;
}

h1, h2, h3 {
    margin-bottom: 20px !important;
}
