/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and 
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */


/* GENERIC FORMS
----------------------------------------------- */

form {
    max-width: 600px;
    width: 99%;
}



form hr {
    content: "";
    clear: both;
    margin: 2em 0;
}

.box_3 form {
    
    width: 90%;
}


div.field {
    margin: 10px 0 10px;
    
    content: "";
    display: table;
    clear: both;

    width:100%;
}


div.field.checkbox {
    margin: 2px 0 8px 0 !important;
    width:66.5%;


    display: block;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;

    clear: both;
    

}
form label {
    margin-bottom: 5px;
   
    padding: 7px 6px 0 0;
}
    form label.left {
        display: block;
        
        float:left;
        width:25%;
        
    }
    form label.right {
        padding: 2px 0 0 0 ;

        display: inline;
        width: 80%;
    }


    form .middleColumn {
    
        float: left;

        width:65%;
        text-align: right;





    }


/* Recaptcha */
form#SeminarForm_anmeldung #recaptcha_widget{
        margin-left: 200px;

}

.content-body form ul {
    
    padding-left: 20px;
}

.content-body form ul li {

    background: none !important;    
    
}



ul.optionset {
    text-align: left;


}
ul.optionset li{
    font-size: 0.8em;
    padding-left: 30px;
}


form input.text,
form textarea,
form .textajaxuniquetext,   /* Not sure if this is used? */
form select {
    width: 100%;
    max-width: 400px;
    padding: 6px 5px;
    font-size: 1.2em;
    background-color: #fff;
    border: 2px solid #E5E5E5;
    float: left;


    font: 0.8em Lato, Helvetica Neue, Arial;
    font-weight: 300;

}
    .ie7 form select { width: 400px; } /* fix for ie7's rendering of max-width property on select input */

form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
    outline:none;
}
form input[disabled], form textarea[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #dad9d9;
}
textarea {
    resize: vertical; /* forces text area to be resized vertically only */
}


form input:required, 
form textarea:required {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* popup */


form#Form_ContactPopUp {
    width: 95% !important;
    max-width: auto !important;
    margin: 3em 0;
}



form#Form_ContactPopUp .action {
    cursor: pointer;
}


form#Form_ContactPopUp span.message {

    width:60%;
}
/* Search */

form#searchform {
    width: 100% !important;
    max-width: auto !important;
}

#search #searchfield {
    width: 150px;
    font-size: 1.2em;
}

#search-mobile-nav {
    margin-bottom: 25px;
    display: none
}

#search input[type="submit"], #search-mobile-nav input[type="submit"] {
    border: 0px solid;
    font-family: 'Droid Sans', Arial, sans-serif;
    color: #adafae;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fff;

    margin:0 !important;
    padding:0 !important;
    float: none !important;
    display: inline-block !important;    
}

#search-mobile-nav #searchfield {
    width: 150px;
    line-height: 2em;
    border: 1px solid #E5E5E5;
    background: #fff
}

#search-mobile-nav input[type="submit"] {
    background: none;
    font-size: 1.3em
}

#search input:hover[type="submit"], #search-mobile-nav input:hover[type="submit"] {
    color: #5b5d5f;
}





/* Radio and Checkbox */
.field .checkbox, .field .radio {
    float: left; 
    width: 13px; 
    height: 13px; 
    margin-right: 6px; 
    margin-top: 3px;
    padding: 0;
}
    .checkbox label.right,
    .radio label.right {
        float: left;
    }


/* Messages */
form .message {
    background-color: #fef4ba;
    padding: 5px 10px;
    border: 0px ;
}
    form .good {
        background-color: #ecf9d0;
        border-color: #8fbe00;
    }
    form .bad, form .required {
        background-color: #bd2b39;
        border-color: #cf0000;
        color: #fff;
    }


/* ACTIONS */
.Actions {
    margin-bottom: 20px;
}
    a.btn, button, input[type="submit"], .Actions .action {

        background: #fbe41a;
        color: #000;
        display: inline-block;
        padding: 10px 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
        font-size: 1.2em;
        margin-right: 60px;
    
        
        margin-left: 28%;
/*
        font-weight: 700;
        text-transform: uppercase;
*/
        letter-spacing: 1px;

    }




    a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
        background: #467519;
        color: #fff;
    }
    a.btn {
        line-height: 18px;
        margin-bottom: 10px;
    }
    a.btn:after {                     /* creates arrow in button */
        content: '\2192';
        padding-left: 10px;
    }
    .ie7 input.action {
        width: 0;                     /* IE table-cell margin fix */
        overflow: visible;
    }
    input.action[class] {             /* IE ignores [class] */
        width: auto;                  /* cancel margin fix for other browsers */
    }

    .ie7 .Actions .action {
        float: left;
    }
    .Actions:after {
        color: #000;
        content: "* Pflichtfelder";
        display: inline-block;
        font-weight: normal;
        margin-top: 9px;
    }
    #MemberLoginForm_LoginForm .Actions:after {
        display: none;
    }


/* AREA SPECIFIC */
    /* LOGIN and FORGOT PASSWORD */
    #Remember {
        min-height: 20px;
    }
    #ForgotPassword {
        clear: left;
    }
    #MemberLoginForm_LostPasswordForm .Actions:after {
        display: none;
    }

    /* Search / Login */
    .header form .middleColumn {
        /* float: none;
        width: 100% !important; */
    }




/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */


span.form_empfohlen {
    text-align: left;
    width: 400px;
    display: block;
    float:right;
    font-size: 1.2em;
}

/*Generic and mixed*/
.FormHeading {
    clear: both;
    padding-top: 15px;
}
form .date .middleColumn input {
    /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
    width: 114px;
}
.Actions input.resetformaction {                  /* Clear button */
    float: left;
    background-color: #888;
}
.Actions input.resetformaction:hover {            /* Clear button */
    background-color: #aaa;
}

/* Labels */
.checkbox label.right {
}
form .requiredField label.left:after { /* pseudo element adds an asterisk to a required fields label */
    color: #B94A48;
    content: "*";
    font-size: 14px;
    font-weight: normal;
    padding-left: 3px;
}

/* Radio / Checkbox */
form .checkboxset ul,
form .optionset ul {
    margin: 0;
}
    form .checkboxset li,
    form .optionset li {
        margin-bottom: 5px;
        list-style-type:none;
    }
    form div.checkbox:after { /* clearfix */
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    form .checkbox .checkbox { clear: both; }

/* Messages */
span.message {
    margin: 0px 0 0 0% ;
    display: block;
    max-width: 390px;
    clear: left;
    float:right;
    width:30%;



}
div.holder-required {               /* This class needs to be changed - is used for both input and div */
    /* background-color: #f9d0d0;
    border: 1px solid #cf0000;
    padding: 10px;
    margin-left: -11px; */
}
form input.holder-required {        /* This class needs to be changed - is used for both input and div */
    border: 1px solid #cf0000; 
}

/* Error messages */
input:invalid,
textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
    -webkit-box-shadow: 0px 0px 5px red;
    box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd
}

/* To test - potentially not needed? */
.ss-uploadfield-item-info button{
    margin-top: 4px !important;
    float: left;
}
form .creditCardField input,
form input.currency,
form input.numeric {
    width: 50px;
}
form #DMYDate-month,
form #DMYDate-day {
    width: 25px
}

/* Datums Chooser*/

#ui-datepicker-div th, #ui-datepicker-div td {
    font-family: 'Droid Sans', Arial, sans-serif;
    font-weight: 400;
}
#ui-datepicker-div th{
    font-size: 14px;
}

/* Responsive form styles
----------------------------------------------- */

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

    /* To test - potentially not needed? */
	.header form .middleColumn {
	    float: none;
	    width: 100% !important;
	}
	form label.left,
	#MemberLoginForm_LoginForm label {
	    margin-bottom: 8px
	}
    span.form_empfohlen {

    width: 175px;



    }
    
     form label.left {
        width:80%;
    }
    
    form#SeminarForm_anmeldung #recaptcha_widget{
            margin-left: 0px;

    }


}

@media only screen and (max-width: 900px) { 
    form {
        max-width: 100%;
    }

       form#SeminarForm_anmeldung #recaptcha_widget{
            margin-left: 0px;

    }
    
    a.btn, button, input[type="submit"], .Actions .action {


        
        margin-left: 0px;


    }
}

@media only screen and (min-width: 700px) { 

    
}