body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* _Layout.cshtml */
.bg-dark {
    background-color: #4e2683 !important;
}

.ecu-nav-divider {
    border-top: 1px solid #aaa;
}

#ecu-libs-logo {
    height: 50px;
    position: absolute;
    top: 2px;
}

@media (min-width: 768px) {
    #ecu-libs-logo {
        height: 60px;
    }
}

#ecu-footer-name {
    font-weight: bold;
}

#ecu-footer-contact {
    font-size: 80%;
}

#datetimepicker {
    font-weight: bold;
}

.red {
    color: red;
}


table {
    margin-bottom: 1rem;
    border-radius: 3px;
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem;
}

thead,
tfoot {
    background: #f8f8f8;
    color: #222222;
}

thead tr,
tfoot tr {
    background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
}

tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

tbody th,
tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

.ecu-card-header {
    border-bottom: 3px solid #fec923 !important;
}

.flatpickr input {
    background-color: #fff !important;
}

.alert-info-purple {
    background-color: #633F94;
}
