/**import modal style sheet**/
@import url("./modal.css");


body {
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  color:#000;
}

.error {
  color: #ff0000;
  font-weight: bold;
}

.soft-alert {
  color: #0000ff;
  font-weight: bold;
}

ul {
  list-style: none;
}

/***
* Links
*/
a {
  color: #000080;
  text-decoration: none;
}

h1 a {
  color: #fff;
}

a:hover {
  color: #ff9b49;
  background-color: inherit;
  text-decoration: none;
}
footer a {
  color: #fff;
}
.list a {
  display: block;
}
header,
footer {
  color: #fff;
  background-color: #454341;
}

footer {
  clear: both;
  color: #ccc;
  float: left;
  width: 100%;
  padding: 40px 0 600px 40px;
}

footer .col-1,
footer .col-2,
footer .col-3 {
  float: left;
  width: 33.3%;
}

footer .col-1 ul,
footer .col-2 ul,
footer .col-3 ul {
  padding: 0;
}

footer .col-1 li,
footer .col-2 li,
footer .col-3 li {
  margin-bottom: 5px;
  letter-spacing: 2px;
}

header h1 {
  margin: 0;
  display: inline-block;
  padding-left: 40px;
}

#logoutForm {
  background-color: #ff9b49;
  padding: 1px 5px;
}

#logout {
  float: right;
  margin-right: 250px;
  margin-top: 16px;
  color: inherit;
}

.content {
  float: left;
  background-color: #fff;
  padding-bottom: 100px;
  width: 75%;
  margin: auto;
  margin-top: 10px;
  /*70px;*/
  padding-left: 25px;
  color: #000;
}

aside {
  clear: both;
  background-color: #ccc;
  color: #000;
  float: left;
  margin-top: 30px;
  /*100px;*/
  width: 200px;
  padding: 10px;
}

.asideContent {
  background-color: #fff;
  padding: 5px;
  font-size: 14px;
}

.sessionMessage {
  font-weight: bold;
  color: #000;
}

/*****
* main admin navigation
*/
#navWrap {
  font-size: 12px;
  margin-top: 5px;
}

#navWrap ul {
  list-style: none;
  position: relative;
  float: left;
}

#navWrap ul a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
}

#navWrap ul li {
  position: relative;
  padding: 1px 5px;
  background-color: #ff9b49;
  margin-right: 5px;
}

#navWrap ul li:hover {
  background-color: #fff;
  color: #454341;
}

#navWrap ul ul {
  display: none;
  position: absolute;
  background-color: #454341;
}

#navWrap ul li:hover > ul {
  display: block;
}

.item {
  border: 1px solid #000;
}

li.item {
  float: inherit;
}

button,
.button,
.buttonAlert {
  padding: 5px;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  background-color: #ff9b49;
  color: #000;
  font-weight: bold;
}

.buttonAlert {
  color: #fff;
  background-color: #ff0000;
  font-weight: bold;
  padding: 5px;
  border-radius: 8px;
}

.list ul {
  padding-left: 0;
}

.list,
.list li {
  list-style: none;
  border: 1px dotted;
  width: 100px;
  padding-left: 0;
  text-align: center;
  background-color: #ccc;
  overflow-wrap: break-word;
}

.list {
  width: auto;
  margin-bottom: 1px;
  padding: 1px;
}

.list-text-left {
  text-align: left;
}

.list-text-right {
  text-align: right;
}

.list li:nth-child(even) {
  margin-top: 5px;
  border-top: none;
}

/**
* Table styles
*/
table,
th,
td {
  border: 1px solid #000;
  padding: 5px 1px;
  text-align: center;
}

table tr:nth-child(even) {
  background-color: #ccc;
}

/* Style forms*/
input[type="text"],
input[type="radio"],
select,
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
textarea {
  color: #000;
  background-color: antiquewhite;
  margin-left: 25px;
  font-style: normal;
}
input[type="radio"]{
  margin-right: 10px;
}
textarea {
  margin-left: 0;
}

label {
  display: block;
  margin-bottom: 5px;
  margin-left: 25px;
}

form ul {
  list-style: none;
}

form li {
  font-weight: bold;
  color: #ff0000;
  font-style: italic;
}

.formError {
  color: #fff;
  font-weight: bold;
  background-color: #454341;
  width: 200px;
  padding: 2px;
  margin-left: 24px;
}

td.email_info > div {
  width: 100%;
  height: 100%;
  overflow: scroll;
  width: 200px;
}

td.email_info {
  height: 100px;
}

.clearFix {
  clear: both;
}

.column,
.columnMedium,
.columnLarge,
.columnHeightAuto {
  float: left;
  background-color: #ccc;
  margin-right: 10px;
  padding: 5px 10px;
  height: 195px;
}

.columnMedium {
  height: 285px;
}

.columnLarge {
  height: 400px;
}

.columnHeightAuto {
  height: auto;
}

.column li,
.columnMedium li,
.columnLarge li {
  margin-left: 0;
  padding-left: 0;
  padding: 2px 5px;
}

.column ul,
.columnMedium ul,
.columnLarge ul {
  padding: 0;
}

.lowerBanner {
  margin-top: 50px;
}

/**************
build load in dispatch section
*/
.build-load-row {
  COLOR: #000;
  background-color: bisque;
  float: left;
  border: 1px solid #000;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 920px;
  overflow: auto;
  width: 225px;
}

.build-load-row label {
  margin: 0;
  padding: 0;
  margin-bottom: 1px;
}

.build-load-row h3 {
  margin-top: 2px;
  margin-bottom: 15px;
}

.build-load-row p {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.build-load-row input {
  margin-left: 0;
}

.build-load-row form {
  background-color: #ccc;
  padding: 5px;
}

.build-load-row ul {
  padding: 0;
}

.build-load-row .formError {
  margin-left: 0;
  width: auto;
}

.row-wrap {
  width: 100%;
}

.view-load {
  background: #ccc;
  margin-bottom: 10px;
  padding: 5px;
}

/************************
* flex box styles
*************************/
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/****************************
* Radio buttons
****************************/
/*input[type="radio"] */
.radio-input {
  /*appearance: none;*/
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  font-family: system-ui, sans-serif;
  /*font-size: 2rem;*/
  /*font-weight: bold;*/
  line-height: 1.1;
}
label .radio-input {
  margin-left: 0;
}
.form-control {
  font-family: system-ui, sans-serif;
  /*font-size: 2rem;*/
  /*font-weight: bold;*/
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.cookieConsent {
  position: fixed; /* Positions relative to the viewport */
  bottom: 20px;    /* 20px from the bottom edge of the screen */
  left: 20px;
  background-color: #fff;
  background-color: inherit;
  color: rgb(0, 0, 0);
  padding: 15px;
  z-index: 1000; /* Ensures it stays on top of other content */
}