2018-02-05 02:05:26 -05:00
|
|
|
.inside .sec {
|
2020-09-20 07:49:01 -04:00
|
|
|
display: block;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 15px 0;
|
2018-02-05 02:05:26 -05:00
|
|
|
}
|
|
|
|
.sec label {
|
2020-09-20 07:49:01 -04:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
2018-02-05 02:05:26 -05:00
|
|
|
}
|
|
|
|
.mep_status .active {
|
2020-09-20 07:49:01 -04:00
|
|
|
background: green none repeat scroll 0 0;
|
|
|
|
color: #fff;
|
|
|
|
padding: 6px 10px;
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
2018-02-05 02:05:26 -05:00
|
|
|
}
|
|
|
|
.mep_status .err {
|
2020-09-20 07:49:01 -04:00
|
|
|
background: red none repeat scroll 0 0;
|
|
|
|
color: #fff;
|
|
|
|
padding: 6px 10px;
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
2020-08-05 08:35:42 -04:00
|
|
|
}
|
|
|
|
td.mep_event_seat.column-mep_event_seat span {
|
2020-09-20 07:49:01 -04:00
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2018-02-05 02:05:26 -05:00
|
|
|
}
|
|
|
|
#mep_uid {
|
2020-09-20 07:49:01 -04:00
|
|
|
width: 65px;
|
2018-02-05 02:05:26 -05:00
|
|
|
}
|
|
|
|
.inside .sec input {
|
2020-09-20 07:49:01 -04:00
|
|
|
border: 1px solid #ddd;
|
|
|
|
padding: 5px;
|
|
|
|
width: 100%;
|
|
|
|
color: #000;
|
2018-02-05 02:05:26 -05:00
|
|
|
}
|
|
|
|
.inside .sec label {
|
2020-09-20 07:49:01 -04:00
|
|
|
font-weight: normal;
|
|
|
|
display: block;
|
2018-02-22 07:09:34 -05:00
|
|
|
}
|
2018-07-02 04:39:41 -04:00
|
|
|
table.atendee-info {
|
2020-09-20 07:49:01 -04:00
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
2018-07-02 04:39:41 -04:00
|
|
|
}
|
2018-02-22 07:09:34 -05:00
|
|
|
|
|
|
|
/* Always set the map height explicitly to define the size of the div
|
2020-09-20 07:49:01 -04:00
|
|
|
* element that contains the map. */
|
2018-02-22 07:09:34 -05:00
|
|
|
#map {
|
2020-09-20 07:49:01 -04:00
|
|
|
height: 250px;
|
2018-02-22 07:09:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#infowindow-content .title {
|
2020-09-20 07:49:01 -04:00
|
|
|
font-weight: bold;
|
2018-02-22 07:09:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#infowindow-content {
|
2020-09-20 07:49:01 -04:00
|
|
|
display: none;
|
2018-02-22 07:09:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#map #infowindow-content {
|
2020-09-20 07:49:01 -04:00
|
|
|
display: inline;
|
2018-02-22 07:09:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.pac-card {
|
2020-09-20 07:49:01 -04:00
|
|
|
margin: 10px 10px 0 0;
|
|
|
|
border-radius: 2px 0 0 2px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
outline: none;
|
|
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
|
|
|
|
background-color: #fff;
|
|
|
|
font-family: Roboto;
|
2018-02-22 07:09:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#pac-container {
|
2020-09-20 07:49:01 -04:00
|
|
|
padding-bottom: 12px;
|
|
|
|
margin-right: 12px;
|
2018-02-22 07:09:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.pac-controls {
|
2020-09-20 07:49:01 -04:00
|
|
|
display: inline-block;
|
|
|
|
padding: 5px 11px;
|
2018-02-22 07:09:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.pac-controls label {
|
2020-09-20 07:49:01 -04:00
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 300;
|
2018-02-22 07:09:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#pac-input {
|
2020-09-20 07:49:01 -04:00
|
|
|
background-color: #fff;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 300;
|
|
|
|
margin-left: 12px;
|
|
|
|
padding: 0 11px 0 13px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
width: 400px;
|
2018-02-22 07:09:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#pac-input:focus {
|
2020-09-20 07:49:01 -04:00
|
|
|
border-color: #4d90fe;
|
2018-02-22 07:09:34 -05:00
|
|
|
}
|
|
|
|
|
2018-07-05 06:10:06 -04:00
|
|
|
div#mep_event_faq_r {
|
2020-09-20 07:49:01 -04:00
|
|
|
display: block;
|
|
|
|
width: 94%;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
padding: 20px;
|
2018-07-05 06:10:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.mep-faq-input {
|
2020-09-20 07:49:01 -04:00
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
border: 1px solid #8a8a8a;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 15px 0;
|
2018-07-05 06:10:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div#mep-event-faq-box {
|
2020-09-20 07:49:01 -04:00
|
|
|
overflow: hidden;
|
2018-07-05 06:10:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a.button.remove-faq-row {
|
2020-09-20 07:49:01 -04:00
|
|
|
/* float: right; */
|
|
|
|
overflow: hidden;
|
|
|
|
display: inline-block;
|
2018-07-13 08:07:28 -04:00
|
|
|
}
|
|
|
|
.settings_page_mep_event_settings_page h2 {
|
2020-09-20 07:49:01 -04:00
|
|
|
padding-left: 10px;
|
2018-07-13 08:07:28 -04:00
|
|
|
}
|
|
|
|
.mep-attendee-sec-details span {
|
2020-09-20 07:49:01 -04:00
|
|
|
border: 1px solid #ddd;
|
|
|
|
padding: 10px;
|
|
|
|
display: inline-block;
|
2018-07-13 08:07:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.mep-attendee-sec-details .ea-label {
|
2020-09-20 07:49:01 -04:00
|
|
|
width: 200px!important;
|
|
|
|
font-weight: bold;
|
2018-07-13 08:07:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.mep-attendee-sec-details .ea-value {
|
2020-09-20 07:49:01 -04:00
|
|
|
width: 68%!important;
|
2018-07-13 08:07:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.mep-attendee-sec-details .sec {
|
2020-09-20 07:49:01 -04:00
|
|
|
margin: 0;
|
2018-09-25 06:14:08 -04:00
|
|
|
}
|
|
|
|
|
2020-04-29 00:54:51 -04:00
|
|
|
.post-type-mep_events .switch {
|
2020-09-20 07:49:01 -04:00
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
width: 60px;
|
|
|
|
height: 24px;
|
|
|
|
float: right;
|
2018-09-25 06:14:08 -04:00
|
|
|
}
|
|
|
|
|
2020-04-29 00:54:51 -04:00
|
|
|
.post-type-mep_events .switch input {display:none;}
|
2018-09-25 06:14:08 -04:00
|
|
|
|
2020-04-29 00:54:51 -04:00
|
|
|
.post-type-mep_events .slider {
|
2020-09-20 07:49:01 -04:00
|
|
|
position: absolute;
|
|
|
|
cursor: pointer;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
background-color: #ccc;
|
|
|
|
-webkit-transition: .4s;
|
|
|
|
transition: .4s;
|
2018-09-25 06:14:08 -04:00
|
|
|
}
|
|
|
|
|
2020-04-29 00:54:51 -04:00
|
|
|
.post-type-mep_events .slider:before {
|
2018-09-25 06:14:08 -04:00
|
|
|
position: absolute;
|
2020-09-20 07:49:01 -04:00
|
|
|
content: "";
|
|
|
|
height: 17px;
|
|
|
|
width: 17px;
|
|
|
|
left: 10px;
|
|
|
|
bottom: 4px;
|
|
|
|
background-color: white;
|
|
|
|
-webkit-transition: .4s;
|
|
|
|
transition: .4s;
|
2018-09-25 06:14:08 -04:00
|
|
|
}
|
|
|
|
|
2020-04-29 00:54:51 -04:00
|
|
|
.post-type-mep_events input:checked + .slider {
|
2020-09-20 07:49:01 -04:00
|
|
|
background-color: #2196F3;
|
2018-09-25 06:14:08 -04:00
|
|
|
}
|
|
|
|
|
2020-04-29 00:54:51 -04:00
|
|
|
.post-type-mep_events input:focus + .slider {
|
2020-09-20 07:49:01 -04:00
|
|
|
box-shadow: 0 0 1px #2196F3;
|
2018-09-25 06:14:08 -04:00
|
|
|
}
|
|
|
|
|
2020-04-29 00:54:51 -04:00
|
|
|
.post-type-mep_events input:checked + .slider:before {
|
2020-09-20 07:49:01 -04:00
|
|
|
-webkit-transform: translateX(26px);
|
|
|
|
-ms-transform: translateX(26px);
|
|
|
|
transform: translateX(26px);
|
2018-09-25 06:14:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Rounded sliders */
|
2020-04-29 00:54:51 -04:00
|
|
|
.post-type-mep_events .slider.round {
|
2020-09-20 07:49:01 -04:00
|
|
|
border-radius: 34px;
|
2018-09-25 06:14:08 -04:00
|
|
|
}
|
|
|
|
|
2020-04-29 00:54:51 -04:00
|
|
|
.post-type-mep_events .slider.round:before {
|
2020-09-20 07:49:01 -04:00
|
|
|
border-radius: 50%;
|
2019-07-18 07:51:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div#mep-event-price {
|
2020-09-20 07:49:01 -04:00
|
|
|
border: 5px solid red;
|
2019-07-18 07:51:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div#mep-event-price h2 {
|
2020-09-20 07:49:01 -04:00
|
|
|
background: red;
|
|
|
|
color: #fff;
|
2019-09-15 08:03:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div#mage-primary-button{
|
|
|
|
background:green !important;
|
|
|
|
color:white !important;
|
2020-03-24 04:09:00 -04:00
|
|
|
}
|
|
|
|
ul.mep_rt_settings_list li {
|
2020-09-20 07:49:01 -04:00
|
|
|
display: block;
|
|
|
|
margin: 20px 0;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
padding: 5px 0 10px;
|
2020-04-28 06:37:33 -04:00
|
|
|
}
|
|
|
|
.mage_settings_panel_wrap .metabox-holder {
|
2020-09-20 07:49:01 -04:00
|
|
|
padding-top: 10px;
|
|
|
|
background: #fff;
|
|
|
|
padding: 20px;
|
|
|
|
border: 5px solid #0071a1;
|
|
|
|
/* border-top: 0px; */
|
2020-04-28 06:37:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.mage_settings_panel_wrap .nav-tab {
|
2020-09-20 07:49:01 -04:00
|
|
|
float: left;
|
|
|
|
border: 2px solid #0e678c;
|
|
|
|
border-bottom: none;
|
|
|
|
margin-left: .5em;
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.71428571;
|
|
|
|
font-weight: 600;
|
|
|
|
background: #0071a1;
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
white-space: nowrap;
|
2020-04-28 06:37:33 -04:00
|
|
|
}
|
|
|
|
.mage_settings_panel_wrap .nav-tab.nav-tab-active {
|
2020-09-20 07:49:01 -04:00
|
|
|
background: #5ea8c8;
|
2020-04-28 06:37:33 -04:00
|
|
|
}
|
|
|
|
.mage_settings_panel_wrap table th {
|
2020-09-20 07:49:01 -04:00
|
|
|
width: 330px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
padding: 10px 10px 0 0;
|
|
|
|
font-size: 13px;
|
2020-04-28 06:37:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.mage_settings_panel_wrap table td {
|
2020-09-20 07:49:01 -04:00
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
padding: 10px 0;
|
2020-04-28 06:37:33 -04:00
|
|
|
}
|
|
|
|
.mage_settings_panel_wrap p.submit {
|
2020-09-20 07:49:01 -04:00
|
|
|
text-align: right;
|
2020-04-28 06:37:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.mage_settings_panel_wrap p.submit input {
|
2020-09-20 07:49:01 -04:00
|
|
|
font-size: 16px;
|
|
|
|
padding: 5px 30px;
|
|
|
|
border-radius: 0;
|
2020-04-28 06:37:33 -04:00
|
|
|
}
|
|
|
|
.mage_settings_panel_wrap .metabox-holder h2 {
|
2020-09-20 07:49:01 -04:00
|
|
|
border-bottom: 2px solid #0071a1;
|
|
|
|
font-size: 20px;
|
|
|
|
padding: 15px;
|
|
|
|
background: #ddd;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
margin-top: 10px;
|
2020-08-18 08:08:58 -04:00
|
|
|
}
|
|
|
|
.mep_event_metabox_address .sec {
|
2020-09-20 07:49:01 -04:00
|
|
|
width: 48%;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0px 10px;
|
2020-08-18 08:08:58 -04:00
|
|
|
}
|
|
|
|
#poststuff .stuffbox>h3, #poststuff h2, #poststuff h3.hndle {
|
2020-09-20 07:49:01 -04:00
|
|
|
display: block;
|
2020-08-18 08:08:58 -04:00
|
|
|
}
|
|
|
|
span.event_meta_help_txt {
|
2020-09-20 07:49:01 -04:00
|
|
|
display: block;
|
|
|
|
font-size: 13px;
|
|
|
|
margin: 2px 0 20px;
|
|
|
|
color: #ba2720;
|
2020-09-15 00:53:32 -04:00
|
|
|
}
|
|
|
|
span.mep_event_date {
|
2020-09-20 07:49:01 -04:00
|
|
|
background: #b2833f;
|
|
|
|
font-size: 11px;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
height: auto;
|
|
|
|
padding: 7px 3px;
|
|
|
|
color: #fff;
|
2020-10-28 00:38:49 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div#mep_event_list_thumbnail_meta_boxes table th, div#mep_event_list_thumbnail_meta_boxes table td {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
float: none;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#mep_event_list_thumbnail_meta_boxes table, div#mep_event_list_thumbnail_meta_boxes table tbody {
|
|
|
|
width: 100%!important;
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#mep_event_list_thumbnail_meta_boxes table td input {
|
|
|
|
width: 93%!important;
|
|
|
|
}
|
|
|
|
div#mep_event_list_thumbnail_meta_boxes span.slider:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
div#mep_event_list_thumbnail_meta_boxes table td input#enable_global_qty {
|
|
|
|
width: auto!important;
|
|
|
|
}
|
|
|
|
#mep_event_list_thumbnail_meta_boxes table.form-table {
|
|
|
|
width: 100%!important;
|
|
|
|
margin: 0!important;
|
|
|
|
padding: 0!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mep_event_list_thumbnail_meta_boxes table.form-table tbody th, #mep_event_list_thumbnail_meta_boxes table.form-table tbody td {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#mep_event_list_thumbnail_meta_boxes .media_preview {
|
|
|
|
width: 92%!important;
|
2018-07-05 06:10:06 -04:00
|
|
|
}
|