// -------------------------------------------------------------------
// :: Rich Text Editor (CK Editor)
// -------------------------------------------------------------------

.o-rteditor {
	margin-bottom: 1.5em;

	label {
		font-family: $font-family-bold;
		font-weight: bold;
		font-size: rem($font-size-medium);
		margin-bottom: rem(4px);
		display: block;
		color: $dark-extra;
	}

	.cke_chrome {
		padding: 0;
	}

	.cke_bottom,
	.cke_top,
	.cke_chrome {
		background: transparent;
	}

	.cke_top {
		padding: 12px;
		border-bottom: 1px solid $border-color;
	}

	.cke_contents {
		border: none;
	}

	a.cke_button_on,
	a.cke_button_disabled:active,
	a.cke_button_disabled:focus,
	a.cke_button_disabled:hover,
	a.cke_button_off:active,
	a.cke_button_off:focus,
	a.cke_button_off:hover {
		background-color: darken($light, 5%);
	}

	.cke_toolbar {
		margin-right: 10px;
	}

	.cke_toolgroup {
		padding: 0;
		margin: 0;
	}

	.cke_combo_button {
		margin: 0;
	}

	a.cke_button {
		padding: 4px 8px;
	}

	.cke_bottom.cke_reset_all {
		display: none;
	}
}
