body { background-repeat:no-repeat; font-size:8pt; font-family:Arial, Helvetica; }
table, tr, td { text-decoration:none; font-size:8pt; font-family:Arial, Helvetica; color:#FFFFFF; }
b { text-decoration:none; font-size:8pt; font-family:Arial, Helvetica; font-weight:bold; color:#FFFFFF; }
.weekend { color:#FF0000; font-family:Arial, Helvetica; font-size:8pt; text-align:center; background-image:url("/img/date.gif");background-repeat:no-repeat;}
.weekday { color:#000000; font-family:Arial, Helvetica; font-size:8pt; text-align:center; background-image:url("/img/date.gif");background-repeat:no-repeat;}
.notbookable { color:#FFFFFF; font-family:Arial, Helvetica; font-size:8pt; text-align:center; background-image:url("/img/not_bookable.gif"); background-repeat:no-repeat; }
.notbookableblocked { color:#FFFFFF; font-family:Arial, Helvetica; font-size:8pt; text-align:center; background-image:url("/img/not_bookable_blocked.gif"); background-repeat:no-repeat; }
.bookable { color:#FFFFFF; font-family:Arial, Helvetica; font-size:8pt; text-align:center; background-image:url("/img/bookable.gif"); background-repeat:no-repeat; }
.empty { background-image:url("/img/empty.gif"); background-repeat:no-repeat; }
.vacancy { text-decoration:none; font-size:8pt; font-family:Arial, Helvetica; color:#FFFFFF; }
.vacancyblocked { text-decoration:none; font-size:8pt; font-family:Arial, Helvetica; background-color:#FF3031; }
.text12bold { text-decoration:none; font-size:12pt; font-weight:bold; font-family:Arial, Helvetica; color:#FFFFFF; }
.text10bold { text-decoration:none; font-size:10pt; font-weight:bold; font-family:Arial, Helvetica; color:#FFFFFF; }
.text9bold { text-decoration:none; font-size:9pt; font-weight:bold; font-family:Arial, Helvetica; color:#FFFFFF; }
.text8bold { text-decoration:none; font-size:8pt; font-weight:bold; font-family:Arial, Helvetica; color:#FFFFFF; }
.date { text-decoration:none; font-size:9pt; font-family:Arial, Helvetica; font-weight:bold; color:#FFFFFF; }

a:link,
a:visited,
a:active,
a:hover {
  text-decoration:none;
  font-size:8pt;
  font-family:Arial, Helvetica;
  color:#FFE581;
  outline: none;
}

#Day { text-decoration:none; font-size:8pt; font-family:Arial, Helvetica; color:#564B36; }

input { 
  text-decoration:none;
  font-size:8pt;
  font-family:Arial, Helvetica;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 5px;
}

select {
  text-decoration:none;
  font-size:8pt;
  font-family:Arial, Helvetica;
  color:#000000;
  background-color:#FFFFFF;
  border: 1px solid #000000;
  padding: 3px;
}
.error { text-decoration:none; font-size:9pt; font-family:Arial, Helvetica; color:#FFFFFF; background-color:#990000; }
.underline { text-decoration:underlinepage; }
.button_left { background-color:#FFC982 }
.button_menu_main { background-color:#A4926E }
.button_main { background-color:#564B36 }
.bg_content { background-color:#7B6B4E }
.border { background-color:#FFFFFF }
.bg_menu { background-color:#423723 }
.bg_rate { background-color:#958363 }

#version {
  font-size: 0.75em;
  color: #FFE581;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.rate_additional_charge {
  width: 50px;
  text-align: right;
}

#show_decline_warning {
  text-align: center;
  font-size: 1.25em;
}

.help-hide {
  display: none;
}

.icon-info {
  width: 16px;
  height: 16px;
  background-image: url('/img/info.png');
  background-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.15em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-content {
  text-align: justify;
}

.vacancyDeclineCalculated {
  color: #FFE581;
}

#dialog-confirm {
  display: none;
}

.deactivate {
  /*text-decoration: line-through;*/
  /*color: lightgrey;*/
  font-size: 1em;
  line-height: 1em;
  position: relative;
}

.deactivate::after {
  border-bottom: 0.2em solid black;
  content: "";
  left: 0;
  margin-top: calc(0.2em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

.deactivateMessageInList {
  padding-left: 5px;
}

#dialog-form {
  display: none;
}

#dialog-form input[type='text'] {
  width: 100%;
}

#dialog-form input[type='submit'] {
  position: absolute;
  top: -1000px;
}

.sendDeactivate {
  cursor: pointer;
}

.info_state_col_1 {
  float: left;
  width: 5%;
  margin-right: 2px;
}

.info_state_col_2 {
  float: left;
  width: 44%;
}

.state_activated {
  background-color: lime;
}

.state_deactivated {
  background-color: red;
}