/* Default style sheet */

/****************************************************************************************************
 *
 * Allgemeine Styles der ganzen Extension
 *
 *****************************************************************************************************/
.hpl_calendar {
	float: left;
	width: 100%;
}

/****************************************************************************************************
 *
 * Allgemeine Eingabefelder und Buttons
 *
 *****************************************************************************************************/
.hpl_calendar .labelField {
}

.hpl_calendar .field {
	float: left;
	width: 100%;
/*	border: 1px solid magenta; */
}

.hpl_calendar .labelField .field {
	float: left;
	width: calc(100% - 200px);
	margin: 0;
}

.hpl_calendar .labelField label {
/*	float: left; */
	width: 200px;
/*	border: 1px solid green; */
}

.hpl_calendar .help {
	float: left;
}

.hpl_calendar .events-textfields .value {
	float: left;
	width: calc(100% - 250px);  /* 100% - (label + help) */
/*	border: 1px solid magenta; */
}

.hpl_calendar #labelField-fileChooser {
	margin: 0;
	padding: 0;
}

/*
.hpl_calendar .value input,
.hpl_calendar .value select,
.hpl_calendar .value textarea {
	float: left;
	width: 100%;
}
*/

.hpl_calendar .value .selector {
	clear: left;
	float: left;
	width: 100%;
}

.hpl_calendar #value-storeInGoogleCalendar {
	float: left;
	width: auto;
}

.hpl_calendar .value .selector input {
	float: left;
	width: auto;
}

.hpl_calendar #field-description {
	border-bottom: 0px;
}

.hpl_calendar #value-description {
	float: left;
	width: 100%;
	border: 0;
}

.hpl_calendar .new,
.hpl_calendar .submit {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.hpl_calendar div.link {
	float: left;
	margin-bottom: 3px;
}

.hpl_calendar .submit {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.hpl_calendar .hint {
	clear: both;
	float: left;
	width: 100%;
	color: red;
	margin-bottom: 10px;
}

/*
.calendar {
	margin-bottom: 20px;
}
*/

.googleCalendarCheckboxesBox,
.googleCalendarCheckboxesExplanationBox {
	clear: both;
	float: left;
/*	margin-top: 10px; */
}

.googleCalendarCheckboxesBox .selector {
	clear: both;
	float: left;
}

.insertIntoGoogleCalendars {
	font-weight: bold;
}
