/* Description */
/* Version (##008##) */
/* Defines the basic structures for FCP forms and fields. You shouldn't change this file. */
/* Version 18.17 (##008##) (##base##018##) */

@import "v18_structure.css";


/* Flexi */

#fcp_wrapper {
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.fcp_fieldset {
    margin: 0 !important;
    padding: 0 !important;
}

.fcp_fieldset:nth-of-type(1) {
    float: left !important;
}

.fcp_fieldset:nth-of-type(2) {
    float: right !important;
}

.fcp_line {
    margin-bottom: 9px !important;
    padding: 0 !important;
}

.fcp_input {
    color: #3b0600;
    padding: 4px 6px !important;
    line-height: 18px !important;
    font-size: 13px !important;
    background-color: #F9F9F8 !important;
}

div.fcp_line input.fcp_error_field:not([type="submit"]), div.fcp_line textarea.fcp_error_field, div.fcp_line select.fcp_error_field {
    background-color:#fbe9e7 !important
}

.fcp_label {
    height: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fcp_textarea textarea{
    max-width: 100% !important;
    max-height: 315px;
    resize: vertical !important;
}

label.fcp_captcha_prompt::after,
label.fcp_req::after{
    content: ' *';
    font-size: 12px;
    vertical-align: top;
}

.fcp_secure_image {
    float: right !important;
    display: inline-block !important;
    width: 48% !important;
}

.fcp_captcha_inner {
    padding: 0 !important;
    width: 100% !important;
    border: none !important; 
}

.fcp_captcha_prompt {
    font-size: 12px !important;
    width: 100% !important;
}

#fcp_captcha_code {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-padding-start: calc(1rem - 3px);
  padding: 10px 16px;
  color: #7E8898;
  font-family: "roboto_regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  outline: none;
  -webkit-transition: background-color 250ms ease, border-color 250ms ease;
  -moz-transition: background-color 250ms ease, border-color 250ms ease;
  -ms-transition: background-color 250ms ease, border-color 250ms ease;
  -o-transition: background-color 250ms ease, border-color 250ms ease;
  transition: background-color 250ms ease, border-color 250ms ease;
}

#fcp_captcha_code {
    width: 100%;
    align-self: center !important;
    display: block;
    margin-bottom: 9px;
}

#captcha_img {
    text-align: center !important;
}

span.fcp_captcha_reload {
    width: 20px !important;
    height: 20px !important;
    background: transparent url(css_images/reload-32.png) center center no-repeat !important;
    background-size: cover !important;
}

.fcp_sendrow {
    float: right !important;
    display: inline-block !important;
    width: 100% !important;
}

#fcp_send_button {
    width: 48% !important;
    font-size: 13px !important;
    color: #3b0600;
    padding: 4px 6px !important;
    line-height: 18px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #F9F9F8;
    text-transform: capitalize !important;
}

#fcp_send_button:focus,
#fcp_send_button:hover{
    border-color: #d9d9d9;
    background-color: #d9d9d9;
    outline: inherit;
    outline: inherit \9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #3b0600;
    cursor: pointer;
}

.fcp_error_text, .fcp_error_text span {
    padding-top: 5px !important;
    text-shadow: none;
    color: rgb(255, 66, 66) !important;
}

#fcp_spinner {
    margin: 0 !important;
}


/* Extra */

#fcp_wrapper {
    max-width: 100%;
    background-color: #E0E4E6;
    padding: 10px !important;
}

.fcp_input, input#fcp_captcha_code {  
    padding: 8px 10px 7px 10px !important;
    border-radius: 2px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

.fcp_line {
    margin-top: 6px !important;
    margin-bottom: 16px !important;
}

div.fcp_line select, div.fcp_line input[type="text"], div.fcp_line input[type="email"], div.fcp_line input[type="number"], div.fcp_line input[type="date"], div.fcp_line input[type="password"], div.fcp_line input[type="file"], div.fcp_line input[type="tel"] {
    width: auto;
    min-width: 50px;
}

div.fcp_line textarea {
    width: 95%;
}

div.fcp_line input:not([type="submit"]):focus, div.fcp_line textarea:focus, div.fcp_line select:focus, input#fcp_captcha_code:focus {
    border: 1px solid #000 !important;
}

.fcp_secure_image {
    width: 59% !important;
}

.fcp_secure_image .fcp_controls {
    width: 70%;
}

div.fcp_captcha {
    text-align: left;
}

#captcha_img {
    margin: 0;
}

#fcp_captcha_code {
    margin-bottom: 2px;
}

.fcp_sendrow {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 0px !important;
}

#fcp_send_button {
    width: 85px !important;
    padding: 8px 10px 7px 10px !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

@media screen and (max-width: 629px) {
    .fcp_wrapper {
        max-width: 100% !important;
    }
    
    fieldset.fcp_fieldset, .fcp_line, #fcp_send_button {
        width: 100% !important;
    }
    
    #fcp_send_button {
        width: 85px !important;
    }
}

@media screen and (min-width: 630px) and (max-width: 1023px) {
    fieldset.fcp_fieldset:nth-of-type(1) {
        width: 41% !important;
    }

    fieldset.fcp_fieldset:nth-of-type(2) {
        width: 59% !important;
    }
}