/* 
 *    brand colours:
 *   #25c0e0; 
 *   #145db6, progression: #1870da, #1a79ed, #1c82ff 
 */    

label { font-size: small; display: block; color: black; }
label.error { color: red !important;}

input[type=text],
select,
textarea {
    border: 1px solid #888;
    border-radius: 4px;
    padding: 6px;
    font-size: 15px;
}

.form-invalid { border: 1px solid darkred; }
input.error,
input[type=text].error,
select.error,
textarea.error { 
    border: 2px solid #a00 !important; padding: 5px;  
}

input[type=text] {
    width: 24em;
}

textarea { width: 30em; height: 4em; }

.form-no-products #fieldset-submit { 
    /* opacity: 0.1;  */
}

input[type=submit] {
    cursor: pointer;
    border: 1px outset #888;
    background: #145db6;
    color: white;
}

#apply-form input[type=submit] {
    float: right;
    margin: 8px;
    width: 12em;
    padding: 6px 4px 6px 4px;
    font-size: 120%;
}

input:hover[type=submit] {
   border: 1px inset #888;
   /* padding: 7px 3px 5px 5px; */
}     

select {
    font-size: 16px;
    background: white;
}

input#contact_name, input#contact_title { width: 13em; }
input#contact_phone, input#contact_mobile { width: 10em; }
input#contact_city, input#contact_state { width: 11em; }
input#contact_zip { width: 7em; }

#apply-form {
    background: #ddd;
    background: linear-gradient(to bottom, #eee, #ddd);
    padding: 12px;
    float: left;
    width: 572px;
}

#apply-form p, #apply-form h2 { background: none; }

.fieldset:after, .fieldgroup:after {
    content: " ";
    display: table;
    clear: both;
}

.fieldset {
    clear: both;
}

.fieldgroup { 
    
}


.fieldgroup .field {
    margin-bottom: 12px;
    margin-right: 12px;
    float: left;
}

.field-product-type label { 
    padding: 12px 16px 0 0;
}

.lfloat { 
    width: auto;
    float: left;
}
.field-product-type label, .field-product-type select {
    
}
.field.optional { }
span.optional { color: #25c0e0; }

input[type=text].product-age, 
input[type=text].product-release_date,
input[type=text].product-price {
    width: 9em;
}

.product-fields { display: none; }

span.req { font-size: 120%; color: red; }

.payment-button-wrapper {
    /* min-height: 100px; */
    /* width: 150px; */
    text-align: center;
    /* float: left; */
    margin: 10px;
}

.payment-button-wrapper input[type=submit] {
    display: inline-block;
    margin: 15px;
    width: 120px !important;
    padding: 6px 10px;
    font-size: small;
}

#app-complete p { font-size: 100%; }

.holiday-label {
    margin-bottom: 1em;
}
.about-holiday {
    display: none;
}

.about-holiday img {
    height: 100px;
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.about-holiday a {
    color: #25c0e0;
}
.about-holiday br { clear: both; }

a.last-year-guide { display:inline-block; padding: 8px 0; color: #145db6; }