/* CSS Styles for WP Private Content Pro Plugin */
.wppcp-settings-section-header{
    padding-bottom: 10px;
    border-bottom: 2px solid #555;
}

#wppcp_settings *{
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}

#wppcp_settings {
    padding: 40px 20px;
    background: #FFF;
    border: 1px solid #E0E0E0;
}

.wppcp-setting-panel {
    margin: 10px 0;
    padding: 20px;
    background: #FFF;
    border: 1px solid #E0E0E0;
}

.wppcp-row{
    margin: 10px 0;
}

.wppcp-clear{
    clear: both;
}

.wppcp-label{
    width: 25%;
    float: left;
}

.wppcp-field{
    width: 75%;
    float:left;
}

.wppcp-button-primary {
    background: #00a0d2 none repeat scroll 0 0;
    border-color: #0073aa;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 34px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px;
}

.wppcp-message-info-error{
    background: #ffdbdb none repeat scroll 0 0;
    border: 1px solid #ffb4b4;
    color: #ac2c2c;
    display: block;
    font-family: Open Sans,"Helvetica","Arial";
    font-size: 12px;
    margin: 10px 0;
    padding: 5px;
}
.wppcp-message-info-success{
    background: #d8f7c1;
    border: 1px solid #a1d47b;
    color: #527638;
    display: block;
    font-family: Open Sans,"Helvetica","Arial";
    font-size: 12px;
    margin: 10px 0;
    padding: 5px;
}


.wppcp-role-hierarchy-item{
    padding: 10px;
    background: #eee;
    border: 1px solid #cfcfcf;
    margin: 5px 0;
    width: 300px;
}

#wppcp_post_page_role_panel,#wppcp_post_page_users_panel,#wppcp_post_page_capability_panel,
#wppcp_post_page_groups_panel,#wppcp_post_page_memberships_panel{
    display: none;
}

#wppcp_private_block_role_panel,#wppcp_private_block_users_panel,#wppcp_private_block_capability_panel,
#wppcp_private_block_groups_panel,#wppcp_private_block_memberships_panel{
    display: none;
}

.wppcp_post_meta_row{
    padding: 10px
}

.wppcp_post_meta_row_label{
    float: left;
    width: 200px;
    font-size: 15px;
    margin: 5px;
}

.wppcp_post_meta_row_field{
    float: left;
    min-width: 500px;
}

.wppcp_post_meta_row_field input[type='text'],.wppcp_post_meta_row_field textarea,.wppcp_post_meta_row_field select{
    width: 300px;
}

.wppcp-settings-help{
    display: block;
    margin: 10px 0 !important;
}

.wppcp-settings-list input[type='text']{
    width: 80%;
}

.wppcp-settings-list textarea{
    width: 80%;
    min-height: 100px;
}

.wppcp-select2-setting{
    width: 80%;
}

.wppcp-select2-setting,.wppcp_select2-container{
    width: 50% !important;
    
}

.wppcp-select2-full-setting .wppcp_select2-container{
    width: 100% !important;
    
}

.wppcp-settings-form{
    padding: 20px;
    background: #FFF;
    border: 1px solid #cfcfcf;
    margin: 15px 0;
}

.wppcp_select2-search__field{
    padding: 0 !important;
}

.wppcp_select2-selection{
    min-height: 32px !important;
}

/* Plugin HELP CSS */
.wpexpert-help-screenshot{
    text-align: center !important;
}
.wpexpert-help-screenshot img{
    border: 10px solid #FFF !important;
    outline: 1px solid #CFCFCF !important;
    max-width: 800px !important;
    margin: auto !important;
}

.wpexpert-help-list{
    padding: 10px;
    background: #FFF;
}

.wpexpert-help-list li{
    list-style: square;
    margin: 10px 20px;
}

.wpexpert-plugins-panel{
    padding: 20px !important;
}

.wpexpert-plugins-panel-single{
    padding: 2%;
    width: 43%;
    float: left;
    margin: 1%;
    background: #fff;
    border: 1px solid #cfcfcf;
    height: 325px;
}

.wpexpert-plugins-panel-single-image img{
    width: 100%;
    height: 150px;
}

.wpexpert-plugins-panel-single-desc{
    padding: 10px;
}

.wpexpert-plugins-panel-single-title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 5px;
    background: #0073aa;
    color: #fff;
}

.wpexpert-plugins-panel-single-more{
    text-align: center;
    display: block;
    background: #0073aa;
    padding: 10px;
    width: 200px;
    margin: auto;
    color: #FFF;
    font-weight: bold;
}


.wpexpert-help-tab{
    margin-top: 10px;
}

/* File Attachments Meta Box */
#wppcp-attachments-panel-upload{
    padding: 20px;
    background: #eee;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 1px solid #cfcfcf;
    font-weight: bold;
    font-size: 18px;
}

#wppcp-attachments-panel-upload span{
    line-height: 80px;
    }

.wppcp-attachments-panel-file-left{
    float: left;
    border: 1px solid #cfcfcf;
    background: #eee;
    text-align: center;

}

.wppcp-attachments-panel-file-right{
    float: left;
    width: 75%;
}

.wppcp-attachments-panel-file-row{
    padding: 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.wppcp-attachments-panel-file-single{
    float: left;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 0;
}

.wppcp-attachments-panel-file-label{
    float: left;
    width: 40%;
    line-height: 30px;
    font-weight: bold;
}

.wppcp-attachments-panel-file-field{
    float: left;
    width: 60%;
}

.wppcp-attachments-panel-file-field input[type='text']{
    width: 300px;
}

.wppcp-attachments-panel-file-field textarea{
    width: 300px;
    height: 100px;
}

.wppcp-attachment-preview{
    width: 125px;
    height: 125px;
}

/* Donations Box */
.wppcp_donation_box{
    background: #0879ef ;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid;
}

/* Group Styles */
.wppcp-admin-group-list-header{
    background: #eee;
}

.wppcp-admin-group-list-header-item{
    padding: 10px;
    min-width: 20%;
    float: left;
    font-weight: bold;
}

.wppcp-admin-group-list-values{

}

.wppcp-admin-group-list-value{
    padding: 10px;
    min-width: 20%;
    float: left;
    font-weight: bold;
    font-size: 16px;
}

.wppcp-admin-group-list-id,.wppcp-admin-group-list-control{
    padding-top: 15px;
}

.wppcp-admin-group-list-name{
    position: relative;
    top: -10px;
    margin-left: 10px;
}

.wppcp-group-empty-users{
    padding: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

/* Membership Styles */
#wppcp_membership_level_settings_panel select,
#wppcp_membership_level_settings_panel input[type='text']{
    width: 175px;
    height: 30px;
}


/* PRivate File Attachments Section */
.wppcp-private-attachment-file-upload{
    background: #428bca !important;
}
.wppcp-private-attachment-files-create{

}

.wppcp-private-attachment-files-add{
    padding: 10px;
}

.wppcp-private-attachment-files-add-btn{
        padding: 10px;
    background: #eee;
    width: 200px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    border: 1px solid #cfcfcf;
}

.wppcp-private-attachment-files-add-btn:hover{
    cursor: pointer;
}

.wppcp-private-attachment-files-add-form{
    padding: 10px 20px;
    background: #f5f5f5;
    margin: 10px;
    border: 1px solid #cfcfcf;
}

.wppcp-private-attachment-files-add-form-row{
    margin: 5px 0;
}

.wppcp-private-attachment-files-add-form-label,.wppcp-private-attachment-files-list-label{
    float: left;
    width: 30%;
}

.wppcp-private-attachment-files-add-form-field,.wppcp-private-attachment-files-list-field{
    float: left;
    width: 60%;
}

.wppcp-private-attachment-files-add-form-field input[type='text'],
.wppcp-private-attachment-files-add-form-field textarea{
    width: 95%;
}

.wppcp-message-info-error p{
    margin: 0 !important;
    padding: 0 10px !important;
}

.wppcp-private-attachment-files-list{
    padding: 10px;
}

.wppcp-private-attachment-file-item{

    background: #f5f5f5;
    margin: 10px 0;
}

.wppcp-private-attachment-file-item-delete,.wppcp-private-attachment-file-item-download,.wppcp-private-attachment-file-item-view,
.wppcp-private-attachment-admin-file-item-delete,
.wppcp-private-attachment-admin-file-item-edit{
    float: right;
    padding: 10px;
    background: #428bca;
    color: #fff;
    margin-right: 2px;
}

.wppcp-private-attachment-file-item-view,
.wppcp-private-attachment-admin-file-item-delete,
.wppcp-private-attachment-admin-file-item-edit{
    cursor: pointer;
}

.wppcp-private-attachment-file-item-download a{
    color: #FFF;
}

.wppcp-private-attachment-file-item-name{
    float: left;
    padding: 10px;
}

.wppcp-private-attachment-file-item-data{
    background: #fff;
    border: 1px solid #cfcfcf;
}

.wppcp-private-attachment-file-item-data-open{
    display: block;
}

.wppcp-private-attachment-file-item-data-closed{
    display: none;
}

.wppcp-private-attachment-file-item-data-row{
    padding: 10px;
}

.wppcp-private-attachment-files-list-msg{
    margin: 10px;
    padding: 5px 10px;
}

.wppcp-private-attachment-files-list-msg p{
    margin: 0 !important;
    padding: 0 !important;
}

.wppcp-private-attachment-file-item-row{
    border: 1px solid #cfcfcf;
}

.wppcp-private-attachment-files-pagination,
.wppcp-private-attachment-admin-files-pagination{
    padding: 10px 0;
    margin: 10px;
    text-align: center;
    font-weight: bold;
    background: #eee;
    border: 1px solid #cfcfcf;
}

.wppcp-private-attachment-files-pagination:hover,
.wppcp-private-attachment-admin-files-pagination:hover{
    cursor: pointer;
}


/* Notification Styles */
#wppcp_notification_title,#wppcp_notification_background,#wppcp_notification_color{
    width: 50%;
    height: 35px;
}
#wppcp_notification_message{
    width: 50%;
}

.wppcp-add-notification-form{
    margin: 10px 0;
    padding: 20px;
    background: #FFF;
    border: 1px solid #E0E0E0;
}

.wppcp-required{
    color: #a00;
    display: inline-block;
    padding: 5px;
}

/* Page Builder Private Page Styles */
.post-type-wppcp_prv_content #save-post,
.post-type-wppcp_prv_content #post-preview,
.post-type-wppcp_prv_content #minor-publishing,
.post-type-wppcp_prv_content #misc-publishing-actions
{ display: none; }