﻿.modal-search-help-link {
    display: block;
    float: right;
}

.modal-search-help-link2 {
    display: block;
}

.modal-search-header-title-2 {
    font-size: 1.6rem;
}

.modal-search-header-title {
    font-size: 1.6rem;
}

.modal-search-filter {
    display: flex;
    margin-top: 10px;
}

.modal-search-filter input[type="text"] {
    flex: 2;
}

.modal-search-filter label {
    height: 30px;
    margin: 5px 5px 0 0;
}

#btnModalSearch {
    width: 34px;
}

.modal-search-sort {
    margin-top: 6px;
}

.modal-search-sort input[type="radio"] {
    margin: 0 5px 0 5px;
}

.modal-search-results {
    width: 100%;
    margin: 5px 10px 10px 0;
    padding: 15px;
    overflow: auto;
    height: 250px;
    border: 1px solid #333;
}

.modal-search-results ul {
    list-style-type: none;
    padding: 0;
}

.modal-search-results ul li:hover {
    cursor: pointer;
    background-color: #eee;
}

.modal-search-results ul li[selected="selected"] {
    background-color: #ddd;
}

.modal-search-footer {
    padding-left: 10px;
    margin-top: 10px;
}

.modal-search-footer-2 {
    padding: 10px 10px 10px 10px;
    border-top: 2px solid #dee2e6;
}

.modal-search-footer-controls {
    text-align: right;
    display: inline-block;
    float: right;
}

.modal-header {
    background-color: #225582;
    color: #fff;
}

#alertDialogCloseButton {
    color: #fff;
    text-shadow: none;
}

#addModal input[disabled] {
    border: 1px solid #ddd !important;
}