body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42;
    color: #333;
    background-color: #fff;
    word-wrap: break-word;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-menu a {
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown-menu a:hover {
  color: #a11212 !important;
}

a {
  color: #045FB4;
}

.card h4 {
  font-weight: 600;
}

.tab-pane h3 {
  padding-top: 8px;
}

/* ul.nav li a:hover, ul.nav li a:active {
    color: #a11212 !important;
} */

/* ul.nav li.active a {
    color: #700C0C !important;
} */

a:hover {
    color: #a11212;
    text-decoration: none;
}

.alert {
  position: fixed;
  z-index: 999999;
  /*width: 100px;*/
  top: 50;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn-high {
  color: #FFFFFF;
  background-color: #170000;
  border-color: #120000;
}

.btn-high:hover,
.btn-high:focus,
.btn-high:active,
.btn-high.active,
.open .dropdown-toggle.btn-high {
  color: #FFFFFF;
  background-color: #300000;
  border-color: #120000;
}

.btn-high:active,
.btn-high.active,
.open .dropdown-toggle.btn-high {
  background-image: none;
}

.btn-high.disabled,
.btn-high[disabled],
fieldset[disabled] .btn-high,
.btn-high.disabled:hover,
.btn-high[disabled]:hover,
fieldset[disabled] .btn-high:hover,
.btn-high.disabled:focus,
.btn-high[disabled]:focus,
fieldset[disabled] .btn-high:focus,
.btn-high.disabled:active,
.btn-high[disabled]:active,
fieldset[disabled] .btn-high:active,
.btn-high.disabled.active,
.btn-high[disabled].active,
fieldset[disabled] .btn-high.active {
  background-color: #170000;
  border-color: #120000;
}

.btn-high .badge {
  color: #170000;
  background-color: #FFFFFF;
}

.inventory {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: red;
}

textarea:required {
  border-color: red !important;
}
