
/* ------------------------------------------------------------------ */
/* Slice menu with transparent background                             */
/* ------------------------------------------------------------------ */

div.rex-content-editmode-module-name div.rex-navi-slice {
	background: transparent;
}

/* ------------------------------------------------------------------ */
/* JQuery UI aristo skin style for input fields and textareas         */
/* ------------------------------------------------------------------ */

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]),
textarea {
  	-moz-transition: all 250ms ease-in-out 0s;
    border: 1px solid #999999; /* #CECECE */
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    outline: medium none;
    padding: 3px;
}

input:focus:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]),
textarea:focus {
  border: 1px solid #95BDD4;
}

.rex-widget input {
	background-color: #F0EFEB !important;
}

/* ------------------------------------------------------------------ */
/* Full width template and module textareas                           */
/* ------------------------------------------------------------------ */

div.rex-form-template-editmode div.rex-form-row p.rex-form-textarea textarea,
div.rex-form-module-editmode div.rex-form-row p.rex-form-textarea textarea {
	height: 350px;
	margin-left: 14px;
	width: 717px;
}

/* ------------------------------------------------------------------ */
/* More row padding for forms                                         */
/* ------------------------------------------------------------------ */

div.rex-form div.rex-form-row {
    padding: 7px 0;
}

/* ------------------------------------------------------------------ */
/* Hide Rex Vars in System Setup                                      */
/* ------------------------------------------------------------------ */

div#rex-form-system-setup p span.rex-form-notice {
	display: none;
}

div#rex-form-system-setup div.rex-form-row {
	margin-bottom: 7px;
}

/* ------------------------------------------------------------------ */
/* Liquid Layout                                                      */
/* ------------------------------------------------------------------ */

#rex-page-cronjob.be-style-customizer-textarea-big .rex-form .CodeMirror, #rex-page-module.be-style-customizer-textarea-big .rex-form .CodeMirror, #rex-page-template.be-style-customizer-textarea-big .rex-form .CodeMirror {
	border-left: 0 none;
	border-right: 0 none;
	left: 0 !important;
	margin-bottom: 20px !important;
	margin-left: 0 !important;
	width: 100% !important;
}

.rex-layout-liquid .CodeMirror-sizer {
	min-width: 0 !important;
}


/* ------------------------------------------------------------------ */
/* Hidden overflow for slice content                                  */
/* ------------------------------------------------------------------ */

.rex-content-editmode-slice-output-2 { 	/* for tables */
	overflow: hidden !important;
}

.rex-content-editmode-slice-output-2 img { /* for images */
	max-width: 100% !important;
	height: auto !important;
}
