﻿.notifyError {
    /*justify-content: left !important;*/
    border: 2px solid #a94442 !important;
    color: #a94442;
}

    .notifyError:active,
    .notifyError:focus {
        border-color: rgba(169, 68, 66, 0.6) !important;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .075), 0 0 1px 2px rgba(169, 68, 66, 0.6) !important;
        -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .075), 0 0 1px 2px rgba(169, 68, 66, 0.6) !important;
        outline: none !important;
    }

.notifyError2 {
    /*justify-content: left !important;*/
    border: 2px solid #a94442 !important;
    color: #a94442;
}

    .notifyError2:active,
    .notifyError2:focus {
        border-color: rgba(169, 68, 66, 0.6) !important;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .075), 0 0 1px 2px rgba(169, 68, 66, 0.6) !important;
        -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .075), 0 0 1px 2px rgba(169, 68, 66, 0.6) !important;
        outline: none !important;
    }

.notifyErrorTips {
    color: #a94442;
    font-size: 12px;
    font-weight: bold;
}

.control-waring-error {
    border: 1px solid #a94442;
}

.warningClass {
    color: red;
    /*font-weight: bold;*/
    font-size: 16px;
}