@import 'table-transformations.css';

.ou-justedit-region {
	background-color: #FFFFFF !important;
	color: #000000 !important;
	padding: 15px;
	width: 98%;
}
/* Fix issue with bootstrap buttons in WYSIWYG */
.ou-justedit-region .btn{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

/** KISH-199 - Instructions to show in edit mode **/

.standard-level .main__content .ou-justedit-region:before,
.ou-justedit-region > table.ou-pull-quote > tbody > tr > td:before {
    display: block;
    padding: 5px 15px;
	margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #31708f;

    font-weight: normal;
	line-height: normal;
	
	width: 100%;
	font-size: 1rem;
	padding-bottom: 1rem;

	border-bottom: 2px solid #31708f;

	background-color: transparent;
}

/** Standard, Main Content **/
.standard-level .main__content .ou-justedit-region:before {
	content: 'Add snippets to this area. Supported components include: Media, Feature Slider, Feature Card, WYSIWYG, Accordion, Pull Quote, Child Cards (Standard)' !important;
}

/** Program Detail, Main Content **/
.program-detail.standard-level .main__content .ou-justedit-region:before {
	content: 'Add snippets to this area. Supported components include: Media, WYSIWYG, Child Cards (Standard), Accordion, Pull Quote, Faculty/Staff Card' !important;
}

.ou-justedit-region > table.ou-pull-quote > tbody > tr > td:before { 
	content: 'Limit to 200 characters.';
}