﻿#simplemodal-overlay {
  background-color: #000;
}
#simplemodal-data {
  background-color: var(--hx-bg-primary, #fff);
}

.tooltip {
  display: none;
  background: transparent url(/media/images/tooltip_big.png);
  font-size: 12px;
  width: 215px;
  height: 57px;
  padding: 25px;
  color: #fff;
}

.externalEvent {
  background: url(/media/images/calendarEvent.png) repeat-y scroll 0 0 #3366cc;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.85em;
  margin: 5px 5px;
  padding: 2px 4px 2px 15px;
  float: left;
  line-height: 16px;
  font-size: 10px;
  font-weight: bold;
}

.ui-dropdownchecklist {
  font-size: medium;
  color: black;
}
.ui-dropdownchecklist-selector {
  height: 20px;
  border: 1px solid var(--hx-border-secondary, #ddd);
  background: var(--hx-bg-primary, #fff);
}
.ui-state-hover,
.ui-state-active {
  border-color: #5794bf;
}
.ui-dropdownchecklist-dropcontainer {
  background-color: var(--hx-bg-primary, #fff);
  border: 1px solid var(--hx-border-secondary, #999);
  padding: 3px 3px 0px 5px;
}
.ui-dropdownchecklist-item label {
  margin-left: 2px;
}
.ui-state-hover {
  background-color: var(--hx-bg-secondary, #eee);
}
.ui-dropdownchecklist-group {
  font-weight: bold;
  font-style: italic;
}
.ui-dropdownchecklist-indent {
  padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
  vertical-align: middle;
  font-size: 0px;
}
.ui-dropdownchecklist-selector {
  padding: 1px 2px 2px 2px;
  font-size: 0px;
}
.ui-dropdownchecklist-text {
  font-size: 11px;
  line-height: 20px;
}
.ui-dropdownchecklist-group {
  padding: 1px 2px 2px 2px;
}

#main-content .checkbox_container {
}
.checkbox_container {
  /*display: block;*/
}

.upgrade-browser {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  background: yellow;
}

#recaptcha {
  margin-top: 10px;
}

#captcha {
  display: none;
}

.captchaexplain {
  margin-top: 4px;
}

#captcha input {
  border: 0px solid #3c3c3c !important;
  width: 280px !important;
}

/* modal defaults */
.modal-on body {
  overflow: hidden;
}
.modal-context {
  background-color: rgba(211, 211, 211, 0.8);
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
.modal-container {
  margin: 0 auto;
  max-width: 100%;
  padding: 20px 0;
  position: relative;
  width: 1160px;
}
.model-header {
  display: flex;
  justify-content: center;
  background-color: var(--hx-bg-primary, #fff);
}
.modal-title {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--hx-bg-primary, #fff);
  font-weight: 700;
  padding: 20px;
}
.modal-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--hx-bg-primary, #fff);
  padding: 20px;
}
.modal-close {
  background: none;
  border: 0;
  color: var(--hx-text-primary, #333);
  cursor: pointer;
  position: relative;
  text-align: center;
}
.modal-close:after {
  content: "\00d7";
  display: inline-block;
  font-family: "helvetica", sans-serif;
  font-size: 30px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.modal-close:hover {
  width: 30px;
  color: var(--hx-text-primary, #333);
  background: none;
}

/* modal X */
.xmodal-overlay {
  background-color: var(--hx-bg-error, #ff0000);
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
