
/* Styles for demo */
.config_row.row_divder												    { background-color:#fff; height:50px; }
.config_row.bg_half_red												    { background: linear-gradient(90deg, rgba(235,45,38,1) 0%, rgba(235,45,38,1) 70%, rgba(255,255,255,1) 70%, rgba(2255,255,255,1) 100%); }

.config_row.bg_half_red .coltype_image                                  { margin:50px 0; }

/* Custom styles */
.config_row.custom_row												{ background-color:black; }
.config_column.custom_column											{ background-color:yellow; }


/* My note are here..... */
.config_row.row_only_class	        									{ background-color:red; }
.config_column.col_only_class											{ background-color:blue; }



/* The commented out line will show at the moment, we can remove this in a later version */
/* .config_column.blue_green											{ background-color:green; } */


/* Stuart to investigate col_type classes */
.coltype_content.content_only_class										{ background-color:green; }
.coltype_image.image_only_class											{ background-color:green; }
.coltype_image_and_content.image_and_content_only_class					{ background-color:green; }
.coltype_form.form_only_class											{ background-color:green; }




.config_row.applicable_to_row_col_class,
.config_column.applicable_to_row_col_class 									{ background-color:purple; }