.field-validation-error, .validation-summary-errors {
    color: #e80c4d;
}
input.input-validation-error, select.input-validation-error {
    border: 1px solid #e80c4d !important;
}
.field-validation-error, .validation-summary-errors {
    color: #e80c4d;
    margin-bottom: 30px;
}
.validation-summary-errors ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}


/* Reports Table Cell / Row Hover */
.table-cell-hover tbody td:hover {
    /*border: 1px solid rgb(46, 192, 2) !important;
    border-left-width: 2px !important;*/
    background: rgba(43, 192, 2, 0.5) !important;
}


.table-cell-hover tbody tr:hover {
    /*border: 1px solid rgb(46, 192, 2) !important;
    border-left-width: 2px !important;*/
    background: rgba(43, 192, 2, 0.25) !important;
}

/* Modal Link */
.modal-button {
    cursor: pointer;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 95% !important;
    }
}

/* Asset Age Colours */
.less30 {
    background-color: rgba(109, 255, 124, 0.8) !important;
}

.more30 {
    background-color: rgba(109, 255, 124, 0.5) !important;
}

.more60 {
    background-color: rgba(255, 252, 79, 0.5) !important;
}

.more90 {
    background-color: rgba(255, 143, 79, 0.5) !important;
}

.more120 {
    background-color: rgba(232, 39, 39, 0.5) !important;
}

.no-date {
    background-color: rgba(255, 0, 0, 0.788) !important;
    color: #fff;
}








.datepicker.dropdown-menu {
    min-width: 250px !important;
}

.month.disabled {
    color: #c8c8c8;
}

.large-checkbox {
    height: 24px;
    width: 24px;
    margin-left: 10px !important;
}

.large-checkbox-label {
    top: -12px;
    position: relative;
}


/* Replacement Reason Checkboxes */
.reason-checkbox {
    height: 24px;
    width: 24px;
}

.reason-label {
    margin-left: 7px;
    top: -8px;
    position: relative;
}

#replacement-reasons {
    border: 1px #dadada solid;
    padding: 10px;
    margin-bottom: 15px;
}


/* Select2 */
.select2-container--default .select2-selection--single {
    border: 1px solid #e3e6f3 !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

.select2-search:after {
    top: 0% !important;
    margin-top: 10px !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px !important;
}

.select2-results__option {
    padding: 3px 6px !important;
}