/*-------------------------------------------------------------------
/- Body
/------------------------------------------------------------------*/

#customNotes-editorContainer {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.ql-editor {
	min-height: 200px;
	max-height: 500px;
}

.ql-editor,
#customNotes-displayContainer {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.ql-editor p,
#customNotes-displayContainer p {
	margin: 0;
	padding: 0;
}

.ql-editor a {
	color: #a769f6;
	text-decoration: none !important;
}

.ql-editor img,
#customNotes-displayContainer img {
	display: inline-block;
	max-width: 100%;
}

/*-------------------------------------------------------------------
/- Toolbar
/------------------------------------------------------------------*/

.ql-toolbar,
.ql-container {
	border: none !important;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.ql-toolbar {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/*-------------------------------------------------------------------
/- Toolbar Buttons
/------------------------------------------------------------------*/

/*
.ql-toolbar button svg .ql-stroke {
	stroke: #9E9E9E;
}

.ql-toolbar button svg .ql-fill {
	fill: #9E9E9E;
}

.ql-toolbar button:hover svg .ql-stroke,
.ql-toolbar button.ql-active svg .ql-stroke {
	stroke: #a769f6 !important;
}

.ql-toolbar button:hover svg .ql-fill,
.ql-toolbar button.ql-active svg .ql-fill {
	fill: #a769f6 !important;
}
*/

/*-------------------------------------------------------------------
/- Link Tooltips
/------------------------------------------------------------------*/

.ql-tooltip {
	font-family: 'Roboto', sans-serif;
	outline: none !important;
	border: none !important;
	padding: 0 !important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4) !important;
	border-radius: 5px;
	overflow: hidden;
}

.ql-snow .ql-tooltip input[type=text] {
	font-family: 'Roboto', sans-serif;
	background: none;
	outline: none;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,0.3);
	margin: 4px 10px;
}

.ql-tooltip .ql-preview {
	margin: 0 10px;
}

.ql-snow .ql-tooltip a {
	color: #a769f6;
	text-decoration: none;
}

.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
	height: 100%;
	padding: 0 !important;
	padding: 5px 10px !important;
	display: inline-block;
	color: white !important;
	text-transform: uppercase;
	font-weight: bold;
}

.ql-tooltip .ql-action::after,
.ql-tooltip .ql-remove::before {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.ql-tooltip .ql-action {
	background-color: #a769f6;
}

.ql-tooltip .ql-remove {
	background-color: #F44336;
}

.ql-tooltip::before {
	margin: 0 !important;
	margin-left: 10px !important;
}

/*-------------------------------------------------------------------
/- Responsive Styling
/------------------------------------------------------------------*/

/*Extra small devices*/
@media only screen and (max-width: 576px) {
	.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
		height: 45px !important;
		width: 45px !important;
		padding: 10px !important;
	}
}
