/*
 ########## BreezingForms 1.6.5 QuickMode ##########
 @autor crosstec.de
 @copyright Copyright (C) 2009 crosstec.de. All rights reserved.
 ########################################
*/
.bfElementGroup input[type='radio']{
    vertical-align: top;
}
.bfElementGroupNoWrap input[type='radio']{
    vertical-align: top;
}
.bfElementGroup input[type='checkbox']{
    vertical-align: top;
}
.bfElementGroupNoWrap input[type='checkbox']{
    vertical-align: top;
}
/* ##### General BreezingForms styles ##### */

.bfQuickMode {

}

.bfQuickMode fieldset {

}

.bfQuickMode legend {
    display: block;
    width: 100%;
}

.bfQuickMode p.bfElemWrap {

}

.bfQuickMode span.bfElemWrap {

}

/* ##### inline ##### */

.bfQuickMode fieldset fieldset legend {

}

.bfQuickMode fieldset.bfInline {

}

.bfQuickMode fieldset.bfInline p {

}

/* ##### Input Fields ##### */

.bfQuickMode input[type=text], .bfQuickMode input[type=password], .bfQuickMode textarea, .bfQuickMode select {
	width: 100%;
}

.bfQuickMode textarea:hover, .bfQuickMode input[type='text']:hover, .bfQuickMode input[type='password']:hover, .bfQuickMode select:hover {

}

.bfQuickMode textarea:focus, .bfQuickMode input[type='text']:focus, .bfQuickMode input[type='password']:focus, .bfQuickMode select:focus {

}

.bfQuickMode input[type='button'], .bfQuickMode input[type='submit'], .bfQuickMode input[type='image'], .bfQuickMode input[type='radio'], .bfQuickMode input[type='reset'], .bfQuickMode select, .bfQuickMode button {
	width: 100%;
}

.bfQuickMode input[type='hidden'] { display: none; }

.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select, .bfQuickMode .bfLabelLeft label, .bfQuickMode .bfLabelLeft .bfElementGroup, .bfQuickMode .bfLabelRight .bfElementGroup, .bfQuickMode section.bfLabelLeft .bfElementGroupNoWrap {
	width: 100%;
}

.bfQuickMode .bfLabelLeft label {
	float: none;
}

.bfQuickMode section input[type='text'] {
    margin: 8px 0 10px 0;
}

.bfQuickMode section input[type=text], .bfQuickMode section textarea {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #e7e4e2;
    border-radius: 0;
    outline: none;
    height: 2.2rem;
    font-size: 0.875rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
}

input[type=text]:focus:not([readonly]), .bfQuickMode section textarea:focus {
    border-bottom: 2px solid #0094D4;
}

.bfElementGroup {
	display: table;
    padding: 20px 0;
}

.bfElementGroup div {
    width: 32%;
    display: table;
}

#category_section .bfGroupLabel {
    display: table-cell;
    vertical-align: middle;
    background: #E7E4E2;
    text-align: center;
    padding: 10px;
    width: 240px;
    cursor: pointer;
    height: 140px;
}

#ff_formdiv1 {
    padding: 0px;
}

#ils_bloc_selection, #hirslanden_bloc_selection, #guest_bloc_selection {  
    display: block;
}

#ils_bloc_selection .bfLegend-m, #hirslanden_bloc_selection .bfLegend-m, #guest_bloc_selection .bfLegend-m {
    margin: 20px 0 0 0;
    display: block;
}

/*#ils_bloc_selection .bfFieldset-wrapper, #hirslanden_bloc_selection .bfFieldset-wrapper, #guest_bloc_selection .bfFieldset-wrapper {
    width: 50%;
    float: left;
}*/

/*#ils_friday .ff_elem, #ils_saturday .ff_elem, #hirslanden_friday .ff_elem, #hirslanden_saturday .ff_elem, #guest_friday .ff_elem, #guest_saturday .ff_elem {
    float: none; 
    position: absolute;
    top: 8px;
    left: 0;   
}*/

#ils_friday label, #ils_saturday label, #hirslanden_friday label, #hirslanden_saturday label, #guest_friday label, #guest_saturday label {
    padding: 0 0 0 20px;
}

#ils_friday .bfLegend-l, #ils_saturday .bfLegend-l, #hirslanden_friday .bfLegend-l, #hirslanden_saturday .bfLegend-l, #guest_friday .bfLegend-l, #guest_saturday .bfLegend-l {
    font-size: 0.875rem;
    color: #72665B;
    border-bottom: 2px solid #F7A300;
    width: 100%;
    display: block;
    padding: 10px 0 8px 0;
    margin: 10px 0;
}

#ils_friday, #hirslanden_friday, #guest_friday {
    padding: 0 10px 0 0;
}

#ils_saturday, #hirslanden_saturday, #guest_saturday {
    padding: 0 0 0 10px;
}

.bfQuickMode .bfLabelLeft #bfElementGroup11 input[type="radio"] + label:hover {
    background: #0094D4;
    color: #ffffff;
}

.bfCustomSubmitButton {
    background-color: #0094D4;
    border: none;
    color: #ffffff;
    padding: 12px 0;
}

.bfCustomSubmitButton:hover {
    background-color: #003f72;
}

.bfQuickMode .bfLabelLeft label {
    margin: 0 0 8px 0;
}

.bfQuickMode .bfLabelLeft select {
    margin: 0 0 8px 0;
}

.formError {
    opacity: 1 !important;
}

.formError .formErrorContent {
    background: #0094D4;
    font-size: 12px;
    border: none;
    box-shadow: none;
}

.formError .formErrorArrow div {
    background: #0094D4;
}

#ff_elem407_3, #ff_elem436_2 {
    margin-left: 20px;
    margin-top: 2px;
}

#bfGroupLabel407_3, #bfGroupLabel436_2 {
    font-size: 13px;
}

.bfQuickMode section.bfElemWrap {
    padding: 5px 0;
}

.bfGroupLabel .bfGroupLabel .little {
    font-size: 0.875em;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode .uneditable-input, .bfQuickMode input[type=text]:hover, .bfQuickMode textarea:hover, .bfQuickMode .uneditable-input:hover, .bfQuickMode input[type=text]:focus, .bfQuickMode textarea:focus, .bfQuickMode .uneditable-input:focus {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .bfQuickMode select {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 480px) {

    .bfQuickMode #ils_bloc_selection .bfLabelLeft .bfElementGroup label, .bfQuickMode #hirslanden_bloc_selection .bfLabelLeft .bfElementGroup label, .bfQuickMode #guest_bloc_selection .bfLabelLeft .bfElementGroup label {
        width: 100%;
        max-width: 80%;
        min-width: 80%;
    }

    .bfQuickMode .bfLabelLeft label, .bfQuickMode .bfLabelRight label {
        max-width: 100%;
        min-width: 100%;
    }

    #bfElementGroup11 label.bfGroupLabel {
        font-size: 0.8rem;
        padding: 20px 5px;
        margin: 0;  
        height: auto;
    }

    #bfElementGroup11 label.bfGroupLabel .little {
        font-size: 0.7rem;
        line-height: 1.2;
    }

    #bfElementGroup11 {
        display: flex;
        flex-direction: column; 
        max-width: 100% !important;
        width: 100% !important;
    }

    .bfElementGroup div {
        width: 100%;
        padding: 10px 0;
    }

    #ils_bloc_selection .bfFieldset-wrapper, #hirslanden_bloc_selection .bfFieldset-wrapper, #guest_bloc_selection .bfFieldset-wrapper {
        width: 100%;
        float: none;
    }

    #ils_friday, #ils_saturday, #hirslanden_friday, #hirslanden_saturday, #guest_friday, #guest_saturday {
        padding: 0;
    }

}

.bfQuickMode .bfLabelLeft .bfElementGroup input[type="radio"] {
    display: none;
}

.bfQuickMode .bfLabelLeft #bfElementGroup11 input[type="radio"]:checked + label, .bfQuickMode .bfLabelLeft #bfElementGroup11 input[type="radio"]:checked + label .bold {
    cursor: default;
    color: #ffffff;
    border-color: transparent;
    background: #0094D4;
}

.bfQuickMode .bfLabelLeft .bfElementGroup input[type="radio"] + label {
}

.bfQuickMode .bfLabelLeft .bfElementGroup input[type="radio"]:checked + label:hover {
    background-color: inherit;
    background-position: 0 0;
    -webkit-transition: none;
    -moz-trainsition: none;
    transition: none;
}

.bfQuickMode .bfLabelLeft .bfElementGroup input[type="radio"] + label:hover .bold {
    color: #ffffff;
}

.bfQuickMode .bfLabelLeft .bfElementGroup .bfGroupLabel {
    display: inline-block;
}

.bfQuickMode .bfLabelLeft .bfElementGroup input {
    margin: 5px 10px 0px 0px;
}

#bfElemWrap407, #bfElemWrap441, #bfElemWrap436 {
    padding: 20px 0 30px 0;
}

#bfElemWrap526, #bfElemWrap540, #bfElemWrap539 {
    padding: 20px 0 0 0;    
}

#bfLabel526, #bfLabel539, #bfLabel540 {
    padding: 0 0 0 30px;
}

#ff_elem526, #ff_elem539, #ff_elem540 {
    position: absolute;
    top: 24px;
    left: 0;
}

/* ##### page intro ##### */

.bfQuickMode .bfPageIntro {
    padding: 0px;
    margin: 0 0 40px 0;
}

.bfQuickMode .bfPageIntro img {
    width: 152px;
    height: 152px;
}

.bfQuickMode .bfPageIntro .btn {
    margin-top: 20px;
}

/* ##### error messages #####*/

.bfQuickMode .bfErrorMessage {

}

/* ##### max length message ##### */

.bfMaxLengthCounter {
    color: #666;
}

/* ##### tooltip ##### */

.bfQuickMode span.hasTip {
    background: transparent url('img/icon_info.png') right top no-repeat;
}

/* ##### Section Description #####*/

.bfQuickMode .bfSectionDescription {

}

.bfQuickMode .bfSectionDescription p {

}

/* ##### required ##### */

.bfQuickMode .bfRequired {

}

/* ##### buttons ##### */

.bfQuickMode input[type='submit'], .bfQuickMode input[type='reset']  {

}

.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {

}

.bfQuickMode .bfPrevButton {

}

.bfQuickMode input.bfCalendar {

}

legend {
    border: none;
    font-family: "Conv_Gotham-Bold", Arial, sans-serif;
}
