.ui-timepicker-wrapper {
overflow-y: auto;
max-height: 150px;
width: auto;
background: #fff;
border: 1px solid #ddd;
-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
box-shadow:0 5px 10px rgba(0,0,0,0.2);
outline: none;
z-index: 10052;
margin: 0;
}
.ui-timepicker-wrapper .ui-timepicker-list li {
padding-right: 20px;
}
.ui-timepicker-list {
margin: 0;
padding: 0;
list-style: none;
}
.ui-timepicker-duration {
margin-left: 5px; color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
color: #888;
}
.ui-timepicker-list li {
padding: 3px 0 3px 5px;
cursor: pointer;
white-space: nowrap;
color: #000;
list-style: none;
margin: 0;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
background: #fff; color: #000;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
background: #1980EC; color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
color: #888;
cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
background: #f2f2f2;
}.fdatepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.fdatepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.fdatepicker--cell.-focus-{background:#f0f0f0}.fdatepicker--cell.-current-{color:#4EB5E6}.fdatepicker--cell.-current-.-focus-{color:#4a4a4a}.fdatepicker--cell.-current-.-in-range-{color:#4EB5E6}.fdatepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.fdatepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.fdatepicker--cell.-disabled-{cursor:default;color:#aeaeae}.fdatepicker--cell.-disabled-.-focus-{color:#aeaeae}.fdatepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.fdatepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.fdatepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.fdatepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.fdatepicker--cell.-selected-,.fdatepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.fdatepicker--cell.-range-from-.-range-to-{border-radius:4px}.fdatepicker--cell.-selected-{border:none}.fdatepicker--cell.-selected-.-focus-{background:#45bced}.fdatepicker--cell:empty{cursor:default}.fdatepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.fdatepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .fdatepicker--content,.fdatepicker--body,.fdatepicker-inline .fdatepicker--pointer{display:none}.fdatepicker--cell-day{width:14.28571%}.fdatepicker--cells-months{height:170px}.fdatepicker--cell-month{width:33.33%;height:25%}.fdatepicker--cells-years,.fdatepicker--years{height:170px}.fdatepicker--cell-year{width:25%;height:33.33%}.fdatepickers-container{position:absolute;left:0;top:0}@media print{.fdatepickers-container{display:none}}.fdatepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:280px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.fdatepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.fdatepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.fdatepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.fdatepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.fdatepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.fdatepicker-inline .fdatepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.fdatepicker--content{box-sizing:content-box;padding:4px}.fdatepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.fdatepicker--nav-action:hover,.fdatepicker--nav-title:hover{background:#f0f0f0}.-top-center- .fdatepicker--pointer,.-top-left- .fdatepicker--pointer,.-top-right- .fdatepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .fdatepicker--pointer,.-right-center- .fdatepicker--pointer,.-right-top- .fdatepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .fdatepicker--pointer,.-bottom-left- .fdatepicker--pointer,.-bottom-right- .fdatepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .fdatepicker--pointer,.-left-center- .fdatepicker--pointer,.-left-top- .fdatepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .fdatepicker--pointer,.-top-left- .fdatepicker--pointer{left:10px}.-bottom-right- .fdatepicker--pointer,.-top-right- .fdatepicker--pointer{right:10px}.-bottom-center- .fdatepicker--pointer,.-top-center- .fdatepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .fdatepicker--pointer,.-right-top- .fdatepicker--pointer{top:10px}.-left-bottom- .fdatepicker--pointer,.-right-bottom- .fdatepicker--pointer{bottom:10px}.-left-center- .fdatepicker--pointer,.-right-center- .fdatepicker--pointer{top:calc(50% - 10px / 2)}.fdatepicker--body.active{display:block}.fdatepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .fdatepicker--nav{display:none}.fdatepicker--nav-action,.fdatepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.fdatepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fdatepicker--nav-action.-disabled-{visibility:hidden}.fdatepicker--nav-action svg{width:32px;height:32px}.fdatepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.fdatepicker--nav-title{border-radius:4px;padding:0 8px}.fdatepicker--buttons,.fdatepicker--time{border-top:1px solid #efefef;padding:4px}.fdatepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.fdatepicker--nav-title.-disabled-{cursor:default;background:0 0}.fdatepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.fdatepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.fdatepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.fdatepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.fdatepicker--time.-am-pm- .fdatepicker--time-sliders{-webkit-flex:0 1 168px;-ms-flex:0 1 168px;flex:0 1 168px;max-width:168px}.-only-timepicker- .fdatepicker--time{border-top:none}.fdatepicker--time-sliders{-webkit-flex:0 1 183px;-ms-flex:0 1 183px;flex:0 1 183px;margin-right:10px;max-width:183px}.fdatepicker--time-label{display:none;font-size:12px}.fdatepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.fdatepicker--time-current-colon{margin:0 2px 3px;line-height:1}.fdatepicker--time-current-hours,.fdatepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.fdatepicker--time-current-hours:after,.fdatepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.fdatepicker--time-current-hours.-focus-:after,.fdatepicker--time-current-minutes.-focus-:after{opacity:1}.fdatepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.fdatepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.fdatepicker--time-row:first-child{margin-bottom:4px}.fdatepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.fdatepicker--time-row input[type=range]::-ms-tooltip{display:none}.fdatepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.fdatepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.fdatepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.fdatepicker--time-row input[type=range]:focus{outline:0}.fdatepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.fdatepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.fdatepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.fdatepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.fdatepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.fdatepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.fdatepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.fdatepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.fdatepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.fdatepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.fdatepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.fdatepicker--time-row span{padding:0 12px}.fdatepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.fdatepicker--time-icon:after,.fdatepicker--time-icon:before{content:'';background:currentColor;position:absolute}.fdatepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.fdatepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.fdatepicker--cell-day.-other-month-,.fdatepicker--cell-year.-other-decade-{color:#dedede}.fdatepicker--cell-day.-other-month-:hover,.fdatepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.fdatepicker--cell-day.-other-month-,.-disabled-.-focus-.fdatepicker--cell-year.-other-decade-{color:#dedede}.-selected-.fdatepicker--cell-day.-other-month-,.-selected-.fdatepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.fdatepicker--cell-day.-other-month-,.-selected-.-focus-.fdatepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.fdatepicker--cell-day.-other-month-,.-in-range-.fdatepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.fdatepicker--cell-day.-other-month-,.-in-range-.-focus-.fdatepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.fdatepicker--cell-day.-other-month-:empty,.fdatepicker--cell-year.-other-decade-:empty{background:0 0;border:none}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:rgba(0,0,0,0);border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:rgba(0,0,0,0);border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #888 rgba(0,0,0,0);border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:rgba(0,0,0,0);border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:rgba(0,0,0,0);border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, white 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, white 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, white 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:rgba(0,0,0,0);border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #888 rgba(0,0,0,0);border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, white 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, white 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, white 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, white 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, white 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:rgba(0,0,0,0);border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid rgba(0,0,0,0)}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:gray}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}@font-face{font-family:'text-security-disc';src:url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/css/text-security/text-security-disc-compat.eot);src:url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/css/text-security/text-security-disc-compat.eot?#iefix) format('embedded-opentype'),url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/css/text-security/text-security-disc-compat.woff2) format('woff2'),url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/css/text-security/text-security-disc-compat.ttf) format('truetype')}@supports((content-visibility:visible) or selector(:-moz-is-html)) and (not (-webkit-hyphens:none)){@font-face{font-family:'text-security-disc';src:url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/css/text-security/text-security-disc.woff2) format('woff2'),url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/css/text-security/text-security-disc-compat.ttf) format('truetype')}}@media only screen and (min-width: 900px) {
#div_person {position: relative;}
#div_person_image_relative {position: relative;}
#div_person_image {position:absolute; left:50%; top:0; z-index: 100;}
}
@media only screen and (min-width: 600px) {
.rightclickhint {
float: right;
text-align: right;
margin: 0;
}
} @media only screen and (max-width: 600px) {
.rightclickhint {display:none;}
.eme_import_form_img {display:none;}
.jtable-page-list {display:none !important;}
.jtable-page-info {display:none !important;}
} @media print {
.jtable-command-column {display:none;}
}
#eme_person_image_example {
max-height: 250px;
max-width: 300px;
} .select2-search__field {
min-height: unset;
margin-bottom: 5px;
field-sizing: content;
max-width: 100%;
line-height: normal;
}
.select2-selection--multiple ul li {
line-height: initial !important;
}
.select2-results__message {
padding: 8px 12px;
color: #666;
font-size: 0.9em;
background-color: #f8f9fa;
border-top: 1px solid #ddd;
font-style: italic;
}
.eme_admin_button_middle {
vertical-align: middle !important;
}
.eme_smaller {
font-size: smaller;
margin-bottom: 0em; margin-top: 0em;
}
.eme_small {
font-size:.8em;
}
.eme_todos {
width: 100%;
}
textarea.eme_fullresizable {
resize: both; 
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
table.eme_event_admin_table td {
vertical-align: top;
}
table.eme_membership_admin_table td {
vertical-align: top;
}
table#eme-bookings-table tfoot td.booking-result {
font-weight: bold;
background:#6D6D6D url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/images/menu-bits.gif) repeat-x scroll left top;
color: #eee;
}
div#eme_printable_container {
width: 100%;
text-align: center;
}
table#eme_printable_table {
width: 100%;
border-collapse:collapse;
}
tr#eme_printable_booked-seats td {
border-top: 2px solid grey;
}
table#eme-bookings-table tfoot th {
text-align: right;
padding-right: 1em;
}
table#event_attributes tr {
vertical-align: top;
}
table.eme-rsvp-form, table.eme-member-form {
width: 80%;
}
table.eme-rsvp-form th, table.eme-member-form th {
text-align: right;
width: 35%;
}
table.eme-rsvp-form td, table.eme-member-form td {
padding-left: 1em;
text-align: left;
}
div.eme-noscriptmsg,
div.eme-message-info,
div.eme-message-success,
div.eme-message-error {
margin-bottom: 1em;
background-color: #FDDD73;
padding: 5px;
border: 2px solid #FF9100;
}
.eme-message-admin {
background-color: rgb(255, 251, 204);
}
.eme-hidden {
display: none; } body#printable {
font-family: Geneva, Helvetica, Arial, sans-serif;
text-align: center;
}
body#printable #container {
margin: 0 auto;
width: 780px;
text-align: left;
}
table#bookings-table {
width: 600px;
border-spacing: 0px;
}
table#bookings-table td {
padding: 5px 0;
}
table#bookings-table td.seats-number {
text-align: right;
padding-right: 20px;
}
table#bookings-table th {
text-align: left;
margin-left: 5px;
}
table#bookings-table tr#booked-seats td{
border-top: 2px solid #999;
}
table#bookings-table td.total-label {
text-align: right;
}
table#bookings-table tr#booked-seats td.seats-number, table#bookings-table tr#available-seats td.seats-number {
font-weight: bold;
}
p#recurrence_warning {
border: 2px solid #FD0000;
background: #FF7146;
color: #fff;
font-weight: bold;
padding: 5px;
}
input#event_url {
width: 100%
}
div#icon-events{
background:url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/images/calendar-32.png) no-repeat center;
}
table#eme-location-data th {
text-align: right;
width: 50px;
}
#eme_global_map {
line-height: 100%;
}
.eme-location-map {
width: 100%;
height: 300px;
line-height: 100%;
}
.eme-location-balloon {
font-size: 95%;
line-height: 100%;
margin-bottom: 1em;
} div.eme-adminedit-location-map {
width: 400px;
height: 300px;
display: none;
margin-right: 8px;
} .eme_global_map img,
.eme-location-map img {
max-width: none !important;
background: none !important;
}
.eme_events_list, .eme_locations_list {
clear:both;
}
.eme_locations_list li {
cursor:default;
}
table.eme-calendar-table td {
padding: 2px 4px;
text-align: center;
}
table.eme-calendar-table tr.days-names {
font-weight: bold;
}
table.eme-calendar-table td.eventless-pre, table.eme-calendar-table td.eventless-post {
color: #ccc;
}
table.eme-calendar-table td.eventful a, table.eme-calendar-table td.eventful-today a, div.eventful-today a, div.eventful a {
font-weight: bold;
color: #FD7E29;
}
table.eme-calendar-table td span.eme-cal-holidays {
color: #FD7E29;
}
table.eme-calendar-table td.eventless-today {
background-color: #CFCFCF;
}
table.eme-calendar-table thead {
font-size: 120%;
font-weight: bold;
}
table.eme-calendar-table th.month_name, div.month_name {
text-align: center;
vertical-align: middle;
} table.fullcalendar {
table-layout: fixed;
border-collapse: collapse;
width: 100%;
}
#content table.fullcalendar td {
border:1px solid #000;
}
table.fullcalendar td {
padding:0 !important;
border:1px solid #000;
text-align:left;
vertical-align:top;
}
table.fullcalendar a.prev-month, table.smallcalendar a.prev-month, div.emeDivTableHead a.prev-month {
float:left;
padding-left:.7em;
text-decoration:none;
}
table.fullcalendar a.prev-month img, table.smallcalendar a.prev-month img {
display: inline;
}
table.fullcalendar a.next-month, table.smallcalendar a.next-month, div.emeDivTableHead a.next-month {
float:right;
padding-right:.7em;
text-decoration:none;
}
table.fullcalendar a.next-month img, table.smallcalendar a.next-month img {
display: inline;
}
table.fullcalendar tr.days-names td, div.days-names {
height: 1.4em;
text-align: center;
vertical-align: middle;
}
table.fullcalendar tbody td {
height:4em;
text-align:left;
overflow:hidden;
}
table.fullcalendar ul {
padding-left: 10px;
}
table.fullcalendar ul li {
margin:7px 0 0 0;
font-size:.7em;
line-height:normal;
}
table.fullcalendar td.eventless-today, table.fullcalendar td.eventful-today, div.eventless-today, div.eventful-today {
background-color:#eee;
}
table.eme_mailings_table {
border-collapse: collapse;
width: 100%;
}
table.eme_mailings_table table, table.eme_mailings_table th, table.eme_mailings_table td {
border: 1px solid black;
padding-left: 5px;
}
table.eme_admin_table {
border-collapse: collapse;
}
table.eme_admin_table , table.eme_admin_table th , table.eme_admin_table td {
border: 1px solid black;
padding-left: 5px;
padding-right: 5px;
}
.emeDivTable {
display: table;
border-collapse: collapse;
width: 100%;
}
.emeDivTableHead {
font-weight: bold;
}
.emeDivTableRow {
display: table-row;
}
.emeDivTableHeading {
display: table-header-group;
font-weight: bold;
}
.emeDivTableCell {
height: 4em;
}
.emeDivTableCell, .emeDivTableHead {
display: table-cell;
padding: 3px 0px;
border: 1px solid #999999;
width: 12%;
}
.emeDivTableCell ul {
list-style-position: inside;
padding-left: 3px;
font-size: 0.7em;
line-height: normal;
}
.emeDivTableFoot {
display: table-footer-group;
font-weight: bold;
}
.emeDivTableBody {
display: table-row-group;
}
.events-pagination-top {
margin-bottom:1em;
}
.locations-pagination-top,.locations-pagination-bottom,.events-pagination-top,.events-pagination-bottom {
text-align: center;
}
.locations-pagination-top a,.locations-pagination-bottom a,.events-pagination-top a,.events-pagination-bottom a {
margin: 0 20px 0 20px;
text-decoration: none;
padding: 3px 0;
}
.eme_nav_left {
float: left;
}
.eme_nav_right {
float: right;
} #saddr {
margin-bottom:0;
} #honeypot_check { display: none; } #ui-datepicker-div { display: none; }
.eme_formfield_date {
background-image: url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/images/calendar-16.png);
background-position: right center;
background-repeat: no-repeat;
padding-right: 18px;
} div.dt-length select.dt-input {
-webkit-appearance: auto;
background: none;
} .dt-select-checkbox:checked::before {
content: none !important;
} .eme-dt-row-selected{
background: #F2F5A9 !important;
}
.dataTable tr:hover {
background: #AAF5F3 !important;
} .clearable{
background: url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/images/x.gif) no-repeat right -10px center;
border: 1px solid #999;
padding: 3px 18px 3px 4px; border-radius: 3px;
transition: background 0.4s;
}
.clearable.x  { background: url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/images/x.gif) no-repeat right 5px center !important; } .clearable.onX{ cursor: pointer; } .clearable::-ms-clear {display: none; width:0; height:0;}  .eme-map-marker{
text-align: center;
position: absolute;
overflow: hidden;
background-color: red;
background-repeat: no-repeat;
background-position: center;
color: #fff;
width: 28px;
height: 28px;
border-radius: 10%;
line-height: 22pt;
font-size: 20px;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
} .leaflet-container a.leaflet-popup-close-button {
box-shadow: none;
} .leaflet-control-zoom-in, .leaflet-control-zoom-out {
text-decoration: none !important;
}
.eme_required {
border: 2px solid red !important;
} .eme_dyndata {
border-collapse: collapse;
width: 100%;
}
.eme_dyndata_tbody tr {
border: solid thin;
}
div.eme_notice_unfiltered_html {
border-width: 1px;
border-style: solid;
padding: 0 .6em;
margin: 5px 0 15px;
border-radius: 3px;
background-color: #ffffe0;
border-color: #e6db55;
color: #000;
clear: both;
}  .eme_passwordfield {
font-family: text-security-disc !important;
-webkit-text-security: disc;
} :root {
--eme-map-tiles-filter: brightness(0.6) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.7);
}
@media (prefers-color-scheme: dark) {
.eme-map-tiles {
filter:var(--eme-map-tiles-filter, none);
}
} .eme_formfield_fdatetime, .eme_formfield_fdate {
pointer-events: auto !important;
opacity: 1 !important;
max-width: 100%;
} .eme_task_section_header {
font-weight: bold;
} form[name=eme-fs-form] {
display: block;
overflow: hidden;
width: 100%;
}
form[name=eme-fs-form] > div,
form[name=eme-fs-form] > fieldset {
margin-bottom: 1.5em;
} 
form[name=eme-fs-form] #event_name, 
form[name=eme-fs-form] #event_contactperson_email_body,
form[name=eme-fs-form] #event_url,
form[name=eme-fs-form] #location_name,
form[name=eme-fs-form] #location_address,
form[name=eme-fs-form] #location_address1,
form[name=eme-fs-form] #location_address2,
form[name=eme-fs-form] #location_city,
form[name=eme-fs-form] #location_state,
form[name=eme-fs-form] #location_zip,
form[name=eme-fs-form] #location_country,
form[name=eme-fs-form] #location_town {
width: 96%;
}
form[name=eme-fs-form] .eme_fs_notes_textarea,
form[name=eme-fs-form] #wp-event_notes-wrap,
form[name=eme-fs-form] #wp-location_description-wrap {
width: 96%;
}
form[name=eme-fs-form] #event_notes {
height: 120px;
}
form[name=eme-fs-form] #submit{
width: 200px;
text-align: center;
}
form[name=eme-fs-form] label {
font-weight: normal;
font-size: small;
padding: 0;
}
form[name=eme-fs-form] label small,
form[name=eme-fs-form] legend small{
font-size: smaller;
color: gray;
}
form[name=eme-fs-form] fieldset {
border: 1px solid #F1F1F1;
width: 96%;
padding: 2px;
}
form[name=eme-fs-form] fieldset fieldset{
width: 47%;
float: left;
margin: 1%;
}
form[name=eme-fs-form] span.error {
font-size: smaller;
font-weight: bold;
color: #C00;
}
form[name=eme-fs-form] div.eme-frontendedit-location-map {
width: 96%;
height: 400px;
display: none;
} details.eme_accordion {
overflow: auto;
}
details.eme_accordion > summary {
background-color: #e6e6e6;
color: #555555;
box-shadow: 1px 1px 2px #bbbbbb;
cursor: pointer;
margin: 2px !important;
padding: 7.5px 7.5px 7.5px 15px !important;
}
details.eme_accordion > summary:hover {
background-color: #ccc;
}
details.eme_accordion[open] {
background-color: white;
border: 1px solid #aaa;
border-radius: 3px;
margin-top: 2px;
}
details.eme_accordion[open] > summary:hover {
background-color: #e6e6e6;
}
details.eme_accordion > table {
width: 99%;
margin: 1px auto 5px auto;
padding: 5px;
}
details.eme_accordion > div, details.eme_accordion > p {
padding: 5px;
background-color: white;
} .eme-tabs {
display: flex;
flex-wrap: wrap;
cursor: pointer;
background-color: #ccc;
}
.eme-tab {
padding: 7px 20px;
background-color: #f1f1f1;
border: 1px solid #ccc;
border-radius: 3px;
margin-left: 5px;
}
.eme-tab:hover {
background-color: #ddd;
}
.eme-tab.active {
background-color: #fff;
font-weight: bold;
}
.eme-tab-content {
border: 1px solid #ccc;
border-top: 0px;
padding: 10px;
display: none;
overflow: auto;
}
.eme-tab-content.active {
display: block;
background-color: #fff;
} .eme-autocomplete-suggestions {
border: 1px solid #ccc;
width: fit-content;
max-height: 200px;
overflow-y: auto;
position: relative;
z-index: 1000;
background: #fff;
}
.eme-autocomplete-suggestion {
padding: 2px;
cursor: pointer;
}
.eme-autocomplete-suggestion:nth-child(even) {
background: #f0f0f0;
}
.eme-autocomplete-suggestion:hover {
background: #ddd;
}
div#eme_div_import {
padding: 5px;
border: 1px solid grey;
}
#bulkactions {
display: grid;
padding-top: 5px;
} #chooseperson, #eventmail_chooseperson, #chooseevent, #testmail_to, .eme_searchfilter {
field-sizing: content;
min-inline-size: 10ch;
} .eme-item {
white-space: nowrap;
display:inline;
}
.eme-wsnobreak {
white-space: nowrap;
width: 20%;
}
.eme-copy-button {
background: url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/images/copy_16.png) no-repeat;
width: 16px;
height: 16px;
}
.eme_fs_wysiwig_editor_width {
width: 95%;
}
.eme-editor-wrapper textarea {
border: 1px solid #ccc;
}
.eme-editor-tabs button {
background: #f0f0f1;
border: 1px solid #ccc;
border-bottom: none;
padding: 6px 12px;
font-size: 13px;
margin-right: 2px;
cursor: pointer;
color: #555;
position: relative;
top: 1px;
}
.eme-editor-tabs button.active {
background: #fff;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.jodit-wysiwyg {
max-height: 60vh !important; overflow: auto;
}
.datalist-input { min-width: calc(15ch + 2em);  padding: 0.5em;
font: inherit;
} @supports (field-sizing: content) {
.datalist-input {
field-sizing: content;
min-width: fit-content;
}
}.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container img.leaflet-tile { mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/js/leaflet-1.9.4/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/js/leaflet-1.9.4/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path { background-image: url(//www.fotoforum-owl.de/wp-content/plugins/events-made-easy/js/leaflet-1.9.4/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-attribution-flag {
display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
} @media print { .leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}#ez-toc-container{background:#f9f9f9;border:1px solid #aaa;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);display:table;margin-bottom:1em;padding:10px 20px 10px 10px;position:relative;width:auto}div.ez-toc-widget-container{padding:0;position:relative}#ez-toc-container.ez-toc-light-blue{background:#edf6ff}#ez-toc-container.ez-toc-white{background:#fff}#ez-toc-container.ez-toc-black{background:#000}#ez-toc-container.ez-toc-transparent{background:none}div.ez-toc-widget-container ul{display:block}div.ez-toc-widget-container li{border:none;padding:0}div.ez-toc-widget-container ul.ez-toc-list{padding:10px}#ez-toc-container ul ul,.ez-toc div.ez-toc-widget-container ul ul{margin-left:1.5em}#ez-toc-container li,#ez-toc-container ul{padding:0}#ez-toc-container li,#ez-toc-container ul,#ez-toc-container ul li,div.ez-toc-widget-container,div.ez-toc-widget-container li{background:0 0;list-style:none;line-height:1.6;margin:0;overflow:hidden;z-index:1}#ez-toc-container .ez-toc-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-title-container{display:table;width:100%}.ez-toc-title,.ez-toc-title-toggle{display:inline;text-align:left;vertical-align:middle}.ez-toc-btn,.ez-toc-glyphicon{display:inline-block;font-weight:400}#ez-toc-container.ez-toc-black a,#ez-toc-container.ez-toc-black a:visited,#ez-toc-container.ez-toc-black p.ez-toc-title{color:#fff}#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list{margin-top:1em}.ez-toc-wrap-left{margin:0 auto 1em 0!important}.ez-toc-wrap-left-text{float:left}.ez-toc-wrap-right{margin:0 0 1em auto!important}.ez-toc-wrap-right-text{float:right}#ez-toc-container a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}#ez-toc-container a:visited{color:#9f9f9f}#ez-toc-container a:hover{text-decoration:underline}#ez-toc-container a.ez-toc-toggle{display:flex;align-items:center}.ez-toc-widget-container ul.ez-toc-list li::before{content:' ';position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-widget-container ul.ez-toc-list li.active{background-color:#ededed}.ez-toc-widget-container li.active>a{font-weight:900}.ez-toc-btn{padding:6px 12px;margin-bottom:0;font-size:14px;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-btn:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.ez-toc-btn:focus,.ez-toc-btn:hover{color:#333;text-decoration:none}.ez-toc-btn.active,.ez-toc-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ez-toc-btn-default{color:#333;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#ccc}.ez-toc-btn-default.active,.ez-toc-btn-default:active,.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-btn-default.active,.ez-toc-btn-default:active{background-image:none;background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-btn-sm,.ez-toc-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-btn-xs{padding:1px 5px}.ez-toc-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.active,.ez-toc-btn:active{background-image:none}.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-pull-right{float:right!important;margin-left:10px}#ez-toc-container label.cssicon,#ez-toc-widget-container label.cssicon{height:30px}.ez-toc-glyphicon{position:relative;top:1px;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-glyphicon:empty{width:1em}.ez-toc-toggle i.ez-toc-glyphicon,label.cssicon .ez-toc-glyphicon:empty{font-size:16px;margin-left:2px}#ez-toc-container input,.ez-toc-toggle #item{position:absolute;left:-999em}#ez-toc-container input[type=checkbox]:checked+nav,#ez-toc-widget-container input[type=checkbox]:checked+nav{opacity:0;max-height:0;border:none;display:none}#ez-toc-container .ez-toc-js-icon-con,#ez-toc-container label{position:relative;cursor:pointer;display:initial}#ez-toc-container .ez-toc-js-icon-con,#ez-toc-container .ez-toc-toggle label,.ez-toc-cssicon{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}div#ez-toc-container .ez-toc-title{display:initial}.ez-toc-wrap-center{margin:0 auto 1em!important}#ez-toc-container a.ez-toc-toggle{color:#444;background:inherit;border:inherit}#ez-toc-container .eztoc-toggle-hide-by-default,.eztoc-hide,label.cssiconcheckbox{display:none}.ez-toc-widget-container ul li a{padding-left:10px;display:inline-flex;align-items:stretch;flex-wrap:nowrap}.ez-toc-widget-container ul.ez-toc-list li{height:auto!important}.ez-toc-icon-toggle-span{display:flex;align-items:center;width:35px;height:30px;justify-content:center;direction:ltr}.eztoc_no_heading_found{background-color:#ff0;padding-left:10px}.term-description .ez-toc-title-container p:nth-child(2){width:50px;float:right;margin:0}