/*
 * EEM - Styles - Admin
 */

.eem-loader-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #f3f3f3;
    top: 0;
    left: 0;
}

.eem-loader {
    background: #f3f3f3;
    border: 5px solid #cacaca;
    border-top: 5px solid #f6405f;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    box-shadow: 0 0 30px 10px #0000002b;
    position: fixed;
    z-index: 9999999;
    top: calc(50% - 20px);
    right: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.post-type-event #submitdiv > h2 {
    background: #f6405f;
    color: #fff !important;
    border-color: #f6405f;
    margin-top: 1px;
}

.post-type-event #submitdiv .toggle-indicator:before {
    z-index: 9999;
    position: relative;
    color: #fff;
}

.post-type-event #submitdiv .handlediv:focus .toggle-indicator:before {
    box-shadow: none;
    border: 1px solid #fff;
}

#event_meta_box .handlediv,
#event_meta_box .hndle.ui-sortable-handle {
    display: none !important;
}

#event_meta_box .inside {
    margin: 0 !important;
    padding: 0 !important;
}

#template_meta_box .wps-field p.description,
#event_meta_box .wps-field p.description {
    margin-top: 5px;
}

#menu-posts-event .wp-submenu > li:last-child > a:hover,
#menu-posts-event .wp-submenu > li:last-child > a:active,
#menu-posts-event .wp-submenu > li:last-child > a:visited,
#menu-posts-event .wp-submenu > li:last-child > a:focus,
#menu-posts-event .wp-submenu > li:last-child > a {
    color: #ff91b6;
}

.eem-tab-panel .tab-nav {
    background: #ffffff;
}

.eem-tab-panel .tab-nav .tab-nav-item {
    display: inline-block;
    width: 120px;
    padding: 12px;
    cursor: pointer;
    float: left;
    text-align: center;
    border-right: 1px solid #f1f1f1;
    transition: all 0.3s;
}

.eem-tab-panel .tab-nav .tab-nav-item:hover,
.eem-tab-panel .tab-nav .tab-nav-item.active {
    background: #f6405f;
    color: #f1f1f1;
}

.eem-tab-panel .tab-content {
    padding: 20px;
    clear: both;
    border-top: 1px solid #f1f1f1;
}

.eem-tab-panel .tab-item-content {
    display: none;
}

.eem-tab-panel .tab-item-content.active {
    display: block;
}


.button.eem-add-sponsor,
.button.eem-add-speaker,
.button.eem-add-session,
.button.eem-add-day {
    margin-bottom: 20px;
}

.eem-repeat-container {
    clear: both;
}

.eem-repeat-head {
    background: #ffc1076e;
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: bottom;
}

.eem-repeat-single.active .eem-repeat-head {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.eem-repeat-single {
    margin-bottom: 20px;
}

.eem-repeat-content {
    clear: both;
    display: none;
}

.eem-repeat-head > input[type=text] {
    width: 75%;
    background: #0000;
    box-shadow: none;
    outline: none;
    border: 1px solid #eab432;
    color: #545454;
    line-height: 28px;
    border-radius: 4px;
}

.eem-repeat-head .eem-head-button {
    position: relative;
    top: 3px;
    float: right;
    padding: 5px;
    background: #f1f1f1;
    margin-left: 8px;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.eem-repeat-head .eem-head-button.eem-repeat-close {
    background: #FF5722;
    color: #fff;
}

.eem-repeat-head .eem-head-button.eem-repeat-close:hover,
.eem-repeat-head .eem-head-button.eem-repeat-close:active {
    background: #d4471b;
}

.eem-repeat-head .eem-head-button.eem-repeat-sort {
    background: #03a9f4;
    color: #fff;
    cursor: move;
}

.eem-repeat-head .eem-head-button.eem-repeat-sort:hover,
.eem-repeat-head .eem-head-button.eem-repeat-sort:active {
    background: #0d8bc3;
}

.eem-repeat-head .eem-head-button.eem-repeat-copy {
    background: #673AB7;
    color: #fff;
    cursor: pointer;
}

.eem-repeat-head .eem-head-button.eem-repeat-copy:hover,
.eem-repeat-head .eem-head-button.eem-repeat-copy:active {
    background: #432773;
}

.eem-repeat-head .eem-head-button.eem-repeat-toggle {
    background: #8344f3;
    color: #fff;
}

.eem-repeat-head .eem-head-button.eem-repeat-toggle:hover,
.eem-repeat-head .eem-head-button.eem-repeat-toggle:active {
    background: #633bab;
}

.eem-repeat-content {
    padding: 20px;
    border: 1px solid #ffe5a6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.event-location-field .wps-field-inputs input[type="text"] {
    width: 100%;
}

/**
 * eem-side-nav-container
 */

.eem-side-nav-container .eem-side-nav,
.eem-side-nav-container .eem-side-nav-content {
    display: inline-block;
    width: 15%;
    min-width: 130px;
    vertical-align: top;
}

.eem-side-nav-container .eem-side-nav-item {
    background: #9e9e9e;
    color: #fff;
    margin: 0 10px 5px 0;
    text-align: center;
    padding: 12px;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 2px;
}

.eem-side-nav-container .eem-side-nav-item.active {
    background: #f6405f;
}

.eem-side-nav-container .eem-side-nav-item.active:after {
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-color: transparent;
    border-left-color: #f6405f;
    border-width: 10px;
    margin-top: -10px;
    transition: all 0.3s;
}


.eem-side-nav-container .eem-side-nav-content {
    width: 75%;
    padding: 20px;
    border: 1px solid #6363635c;
    border-radius: 4px;
}

.eem-side-nav-container .eem-side-nav-content .eem-side-nav-item-content {
    display: none;
}

.eem-side-nav-container .eem-side-nav-content .eem-side-nav-item-content.active {
    display: block;
}

.eem-speakers .eem-repeat-head .nice-select {
    background: #ffffff;
    border-color: #b59d62;
    min-width: 200px;
}

.eem-speakers .eem-repeat-head .nice-select.open .list {
    width: 100%;
}

/**
 * Template Meta box
 */

#template_meta_box .handlediv,
#template_meta_box .hndle.ui-sortable-handle {
    display: none !important;
}

.eem-cta-style-1 .eem-cta-button > a
#template_meta_box .inside {
    margin: 0 !important;
    padding: 10px 20px;
}

.eem-templates-builder {
    padding: 12px 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.eem-templates-builder > div > h3 {
    margin-top: 0;
}

.eem-templates-builder .eem-sections-selected {
    width: 75%;
}

.eem-templates-builder .eem-sections-available {
    width: 25%;
    min-width: 120px;
    height: 500px;
    overflow-y: scroll;
}

.eem-templates-builder .eem-sections-available .eem-section {
    background: #e91e63c9;
    color: #fff;
    margin: 0 15px 20px 0;
    font-size: 16px;
    padding: 17px;
    border-radius: 3px;
    vertical-align: bottom;
    cursor: pointer;
    transition: 0.3s;
    width: calc(100% - 54px);
    display: inline-flex;
}

.eem-templates-builder .eem-sections-available .eem-section:hover {
    background: #9c27b0c9;
}

.eem-templates-builder span.section-label {
    font-size: 15px;
    line-height: 32px;
}


/**
 * EEM Notices
 */

.eem-notice {
    background: #9e9e9e3b;
    padding: 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 5px solid #e91e63;
}

.eem-notice.eem-notice-success {
    background: #4caf503b;
    border-left: 5px solid #4caf50;
}

.eem-notice.eem-notice-error {
    background: #e91e633b;
}

.event_page_attendees .nav-tab-wrapper {
    border-bottom: none;
    padding-top: 0;
    margin-top: -10px;
}

.event_page_attendees .event-title {
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}

.event_page_attendees .row-actions .remove {
    color: #e91e63;
}

.event_page_attendees .row-actions > a,
.event_page_attendees .row-actions > span {
    margin-right: 5px;
    position: relative;
    color: #00BCD4;
}

.event_page_attendees .row-actions > a:after,
.event_page_attendees .row-actions > span:after {
    content: '|';
    color: #8c8c8c;
    padding-left: 5px;
}

.event_page_attendees .row-actions > a:last-child:after,
.event_page_attendees .row-actions > span:last-child:after {
    display: none;
}

.event_page_attendees .attendee-action {
    background: #9e9e9e;
    color: #fff;
    margin-right: 10px;
    padding: 6px 16px;
    border-radius: 3px;
    font-size: 15px;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.event_page_attendees .attendee-action.action-approve {
    background: #4caf50d9;
}

.event_page_attendees .attendee-action.action-approve:hover {
    background: #4caf50;
}

.event_page_attendees .attendee-action.action-decline {
    background: #e91e63d9;
}

.event_page_attendees .attendee-action.action-decline:hover {
    background: #e91e63;
}

.event_page_attendees span.eem-attendee-status {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    font-weight: 600;
}

.event_page_attendees span.eem-attendee-status.status-approved {
    color: #4caf50;
}

.event_page_attendees span.eem-attendee-status.status-declined {
    color: #ee487a;
}


.eem-attendees-wrap {
    background: #fff;
    min-height: 500px;
    padding: 20px;
}

.eem-attendees-wrap .event-count {
    background: #00bcd43b;
    padding: 16px;
    display: inline-block;
    clear: both;
    border: 1px solid #00bcd4;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 15px;
}

.row-actions > span {
    color: #00BCD4;
}

.eem-admin-btn,
.eem-admin-btn:hover,
.eem-admin-btn:active,
.eem-admin-btn:focus {
    background: #e91e63d9;
    color: #fff;
    padding: 12px 15px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: 0.3s ease-in;
}

.eem-admin-btn:hover {
    background: #e91e63;
}


/**
 * Extensions
 */

.pb-extensions {
    padding: 25px;
}

.pb-extensions .pb-extension {
    display: inline-block;
    width: 33%;
    max-width: 370px;
    margin: 0 20px 30px 0;
    vertical-align: top;
}

.pb-extensions .pb-extension > a > img {
    vertical-align: bottom;
}

.pb-extensions .pb-extension .info {
    padding: 25px 20px;
    box-shadow: 0 5px 20px 5px #ddd;
    background: #fff;
}


.pb-extensions .pb-extension .info h2 {
    margin-top: 0;
}

.pb-extensions .pb-extension .info h2 > a {
    text-decoration: none;
    color: #4e4e4e;
}

.pb-extensions .pb-extension .info p {
    font-size: 14px;
    line-height: 1.6;
}

.pb-extensions .pb-extension .info .pricing {
    margin-top: 8px;
    display: inline-block;
}

.pb-extensions .pb-extension .info .pricing a.price,
.pb-extensions .pb-extension .info .pricing a.price:focus,
.pb-extensions .pb-extension .info .pricing a.price:hover,
.pb-extensions .pb-extension .info .pricing a.price:active {
    background-color: #e65550;
    background-image: linear-gradient(-100deg, #424242d9, transparent);
    padding: 8px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    text-transform: capitalize;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}


.pb-metabox-side {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    clear: both;
    border-bottom: 1px solid #dedede7a;
}

.pb-metabox-side > label {
    font-weight: 500;
}

.pb-metabox-side > label > span {
    background: #00BCD4;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    border-radius: 50%;
}