.datetime_selector-dv {
overflow: visible !important;
}
.checkbox-dropdown-selector-btn {
cursor: pointer;
display: inline-block;
margin:0 0 1em;
min-width: 220px;
padding: 1em 0;
position:relative;
width: auto;
}
.checkbox-dropdown-selector {
border: 1px solid #eee;
box-sizing: border-box;
box-shadow: 0 13px 5px -5px rgba(0, 0, 0, .5), 0 2px 13px 2px rgba(0, 0, 0, .05);
display: none;
list-style: none;
padding: 1.5em 2em 1.25em 1.5em;
position: absolute;
top: 0;
min-width: 360px;
width: auto;
z-index: 888;
}
.checkbox-dropdown-selector ul {
margin: 0 !important;
padding: 0 !important;
}
.checkbox-dropdown-selector li {
cursor: pointer;
list-style: none !important;
margin: 0 !important;
}
.checkbox-dropdown-selector li + li {
margin-top: 1em !important;
}
.checkbox-dropdown-selector label {
cursor: pointer;
display: block;
font-size: var(--ee-font-size-default) !important;
margin: 0 !important;
position: relative;
}
.datetime-selector-option  {
left:0;
position: absolute;
top: 4px;
display: inline;
float: left;
vertical-align: middle;
}
.datetime-selector-option-text-spn {
display: block;
line-height:1.2em;
padding: 0 0 0 1.75em;
word-break: keep-all;
word-wrap: normal;
vertical-align: middle;
}.event-wait-list-form {
clear: both;
margin: 1.5em 0;
position: relative;
}
.event_wait_list-hidden-inputs {
border: 1px solid #dddddd;
top: -225px;
box-sizing: border-box;
box-shadow: 0 25px 10px -5px rgba(0, 0, 0, 0.5),
0 5px 25px 5px rgba(0, 0, 0, 0.1);
clear: both;
left: 0;
margin: 0 auto 1em;
opacity: 1;
padding: 20px 20px 10px;
position: absolute;
width: 100%;
max-width: 480px;
z-index: 9999;
animation: modal_drop 0.5s;
-moz-animation: modal_drop 0.5s; -webkit-animation: modal_drop 0.5s; -o-animation: modal_drop 0.5s; -ms-animation: modal_drop 0.5s; }
.event_wait_list-hidden-inputs label {
display: block;
margin: 1em 0 0;
}
.event_wait_list-hidden-inputs input[type="text"],
.event_wait_list-hidden-inputs select {
width: 99%;
}
.event_wait_list-hidden-inputs label.error {
color: #e53248;
font-weight: bold;
}
.event_wait_list-hidden-inputs input.error,
.event_wait_list-hidden-inputs select.error { box-shadow: 0 0 5px -1px #e53248;
}
.ee-wait-list-cancel-dv {
text-align: right;
}
.event-wait-list-form .ee-wait-list-cancel-lnk {
box-shadow: none;
cursor: pointer;
}
.ee-icon-color-ee-purple:before {
color: #8a549a;
} @media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 600px) and (min-width: 481px) {
}
@media only screen and (max-width: 540px) and (min-width: 480px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {
} @keyframes modal_drop {
from {
top: -600px;
opacity: 0;
}
to {
top: -225px;
opacity: 1;
}
} @-moz-keyframes modal_drop {
from {
top: -600px;
opacity: 0;
}
to {
top: -225px;
opacity: 1;
}
} @-webkit-keyframes modal_drop {
from {
top: -600px;
opacity: 0;
}
to {
top: -225px;
opacity: 1;
}
} @-o-keyframes modal_drop {
from {
top: -600px;
opacity: 0;
}
to {
top: -225px;
opacity: 1;
}
} @-ms-keyframes modal_drop {
from {
top: -600px;
opacity: 0;
}
to {
top: -225px;
opacity: 1;
}
}