/*
	Theme Name: KP-Reservations
	Description: Admin Theme
	Version: 1.0.0
	Author: Matthias Bloch
	Author URI: http://kommpass.ch
*/
.gemh_spacer {
  height: 1px;
  margin: 45px 0;
  margin-right: 20px;
  border-bottom: solid 1px #DCDDDD;
  -moz-box-shadow: 0px 1px 0px 0px #FFFFFF;
  -webkit-box-shadow: 0px 1px 0px 0px #FFFFFF;
  box-shadow: 0px 1px 0px 0px #FFFFFF;
}

.gemh_spacer_invisible {
  margin: 25px 0;
  height: 1px;
  width: 100%;
}

.gemh_option_list li {
  position: relative;
}

.gemh_option_list .label {
  width: 150px;
  font-weight: bold;
  display: inline-block;
}

/* registrations */
td.res_1, .legende span.res_1::before {
  background-color: #baff00;
}

td.res_2, .legende span.res_2::before {
  background-color: #e4ff00;
}

td.res_3, .legende span.res_3::before {
  background-color: #fff600;
}

td.res_4, .legende span.res_4::before {
  background-color: #ffba00;
}

td.res_5, .legende span.res_5::before {
  background-color: #ff7200;
}

td.res_6, .legende span.res_6::before {
  background-color: #ff4800;
}

td.res_many, .legende span.res_many::before {
  background-color: #df2a00;
}

.res_1, .res_2, .res_3, .res_4, .res_5, .res_6, .res_many {
  color: #FFFFFF;
}

/* legende */
.legende span {
  color: #444444;
  padding-left: 30px;
  position: relative;
}

.legende span::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 5px;
  top: 0px;
  background: red;
}

/* list reservations */
#reservation_list {
  margin-top: 0px;
  margin-right: 20px;
}
#reservation_list span {
  min-width: 160px;
  display: inline-block;
  padding: 0 5px;
}
#reservation_list li {
  margin-bottom: 0;
  padding: 10px 16px;
  border-bottom: solid 1px #DCDDDD;
  -moz-box-shadow: 0px 1px 0px 0px #FFFFFF;
  -webkit-box-shadow: 0px 1px 0px 0px #FFFFFF;
  box-shadow: 0px 1px 0px 0px #FFFFFF;
}
#reservation_list li.head {
  background-color: #DFDFDF;
  color: #8A8A8A;
  padding: 10px 16px;
}
#reservation_list li.not_confirmed {
  background-color: rgba(255, 132, 27, 0.12);
}

#reservation_list span.the_time {
  min-width: 80px !important;
}

#reservation_list span.nr_persons {
  min-width: 70px !important;
}

#reservation_list span.the_date {
  min-width: 70px !important;
  font-weight: bold;
}

#reservation_list span.type {
  min-width: 90px !important;
  font-weight: bold;
}

#reservation_list span.email {
  min-width: 200px !important;
}

#reservation_list span.delete {
  min-width: 50px !important;
}

#reservation_list span.delete a {
  color: #DF2A00;
  font-weight: bold;
  text-decoration: none;
}

/* infos */
#reservation_info > div {
  background-color: #222222;
  color: #A2A2A2;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  margin-right: 20px;
}

#reservation_info .value {
  font-weight: bold;
  margin: 0 10px;
  color: #FFFFFF;
}

#cpt_info_box {
  display: none;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.b_simple {
  background: #424242;
  text-decoration: none;
  margin: 15px 0;
  display: inline-block;
  padding: 2px 7px;
  color: #FFFFFF;
  border-radius: 3px;
  margin-left: 10px;
  border: 0;
}

.b_simple_inline {
  background: #424242;
  text-decoration: none;
  display: inline-block;
  padding: 2px 7px;
  margin-left: 10px;
  border: 0;
  color: #FFFFFF;
  border-radius: 3px;
}

.b_simple:hover, .b_simple_inline:hover {
  color: #FFFFFF;
  background: #6F6A6A;
}

.b_submit {
  display: inline-block;
  /* padding: 7px 12px; */
  margin: 15px 0;
}

.textfield {
  width: 350px;
  height: 90px;
}

/*# sourceMappingURL=main.css.map */
