.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.npr_meta_box {  }
.npr_meta_box label { display: block; vertical-align:top;  margin-bottom: 8px; font-weight: bold; }
.npr_seo_field { width: 440px; display: block; padding: 8px; /*font-size: 15px;*/ margin: 5px; }
.npr_small_field { width: 30px; }
textarea.npr_seo_field { height: 100px; }

.npr_upl_filed { float: left; }
.npr_upbtn { float: left; margin-left: 10px; padding: 7px; }

.npr_inp_desc { margin: 0px; margin-left: 5px; padding: 0px; color: #888; }

.npr_inp_l { margin-top: 15px; }

.npr_choose_icon { list-style: none; padding: 0px; margin: 0px; }
.npr_choose_icon li { float: left; padding: 25px; width: 60px; height: 60px; line-height: 60px; vertical-align: middle; text-align: center; cursor: pointer; }
.npr_choose_icon li i { font-size: 45px; line-height: 60px; vertical-align: middle; }
.npr_choose_icon .selected { background: #ccc; }
.npr_choose_icon li:hover { background:#ddd; }

.npr_opt_disabled { opacity: .6; }

.npr_template_meta_box { display: none; }
/*.npr_template_meta_box label { width: 100%; display: inline-block; margin-bottom: 3px; }
.npr_template_meta_box input[type=text] { width: 90%; }*/
.npr_show { display: block !important; }
.noblock { display: inline !important; font-weight: normal !important; }
.noblockb { display: inline !important; }

#npr_googlemaps_url, #npr_contact_infos { display: none; }


/* POST SETTINGS PANEL */
.npr_post_settings_tabs { width: 100%; height: 45px; margin-bottom: 1px; }
.npr_post_settings_tabs li { float: left; margin-right: 10px; height: 45px; }
.npr_post_settings_tabs li a {
	display: block; line-height: 45px; text-align: center; padding: 0px 15px; font-weight: bold;
	background-color: #efefef; border-top-left-radius:  3px; border-top-right-radius: 3px; border: 1px solid #ddd;
	font-size: 12px; text-decoration: none;
	-webkit-box-shadow:  0px -1px 0px 0px #ababab;
    box-shadow:  0px -1px 0px 0px #ababab;
}
.npr_post_settings_tabs li.selected a { background-color: white; border-bottom: 1px solid white; }

.npr_post_settings_panels { border: 1px solid #ddd; background: #fff; padding: 20px; }
.npr_post_settings_panels .npr_post_settings_panel { display: none; }
.npr_post_settings_panels .selected { display: block; }

/* SHORTCODE PANEL */
#npr_shortcodes { width: 100%; }
#npr_shortcodes .labi { margin-bottom: 20px; position: relative; margin-top: 15px; }
#npr_shortcodes .labi label { position: absolute; top: 10px; left: 10px; width: 160px; cursor: default; }
#npr_shortcodes .labi input,
#npr_shortcodes .labi select,
#npr_shortcodes .labi textarea { margin-left: 170px; }
#npr_shortcodes .labi textarea { min-height: 220px; min-width: 350px; }
#npr_shortcodes .labi_info { font-size: 90%; margin: 10px 0 10px 170px; }
#npr_shortcodes #button_icons_list i { display: inline-block; width: 20px; height: 20px; cursor: pointer; margin-right: 7px; font-size: 17px; }
#npr_shortcodes #button_icons_list i:hover { background: rgba(128,128,128,0.1); }