@charset "utf-8";
/* CSS Document */
.clear
{
	clear:both;	
}
.hide
{
	display:none !important;
}
.padding
{
	padding:1em !important;	
}
#menu-short-page input[type="text"]
{
	width:100%;
}	
#menu-short-page .postbox-container
{
	width: 47%;
	margin: 1em;
}
#menu-short-page .postbox h3
{
	font-size: 15px;
	font-weight: normal;
	padding: 7px 10px;
	margin: 0;
	line-height: 1;
	cursor:default;
}
#create_table
{
	width:100%;	
	font-size:14px;
}
#create_table td, #create_table th
{
	margin-top:0.5em;
	margin-bottom:1em;
	padding:1em;
	vertical-align: top;
}
#create_table td input[type=checkbox], #create_table td input[type=radio]
{
	vertical-align:top
}
#create_table th
{
	border-bottom:1px dotted #ccc;	
}
.field
{
	margin-top:0.5em;
	margin-bottom:1em;
	border-bottom:1px dotted #ccc;
	padding: 0 1em 1em;
}
.field-last
{
	border-bottom:none;	
}
#wrap-inside
{
	margin-top:2em;
	padding-top:1em;
	border-top:1px solid #ccc;	
}
.example
{
	margin-top:0.5em;
	font-size:80%;
}
.full_text
{
	width:100% !important;	
}
#shortcode
{
	background: rgba(173, 173, 173, 0.3);
	font-size: 15px;
	text-align: center;
	text-shadow: 1px 1px 1px white;
	display:none;
	min-height:130px;
}
.help
{
	display:none;
	position:absolute;
	left: 120%;
	background: rgba(256,256,256,1);
	padding: 1em;
	top: 20%;
	width:200px;
	max-width: 200px;
	z-index: 999999;
	box-shadow: 0 0 3px #ccc;
	border-radius:3px;
}
.help_button
{
	cursor:pointer;
	position:relative;
	vertical-align:middle;
	margin-left:0.5em;
}
.help_button img
{
	vertical-align:middle;	
}
.help_button:hover
{
	opacity:0.9;	
}
.mshort-h3
{
	margin:0.5em 0 !important;	
}
.ui-button-icon-only .ui-button-text
{
	line-height: 3px !important;
	padding-left: 2px !important;
	text-indent:initial !important;
	text-shadow: 1px 1px 1px white;
}
.plugin_text img
{
	box-shadow: 0 0 3px #ccc;
	margin-top: 1em;	
}
.donate
{
	width: 150px;
	margin-top: 1em;	
}
#paypal_form
{
	padding-top:0.5em;	
}
textarea.sm-area { width:100%; max-width:100%; padding:10px}
.wpsm-highlighter-row
{
	text-align: center;
	background: #F1F1F1;
	padding: 0 !important;
	border-radius: 3px;
}
.wpsm-highlighter-row span
{
	background: white;
	padding: 2px 10px;
	font-weight: bold;
	line-height: normal;
}

#create_table label
{
	vertical-align:top
}
#create_table .wp-color-result
{
	float: left;
}
#create_table .wp-picker-open+.wp-picker-input-wrap
{
	float: left;
	width: 130px;
}
#create_table .color-picker
{
	width:80px !important;
}
#create_table .wp-picker-holder
{
	clear:both;
}
.disabled-color
{
	border:1px solid red
}
.toplevel_page_shortcode-menu code {display:block}
.toplevel_page_shortcode-menu code strong { font-weight:bold; line-height:20px; }
.toplevel_page_shortcode-menu .inner { padding:1em; }
.field {margin-bottom:1em}
.field input[type="text"], .field textarea
{
	max-width:100%;
	width:100%;
}
.field label
{
	margin-bottom:5px;
	display:block;
}
.wpsm-message
{
	padding:10px;
}
#server_msg > div
{
	background: rgb(255, 246, 212);
	padding: 10px;
	border: 1px solid rgb(255, 222, 52);
	border-radius: 3px;
	margin-bottom: 2em;
}