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

a {
    color: #3874ab !important;
    text-decoration: none !important;
}

.pointer {
    cursor: pointer;
}

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

input.shareLinkCopy {
    background: transparent;
    width: 10px;
    height: 10px;
    position: fixed;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    left: 0;
    top: 0;
}

.navbar-toggler {
    background-color: #5c5c5b;
}

a.btn {
    color: white !important;
}

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

a.nav-link:hover {
    color: #3874ab !important;
    font-weight: bold !important;
}
button.btn-link {
    color: #5c5c5b !important;
    font-weight: bold !important;
}

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

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

.bar-tricolor {
    width: 100%;
    margin: 56px 0 0;
    height: 3px;
    background: linear-gradient(to right, #5c5c5b 0, #5c5c5b 33%, #3874ab 33%, #3874ab 66%, #f08300 66%, #f08300 100%);
}

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

div.card-header {
    padding: .3rem .5rem !important;
    border-bottom: 1px solid #3874ab !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: #5c5c5b !important;
}

div.card-header a.nav-link:hover {
    color: #3874ab !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-318685da17409a2b821e7fd303cf56b4.png");
    margin-right: 5px;
    -webkit-text-fill-color: black;
}

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

select.selectpicker > option:not([class]):before {
    color: black !important;
    content: url("cancel-4f0159a17367a8bdacf7315d008331f6.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;
}

.checkbox-float {
    float: left;
    margin-right: 15px;
    margin-top: 18px;
}

form label {
    margin-top: 15px;
}

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

input.form-control {
    margin-bottom: 15px !important;
}

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

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

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

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

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

.dropzone:hover {
    background-color: #e2eaff !important;
    cursor: pointer;
}

.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-control {
    margin-bottom: 15px !important;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
}

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

.form-submit {
    float: left;
}

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

.btn-success {
    background-color: #3874ab;
    border: 1px solid #2e618f;
    cursor: pointer !important;
}

.btn-success:disabled {
    background-color: #728cac;
    border: 1px solid #5a7385;
    cursor: not-allowed !important;
}

.btn-success:active {
    box-shadow: 0 0 0 .2rem rgba(152, 222, 255, 0.5) !important;
    background-color: #3874ab !important;
    border: 1px solid #2e618f !important;
}

.btn-success:focus {
    background-color: #3874ab !important;
    border: 1px solid #2e618f !important;
}

.btn-success:hover {
    background-color: #2e618f;
    border: 1px solid #2e618f;
}

.btn-secondary {
    background-color: #f08300;
    border: 1px solid #c16a00;
}

.btn-secondary:active {
    box-shadow: 0 0 0 .2rem rgba(152, 222, 255, 0.5) !important;
    background-color: #f08300 !important;
    border: 1px solid #c16a00 !important;
}

.btn-secondary:focus {
    background-color: #f08300 !important;
    border: 1px solid #c16a00 !important;
}

.btn-secondary:hover {
    background-color: #c16a00 !important;
    border: 1px solid #c16a00 !important;
}

