/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 Jul, 2018, 10:29:29 AM
    Author     : ws19
*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
#notifi-message {
    margin-bottom: 0px;
}
a.tribe-change-timezone {
    display: none;
}
.row-actions .hide_user {
    color: #000;
}
.hidden-custom-users {
    margin-top: 15px;
}
#cb-select-events {
    margin-left: 12px;
}

.community .modal-window, .linked_unlinked_events .modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.community .modal-window:target, .linked_unlinked_events .modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.community .modal-window > div, .linked_unlinked_events .modal-window > div, #custom_notification, #custom_agenda, #custom_link_unlink_events, #custom_link_unlink_comms,#custom_userflow {
    border: 1px solid black;
    box-shadow: 0 0 5px black;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
}
.community .modal-window header, .linked_unlinked_events .modal-window header {
    font-weight: bold;
}
.community .modal-window h1, .linked_unlinked_events .modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}
.community .modal-close, .linked_unlinked_events .modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}
.community .modal-close:hover, .linked_unlinked_events .modal-close:hover {
    color: black;
}
.community .modal-window div:not(:last-of-type), .linked_unlinked_events .modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
}
.community .btn, .linked_unlinked_events .btn {
    background-color: red;
    padding: 1em 1.5em;
    border-radius: 3px;
    text-decoration: none;
}
.community .btn i, .linked_unlinked_events .btn i {
    padding-right: 0.3em;
}
.community .div.justify-content-center,#custom_userflow div.justify-content-center, #custom_notification div.justify-content-center, #custom_link_unlink_events div.justify-content-center, #custom_link_unlink_comms div.justify-content-center {
    text-align: center;
}
#custom_notification div.justify-content-center, #custom_link_unlink_events div.justify-content-center, #custom_link_unlink_comms div.justify-content-center,#custom_userflow div.justify-content-center {
    margin-top: 16px;
}
#RGdataTable .comm_actions {
    width: 100px!important;
}
#RGdataTable .comm_names {
    width: 50px!important;
}
#RGdataTable .comm_types {
    width: 30px!important;
}

/*Custom notification CSS*/
#custom_notification, #custom_link_unlink_events, #custom_link_unlink_comms {
    width: 600px !important;
    height: 270px!important;
}
#custom_userflow {
    width: 600px !important;
    height: 310px!important;
}
#custom_notification textarea {
    width: 550px;
    height: 70px;
    margin-bottom: 12px;
}
#close-notification, #close-notification:focus, #close-agenda, #close-linkunevent:focus, #close-linkunevent, #close-events, #close-events:focus, #close-comms, #close-comms:focus, #close-uf, #close-uf:focus {
    float: right;
    border: none;
    box-shadow: none;
}
#custom_agenda .agenda-btns {
    padding-top: 15px;
    text-align: center;
}
#custom_agenda .agenda-btns button {
    margin: 0 2px;
}
#custom_agenda .select2-selection {
    width: 202px;
}
#custom_agenda.admin-agenda {
    padding: 15px;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    width: 430px !important;
}
#custom_agenda.admin-agenda h2 {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
}
#custom_agenda.admin-agenda p {
    margin: 10px 0 5px;
}
#custom_agenda.admin-agenda .select2-container, #custom_agenda.admin-agenda .select2-selection {
    width: 100% !important;
}
#custom_agenda.admin-agenda .alert-danger {
    margin: 10px 0 0;
    padding: 5px;
    border-radius: 5px;
}
#custom_agenda.admin-agenda .agenda-btns {
    text-align: left;
}

#admin-events-form span.select2.select2-container.select2-container--default, #admin-comms-form span.select2.select2-container.select2-container--default {
    width: 50% !important;
}
/*------*/

/*Filter users for notification CSS*/
.tablenav .actions .filter_event_admin + span.select2.select2-container.select2-container--default {
    margin-left: 15px!important;
}
.tablenav .actions .filter_event_admin + span.select2.select2-container.select2-container--default,.tablenav .actions .filter_community_admin + span.select2.select2-container.select2-container--default,.tablenav .actions .filter_tags_admin + span.select2.select2-container.select2-container--default {
    margin: 0px 0px 5px 5px;
    min-width: 150px;
}
.tablenav .actions .filter_event_admin + span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single,
.tablenav .actions .filter_community_admin + span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single,
.tablenav .actions .filter_tags_admin + span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--multiple {
    height: 30px!important;
    min-height: 30px!important;
}
.allTags-container ul li.tag-selected {
    background-color: #3333;
    border-radius: 4px;
    margin-right: 10px;
    padding: 5px 5px 5px 5px;
    display: inline-block;
}
.allTags-container ul li a.destroy-tag-selected {
    float: right;
    margin-left: 3px;
    color: #333333!important;
    cursor: pointer;
}
.tablenav .actions span.select2-selection.select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice {
    display: none;
}
.filter_event_admin + span .select2-selection__placeholder, .filter_community_admin + span .select2-selection__placeholder {
    color: #72777c!important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: -1px!important;
}
.alignleft .user-filter-button {
    margin-left: 4px;
}
.ui-dialog {
    width:auto!important;
    top:50%!important;
    left:50%!important;
    overflow:unset!important;
}
.tablenav .actions {
    padding: 0 0 0 0!important;
    overflow: unset;
}
#select2-pm_select_community-container .select2-selection__placeholder {
    color: #444;
}

/*Animated progress bar on admin notification*/
.progress {
    border-radius: 6px;
    overflow: hidden;
    margin-top: 10px;
}
.progress-bar {
    height: 10px;
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
}

/* API Key plugin page */
.api-key-header {
    display: inline-flex;
}
.api-key-header .engine-dashboard {
    margin: 1em 0 0 1em;
}
.api-input-btn {
    position: relative;
}
.api-input-btn input[type="text"] {
    min-height: 30px;
}
.api-input-btn a.engine-dashboard {
    position: absolute;
    margin-left: 10px;
}
.add-scroll {
    height: 410px;
    overflow-y: scroll;
    display: inline-block;
}

/*Event Attendance*/

.hidelbl > .acf-label {
    display:none
}
.setspacing .acf-fields > .acf-field {
    padding-top: 6px;
    padding-bottom: 9px;
}
.setspacing .acf-fields > .acf-field .acf-label {
    margin-bottom: 0;
}
.removebdr .acf-fields.-border {
    border:none
}
.removebdr .acf-fields.-border .acf-field {
    padding-top: 0;
    padding-bottom: 0;
}
.rmlftbdr .acf-input .acf-fields.-border > *:last-child {
    border-left-width: 0;
    padding-left: 0;
}
.removebdr .acf-input .acf-fields.-border > *:first-child {
    padding-left: 0;
}
.acf-fields .hideuid {
    display: none;
}

/*For event dropdown in send agenda*/

.users-php span.select2-container.select2-container--default.select2-container--open {
    z-index:1000102;
}
.add_margin {
    margin-top: 15px;
}
.add_top_margin {
    margin-top: 30px;
}

/* .select2-selection__rendered { display: none !important; } */
.countriesData-container .country-name-list {
    cursor: pointer;
}
.countriesData-container .destroy-tag-selected, .countriesData-container .country-remove-btn {
    color: #0077ff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: -6px !important;
    padding-left: 8px !important;
}
.select2-container .select2-selection--single {
    display: block !important;
}

/*---*/
.addcloseregdate {
    margin: 10px 0 0;
}
.ui-datepicker-current {
    display:none;
}
/*---EPIC 015--- */
.disabled-link-meet {
    cursor: not-allowed;
    color: #999;
    text-decoration: none;
}