._lb {
	background-color: #efc439;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 0 2px;
	line-height: 14px;
	vertical-align: baseline;
}

.lb-tag {
	display: inline-block;
	line-height: 13px;
	padding: 0 3px;
	color: white;
	font-size: 10px;
	font-weight: normal;
	width:25px;
	margin-top:3px;
	margin-right:5px;
	text-align:center;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: baseline;
}
.lb-tag-free {
	/*background-color: #edb802;*/
	background-color: #16a765;
}
.lb-tag-premium {
	/*background-color: #edb802;*/
	background-color: #4986e7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.lb-tag-premium a {
	color:white;
	text-decoration:none;
}
.lb-button {
	margin-right:5px!important;
}

.lb-textarea {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	color:#555;
	background-color:#f8f8f8;
	width:550px;
	height:350px;
}

.lb-form {
	float:left;
	padding:5px;
}
.lb-form input, .lb-form label {
	float:left;
}
.lb-text  {
	width: 400px;
}
.lb-label  {
	width: 200px;
	margin: 0px;
	background-color: transparent;
}
.lb-label-disabled {
	/*color:#A8A8A8;*/
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.lb-checkbox {
	margin:0px;
}
.lb-checkbox:disabled {
	background-color: #f8f8f8;
}
.lb-select {

}
.lb-form-newline {
	clear:both;
	margin-bottom:5px;
}

img.lb-help {
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

.lb-qtip {
	font-size: 14px !important;
	line-height: 18px !important;
}

i.mce-i-icon {
	font: 400 20px/1 dashicons;
	padding: 0;
	vertical-align: top;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -2px;
	padding-right: 2px
}

i.lb-own-icon {
	background-image: url('../images/repeat.png');
}

.lb-box-error {
	background: #fff;
	border-left: 4px solid #dd3d36;
	margin: 5px 0 15px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	padding: 1px 12px;
}
.lb-box-warning {
	background: #fff;
	border-left: 4px solid #ffba00;
	margin: 5px 0 15px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	padding: 1px 12px;
}
.lb-box-success {
	background: #fff;
	border-left: 4px solid #7ad03a;
	margin: 5px 0 15px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	padding: 1px 12px;
}
.lb-box-info {
	background: #fff;
	border-left: 4px solid #00a0d2;
	margin: 5px 0 15px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	padding: 1px 12px;
}

.select2-chosen .lbColorSelectItem {
	padding-bottom:0px!important;
	padding-top:0px!important;
}
.lbColorSelectItem {
	padding: 5px;
	width: 100%;
}
#icp-sidebar li {
	margin: 0px!important;
	margin-left: 20px!important;;
}
.icp-plugin-widget {
	padding: 10px;
	border: 2px dashed red;
}
