/****************************************************************************************************
 * C5-Essentials
 ****************************************************************************************************/

P {
	margin: 0px;
	padding: 0px;
}

BODY#tinymce {
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
}

INPUT, SELECT, TEXTAREA {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

.c5clr {
	clear: both;
}

.c5ContentInEditmode {
	padding: 2px;
	border: 1px solid #808080;
}

.c5EditButtons {
	padding: 2px;
	border: 1px solid #808080;
	border-bottom: none;
	background-color: #f0f0f2;
	/*float: left;*/
}

.c5EditInfos {
	padding: 0px;
	border: none;
	border-bottom: none;
	float: left;
}

HR.c5thinLine {
	color: #000000;
	background-color: #000000;
	height: 1px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: none;
}

DIV#c5_exec_js, DIV.c5_exec_js {
	display: none;
}

.c5contentAddElement {
	padding: 2px;
	/*border: 1px solid #808080;*/
	background-color: #f0f0f2;
}

.c5error {
	color: red;
}

DIV.stmTooltipDiv {
	border: 1px solid #808080;
	color: black;
	background-color: #e0e0e0;
	width: 300px;
	padding: 4px;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.c5activeDroppable {
	/*background-color: yellow;*/
}

.c5_content_handle_drag {
	cursor: move
}

/****************************************************************************************************
 * C5-FORMS
 ****************************************************************************************************/

.c5defaultInput {
	font-size: 12px;
	width: 98%;
}

.c5defaultInputShort {
	font-size: 12px;
	width: 50%;
}

.c5defaultTextarea {
	font-size: 12px;
	width: 100%;
	height: 90px;
}

.c5form_title {
	width: 150px;
	color: black;
	background: aqua;
	padding: 5px;
}

.c5form_input {
	background: yellow;
	padding: 5px;
}

.c5form_head {
	color: black;
	background: fuchsia;
}

.c5form_input INPUT {
	width: 100%;
}

.c5form_input TEXTAREA {
	width: 100%;
	height: 65px;
}

/****************************************************************************************************
 * C5-DEFAULT-CONTENT-STYLES
 ****************************************************************************************************/

.c5bighead {
	font-size: 14px;
	font-weight: bold;
}

.c5structhead {
	font-weight: bold;
}

.c5text {
}

/****************************************************************************************************
 * C5-AJAX-LOADING
 ****************************************************************************************************/

DIV#c5_ajax_loading {
	position: absolute;
	border: 1px solid black;
	background: red;
	width: 200px;
	padding: 10px;
	top: 20px;
	left: 20px;
	z-index: 999999;
	display: none;
	line-height: 32px;
	color: yellow;
	font-size: 18px;
	font-weight: bold;
}

/****************************************************************************************************
 * C5-HALFMODAL
 ****************************************************************************************************/

DIV#c5_editoverlay { display:none; position:fixed; top:0; left:0; width:100%; height:100%; opacity:0.8; background-color:#000000; z-index:9998; }
DIV#c5_editcontainer {
	display: none;
	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	border: 2px solid black;
	background-color: #ffffff;
	z-index: 9998;
	padding: 20px;
	overflow: auto;
	color: black;
}

.c5_btwsmallcornersX1, .c5_btwsmallcornersX2 {
	height: 6px;
}

.c5_btwsmallcornersY1, .c5_btwsmallcornersY2 {
	width: 6px;
}

DIV.c5_halfmodal_dialog {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 9999;

	border:1px solid black;
	background-color:#D9D9FA;
	-moz-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow: 3px 3px 4px #888;
	-webkit-box-shadow: 3px 3px 4px #888;
	box-shadow: 3px 3px 4px #888;
}

DIV.c5_halfmodal_content {
	padding: 10px;
	height: 80px;
	overflow: auto;
}

DIV.c5_halfmodal_content, DIV.c5_halfmodal_content * {
	font-size: 12px;
}

/****************************************************************************************************
 * C5-Control
 ****************************************************************************************************/

DIV#c5control {
	background-image: url(./img/stripe_control.png);
	border: 1px solid black;
	position: absolute;
	top: -1000px;
	left: -1000px;
	display: none;
	filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;
}

DIV#c5controlEmpty {
	display: block;
	width: 20px;
	height: 20px;
}
DIV#c5controlInner {
	display: none;
	margin-left: 10px;
	width: 290px;
	height: 200px;
	background-color: white;
	padding: 5px;
	/*filter: alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85;*/
	overflow: auto;
}

DIV#c5controlInner, DIV#c5controlInner * {
	font-family: "courier new", monospace;
	font-size: 14px;
}

DIV#c5controlActions {
	padding-top: 10px;
}

DIV#c5controlActions, DIV#c5controlActions * {
	/*font-family: "Trebuchet MS", arial, sans-serif;*/
	font-size: 12px;
}

/****************************************************************************************************
 * C5-Debug
 ****************************************************************************************************/

DIV#c5debug {
	background-image: url(./img/stripe_debug.png);
	border: 1px solid black;
	position: absolute;
	top: 30px;
	left: 5px;
	display: none;
	filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;
}

DIV#c5debugEmpty {
	display: block;
	width: 20px;
	height: 20px;
}
DIV#c5debugInner {
	display: none;
	margin-left: 10px;
	width: 290px;
	height: 200px;
	background-color: white;
	padding: 5px;
	/*filter: alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85;*/
	overflow: auto;
}

DIV#c5debugInner, DIV#c5debugInner * {
	font-family: "courier new", monospace;
	font-size: 10px;
}

DIV#c5debugStandard, DIV#c5debugSpecial , DIV#c5debugActions {
	padding-top: 10px;
}

DIV#c5debugHead {
	font-weight: bold;
}

DIV#c5debugHead, DIV#c5debugActions, DIV#c5debugActions * {
	font-size: 12px;
}

/****************************************************************************************************
 * C5-CONTENT
 ****************************************************************************************************/

.c5contentAtAnchor_1 {
	border: none;
}

.c5contentBetween_1 {
}

/****************************************************************************************************
 * C5-TABLE
 ****************************************************************************************************/

.c5_table {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.c5_tr_head {
}
.c5_td_head {
	border-top: 1px solid black;
	border-left: 1px solid black;
	background-color: #8080e0;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
}
.c5_tr_data {}
.c5_td_data1, .c5_td_data2 {
	padding: 2px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.c5_td_data1 {
	background-color: #f0f0f0;
}
.c5_td_data2 {
	background-color: #e0e0ff;
}

.c5_td_data2 A, .c5_td_head, .c5_td_data1, .c5_td_data2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

DIV#c5tabletool_gMsg {
	border: 1px solid black;
	background: yellow;
	padding: 10px;
	margin-bottom: 5px;
}

/****************************************************************************************************
 * C5-SURVEYS
 ****************************************************************************************************/

p.sc2ut_question {
	font-weight: bold;
}


/****************************************************************************************************
 * C5-TABLE2
 ****************************************************************************************************/

.c5t2_messageBox {
	border: 1px solid #a0a0a0;
	background-color: #f0f0f0;
	background-image: url(../img/c5t2/shade-yellow1.png);
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 5px;
}

.c5t2_messageErrorBox {
	border: 1px solid #a0a0a0;
	background-color: #f0f0f0;
	background-image: url(../img/c5t2/shade-red1.png);
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 5px;
}

.c5t2_filterBox {
	border: 1px solid #a0a0a0;
	background-color: #f0f0f0;
	background-image: url(../img/c5t2/shade-blue1.png);
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 5px;
}

.c5t2_filterElement {
	float: left;
	padding: 0px;
}

.c5t2_filterBetween {
	float: left;
	width: 5px;
	height: 10px;
}

.c5t2_filterElement INPUT, .c5t2_filterBox DIV INPUT {
	width: 100px;
	border: 1px solid #a0a0a0;
}

.c5t2_filterElement SELECT {
	border: 1px solid #a0a0a0;
}

.c5t2_pagesNavBox {
	border: 1px solid #a0a0a0;
	background-color: #f0f0f0;
	background-image: url(../img/c5t2/shade-gray1.png);
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 5px;
}

.c5t2_pagesNavBox TD A, .c5t2_pagesNavBox TD A:hover {
	color: #000000;
	font-weight: bold;
}

.c5t2_table {
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	margin-bottom: 5px;
	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
}

.c5t2_row1 {
}

.c5t2_row2 {
}

.c5t2_headrow TD {
	background-color: #f0f0f0;
	background-image: url(../img/c5t2/shade-blue1.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #a0a0a0;
	font-weight: bold;
}

.c5t2_headrow TD A, .c5t2_headrow TD A:hover {
	text-decoration: none;
	color: #000000;
}

.c5t2_row1 {
	background-color: #f0f0f0;
}

.c5t2_activerow TD {
	background-color: #ffff00;
}

.c5t2_data {
	padding: 10px;
}

.c5t2_data table td {
	padding-left: 4px;
}

/* sortables */

#c5table_sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 75%;
}

#c5table_sortable li {
	margin: 0 3px 3px 20px;
	border: 1px solid black;
	background-color: #f0f0f0;
	background-image: url(../img/c5t2/shade-gray1.png);
	background-repeat: repeat-x;
	padding: 5px;
}

.c5table_headline {
	font-size: 14px;
	font-weight: bold;
}

DIV.c5gallery_infopupup {
	position: absolute;
	top: 0px;
	left: -500px;
	display: none;
	width: 225px;
}

DIV.c5gallery_infopupup_inner {
	background-color: #303030;
	color: #ffffff;
	padding: 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #000000;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #000000;
}

.c5gallery_thumbactions {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../img/c5t2/shade-gray1.png);
	border: 1px solid black;
}

A.c5gallery_galleryTitle {
	text-decoration: none;
	color: #303030;
	font-weight: bold;
}

/****************************************************************************************************
 * C5-FILEBROWSER2
 ****************************************************************************************************/

#c5fb_gMsg {
	background-color: #ffffe0;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #a0a0a0;
}

#c5fb_breadcrumb {
	background-color: #f0f0f0;
	margin-bottom: 4px;
	border: 1px solid #a0a0a0;
}

#c5fb_folders {
	width: 250px;
	float: left;
	margin-right: 4px;
	overflow: auto;
	height: 300px;
	background-color: #f0f0f0;
	border: 1px solid #a0a0a0;
}

#c5fb_files {
	overflow: auto;
	height: 300px;
	background-color: #f0f0f0;
	border: 1px solid #a0a0a0;
}

#c5fb_folders_breadcrumb,
#c5fb_folders_actions {
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}

#c5fb_folders_inner {
}

.c5fb_one_folder, .c5fb_one_file {
	padding: 2px;
}

.c5fb_one_folder A, .c5fb_one_folder_flat A {
	line-height: 24px;
	font-weight: bold;
}

.c5fb_one_file A {
	font-weight: bold;
}

.c5fb_one_folder_flat {
	padding: 2px;
	float: left;
}

.c5fb_one_file {
	margin-bottom: 5px;
}

.c5fb_active_element {
	background-color: #ffff00;
}







/* -------------------- FORM @ EDITMODE */

.c5form_head {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	background: #d9daff;
	padding: 5px;
}

.c5form_title, .c5form_input {
	background: #d9dadb;
	padding: 5px;
}
.c5form_head, .c5form_title, .c5form_input {
	border-bottom: 1px solid white;
}

DIV#c5_halfmodal_dialog * .c5form_head, DIV#c5_halfmodal_dialog * .c5form_title, DIV#c5_halfmodal_dialog * .c5form_input {
	border-bottom: 1px solid #d9d9fa;
}

DIV#c5_halfmodal_dialog * .c5form_title, DIV#c5_halfmodal_dialog * .c5form_input {
	background: #c9cacb;
	padding: 5px;
}

/* -------------------- FORM @ EDITMODE DONE */




.ui-c5-draggable-helper { position:absolute; width:350px; height:150px; overflow:hidden; border:2px solid red; }








.modal2019 {
	background-color: white;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	position:fixed;
	padding:0;
}
.modal2019 IFRAME {
	width: 100%;
	height: 100%;
	position: relative;
	top: -30px;
	border-radius: 5px;
}
.modal2019-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.modal2019-closer {
	border: 2px solid white;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	position: relative;
	width: 30px;
	height: 30px;
	top: -10px;
	right: -10px;
	background-color: red;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}
.modal2019-closer A, .modal2019-closer A:hover {
	position: relative;
	top: -3px;
	color: white;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height:30px;
	text-decoration: none;
}


