/*
 ########## BreezingForms 1.6.5 QuickMode ##########
 @autor crosstec.de
 @copyright Copyright (C) 2009 crosstec.de. All rights reserved.
 ########################################
*/

/* ##### General BreezingForms styles ##### */

.bfQuickMode {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.bfQuickMode .bfWrapperBlock {
    padding-bottom: 4px;
   border-bottom: 2px dotted #707070;
   margin-bottom: 25px;
   position: relative;
}

.bfQuickMode .bfWrapperBlock:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.bfQuickMode legend {
    color: #555;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 17px;
}

.bfQuickMode p.bfElemWrap {
    padding: 5px;
    margin: 0px 0px 10px 0px;
    background: #eff5fa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


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

.bfQuickMode fieldset fieldset legend {
    background: #fff;
    color: #92c1ff;
    font-size: 110%;
}

.bfQuickMode fieldset.bfInline {
    margin: 0px 10px 10px 0px;
    padding: 10px 10px 0px 10px;
}

.bfQuickMode fieldset.bfInline p {
    padding: 5px;
    margin: 0px 0px 10px 0px;
}

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

.bfQuickMode input[type='button'], .bfQuickMode input[type='submit'], .bfQuickMode input[type='checkbox'], .bfQuickMode input[type='image'], .bfQuickMode input[type='radio'], .bfQuickMode input[type='reset'], .bfQuickMode select, .bfQuickMode button {
    cursor: pointer;
}

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

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

.bfQuickMode .bfPageIntro {
    padding: 5px;
    margin: 0px 0px 10px 0px;
    background: none;
    border: none;
    font-weight: normal;
}

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

.bfQuickMode .bfErrorMessage {
    background: #ffeded;
    font-weight: bold;
    float: none;
    display: block;
    color: red;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

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

.bfMaxLengthCounter {
    color: #0071bc;
}

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

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

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

.bfQuickMode .bfSectionDescription {
    background: none;
    border: none;
    font-weight: normal;
}

.bfQuickMode .bfSectionDescription p {
    background: none;
    border: none;
}

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

.bfQuickMode .bfRequired {
    background: none;
    font-size: 100%;
    font-weight: bold;
    border: none;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    color: #f00;
    float: none;
}

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

.bfQuickMode button[type='submit'] {
    float: left;
    margin-left: 120px;
    background: #ff8a17;
    width: 100px;
    height: 40px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    line-height: 40px;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 0;
}

.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
    float: right;
}

.bfQuickMode .bfPrevButton {
    float: left
}

.bfQuickMode button.bfCalendar {
    height: 21px;
    margin: 0px 0px 0px 5px;
}


/* Custom styling for mvd */
.bfQuickMode span.bfElemWrap {
    display: block;
    clear: both;
}
.bfQuickMode span.bfLabelLeft label {
    width: 120px;
    margin: 0;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 13px;
}

.bfQuickMode span.bfLabelLeft input, .bfQuickMode span.bfLabelLeft textarea, .bfQuickMode span.bfLabelLeft select, .bfQuickMode span.bfLabelLeft button {
    width: 400px;
    height: 22px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    border:solid 1px #c3c3c3;
    padding:5px;
}

.bfQuickMode span.bfLabelLeft textarea {
    height: 82px;
}

.bfQuickMode span.bfElemWrap {
    padding: 0;
    margin: 0 0 25px;
    clear: both;
}

#pressure_studies span.bfElemWrap {
    margin-left: 122px;
}

#pressure_studies span.bfLabelLeft label{
    width: 300px;
}

.bfQuickMode span.bfLabelLeft input[type='checkbox'] {
    width: 26px;
    height: 20px;
}


#pressure_studies input {
   display: none;
}

#pressure_studies label {
    font-weight: bold;
    font-family: "Arial", "helvetica";
    font-size: 13px;
    line-height: 26px;
    margin: 0;
}

#pressure_studies label span {
    display:inline-block;
    width:27px;
    height:27px;
    margin:-1px 15px 0 0;
    vertical-align:middle;
    background:url("img/checkbox.png") left top no-repeat;
    cursor:pointer;
}
#pressure_studies label span.checked {
    width:28px;
    margin-right: 14px;
    background:url("img/checkbox.png") -32px top no-repeat;
}

#pressure_studies input[type="radio"] + label span {
    display:inline-block;
    width:27px;
    height:27px;
    vertical-align:middle;
    background:url("img/checkbox.png") -65px top no-repeat;
    cursor:pointer;
}

#pressure_studies input[type="radio"]:checked + label span {
    background:url("img/checkbox.png") -95px top no-repeat;
}

#bfElemWrap39 {
    margin-bottom: 20px;
}

#bfElementGroupNoWrap40 label {
    font-weight: normal;
    margin-right: 10px;
}




