:root {
  --brand-primary: #827553;
  --cell-modified-color: yellow;
}
/* Header and navbar styling */
/* header .navbar {
  width: 100%;
  min-height: 50px;
  border-bottom: 2px solid var(--brand-primary);
  margin-bottom: 5px;
}

header .container {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 90%;
}
header .navbar-brand {
  padding: 0px !important;
  min-width: 120px !important;
 */
}
header .app-logo {
  min-height: 40px;
  min-width: 112px;
}

span .app-logo {
  min-height: 40px;
  min-width: 112px;
}

/*
@media (min-width: 1200px){
  .container {
      width: 90% !important;
      padding-top: 15px !important;
  }
  .page-head {
    top: 60px;
  }
}
*/

.modal-backdrop {
  background-color:  #ddd;
}

.datepicker--button, .datepicker--cell.-current- {
    color: var(--brand-primary);
}

.btn-primary,
.datepicker--cell.-selected-, .datepicker--cell.-current-.-selected- {
	background: var(--brand-primary) !important;
	border: 0px !important;
}
.datepicker--cell.-selected-:hover, .datepicker--cell.-current-.-selected-:hover,
.btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .open > .dropdown-toggle.btn-primary  {
	background: var(--brand-primary) !important;
    border: 0px !important;
}

.indicator.blue::before, .indicator-right.blue::after {
	background: var(--brand-primary)
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--brand-primary);
}

.form-control:focus, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--brand-primary);
}

.splash {
    width: 900px !important;
}

@media (max-width: 768px) {
    .splash {
        width: 300px !important;
    }
}

.breadcrumb-item a {
  color: var(--brand-primary);
}

/* Make dialogs wider when space is available */
@media only screen and (max-width: 900px) {
  .modal-dialog {
    width: auto;
  }
}
@media only screen and (min-width: 900px) {
  .modal-dialog {
    width: 900px !important;
  }
}

/* Calendar "today" bubble */
.fc-unthemed .fc-today .fc-day-number {
  background-color: var(--brand-primary) !important;
}

/* Change module icons to primary color */
.module-box-link i {
  color: var(--brand-primary) !important;
}

/* Wrangle logo  */
.navbar .navbar-home img {
  min-height: 40px;
  max-height: 40px;
  min-width: 40px;
  max-width: 40px;
}

/* make checkboxes use brand color when checked */
input[type="checkbox"]:checked:before {
    color: var(--brand-primary);
}

/* make datatable always 100% width */
.dt-scrollable {
  width: 100% !important;
}

/* hide "powered by" */
.footer-powered {
  display: none;
}

/* hide "get updates" */
#footer-subscribe-email, #footer-subscribe-button {
  display: none;
}

/* v13 styling */
.sidebar-action > a {
  color: var(--brand-primary);
}

/* .filter-icon .active {
  stroke: white;
}

.filter-button, .filter-button > span {
  background-color: var(--brand-primary);
  color: white;
}
.filter-button:hover, .filter-button:active {
  background-color: var(--brand-primary);
  filter: brightness(133%);
} */

.forecasteditor {
  background-color: inherit !important;
  border-width: 1px !important;
}

.atable {
  border-spacing: 0 !important;
  padding: 0px 10px 10px 10px;
}
.atable td {
  border-color: var(--control-bg) !important;
  /* border-color: var(--cell-border-color) !important; */
  margin: 0;
}
.atable th {
  border-color: var(--control-bg) !important;
  white-space: nowrap;
  /* border-color: var(--cell-border-color) !important; */
  margin: 0;
  background-color: inherit !important;
}
.atable td, .atable th {
  padding: 3px;
}

#forecast-table {
  overflow-x: scroll;
}
