.admin-bar .fixed-top {
  top: 32px;
}

.dt-layout-start .dt-length select {
  margin-right: 10px;
}

a {
  color: #8C7855;
}
a:hover {
  color: #AE9A74;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=date]:focus, input[type=tel]:focus, select:focus, textarea:focus {
  border-color: #AE9A74;
  outline: none;
}

select.form-control:focus {
  outline: 1px solid #AE9A74;
}

.bg-wm-primary {
  background-color: #AE9A74;
}

.bg-wm-primary-dark {
  background-color: #8C7855;
}

.tab-content {
  border: 0;
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item:first-child, .nav-tabs .nav-item:last-child {
  margin-left: 0;
}
.nav-tabs .nav-item:first-child .nav-link, .nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0;
}
.nav-tabs .nav-link {
  border: 0;
  background: #FFFFFF;
}
.nav-tabs .nav-link.active {
  background: #AE9A74;
  color: #FFFFFF;
}
/*# sourceMappingURL=custom.css.map */