.row {
  margin-left: 0px;
  margin-right: 0px;
}

header, footer {
  background-color: #ffcc00;
}

.card {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-tabs .nav-link:focus {
  border: none;
  background-color: #9b7c7c;
}

.nav-tabs .nav-link {
  border: none;
  color: #614b4b;
}

.nav-tabs {
  border: none;
}

.nav-tabs .dropdown-menu {
  background-color: #9b7c7c;
}

.dropdown-item {
  border-radius: 5px;
  border-width: 1px;
  /*color: #ffffff!important;*/
}

.menuItem {
  border-radius: 5px;
  border-width: 1px;
  color: #ffffff!important;
}

.menuItem:hover {
  background-color: #ffcc00;
  color: #000000!important;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  margin-right: 10px;
}

#footer .row {
  background-color: #ffcc00;
}

#header .h4 {
  background-color: #9b7c7c;
  color: #ffffff;
}

.stripe1 {
  /*background-color: #E8E8E8;*/
}

.stripe2 {
  /*background-color: #c0c0c0;*/
  /*border-bottom: solid #c0c0c0;*/
}

toggle.border {
  border: 1px solid;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  z-index: 1234;
  overflow: auto;
  width: 100px;
  height: 102px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #9b7c7c;
}

