		/* COLOR 1 - PRIMARY */
		.cf-rating-scale .cf-list-item-icon:hover,
		.cf-rating-scale .cf-scale-hover,
		.cf-rating-scale .cf-scale-selected,
		.cf-rating-scale input[type="radio"]:checked + label .cf-list-item-icon,
		.cf-rating-scale input[type="checkbox"]:checked + label .cf-list-item-icon,
		.cf-rating-scale .cf-rating-hover,
		/*.cf-createform input[type="radio"]:checked + label .cf-list-item-icon,
		.cf-createform input[type="checkbox"]:checked + label .cf-list-item-icon,*/
		.cf-sentence-dropdown-selected,
		.cf-sentence-input,
		.cf-color-primary,
        .cf-validate-tick {
			color:rgba(245,151,148,1);
		}
		
        .cf-submitting .cf-loading-button-spinner {
        	border-left:5px solid rgba(245,151,148,1);
        }
        
		.cf-createform input[type="radio"]:checked + label .cf-list-item-icon,
		.cf-createform input[type="checkbox"]:checked + label .cf-list-item-icon,
		.cf-border-color:focus,
		.cf-submit-button,
        .cf-kiosk-refresh {
			border-color: rgba(245,151,148,1) !important;
		}
        
        .cf-submit-fail .cf-submit-button {
        	border-color:#FB797E !important;
        }
        
        .cf-submit-successful .cf-submit-button:hover {
            border-color: #1ECD97 !important;
        }
        
        .cf-submit-fail .cf-submit-button:hover {
        	border-color:#FB797E !important;
        }
		
		.cf-icon-checked {
			border-color: transparent rgba(245,151,148,1) transparent transparent;
		}
		
		.cf-submit-button,
		.cf-progress-complete,
        .cf-kiosk-refresh {
			background-color:rgba(245,151,148,1);
		}
		
		.cf-submit-button:hover,
        .cf-kiosk-refresh:hover {
			background-color:rgb(241, 106, 101); /* WHATEVER THE DARK COLOUR IS */
			border-color:rgb(241, 106, 101) !important;
		}
		
        .uploaded-image .dz-progress .dz-upload {
	        background: rgba(245,151,148,1);
        }
        
        .uploaded-image .cf-dz-tick {
        	color:rgba(245,151,148,1);
        }
        
		/* COLOR 2 - TEXT */
		.cf-bg-color-body, .cf-progress {
			color:rgba(0,0,0,1);
		}
        
		/* COLOR 3 - BORDERS */
		.cf-border-color,
		.cf-section-heading,
		.cf-sentence-dropdown,
		.cf-list-item label,
		.cf-list-item-icon,
		.cf-radio-label {
			border-color:rgba(134,183,194,1) !important;
		}
		
		.cf-list-item-icon,
		.cf-progress-bar {
			background-color:rgba(134,183,194,1);
		}
        
        .cf-dropzone {
        	background-color:rgba(134,183,194,1);
        }
		
		/* COLOR 4 - SUBMIT TEXT */
		.cf-submit-button,
		.cf-submit-button:hover,
        .cf-kiosk-refresh,
        .cf-kiosk-refresh:hover {
			color:rgba(0,0,0,1);
		}
		
		/* COLOR 5 The body content and the progress bar */
		.cf-bg-color-body, .cf-sentence-option,
		.cf-sentence-option:hover,
		.cf-progress,
		.cf-sentence-dropdown-options,
		.cf-createform option,
        .boxed-page-box {
			background-color:rgba(255,251,240,1);
		}
        
        .cf-box-color {
        	border-color:rgba(255,251,240,1);
        }
		
		/* COLOR 6 The page.... */
		.cf-bg-color-page {
			background-color:rgba(134,183,194,1);
		}
        
        /* COLOR 8 Placeholder */
        .cf-placeholder {
        	color:rgba(0, 0, 0, 0.6)        }
        .cf-dropzone {
            border: 2px dashed rgba(0, 0, 0, 0.6);
        }
        .uploaded-image .dz-progress {
        	background-color:rgba(0, 0, 0, 0.6);
        }
		