body,
ul {
  margin: 0;
  padding: 0;
}

.folded {
  display: none;
}
/*
#eventPH .selected .eventProto  {
	border:solid 1px #8fc26b;
}
*/
#eventPH .selected .eventProto {
  z-index: 3;
}
#eventPH .planned,
#eventPH .approved {
  margin-left: 50%;
}

.eventHolder.planned,
.eventHolder.approved {
  left: -135px;
}

.selected .eventProto {
  box-shadow: 1px 1px 5px 2px rgba(194, 194, 194, 0.85);
}
.activityBottom {
  opacity: 1;
}
#header {
  position: -moz-sticky;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
  width: 100%;
}
.pane {
  height: calc(100vh - 56px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
input.time {
  width: 45px;
  text-align: right;
}

input.title {
}

@media all and (min-width: 360px) {
}

.eventEditor .time {
  display: inline-block;
}

.eventEditor .time-seperator,
.eventEditor .seperator {
  text-align: center;
  width: 23px;
  display: inline-block;
}
.eventEditor .time-seperator {
  width: 16px;
}

.eventEditor ul,
.eventEditor li {
  /*margin:0px;*/
  /*padding:0px;*/
  border: 0px;
  list-style-type: none;
}
.eventEditor .bullets li.dragObject {
  height: 35px;
  position: relative;
}

.eventEditor #editorBullet .btr,
.eventEditor #editorBullet .bts {
  position: absolute;
  top: 6px;
  font-size: 20px;
}
.eventEditor #editorBullet .bt-bars {
  right: 5px;
}
.eventEditor #editorBullet .bt-trash {
  left: 5px;
}
.eventEditor #editorBullet .remove {
  color: #ee4738;
}
.eventEditor #editorBullet .newCheckItemSubmit {
  color: #4c9e5a;
  right: 11px;
}

.eventEditor .bullets li.dragObject .icon-menu {
  position: absolute;
  top: 4px;
  right: 0px;
}
.eventEditor .bullets li.dragObject .icon-delete {
  position: absolute;
  top: 4px;
  left: 0px;
}
.eventEditor .bullets li.dragObject div.inputBox {
  position: absolute;
  left: 35px;
  right: 45px;
  bottom: 0px;
  top: 0px;
}
.eventEditor .bullets li.dragObject input {
  margin: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.eventEditor .newCheckItem {
  position: relative;
  height: 35px;
}
.eventEditor .newCheckItem img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 2px;
}

.eventEditor .newCheckItem div {
  position: absolute;
  left: 40px;
  right: 50px;
  top: 2px;
  bottom: 0px;
}
.eventEditor .newCheckItem div input {
  margin: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.eventEditor .editor-row {
  position: relative;
  font-size: 16px;
  color: #000000;
  padding: 10px 35px;
  /* border-bottom: solid 1px #eeeeee; */
}
.eventEditor .editor-row-table {
  width: 100%;
}

.eventEditor .editor-row.inline .editor-row-table td {
  vertical-align: top;
}

.eventEditor .editor-row-table td {
  vertical-align: middle;
}

.eventEditor .editor-repeat-type-options {
  max-height: calc(6 * 35px);
  overflow: hidden;
  transition: 0.3s max-height ease-in-out;
}
.eventEditor .editor-repeat-option {
  padding: 4px;
  padding-right: 8px;
}
.eventEditor .editor-repeat-end-choice-options {
  max-height: calc(2 * 35px);
  overflow: hidden;
  transition: 0.1s max-height ease-in-out;
}
.eventEditor .alarmSoundRepeatTypes {
  max-height: calc(3 * 35px);
  overflow: hidden;
  transition: 0.2s max-height ease-in-out;
}
.eventEditor .editor-row-hidden {
  max-height: 0;
  transition: 0.1s max-height ease-in-out;
}
.eventEditor .editor-cell {
  vertical-align: top;
}
.eventEditor .editor-cell.right {
  text-align: right;
}
.eventEditor .editor-cell.left {
  text-align: left;
}
.eventEditor .editorTitleWrap {
  margin-right: 53px;
}
.eventEditor input.editorTitle {
  width: 100%;
  box-sizing: border-box;
}
.eventEditor .editor-row input {
  margin: 0;
}
.eventEditor .editorRepeatEndChoiceField,
.eventEditor .alarmCategoryValue,
.eventEditor .editorRepeatTypeField,
.eventEditor .alarmSoundRepeat {
  display: inline-block;
  box-sizing: border-box;
  /*height: 35px;*/
  padding: 4px 8px;
  border-radius: 5px;
  vertical-align: middle;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
}
.eventEditor .editorRepeatEndChoiceField,
.eventEditor .editorRepeatTypeField,
.eventEditor .alarmCategoryValue,
.eventEditor .alarmSoundRepeat,
.eventEditor textarea,
.eventEditor input {
  background-color: white;
  color: 0000000;
}

.eventEditor input[type="time"] {
  height: 35px;
  font-size: 16px;
  max-width: 150px;
}

.eventEditor .mobileTimeSelector {
  display: inline-block;
  vertical-align: middle;
}
.eventEditor .editorTime .btr,
.eventEditor .editorTime .bts {
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
}
.eventEditor .editorAlarm > div {
  display: inline-block;
  vertical-align: middle;
}
.eventEditor .alarmCategoryValue,
.eventEditor .alarmSoundRepeat {
  min-width: 100px;
  /*height: 35px;*/
}
.alarmSoundPlayer {
  display: none;
}
.label {
  font-weight: bold;
}

ul.toolbar {
  margin-bottom: 4px;
  white-space: nowrap;
  font-size: 0;
  background-color: #2d3a43;
  padding-top: 5px;
}
ul.toolbar > * {
  font-size: initial;
}

.toolbar li {
  color: white;
}

.tabContainer {
  padding-bottom: 10px;
}

.event-sub-title {
  font-weight: bold;
}

ul.event-types {
  list-style-type: none;
}
ul.event-types li {
  text-align: center;
}
ul.event-types li button {
  width: 200px;
  min-height: 30px;
}

.time-selector {
  -ms-touch-action: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #888888; /*rgba(128, 128, 128, 0.9);*/
  /*background-color: #888;*/
  text-align: center;
  top: 0;
  left: 0;
  z-index: 100000;
  overflow: hidden;
  display: table;
}

.time-selector .container {
  display: table-cell;
  vertical-align: middle;
  position: static;
}

.time-selector div.wrapper {
  top: 50%;
  position: relative;
  display: inline-block;
  background-color: #dddddd;
  margin: 1px;
  border: 1px solid black;
  vertical-align: middle;
}

.time-selector div .ts-time {
  position: relative;
  top: 0;
  left: 0;
}
hr {
  border: none;
  border-top: solid 1px #ccc;
}
.time-selector div .ts-time div {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}

.time-selector #ts-buttons {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.time-selector #ts-buttons button {
  padding: 20px 0px;
  font-size: 20px;
  width: 100px;
  margin: 1px;
}

.dragging {
  z-index: 100;
  opacity: 0.6;
}

.dragObject {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
.newCheckItem {
    background-color: #eee;
    border-radius: 5px;
}
.newCheckItem>div {
    margin-left:5px;
    border: 2px solid #91C46C;
    background-color: white;
    margin-right: 5px;
    margin-bottom:1px;
    border-radius:4px;
    padding-left:22px;

}
*/

.pageMenu .subject {
  display: inline-block;
}
.pageMenu .subject.image {
  margin-right: 5px;
  margin-top: 3px;
  position: relative;
  width: 40px;
  height: 40px;
}
.pageMenu .subject.text {
/* margin: 10px 5px 10px 0px; */
margin-top: 4px;
margin-right: 4px;
line-height: 34px;
text-align: center;
font-size: 14px;
font-weight: bold;
background-color: rgba(0, 0, 0, 0);
color: white;
width: 35px;
height: 35px;
border-radius: 25px;
border: 1px solid white;
}

.checkbox input {
  display: none;
  /*position: absolute;*/
  /*opacity: 0;*/
}

/* Track */
.checkbox input ~ div.checkbox-icon {
  border-radius: 999px;
  width: 85px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);

  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* Checked Track */
.checkbox.active input ~ div.checkbox-icon,
.checkbox input:checked ~ div.checkbox-icon {
  background-color: #4c9e5a;
  border: 1px solid #4c9e5a;
  box-shadow: inset 0 0 0 10px #4c9e5a;
}

/* Normal Knob */
.checkbox input ~ div.checkbox-icon > div {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-property: transform, background-color;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}

.checkbox input.instant ~ div.checkbox-icon {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
}

/* Checked Knob */
.checkbox.active input ~ div.checkbox-icon > div,
.checkbox input:checked ~ div.checkbox-icon > div {
  -webkit-transform: translateX(45px);
  -moz-transform: translateX(45px);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #4c9e5a;
}

.consent-module {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
}

.consent-module .consent-container {
  text-align: center;
  width: 100%;
  padding: 10px;
}

.consent-module > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.consent-text-container {
  margin: 20px;
  border-bottom: solid #dddddd;
  border-bottom-width: 1px;
}

.consent-text-container .consent-text,
.consent-text-container .consent-status,
.consent-text-container .consent-instruction {
  margin: 20px auto;
}

.consent-text-container .consent-status {
  font-size: 20px;
}

.consent-module .consent-container .consent-button-goto,
.consent-module .consent-container .consent-button-back,
.consent-module .consent-container .consent-button-logout {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: box-shadow 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;

  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 700;
  color: white;

  background: linear-gradient(1.87deg, #1b7649 0%, #4fa15b 49.9%, #9de176 100%);
  display: block;
  height: 35px;
  width: 90%;
  max-width: 380px;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;

  padding: 0;
  border: none;
  outline: none;
}

.consent-module .consent-container .consent-button-goto:active,
.consent-module .consent-container .consent-button-back:active,
.consent-module .consent-container .consent-button-logout:active {
  -webkit-transition: box-shadow 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  box-shadow: none !important;
  background-color: hsla(95, 41%, 54%, 1);
}
