.mylitary {
  background: #4b5320;
}

.sand {
  background: #b29d69;
}

.oliv {
  background: #808000;
}

.active {
  background: #808000 !important;
}

.card-header-mylitary {
  background: #4b5320 !important;
}

.colornot {
  background: none !important;
}

.err {
  text-align: center;
}

.err.green {
  background: yellowgreen;
  font-weight: bold;
}

.err.red {
  background: red;
  color: white;
  font-weight: bold;
}

.section {
  padding: 0 !important;
}

@media screen and (max-width: 720px) {
  .page-header {
    height: 30vh !important;
  }
}

.hand {
  cursor: pointer;
  -moz-cursor: hand;
}

#productTextShort {
  font-weight: bold;
}

#productText {
  text-align: justify;
  width: 90%;
}

form.obj {
  margin: 5px;
}

.form-control, .is-focused .form-control {
  background-image: linear-gradient(to top, #4b5320 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, black 1px, rgba(210, 210, 210, 0) 1px) !important;
}

.bmd-form-group:not(.has-success):not(.has-danger) [class^='bmd-label'].bmd-label-floating, .bmd-form-group:not(.has-success):not(.has-danger) [class*=' bmd-label'].bmd-label-floating {
    color: black;
}

.navbar .navbar-nav .nav-item .nav-link {
  float: left;
}

.navbar .navbar-brand {
  font-weight: bold;
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
    border-color: yellowgreen;
    background: yellowgreen;
}

.togglebutton label .toggle:after {
  border-color: tomato;
  background: tomato;
}
