/**
 * RTE
 *
 * Styling of the RTE controls
 *
 * @package    jCLib
 * @author     Neonfire Development <webmaster@neonfire.co.za>
 * @copyright  2020-2023 Neonfire Development
 * @version    1.00.03
 */
.jc-rte-container {
	display: inline-block;
	border: 1px #666 solid;
	background-color: #ccc;
	padding: 2px;
}

.jc-rte-toolbar-1,
.jc-rte-toolbar-2 {
	position: relative;
	overflow: auto;
}

.jc-rte-toolbar-1 img,
.jc-rte-toolbar-2 img {
	float:left;
}


.jc-rte-toolbar-1 select,
.jc-rte-toolbar-2 select {
	font-size:10px;
	margin-left: 2px;
}

.jc-rte-toolbar-2 select {

	float: left;
}

.jc-rte-toolbar-2 img {
	cursor: pointer;
	 border: 0;
}

.jc-rte-body {
	box-sizing: border-box;
	background-color: #fff;
	color: #000;
	border: 1px #000 solid;
	padding: 12px;
	overflow: scroll;
	width: 100%;

}

.jc-rte-body > pre.html-edit{
	width: 100%;
/*	white-space: pre-wrap;
	word-wrap: break-word;*/
	padding: 0;
	margin: 0;
}

.jc-rte-body a {
	color: #00f;
}

.jc-original-value {
	display: none;
}

.jc-rte-edit-mode label {
	cursor: pointer;
}

.jc-rte-footer {
	color: #000;
}

.jc-rte-footer-left {
	float: left;
}

.jc-rte-footer-right {
	float: right;
}

.jc-rte-character-limit-warn {
	color: #f60;
}
.jc-rte-character-limit-exceed {
	color: #f00;
}
