﻿body {
    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 25px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.nav-link {
    font-size: 40px;
    color: #023b70;
}

.nav-link:hover {
    color: #f8df7e !important;
    text-decoration: underline #f8df7e;
}

.bg-body-tertiary {
    background-color: lightgray !important;
    border-bottom: solid 3px #023b70;
}

.as-icon {
    font-size: 26px;
    color: #023b70;
}

.form-floating {
    width: 100%;
}

.btn-new {
    width: 150px;
}

.as-btn-color {
    color: white;
}

.as-btn {
    width: 100% !important;
}

.as-table {
    width: 100%;
    font-size: 16px;
}

.as-table > thead {
    border: solid 1px black;
    border-bottom: solid 3px #f8df7e;
}

.as-table > thead > tr > th {
    background-color: #023b70;
    color: white;
    padding: 8px;
}

.as-table > tbody > tr > td {
    border: solid 1px lightgray;
}

.as-table > tbody > tr > td {
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.as-error-txt {
    font-size: 16px
}

.as-btn-signout {
    margin-right: 15px;
}

.as-btn-admin {
    margin-right: 40px;
}

.as-footer-txt {
    margin: 0 0 0 0;
    max-height: 20px;
    color: #023b70
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 10;
}

.deliveryDate-outdated {
    background: #e80505;
    color: white
}

h1 {
    color: #023b70;
    font-size: 42px;
}

.progress-bar {
    background-color: #023b70
}

.label-as {
    background-color: #023b70;
}

.info-line {
    font-size: 17px;
    text-align: center !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.as-datePicker {
    width: 100%;
    border: none;
    background: transparent
}

.lateDelivDate {
    background: orange !important;
}

.earlyDelivDate {
    background: lightgreen !important;
}

.searchBar button:hover {
    background: #023daa
}

.searchBar input[type=text] {
    width: 85%;
    height: 32px;
}

.searchBar button {
    background-color: #023b70;
    color: #f2f2f2;
    border: none;
    cursor: pointer;
    width: 15%;
    height: 32px;
    padding: 0;
}

.filter {
    background-color: #023b70;
    color: white;
    border: solid 1px #023b70;
}

.form-filter {
    border: solid 1px #023b70;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #023b70;
    outline: 0;
    box-shadow: none;
}

#btnTop {
    display: none;
    position: fixed;
    bottom: 42px;
    right: 6px;
    z-index: 99;
    font-size: 23px;
    padding-bottom: 10px;
    border: solid 2px #ccb014;
    outline: none;
    height: 46px;
    width: 46px;
    margin: auto;
    background-color: #023b70;
    color: white;
    cursor: pointer;
    border-radius: 4px
}