.required {
    font-weight: bold;
    color: red;
}
.captchaError{
	color:#ea1010!important;
	font-weight:400;
}
.form-inline {
    padding-bottom: 15px;
}

.form-inline label {
    padding-bottom: 5px;
}
input[type=reset] {
    background-color: inherit;
    border: none!important;
    text-decoration: none;
    color: #428bca;
}
input[type=reset]:visited {
    border: none;
}
input[type=reset]:hover {
    text-decoration: underline;
}
input[type=reset]:active {
    border: none;
}
.left-cell {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

.right-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.input-validation-error {
    background-image: url('../../../images/errorCross.png');
    background-position: right 5px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 10px #eb5353;
    box-shadow: 0 0 10px #eb5353;
}
span > label.input-validation-error {
    margin-top: 5px;
    color: #a94442;
    /*background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px 10px;
    border-radius: 3px;*/
    background-image: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

select.input-validation-error {
    background-image: url('../../../images/errorCross.png');
    background-position: right 12px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 10px #eb5353;
    box-shadow: 0 0 10px #eb5353;
}

.valid {
    border-color: #468847;
    background-image: url('../../../images/validInput.png');
    background-color: #F9F9F9;
    background-position: right 5px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 10px #468847;
    box-shadow: 0 0 10px #468847;
}

select.valid {
    border-color: #468847;
    background-image: url('../../../images/validInput.png');
    background-color: #F9F9F9;
    background-position: right 12px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 10px #468847;
    box-shadow: 0 0 10px #468847;
}

.field-validation-error {
    display: block;
    color: #eb5353;
    padding: 3px;
    background: none !important;
    width: 100%;
}

.errormessage {
    color: red;
    font-size: medium;
    padding: 0 !important;
}

.form-inline .form-control {
 min-width:90px;
}