
.wcg-group-title{
	padding: 3px 8px;
	font-size: 1.7em;
	line-height: 100%;
	height: 1.7em;
	width: 100%;
	outline: 0;
	margin: 0 0 3px;
	background-color: #fff;
	margin-bottom:20px;
}


.wp_css_generator{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}


a{text-decoration:none;}

/* = Option  
-------------------------------------------------------------- */
.wcg-options{
	float:left;
	width:100%;
/*	border:1px solid red;*/
}
ul.wcg-option-items-list, ul.wcg-option-items-list li{margin:0px; padding:0px;}
li.wcg-option-item{

}


.wcg-option-items{
	background:#fff;
	float:left;
	width:100%;
	border:1px solid #dfdfdf; 
	border-top:0px solid #dfdfdf;
}
/* = Option Header 
-------------------------------------------------------------- */
.wcg-option-header{
	width:100%;
	float:left;
	border:1px solid #dfdfdf; 
	padding:10px;
	background:#fff;
}





/* = Option item Header 
-------------------------------------------------------------- */
.wcg-option-item-header{
	width:100%;
	float:left;
	border-bottom:1px solid #dfdfdf; 
	padding:12px;	
}
.wcg-option-item-header:hover, .wcg-option-item-header.last-edit{
	background:#F0F8FF;
}

	background:#F0F8FF;

/*active*/
.wcg-option-item-header.active{
	background:#F0F8FF;
}

.wcg-option-item-header-label{
	display:inline;
	width:25%;
	float:left;
}
.wcg-option-item-header-label50{
	display:inline;
	width:50%;
	float:left;
}




/*action items*/
.wcg-option-item-header span.wcg-actions{
	display:none;
 	font-size:11px;
	position:absolute;
}

.wcg-option-item-header:hover span.wcg-actions{
	display:block;
}
span.wcg-actions a:hover{
	text-decoration:underline;
}
span.wcg-actions a.wcg-delete-option:hover{
	color:red;	
}

/*show actions in header active*/
.wcg-option-item-header.active span.wcg-actions{
	display:block;
}


/* = Options Items Content 
-------------------------------------------------------------- */
.wcg-option-item-content{
	display:none;
}

.wcg-option-item-content.active{
	display:block;
}


/* = Order icon 
-------------------------------------------------------------- */
.wcg-order-icon img{	float:left; padding:0px; margin:0px;}
.wcg-order-icon{
	float:left;
	padding:5px 10px;
	background:#fff;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}
.wcg-order-icon:hover{
	background:#0073aa;
	border:1px solid #0073aa;
	cursor:move;
}
.wcg-order-icon:hover .fa{
	color:#fff !important;	
}



/* = Froms 
-------------------------------------------------------------- */
.wcg-field-group{
	float:left;
	width:100%;
	border-bottom:1px solid #f0f0f0;
}

.wcg-field-group:last-child{
		border-bottom:1px solid  #dfdfdf;
}
	
.wcg-field-label{
	float:left;
	width:30%;
	background:#f9f9f9;
	padding:10px;
}

.wcg-field{
	float:left;
	width:70%;
	padding:10px;
	border-left:1px solid #e1e1e1;
	min-height:110px;
}

/*
	inputs
*/
.wcg-field input[type="text"], .wcg-field textarea{
	width: 100%;
	padding: 3px 5px;
	resize: none;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4;
}
	
	
ul.wcg-option-item-content,
ul.wcg-option-item-content li {
	
	padding:0px !important;
	margin:0px !important;
}

	
/* = Options footer  
-------------------------------------------------------------- */	
.wcg-option-footer{
	float:left;
	width:100%;
	padding:20px 10px;
	background:#f5f5f5;

}
.wcg-option-footer-group-page{
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

/*Button*/
.wcg-option-footer button{ float:right; }

/* = media query icon  
-------------------------------------------------------------- */
.wcg-media-query-icon{
	margin-right:10px;
	cursor:pointer;
}
.wcg-media-query-icon:hover{
	color:#0073aa;
}
	

/* = ON OFF BUTTTON*
-------------------------------------------------------------- */
.onoffswitch {
    position: relative; width: 65px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none !important;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #dfdfdf; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #8DC63F; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 10px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 39px;
    border: 1px solid #dfdfdf; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
	
	


	.dragged {
	  position: absolute;
	  opacity: 0.5;
	  z-index: 2000;
	}
	ul.wcg-option-item-content li.placeholder {
	  position: relative;
	  /** More li styles **/
	}
	ul.wcg-option-item-content li.placeholder:before {
	  position: absolute;
	  /** Define arrowhead **/
	}




/*




.wp_css_generator-list{
	width:100%;
	border:1px solid red;padding:0px;
	margin:0px;
	list-style:none;
}

.wp_css_generator-list-order,
.wp_css_generator-list-label, 
.wp_css_generator-list-selector,
.wp_css_generator-list-options{
	display:inline-block;
	padding:0px;
	margin:0px;
	width:24%;
	border:1px solid red;
		list-style:none;
}*/
