/* Carousel*/
/* ---------------------------------------------- */
body {
  background-color: #e0e0e0;
  overflow-y: scroll;
  font-size: 0.9rem;
}

img {
  border: none;
}

a,
a.nav-link {
  color: #039;
}

.bg-warning {
  background-color: #f5d5a5 !important;
}

.bg-medium {
  background-color: #ededed !important;
}

.card {
  background-color: #fff;
  margin-bottom: 1rem;
}

.card-title {
  color: #111;
  font-size: 1.3rem;
  font-weight: bold;
}

.container,
.container-fluid {
  padding: 1rem;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.3;
  border-radius: 0.2rem;
}

/* use class=container-fluid (100%) & then... */
.skinny-width {
  max-width: 500px;
  margin: 0 auto 16px;
}

.narrow-width {
  max-width: 700px;
  margin: 0 auto 1rem;
}

.medium-width {
  max-width: 900px;
  margin: 0 auto 1rem;
}

.wide-width {
  max-width: 1000px;
  margin: 0 auto 1rem;
}

.extra-wide-width {
  max-width: 1300px;
  margin: 0 auto 1rem;
}

.form-control,
.form-control-sm {
  display: inline;
  padding: 4px;
  border-width: 1px;
  vertical-align: baseline;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  line-height: 1rem;
}

input[type=checkbox] {
  vertical-align: text-bottom;
}
input[type=checkbox].medium-checkbox {
  width: 1.2rem;
  height: 1.2rem;
}
input[type=checkbox].large-checkbox {
  width: 1.5rem;
  height: 1.5rem;
}

/* Adjust this later to rems ??  */
input.field-xx,
label.field-xx,
td.field-xx,
th.field-xx,
select.field-xx {
  width: 30px;
}
input.field-xs,
label.field-xs,
td.field-xs,
th.field-xs,
select.field-xs {
  width: 50px;
}
input.field-sm,
label.field-sm,
td.field-sm,
th.field-sm,
select.field-sm {
  width: 100px;
}
input.field-med,
label.field-med,
td.field-med,
th.field-med,
select.field-med {
  width: 150px;
}
input.field-long,
label.field-long,
td.field-long,
th.field-long,
select.field-long {
  width: 200px;
}
input.field-xlong,
label.field-xlong,
td.field-xlong,
th.field-xlong,
select.field-xlong {
  width: 300px;
}
input.field-xxlong,
label.field-xxlong,
td.field-xxlong,
th.field-xxlong,
select.field-xxlong {
  width: 400px;
}
input.field-xxxlong,
label.field-xxxlong,
td.field-xxxlong,
th.field-xxxlong,
select.field-xxxlong {
  width: 500px;
}

ul.linklist {
  padding-left: 1.5em;
  line-height: 1.7;
}
ul.linklist li {
  color: #039;
  list-style-type: disc;
}

.clickable {
  cursor: pointer;
  color: #039;
}
.clickable:hover {
  color: #0077bb;
  text-decoration: underline;
}

span.goback {
  text-decoration: none;
  color: #111;
}
span.goback:hover {
  color: #039;
  cursor: pointer;
}

.json {
  white-space: pre-wrap;
}

/* ------------------ table overrides */
.table {
  margin-bottom: auto;
  padding: 0.4rem;
  line-height: 1.2rem;
}
.table thead tr.heading th,
.table thead tr.heading td {
  background-color: #888;
  color: #fff;
}
.table thead tr.subheading th,
.table thead tr.subheading td {
  background-color: #777;
  color: #fff;
}
.table thead a,
.table thead a:hover {
  color: #fff;
}
.table th,
.table td {
  padding: 0.3rem 0.75rem;
  line-height: 1.2rem;
  vertical-align: middle;
}
.table th.vtop,
.table td.vtop {
  vertical-align: top;
}

.vtop {
  vertical-align: top;
}

/* ------------------ table overrides */
.subtable {
  margin-bottom: auto;
  padding: 4px;
  line-height: 1.2rem;
}

.subtable th,
.subtable td {
  padding: 0.3rem 0.75rem;
  line-height: 1.1rem;
  vertical-align: top;
}

/* */
.noshow,
.hidden {
  display: none !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.larger {
  font-size: larger;
}

.inline-block {
  display: inline-block;
}

.blue {
  color: #039;
}

.lightblue {
  color: #5bc0de;
}

.carousel-caption {
  color: #d8f0f0;
  font-weight: bold;
}

.color-medium {
  color: #ededed;
}

.color-dark {
  color: #bbb;
}

.white {
  color: #fff;
}

.white a,
.white a:hover {
  color: #fff;
}

#wrapper {
  min-width: 1100px;
  max-width: 1500px;
}

#mainBody {
  padding-top: 0.5rem;
  background-color: #ededed;
}

#banner {
  background-color: transparent;
  text-align: center;
  display: block;
  height: 100px;
}
#banner .heading {
  font-size: 1.8rem;
  color: #111;
  display: inline-block;
  margin-top: 1rem;
}
#banner .rightSide {
  color: #777;
}
#banner .rightSide a {
  text-decoration: none;
  color: #777;
}
#banner .rightSide a:hover {
  text-decoration: underline;
  color: #888;
}

#navHeader {
  display: block;
  background-color: #888;
}
#navHeader .nav-item {
  color: white;
}
#navHeader .nav-item:hover {
  color: #3e93fc;
  background-color: #fff;
}
#navHeader .nav-link {
  color: white;
  text-decoration: none;
}
#navHeader .nav-link:hover {
  color: #3e93fc;
  background-color: transparent;
  font-style: oblique;
}

#navBody {
  font-size: 1.1rem;
  line-height: 1.2rem;
}
#navBody a {
  color: #111;
}
#navBody a.pictures {
  color: #039;
}
#navBody a:hover {
  text-decoration: underline;
  color: #777;
}

#navTabs .nav-item:hover {
  background-color: #f9f9f9;
}

#verticalSelect {
  line-height: 1.5rem;
  font-size: 1rem;
  width: 100%;
}
#verticalSelect ul {
  margin: 0 auto 0;
  padding: 0;
}
#verticalSelect li {
  list-style-type: none;
  padding: 0.2rem;
}

#deleteConfirm {
  width: 360px;
  border: solid 2px black;
  background-color: #fafad2;
  padding: 0.6rem;
  margin: 0.6rem;
  z-index: 999;
  position: fixed;
  top: 360px;
}

#updateBillingInfo label {
  font-weight: bold;
}

/*# sourceMappingURL=main.css.map */
