﻿.container-fluid {
    margin: 0 auto;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.42;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px dashed #918974;
    color: #918974;
}

.table th {
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #CCCCCC;
}

.field-validation-valid {
    display: none;
}

.field-validation-error {
    display: inline-block;
    margin-top: 8px;
    color: #c20a0a;
    font-size: 13px;
    text-indent: 22px;
    background-image: url(/Content/images/icons/icon-error.png);
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .field-validation-error {
        background-image: url(/Content/images/icons/icon-error@2x.png);
        background-size: 16px 16px;
    }
}

.EorrorMessage h4 {
    padding: 5px;
    border-bottom: 4px solid #3E62AD;
}

.EorrorMessage div {
    color: #E50049;
}

.btn.btn-brand-pink.disabled, .btn.btn-brand-violet.disabled {
    background-color: #b6aeae;
}
