﻿body {
}

/**************************/
/* ERROR HANDLING ********/
/************************/


input.badInput,
select.badInput,
input[type=radio].badInput + label,
input[type=checkbox].badInput + label
{
    color: #e93a3a !important;
    border: 1px solid #e93a3a !important;
}

input.badInput::placeholder {
    color: #e93a3a !important;
    font-weight: bold !important;
}

input.badInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #e93a3a !important;
    font-weight: bold !important;
}
input.badInput::-moz-placeholder { /* Firefox 19+ */
    color: #e93a3a !important;
    font-weight: bold !important;
}
input.badInput:-ms-input-placeholder { /* IE 10+ */
    color: #e93a3a !important;
    font-weight: bold !important;
}
input.badInput:-moz-placeholder { /* Firefox 18- */
    color: #e93a3a !important;
    font-weight: bold !important;
}

span.badInput
{
    position: relative;
    display: block;
    width: 100%;
    min-height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 3px 11px 4px;
    color: #fff;
    background: #ed2728;
}

    span.badInput:before
    {
        content: "\0020";
        position: absolute;
        left: 20px;
        bottom: -6px;
        display: block;
        width: 0;
        height: 0;
        border-top: 6px solid #ed2728;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }

.subscribe-form span.badInput
{
    width: 100%;
}


.contact-form .form-row input.badInput,
.subscribe-form .form-row input.badInput,
.contact-form .form-row textarea.badInput,
.subscribe-form .form-row textarea.badInput
{
    border: 1px #e93a3a solid;
    background-color: #ffdbdb;
}

.contact-form select.badInput,
.subscribe-form select.badInput
{
    background-color: #ffdbdb;
    border: 1px #ed2728 solid;
}

/* select pour chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .contact-form select.badInput,
    .subscribe-form select.badInput
    {
        background: #ffdbdb url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAGCAQAAACCqc0VAAAAQklEQVR4AWNgKGWYiQZTGPAAGYY7DP+R4GOgCF4gi6ThK4M5SIiQhrtgxf8YIhmIAnIM94DKWxiIBvIMkxkYCSkCADu5GzXrW/3WAAAAAElFTkSuQmCC");
        border: 1px #ed2728 solid;
        background-repeat: no-repeat;
        background-position: right;
    }
}



#ddlFrom,
#ddlTo
{
    float: none;
}

input[type="checkbox"]:not(:checked) + label.badInput:before,
input[type="checkbox"]:checked + label.badInput:before
{
    border: 1px solid #e93a3a;
    background: #ffdbdb;
}

.subscribe-form .lang-holder select.lang
{
    height: 38px;
}
