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

.logo {
    height: 30px;
    margin-right: 10px;
    width: 65px;
}

.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;
}
.main-title {
    font-size: 1.2rem;
    color: #5A5A5A;
    margin-right: 30px;
}

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

a.nav-link:hover {
    color: #e2001a !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: #e2001a !important;
}

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

.bg-dark {
    background-color: #e8e8e8 !important;
    border-bottom: 2px solid #e2001a;
}

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

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

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

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

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

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

input.form-control {
    margin-bottom: 0.5rem !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: #5A5A5A !important;
}

.breadcrumb-item a {
    color: #e2001a !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;
}

.searchbar {
    width: 20rem;
    float: right;
}

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

.form-cancel {
    margin-top: 15px;
    float: right;
    background-color: #851400;
    color: white !important;
}

.form-submit {
    margin-top: 15px;
    float: left;
}

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