
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid black;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}
/* default styles for extension "tx_wrgomaps" */
	#gme-1-search ul.tagit.ui-widget { width: 305px; }
	#gme-1-search label { margin-right: 10px; }
	#gme-1-search label:last-child { margin-right: 0; }
	ul.tagit.ui-widget { display: inline-block; }
/* default styles for extension "tx_zvkmarktplatz" */
		input.f3-form-error {
			background-color:#FF9F9F;
			border: 1px #FF0000 solid;
		}

		.tx-zvkmarktplatz-pi1 table {
			border-collapse:separate;
			border-spacing:10px;
		}

		.tx-zvkmarktplatz-pi1 table th {
			font-weight:bold;
		}

		.tx-zvkmarktplatz-pi1 table td {
			vertical-align:top;
		}

.tx-seminars-pi1-clear {
    clear: both;
    width: 1px;
    height: 1px;
}

/***** FE EDITOR *****/
.tx-seminars-pi1-event-editor fieldset {
    width: 100%;
    max-height: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    color: #666;
    margin-bottom: 20px;
}

.tx-seminars-pi1-event-editor dt.required,
.tx-seminars-pi1-event-editor dd.required {
    font-weight: bold;
}

/*WRAPPING COLUMNS*/
.tx-seminars-pi1-event-editor .columnlight {
    display: table;
    position: relative;
    background: #f0f0f0;
    height: 100%;
    width: 100%;
}

.tx-seminars-pi1-event-editor .columnlight .columnleft,
.tx-seminars-pi1-event-editor .columnlight .columnright {
    display: table;
    width: 47%;
    float: left;
    padding: 10px 0 0;
}

.tx-seminars-pi1-event-editor .columnlight .columnleft {
    padding-right: 2%;
}

.tx-seminars-pi1-event-editor .columndark {
    display: table;
    position: relative;
    background: #e4e4e4;
    height: 100%;
    width: 100%;
}

.tx-seminars-pi1-event-editor .columndark .columnleft,
.tx-seminars-pi1-event-editor .columndark .columnright {
    display: table;
    width: 47%;
    float: left;
    padding: 10px 0 0;
}

.tx-seminars-pi1-event-editor .shortInput dt,
.tx-seminars-pi1-event-editor .shortInput dd,
.tx-seminars-pi1-event-editor .shortInput input {
    width: 50%;
}

.tx-seminars-pi1-event-editor .columndark .columnleft {
    padding-right: 2%;
}

.tx-seminars-pi1-event-editor .single_column dt {
    width: 19.2%;
}

.tx-seminars-pi1-event-editor .single_column {
    padding-top: 10px;
}

.tx-seminars-pi1-event-editor .attendees dt,
.tx-seminars-pi1-event-editor .price dt {
    width: 45%;
}

.tx-seminars-pi1-event-editor .attendees dd,
.tx-seminars-pi1-event-editor .price dd {
    width: 55%;
}

.tx-seminars-pi1-event-editor .attendees dd input,
.tx-seminars-pi1-event-editor .price dd input {
    width: 17%;
}

.tx-seminars-pi1-event-editor .attached-files ul {
    list-style: none;
}

.tx-seminars-pi1-event-editor .attached-files ul li {
    padding: 5px 0;
    position: relative;
}

.tx-seminars-pi1-event-editor .deleted {
    text-decoration: line-through;
    color: gray;
}

.tx-seminars-pi1-event-editor .date dd input {
    width: 35%;
}

.tx-seminars-pi1-event-editor .attached-files dd {
    width: 79%;
}

#uploaded-files {
    margin-top: 20px;
}

.tx-seminars-pi1-event-editor .attached-files dt {
    width: 20%;
    position: relative;
}

.tx-seminars-pi1-event-editor .attached-files dd input {
    width: 200px;
}

.tx-seminars-pi1-event-editor .uploaded-files dd {
    width: 79%;
}

/*DESCRIPTION FIELDS*/
.tx-seminars-pi1-event-editor .column-dark {
    display: table;
    background: #e4e4e4;
    width: 100%;
    clear: both;
    padding: 10px 0 0;
}

.tx-seminars-pi1-event-editor .column-light {
    display: table;
    background: #f0f0f0;
    width: 100%;
    clear: both;
    padding: 10px 0 0;
}

.tx-seminars-pi1-event-editor .teaser textarea,
.tx-seminars-pi1-event-editor .additional_information textarea,
.tx-seminars-pi1-event-editor .notes textarea {
    height: 80px;
}

.tx-seminars-pi1-event-editor .description textarea {
    height: 160px;
}

.tx-seminars-pi1-event-editor textarea {
    width: 160%;
}

/*DIVIDER*/
.tx-seminars-pi1-event-editor .divider {
    display: block;
    background: #fff;
    height: 10px;
    clear: both;
}

/*DD DL DT*/
.tx-seminars-pi1-event-editor dl {
    display: table;
    margin: 0 0 10px 10px;
    padding: 0;
    clear: both;
    width: 100%;
}

.tx-seminars-pi1-event-editor dt {
    width: 40%;
    margin: 0;
    padding: 0;
    float: left;
    height: 100%;
}

.tx-seminars-pi1-event-editor dd {
    width: 60%;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    height: 100%;
}

.tx-seminars-pi1-event-editor dd input {
    width: 90%;
}

.tx-seminars-pi1-event-editor dd.checkboxes input.tx-seminars-pi1-event-editor-checkbox,
.tx-seminars-pi1-event-editor span.checkbox input {
    width: 10%;
}

.tx-seminars-pi1-event-editor table.checkboxTable {
    width: 100%;
}

.tx-seminars-pi1-event-editor table.checkboxTable td {
    vertical-align: top;
}

.tx-seminars-pi1-event-editor .checkboxFields .columnleft dt,
#speakerCheckboxFields .columnright dt {
    width: 25%;
}

.tx-seminars-pi1-event-editor .checkboxFields .columnleft dd,
#speakerCheckboxFields .columnright dd {
    width: 74%;
}

#tx_seminars_pi1_seminars_target_groups,
#tx_seminars_pi1_seminars_checkboxes {
    width: 50%;
}

/*SUBMIT BUTTOM*/
.tx-seminars-pi1-event-editor #submit {
    margin: 0 0 10px;
}

.tx-seminars-pi1-event-editor #tx_seminars_pi1_seminars_btnsubmit,
.tx-seminars-pi1-event-editor #tx_seminars_pi1_seminars_attached_submit_and_stay,
.tx-seminars-pi1-event-editor #tx_seminars_pi1_seminars_submit_and_stay,
.tx-seminars-pi1-event-editor dt input {
    margin-right: 50px;
    width: 200px;
    cursor: pointer;
    float: right;
}

.tx-seminars-pi1-event-editor .checkboxes {
    margin: 0 0 10px;
    line-height: 20px;
    position: relative;
}

input#tx_seminars_pi1_seminars_editTargetGroup_minimum_age,
input#tx_seminars_pi1_seminars_editTargetGroup_maximum_age,
input#tx_seminars_pi1_seminars_newTargetGroup_minimum_age,
input#tx_seminars_pi1_seminars_newTargetGroup_maximum_age {
    width: 3em;
}

.tx-seminars-pi1-event-editor input#tx_seminars_pi1_seminars_newSpeakerButton,
.tx-seminars-pi1-event-editor input#tx_seminars_pi1_seminars_newLeaderButton,
.tx-seminars-pi1-event-editor input#tx_seminars_pi1_seminars_newTutorButton,
.tx-seminars-pi1-event-editor input#tx_seminars_pi1_seminars_newPartnerButton,
.tx-seminars-pi1-event-editor input#tx_seminars_pi1_seminars_newTargetGroupButton,
.tx-seminars-pi1-event-editor input#tx_seminars_pi1_seminars_newPlaceButton,
.tx-seminars-pi1-event-editor input#tx_seminars_pi1_seminars_newCheckboxButton {
    width: auto;
}

.tx-seminars-pi1-event-editor .tx-seminars-pi1-event-editor-edit-button {
    width: auto;
}

#tx_ameosformidable_modalboxbox label {
    font-size: .85em;
    margin: .6em 0 0;
    display: block;
}

#tx_ameosformidable_modalboxbox .formidable-checkboxes label {
    display: inline;
}

#tx_ameosformidable_modalboxbox .formidable-checkboxes label#tx_seminars_pi1_seminars_newSpeaker_skills_label,
#tx_ameosformidable_modalboxbox .formidable-checkboxes label#tx_seminars_pi1_seminars_editSpeaker_skills_label {
    display: block;
}

#tx_ameosformidable_modalboxbox .modalbox-column1 {
    float: left;
    width: 400px;
}

#tx_ameosformidable_modalboxbox .modalbox-column2 {
    float: left;
    width: 300px;
}

#tx_ameosformidable_modalboxbox .modalbox-buttons {
    clear: both;
    margin-top: 1em;
    float: left;
}

.tx-seminars-pi1-error {
    color: #f00;
    background-color: inherit;
    font-weight: bold;
}

.tx-seminars-pi1-hidden {
    display: none;
    visibility: hidden;
}

.tx-seminars-pi1-listrow table {
    background-color: #fff;
    color: #000;
}

.tx-seminars-pi1-listrow th,
.tx-seminars-pi1-listrow td {
    margin: 0;
    border-spacing: 0;
    vertical-align: top;
}

.tx-seminars-pi1-listrow td {
    padding: .2em .5em;
}

.tx-seminars-pi1-listrow th {
    font-weight: bold;
    text-align: center;
}

.tx-seminars-pi1-listrow th a {
    display: block;
    padding: .2em .5em;
}

.tx-seminars-pi1-listrow img.category_image {
    margin: 0 2px;
    border: none;
}

.tx-seminars-pi1-listrow table ul {
    list-style: none;
}

th.tx-seminars-pi1-expiry,
th.tx-seminars-pi1-seats,
th.tx-seminars-pi1-total-price,
th.tx-seminars-pi1-registration,
th.tx-seminars-pi1-attached-files,
th.tx-seminars-pi1-status,
th.tx-seminars-pi1-edit,
th.tx-seminars-pi1-list-registrations {
    padding: .2em .5em;
}

th.tx-seminars-pi1-title {
    text-align: left;
}

.tx-seminars-pi1-title a {
    display: block;
}

.tx-seminars-pi1-date,
td.tx-seminars-pi1-expiry,
.tx-seminars-pi1-vacancies,
.tx-seminars-pi1-price,
.tx-seminars-pi1-uid {
    text-align: right;
}

.tx-seminars-pi1-date {
    white-space: nowrap;
}

.tx-seminars-pi1-seats {
    text-align: center;
}

.tx-seminars-pi1-listrow .listrow-odd,
.tx-seminars-pi1-listrow th {
    background-color: #f0f0f0;
    color: inherit;
}

.tx-seminars-pi1-listrow tr {
    background-color: #fff;
    color: inherit;
}

.tx-seminars-pi1-listrow tr:hover {
    background-color: #e0e0e0;
    color: inherit;
}

.tx-seminars-pi1-vacancies-available .tx-seminars-pi1-square {
    background-color: #00a500;
    color: inherit;
}

.tx-seminars-pi1-vacancies-2 .tx-seminars-pi1-square,
.tx-seminars-pi1-vacancies-1 .tx-seminars-pi1-square {
    background-color: #ffff3c;
    color: inherit;
}

.tx-seminars-pi1-vacancies-0 .tx-seminars-pi1-square,
.tx-seminars-pi1-canceled .tx-seminars-pi1-square {
    background-color: #c30000;
    color: inherit;
}

.tx-seminars-pi1-registration-deadline-over .tx-seminars-pi1-square {
    background-color: transparent;
    color: inherit;
}

.tx-seminars-pi1-canceled td {
    text-decoration: line-through;
}

.tx-seminars-pi1-canceled td.tx-seminars-pi1-vacancies {
    text-decoration: none;
}

div.tx-seminars-pi1-selectorwidget {
    border: 1px solid #ccc;
}

.tx-seminars-pi1-selectorwidget p {
    clear: left;
}

.tx-seminars-pi1-selectorwidget .tx-seminars-pi1-optionbox {
    float: left;
    padding-bottom: .5em;
}

.tx-seminars-pi1-selectorwidget .tx-seminars-pi1-optionbox select {
    width: 100%;
}

#tx-seminars-pi1-optionbox-1, #tx-seminars-pi1-optionbox-2,
#tx-seminars-pi1-optionbox-3, #tx-seminars-pi1-optionbox-4,
#tx-seminars-pi1-optionbox-5 {
    width: 20%;
}

#tx_seminars_pi1_price_from, #tx_seminars_pi1_price_to {
    width: 6em;
}

table.tx-seminars-pi1-timeslots {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

table.tx-seminars-pi1-timeslots th {
    background-color: #f0f0f0;
    color: inherit;
    text-align: left;
    padding: 5px;
}

table.tx-seminars-pi1-timeslots td {
    padding: 5px;
}

#tx-seminars-pi1-registration-form fieldset {
    margin: 0 0 1em;
}

#tx-seminars-pi1-registration-form dl {
    margin: 0;
}

#tx-seminars-pi1-registration-form dt {
    width: 11em;
    margin: 0 .5em .5em 0;
    clear: both;
    float: left;
}

#tx-seminars-pi1-registration-form dd {
    margin: 0 0 .5em 12em;
}

#tx-seminars-pi1-registration-form dd select,
#tx-seminars-pi1-registration-form .tx-seminars-pi1-registration-zip {
    margin: 0 .5em 0 0;
}

#tx-seminars-pi1-registration-payment {
    position: relative;
    height: 8em;
}

#tx-seminars-pi1-registration-form .tx-seminars-pi1-registration-method-of-payment dd {
    margin-right: 25em;
}

#tx-seminars-pi1-registration-form .tx-seminars-pi1-registration-method-of-payment dd input {
    border: none;
}

#tx-seminars-pi1-registration-banking-data {
    position: absolute;
    top: 0;
    right: 0;
    width: 24.5em;
    margin: 0;
    padding: 0;
}

#tx-seminars-pi1-registration-form input,
#tx-seminars-pi1-registration-form textarea,
#tx-seminars-pi1-registration-form .tx-seminars-pi1-registration-country select {
    width: 20em;
}

#tx-seminars-pi1-registration-form textarea {
    height: 6em;
}

#tx-seminars-pi1-registration-form #tx-seminars-pi1-registration-banking-data input {
    width: 14em;
}

#tx-seminars-pi1-registration-form,
.tx-seminars-pi1-checkbox input {
    width: auto;
}

#tx-seminars-pi1-registration-form .tx-seminars-pi1-registration-gender select {
    width: 5em;
}

#tx-seminars-pi1-registration-form .tx-seminars-pi1-registration-name input {
    width: 14em;
}

#tx-seminars-pi1-registration-form .tx-seminars-pi1-registration-zip input {
    width: 4em;
}

#tx-seminars-pi1-registration-form .tx-seminars-pi1-registration-city input {
    width: 14em;
}

#tx-seminars-pi1-registration-form #tx_seminars_pi1_registration_editor_separate_names {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tx-seminars-pi1-registration-form #tx_seminars_pi1_registration_editor_separate_names fieldset {
    margin: 0 0 .5em;
    padding: 0;
}

#tx-seminars-pi1-registration-form #tx_seminars_pi1_registration_editor_separate_names p {
    margin: 0;
    padding: .5em;
}

#tx-seminars-pi1-registration-form #tx_seminars_pi1_registration_editor_separate_names label {
    width: 8em;
    display: inline-table;
}

#tx-seminars-pi1-registration-form #tx_seminars_pi1_registration_editor_separate_names input.tx_seminars_pi1_registration_editor_first_name,
#tx-seminars-pi1-registration-form #tx_seminars_pi1_registration_editor_separate_names input.tx_seminars_pi1_registration_editor_position {
    width: 12em;
    margin-right: 2em;
}

#tx-seminars-pi1-registration-form #tx_seminars_pi1_registration_editor_separate_names input.tx_seminars_pi1_registration_editor_last_name,
#tx-seminars-pi1-registration-form #tx_seminars_pi1_registration_editor_separate_names input.tx_seminars_pi1_registration_editor_attendee_email {
    width: 16em;
}

#tx-seminars-pi1-registration-form .tx-seminars-pi1-submit {
    margin: .5em 0;
    float: right;
}

#tx-seminars-pi1-registration-form .tx-seminars-pi1-submit input {
    width: auto;
}

#tx-seminars-pi1-unregistration-form .tx-seminars-pi1-submit {
    margin: .5em 0;
}
