/* line 1, app/assets/stylesheets/orange.css.scss */
h1, h2, h3, h4, h5 {
  background-color: #ffdd9e;
}

/* line 5, app/assets/stylesheets/orange.css.scss */
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #ffe6c0;
}

/* line 9, app/assets/stylesheets/orange.css.scss */
input, select, textarea {
  border-color: #ffedda !important;
}

/* line 13, app/assets/stylesheets/orange.css.scss */
input[type="submit"] {
  background-color: #ffd079 !important;
}

/* line 17, app/assets/stylesheets/orange.css.scss */
input[type="submit"]:hover {
  background-color: orange !important;
  transition: all .15s ease-in-out;
}

/* line 22, app/assets/stylesheets/orange.css.scss */
.orange-button {
  background-color: #ffd079 !important;
}

/* line 26, app/assets/stylesheets/orange.css.scss */
.orange-button:hover {
  background-color: orange !important;
  transition: all .15s ease-in-out;
}

/* line 31, app/assets/stylesheets/orange.css.scss */
.red-button {
  background-color: #ff0000 !important;
  padding: 9px;
  border-radius: 10px;
  font-weight: bold;
  color: black;
}

/* line 42, app/assets/stylesheets/orange.css.scss */
#holidays .grid-x .small-8 {
  border-color: #ffedda !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 45, app/assets/stylesheets/orange.css.scss */
#holidays .grid-x .small-8 h3 {
  background-color: #ffdd9e;
}

/* line 52, app/assets/stylesheets/orange.css.scss */
thead {
  background: rgba(255, 165, 0, 0.38) !important;
  border: 3px solid orange;
}

/* line 58, app/assets/stylesheets/orange.css.scss */
table tr:nth-of-type(even) {
  background: rgba(255, 176, 57, 0.19);
}

/* line 63, app/assets/stylesheets/orange.css.scss */
.session-timeout-prompter-modal .modal-content {
  border: 2px solid #ffedda;
  margin-left: -350px;
}

/* line 69, app/assets/stylesheets/orange.css.scss */
.dark_row {
  background-color: #ffd079;
}

/* line 73, app/assets/stylesheets/orange.css.scss */
.holiday-row:nth-of-type(even) {
  background-color: white;
}

/* line 77, app/assets/stylesheets/orange.css.scss */
.holiday-row:nth-of-type(odd) {
  background-color: #fff0db;
}

/*# sourceMappingURL=orange.css-ccb3c6cd581a1dc46e27b0e58e3771e15a8865155fcab40d5aa4042dff0430bf.map */
