/* settings */
.lceps_settings_tabs {
    display: none;   
}
.lceps_settings_block h3#statistics {
        padding: 0;
    }
.lceps_stats {
    text-align: center;
}
.lceps_add_notif_param_declar {
	display: inline-block !important;
	margin: -3px 0 0 16px !important;
	min-height: 26px !important;
	height: 26px !important;
	line-height: 20px !important;
}
.extra_notif_params_table td {
	vertical-align: top !important;
}
.extra_notif_params_table input,
.extra_notif_params_table textarea {
    width: 90%;
}
.lceps_npd_del span {
    cursor:  pointer;
    transition: color .2s ease;
}
.lceps_npd_del span:hover {
    color: crimson;
}
.lceps_copy_cj_ep, 
.lceps_open_cj_ep {
	cursor: pointer;
	font-size: 130%;
	color: #999;
	transition: color .2s ease;
	position: relative;
	top: 2px;
	left: 5px;
}
.lceps_copy_cj_ep:hover, 
.lceps_open_cj_ep:hover {
    color: #777;
}




/* metaboxes */
th#lceps_id {
    width: 60px;
}
.post-type-lceps_notifications .row-actions .inline, /* cpt posts list */
.post-type-lceps_notifications .trash, 
.post-type-lceps_notifications .wrap .subsubsub .trash,
.post-type-lceps_notifications .wrap .bulkactions,
.post-type-lceps_notifications .column-date .error-message,

.post-type-lceps_notifications #visibility, /* edit post tweaks */ 
.post-type-lceps_notifications .misc-pub-curtime,
.post-type-lceps_notifications #delete-action .submitdelete.deletion,
.post-type-lceps_notifications #minor-publishing-actions,
.post-type-lceps_notifications .misc-pub-post-status:not(.lceps-post-status),
#lceps_cpt_main_metaboxes .postbox-header {
    display: none;
}
#lceps_cpt_main_metaboxes,
#lceps_cpt_main_metaboxes .inside {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
#lceps_cpt_main_metaboxes .dashicons-calendar-alt {
     position: relative;
     bottom: -4px;
     opacity: 0.8;
     padding-right: 3px;
}
#lceps_cpt_main_metaboxes label {
    padding: 0 2px;
}
#lceps_cpt_main_metaboxes textarea {
	width: 100%;
	font-size: 130%;
	line-height: normal;
	padding: 3px 8px;
}
#lceps_cpt_main_metaboxes .inside > div {
    margin-bottom: 20px;
}
.lcep-el-wrap > textarea, .lcep-el-wrap > input {
    padding-right: 27px !important;
}
.lceps_extra_params_wrap td {
	background: #fdfdfd none repeat scroll 0 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #e9e9e9;
	color: #444444;
	overflow: visible;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
}
.lceps_extra_params_wrap td > textarea,
.lceps_extra_params_wrap .chosen-container {
    width: 90%;
    max-width: 600px;
}