﻿
.field-validation-error {
    position: absolute;
    font-size: 12px;
    color: #f44336 !important
}

.field-validation-valid {
    display: none;
}

/* 
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}


.validation-summary-valid {
    display: none;
}
    */
.validation-summary-errors,
.validation-summary-errors li {
    color: #f44336 !important
}
/*.input-validation-error {
    background-color: #fff0f0 !important;
}*/


/* colors from https://mdbootstrap.com/docs/jquery/css/colors/ */
.bg-success-extend {
    background: #2BBBAD !important;
}

.bg-success-extend-dark {
    /* ds */
    background: #00695c !important;
}

.bg-primary-extend {
    /* vn */
    background: #4285F4 !important;
}

.bg-primary-extend-dark {
    background: #0d47a1 !important;
}

.bg-secondary-extend {
    /* jst */
    background: #aa66cc !important;
}

.bg-secondary-extend-dark {
    /* sg */
    background: #9933CC !important;
}

.bg-dark-violet {
    /* ylb */
    background: #8728ce !important;
}

.bg-skye-blue {
    /* zq */
    background: #94ceeb !important;
}

.bg-elegant-color {
    background: #2E2E2E !important;
}

.bg-elegant-color-dark {
    background: #212121 !important;
}

.bg-stylish-color {
    /* 57 */
    background: #4B515D !important;
}

.bg-stylish-color-dark {
    /* jt */
    background: #3E4551 !important;
}

.bg-unique-color {
    /* dz */
    background: #3F729B !important;
}

.bg-unique-color-dark {
    /* jxb */
    background: #1C2331 !important;
}

.bg-special-color {
    /* hb */
    background: #37474F !important;
}

.bg-special-color-dark {
    /* wp */
    background: #263238 !important;
}

.bg-teal-darken-1 {
    /* qq */
    background: #00897b !important;
}

.bg-light-blue-darken-1 {
    /* sl */
    background: #039be5 !important;
}

.bg-cyan-darken-1 {
    /* dby */
    background: #00acc1 !important;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
