/*
* Admin styles override for the custom column layouts
*/

.vc_row-fluid .wpb_content_holder[data-width="1/5"] {
	width: 18.2978723408% !important;
}

.vc_row-fluid .wpb_content_holder[data-width="2/5"] {
	width: 38.7234042556% !important;
}

.vc_row-fluid .wpb_content_holder[data-width="3/5"] {
	width: 59.1489361704% !important;
}	

.vc_row-fluid .wpb_content_holder[data-width="4/5"] {
	width: 79.5744680852% !important;
}

.controls_row .vc_row_layouts:hover {
	max-width: 100% !important;
}

.controls_row .set_columns.l_15_15_15_15_15 {
	background-image: url('../custom-vc-column-layout/assets/15_15_15_15_15.png');
}

#vc-row-layout-panel .vc-layout-switcher .vc-layout-btn.l_15_15_15_15_15 .icon {
	background-image: url('../custom-vc-column-layout/assets/15_15_15_15_15_sprite.png');
}

#vc-row-layout-panel .vc-layout-switcher .vc-layout-btn.l_15_15_15_15_15:hover .icon {
  	background-position: 0 -11px;
}

#wpwrap #vc-row-layout-panel {
	width: 440px;
}