/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.09.2015, 16:57:35
    Author     : miganner
*/

.oxInValid .oxValidateError {
    display: none;
    clear: both;
    font-size: 1em;
    line-height: 1.2em;
    color: #EA331F;
    margin: 0;
/*    padding: 5px 0 5px 150px;*/
}

.oxValidateError span {
    display: none;
}

.oxValidateError span.req {
    float: none;
    display: inline;
}

.oxInValid input,
.oxInValid select,
.oxInValid textarea,
.oxInValid input:focus,
.has-warning .oxInValid input,
.has-warning .oxInValid select,
.has-warning .oxInValid textarea,
.has-warning .oxInValid input:focus {
    border-color: #EA331F;
    background: #fdeae8;
}

.oxInValid select {
    border-style: solid;
    border-width: 1px;
}

.oxInValid .oxValidateError,
.oxInValid .oxValidateError .js-oxError_postError,
.oxInValid .oxValidateError .js-oxError_match {
    display:block;
}