.fileDate {
    font-size: 0.8em;
    color: #605e5f !important;
    padding-left: 16px;
}

a {
    color: #9b5265 !important;
    text-decoration: none !important;
}

.main-title {
    font-size: 1.2rem;
    color: white;
}

a.nav-link {
    color: #a2a0a1 !important;
    font-weight: bold !important;
}

a.nav-link:hover {
    color: #9b5265 !important;
    font-weight: bold !important;
}
button.btn-link {
    color: #605e5f !important;
    font-weight: bold !important;
}

button.btn-secondary {
    font-size: 0.9em;
}

button.btn-secondary:hover {
    background-color: #9b5265 !important;
}

button.btn-link:hover {
    color: #9b5265 !important;
    text-decoration: none !important;
}

.bg-dark {
    background-color: #3a4651 !important;
}

body {
    background-color: #e7e8eb !important;
}

div.card-header {
    padding: .3rem .5rem !important;
    border-bottom: 1px solid #9b5265 !important;
}

select:focus {
    color: black !important;
    -webkit-text-fill-color: black;
}

select:focus > option {
    color: black !important;
    -webkit-text-fill-color: black;
}

div.card-header a.nav-link {
    color: #605e5f !important;
}

div.card-header a.nav-link:hover {
    color: #9b5265 !important;
}

select > option {
    color: black !important;
    background-color: transparent !important;
    box-shadow: 0 0 10px 100px white inset;
    -webkit-text-fill-color: black;
}

select > option:disabled {
    color: dimgrey !important;
    background-color: transparent !important;
    box-shadow: 0 0 10px 100px white inset;
    -webkit-text-fill-color: dimgrey;
}

select.selectpicker > option[class="selected"]:before {
    color: black !important;
    content: url(tick.png);
    margin-right: 5px;
    -webkit-text-fill-color: black;
}

select.selectpicker > option[class=""]:before {
    color: black !important;
    content: url(cancel.png);
    margin-right: 5px;
    -webkit-text-fill-color: black;
}

select.selectpicker > option:not([class]):before {
    color: black !important;
    content: url(cancel.png);
    margin-right: 5px;
    -webkit-text-fill-color: black;
}

.button-spacer {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.button-spacer button {
    margin-bottom: 0.5rem;
}

.custom-form-control {
    margin-left: 0.5rem;
    margin-bottom: 0rem !important;
}

.form-control {
    font-size: 0.9rem !important;
}

.breadcrumb {
    border: 1px solid #3a4651 !important;
    padding: .3rem 1rem !important;
    margin-bottom: 0.5rem !important;
}

.breadcrumb-item {
    font-size: 0.8em;
    color: #605e5f !important;
}

.breadcrumb-item a {
    color: #9b5265 !important;
    text-decoration: none !important;
}

.dropzone {
    border:1px dashed #3a4651;
    text-align: center;
    width:100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.dropzone:hover {
    background-color: #eeeff2 !important;
}

.sort-search {
    margin-bottom: 0.5rem !important;
    align-items: center;
    display: flex;
    float: right;
    font-size: 0.9rem !important;
}

@media (max-width: 767px) {
    a.button-spacer button {
        width: 100% !important;
    }
    .searchbar {
        width: 100% !important;
    }
}

.form-cancel {
    float: right;
    background-color: #691222;
}

.form-submit {
    float: left;
}

.list-group-item {
    padding: 0.5rem 1.25rem !important;
}
