.a_calendar_fields,
.calendar_button,
.calendar_input_text_full,
.calendar_input_text_half,
.calendar_input_text_quarter,
.calendar_textarea
	{
	border-radius: 3px;
	background-color: #444444;
	color: #bbbbbb;
	border-style: none;
	}

.cal_checkbox
	{
	-webkit-appearance: checkbox !important;
	}

.cal_singleuserline:hover
	{
	cursor: pointer;
	}

.cal_singleuserline:hover
	{
	background-color: #666666;
	}

.delete_teilnehmer
	{
	text-decoration: none !important;
	color: #ee0000;
	}

.teilnehmer_select
	{
	position: absolute;
	margin-top: 20px;
	width: 100%;
	height: 300px;
	overflow: scroll;
	display: none;
	background-color: #444444;
	overflow-x: hidden;
	}

.cal_month_selectors
	{
	width: 33px;
	height: 33px;
	background-color: #444444;
	color: #9e9e9e;
	font-weight: bold;
	font-size: 16px;
	border-style: none;
	border-radius: 3px;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 20px;
	}

.cal_month_selector_plus
	{
	width: 33px;
	height: 33px;
	background-color: #444444;
	color: #9e9e9e;
	font-weight: bold;
	font-size: 22px;
	border-style: none;
	border-radius: 20px;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	top: 2px;
	}

.cal_month_selector_plus_small
	{
	width: 20px;
	height: 20px;
	background-color: #444444;
	color: #9e9e9e;
	font-weight: bold;
	font-size: 14px;
	border-style: none;
	border-radius: 20px;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	top: 2px;
	}

.cal_month_selectors:hover,
.cal_month_selector_plus:hover,
.cal_month_selector_plus_small:hover
	{
	color: #e67e22;
	}

.cal_button_view
	{
	width: 33px;
	height: 33px;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	}

.cal_view_month_headline
	{
	width: 14%;
	overflow: hidden;
	}

.cal_view_week_headline
	{
	width: 20px;
	overflow: hidden;
	text-align: center;
	}

.cal_view_month_headline div
	{
	background-color: #666666;
	border-radius: 5px;
	text-align: center;
	}

.cal_current_day
	{
	background-color: #333333;
	border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	text-align: center;
	}

.cal_month_event
	{
	font-size: 10px;
	display: block;
	/* overflow: hidden; */
	background-color: #444444;
	margin-top: 2px;
	margin-bottom: 0px;
	white-space: nowrap;
	/* padding-left: 2px; */
	padding-right: 2px;
	width: 100%;
	cursor: pointer;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #444444;
	}

.cal_month_event_text
	{
	font-size: 11px;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	width: 100%;
	/*
	padding-bottom: 1px;
	padding-top: 1px;
	*/
	}

.cal_month_event_text_startseite
	{
	font-size: 11px;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	float: right;
	margin-right: 0px;
	padding-right: 5px;
	text-align: right;
	background-color: #444444;	
	}

.cal_month_detailcontainer
	{
	display: none;
	position: absolute;
	top: 190px;
	bottom: 70px;
	overflow: hidden;
	left: 0px;
	right: 0px;
	width: 70%;
	margin: auto;
	background-color: #333333;
	padding: 10px;
	border-radius: 10px;
	border-style: solid;
	border-size: 2px;
	border-color: #999999;
	min-width: 300px;
	max-width: 1100px;
	z-index: 10000;
	}

.cal_month_detailcontainer_startseite
	{
	display: none;
	position: fixed;
	top: 100px;
	bottom: 100px;
	overflow: hidden;
	left: 0px;
	right: 0px;
	width: 70%;
	margin: auto;
	background-color: #333333;
	padding: 10px;
	border-radius: 10px;
	border-style: solid;
	border-size: 2px;
	border-color: #999999;
	min-width: 300px;
	max-width: 1100px;
	z-index: 10000;
	}

.cal_month_detailcontainer_scroll
	{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	padding: 10px;
	}

.cal_month_detailcontainer_close
	{
	position: relative;
	float: right;
	font-family: Helvetica;
	font-weight: bold;
	margin-right: 20px;
	z-index: 50;
	}

.cal_month_detailcontainer_close a
	{
	text-decoration: none !important;
	}

.cal_month_category
	{
	height: 100%;
	width: 4px;
	float: left;
	margin-right: 4px;
	}

.cal_view_month
	{
	width: 100%;
	table-layout: fixed;
	/*
	*/
	height: 100%;
    border-spacing: 5px;
    border-collapse: separate;	
	}

.cal_view_week
	{
	width: 100%;
	table-layout: fixed;
	/*
	*/
	height: 100%;
    border-spacing: 5px;
    border-collapse: separate;	
	}

.cal_view_month td
	{
	padding: 0px;
	/*
	height: 1px;
	display: table-cell;
	*/
	background-color: #666666;
	border-radius: 5px;
	margin: 5px;
	}

.cal_view_week td
	{
	padding: 0px;
	background-color: #666666;
	border-radius: 5px;
	margin: 5px;
	}

.cal_view_month_day
	{
	/* overflow: hidden; */
	height: 60px;
	}

.cal_view_month_day > div
	{
	padding-bottom: 5px;
	/*
	background-color: #666666;
	border-radius: 5px;
	height: 100%;
	*/
	/* min-height: 80px; */
	/* display: block; */
	}

.cal_selector_divider
	{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	}

.calendar_button
	{
	width: 250px;
	}

.calendar_category
	{
	margin-right: 10px;
	position: relative;
	top: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: default;
	border-radius: 4px;
	}

.calendar_container_selector
	{
	display: block;
	clear: both;
	vertical-align: top;
	width: 100%;
	}

.calendar_selector
	{
	vertical-align: top;
	display: inline-block;
	width: 31%;
	min-width: 250px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	}

.calendar_fielddescription
	{
	font-size: 11px;
	}

.calendar_hr
	{
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	}

.calendar_input_checkbox
	{
	-webkit-appearance: checkbox !important;
	}

.calendar_input_text_full
	{
	width: 100%;
	}

.calendar_input_text_half
	{
	width: 50%;
	}

.calendar_input_text_quarter
	{
	width: 25%;
	}

.calendar_link
	{
	color: #ffffff;
	text-decoration: underline !important;
	margin-right: 20px;
	}

.calendar_list_container
	{
	width: 100%;
	padding: 4px;
	overflow: hidden;
	border-radius: 10px;
	}

.calendar_list_container_news
	{
	width: 63%;
	padding: 4px;
	overflow: hidden;
	border-radius: 10px;
	}

.calendar_list_container_details
	{
	display: block;
	}

.calendar_list_container_detailcontainer
	{
	width: 100%;
	display: none;
	}

.calendar_list_container_participant_type
	{
	display: inline-block;
	}

.calendar_list_container_participants
	{
	display: block;
	}

.calendar_list_container_eventname
	{
	display: inline-block;
	}

.calendar_list_container_termin
	{
	display: inline-block;
	float: right;
	}

.calendar_list_description
	{
	display: none;
	}

#calendar_main
	{
	margin-top: 20px;
	width: 100%;
	}

.calendar_success
	{
	color: #a3ffb2;
	}

.calendar_table
	{
	width: 100%;
	}

.calendar_table td
	{
	vertical-align: top;
	padding-right: 10px;
	}

.calendar_textarea
	{
	width: 100%;
	height: 200px;
	}

.calendar_warning
	{
	color: #ffa3a3;
	}
