﻿/* Overwrite default dropzone styles */
.dropzone {
	border:none;
	background: none;
	padding: 0;
	margin: 0;
}

.dz-image img {
	padding: 16px;
}

.dz-remove {
	margin-top:0.5em;
}

/* Quill toolbar background and icon color for the editor with id #quillEmailContentRte */

.ql-toolbar,
.ql-snow .ql-toolbar {
	background: #fff; /* toolbar background color */
	color: #666;
	border: none;
}

	/* Button/icon color */
	.ql-toolbar .ql-formats button,
	.ql-toolbar .ql-formats .ql-picker-label {
		color: #666;
	}

	/* SVG strokes/fills used by Quill icons */
	.ql-toolbar .ql-stroke {
		stroke: #666;
	}

	.ql-toolbar .ql-fill {
		fill: #666;
	}

	/* Hover / active states */
	.ql-toolbar button:hover,
	.ql-toolbar button.ql-active {
		background: rgba(0,0,0,0.08);
	}

	/* Picker dropdown background */
	.ql-toolbar .ql-picker-options {
		background: #1e88e5;
		color: #666;
	}

.ql-container.ql-snow {
	border: 0.125rem solid #3E424B;
	border-radius: 0 0 0.500rem 0.500rem;
}