html {
    font-size: 14px;
    font-family: Gill Sans Regular, Adobe Garamond, Arial Regular, Times Regular;
    position: relative;
    min-height: 100%;
}

body {
    background-color: #002d74;
    color: #ffffff;
    margin-bottom: 60px;
}
a:link {
    color: #f3c300;
}
a:visited {
    color: #fff2bc;
}
.mhd-row {
    background-color: #003588 !important;
}

tr.mhd-spacer-row, tr.mhd-spacer-row>td {
    line-height: 3px;
    font-size: 1pt;
    padding-top: 0;
    padding-bottom: 0;
}

input[type=range] {
    width: 40px;
    height: 20px;
    cursor: pointer;
    padding: 0;
}

input[type=range]::-webkit-slider-thumb {
    width: 40px;
    height: 20px;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    width: 40px;
    height: 20px;
    cursor: pointer;
}

input[type=radio] {
    width: 20px;
    height: 20px;
}

input[type=radio]::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

label.larger {
    font-size: larger;
}

.modal-content {
    background-color: #002d74;
    color: #ffffff;
}

.card-title {
    color: #000000;
}

.card-text {
    color: #002d74;
}

.admin-card {
    background-color: #00ade4;
}

.table {
    color: #ffffff;
}

.w-33 {
    width: 33%;
}

.mw-300px {
    max-width: 300px;
}

a.btn:visited, a.btn {
    color: #ffffff;
}

table.table-rowspace-1 {
    border-collapse: separate;
    border-spacing: 0 0.25rem;
}

table.table-rowspace-2 {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}

table.table-rowspace-3 {
    border-collapse: separate;
    border-spacing: 0 1.0rem;
}

table.table-rowspace-4 {
    border-collapse: separate;
    border-spacing: 0 1.5rem;
}

table.table-rowspace-5 {
    border-collapse: separate;
    border-spacing: 0 3.0rem;
}

.text-muted-slight {
    opacity: 1.0;
    color: #808080!important;
}

.jhach-orange {
    /*    color: #f6861f;*/
    color: #f3c300;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter input {
    color: #ffffff;
}