#banner {
  box-shadow: 0 4px 8px 0px #ccc;
}

.extra-tall {
  height: 100px;
}

.big-font {
  font-size: 1.2em;
}

.split-select {
  float: left;
  margin-right: 10px;
}

a:hover {
  text-decoration: none;
}

.error {
  margin: 10px 0;
  font-weight: bold;
  font-size: 0.8em;
  color: #ed6a5a;
}

.field_with_errors {
  display: table;
  border: 1px solid #ff9fb7;
  border-radius: 4px;
  padding: 3px;
}

h1 {
  color: #af50a2;
  font-weight: 600;
  font-size: 1.4em;
}

h2 {
  font-size: 1.3em;
  color: #666;
}

h3 {
  font-size: 1.2em;
  color: #666;
}

h4 {
  color: #666;
  font-size: 1.1em;
}

label {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 0.9em;
}

.gray,
.grey,
.mute {
  color: #aaa;
}

.purple {
  color: #af50a2;
}

a.purple:hover {
  color: #af50a2;
}

.gold {
  color: #ec9d47;
}

.dark_gold {
  color: #E8861C;
}

.red,
.warn {
  color: #ed6a5a;
}

.green {
  color: #86c32a;
}

.bold {
  font-weight: 600;
}

.wow {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  margin-top: 5px;
}

.jumbotron {
  padding: 10px;
  margin-bottom: 20px;
  background: #ffefef;
  border: 1px solid #ff9fb7;
  border-radius: 4px;
  color: #666;
}

.jumbotron > .dropdown-header {
  padding-left: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.jumbotron p {
  padding: 0;
  margin: 0;
  font-size: 1.3em;
  font-weight: normal;
}

.jumbotron ul {
  margin-bottom: 0;
}

.jumbotron li {
  font-size: 13px;
  padding: 3px 0;
}

#env_badge {
  position: fixed;
  top: 100px;
  right: 0;
  width: 40px;
  text-align: center;
  border-top: 1px solid #8a6d3b;
  border-bottom: 1px solid #8a6d3b;
  border-left: 1px solid #8a6d3b;
  border-radius: 3px 0 0 3px;
  color: #8a6d3b;
  background: #fcf8e3;
  padding: 2px 5px 2px 5px;
  z-index: 2;
  font-size: 0.7em;
}

#admin_badge {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 75px;
  text-align: center;
  border-right: 1px solid #591e60;
  border-bottom: 1px solid #591e60;
  border-left: 1px solid #591e60;
  border-radius: 0 0 3px 3px;
  color: #591e60;
  background: #decedf;
  padding: 2px 5px 2px 5px;
  z-index: 2000;
  font-size: 0.7em;
  font-weight: 500;
  /* box-shadow: 1px 1px 2px 1px #666; */
}

.new_badge {
  border-radius: 2px;
  background: #9A4B8E;
  font-size: 0.6em;
  color: #fff;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 0.4rem 0.5rem;
  font-size: 0.75rem;
  line-height: 0.6;
  border-radius: 0.2rem;
  box-shadow: none;
  border: 0;
}

.no-hover-underline:hover,
.nhu:hover,
{
  text-decoration: none;
}

.btn-purple {
  background-color: #AF50A2;
  background-color: #8E3EA0;
  color: white;
}

.btn-purple:hover {
  background-color: #7D3681;
  background-color: #D05FC1;
  color: white;
}

.btn-purple-outline {
  background-color: white;
  border: 1px solid #8E3EA0;
  color: #8E3EA0;
}

.btn-purple-outline:hover {
  background-color: #FEF1FF;
  color: #8E3EA0;
}

.btn-primary-outline {
  background-color: white;
  border: 1px solid #2C7BE5;
  color: #2C7BE5;
}

.btn-secondary-outline {
  background-color: white;
  border: 1px solid #ccc;
  color: #ccc;
}

.btn-secondary-outline:hover {
  background-color: white;
  border: 1px solid #ccc;
  color: #ccc;
}

.btn-gold {
  background-color: #E8861C;
  color: white;
}

.btn-gold:hover {
  background-color: #E8861C;
  color: white;
}

.tbl {
  display: table;
}

.tbl-row {
  display: table-row;
}

.tbl-row:nth-child(even) {
  background-color: #F9FAFD;
}

.tbl-td {
  display: table-cell;
}

.left,
.right,
.middle {
  display: table-cell;
  padding-right: 25px;
}

.left p,
.right p,
.middle p {
  margin: 1px 1px;
}

.pull-right {
  float: right;
}
