/**
 * iBex Widgets WordPress Admin Style
 */

.ibex-widgets-admin .icon32 {
	background: url('../images/ibex-logo-32.png') no-repeat;
}

.ibex-widget {
	display: inline-block;
	width: 100px;
	height: 40px;
	padding: 5px;
	border: 1px solid #e2e2e2;
	background: #e9e9e9;
	font-weight: bold;
	margin: 3px;
	vertical-align: top;

}

.ibex-widget-group {
	display: inline-block;
	width: 400px;
	vertical-align: top;
	margin: 10px;
	padding: 5px;
	border: 1px dashed #e2e2e2;
	background: #fcfcfc;
}

.ibex-widget-group h3 {
	margin-top: 0;
}

.hrt {
	margin: 10px 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
}

.ibw-generator-form {
	background: #ebebeb;
}

.shortcode-result {
	margin: 5px;
	color: green;
	font-family: courier new, monospace;
	width: 90%;
	border: 0;
	box-shadow: none;
}