
.input-group-error-append,
.input-group-error-prepend {
    background-color: #fff;
    border: 1px solid #ed4014
}

.input-group-error-append .ivu-select-selection,
.input-group-error-prepend .ivu-select-selection {
    background-color: inherit;
    border: 1px solid transparent
}

.input-group-error-prepend {
    border-right: 0
}

.input-group-error-append {
    border-left: 0
}

@font-face {
    font-family: Ionicons;
    src: url(/fonts/ionicons.143146fa.woff2) format("woff2"), url(/fonts/ionicons.99ac3308.woff) format("woff"), url(/fonts/ionicons.d535a25a.ttf) format("truetype"), url(/img/ionicons.a2c4a261.svg#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -.125em;
    text-align: center
}


.ivu-icon-ios-checkmark-circle-outline:before {
    content: "\f16f"
}

.ivu-icon-ios-checkmark-circle:before {
    content: "\f170"
}

.ivu-icon-ios-information-circle-outline:before {
    content: "\f201"
}
.ivu-icon-ios-close-circle-outline:before {
    content: "\f176"
}

.ivu-icon-ios-close-circle:before {
    content: "\f177"
}

.ivu-message {
    font-size: 14px;
    position: fixed;
    z-index: 1010;
    width: 100%;
    top: 16px;
    left: 0;
    pointer-events: none
}

.ivu-message-notice {
    padding: 8px;
    text-align: center;
    transition: height .3s ease-in-out, padding .3s ease-in-out
}

.ivu-message-notice:first-child {
    margin-top: -8px
}

.ivu-message-notice-close {
    position: absolute;
    right: 4px;
    top: 10px;
    color: #999;
    outline: 0
}

.ivu-message-notice-close i.ivu-icon {
    font-size: 22px;
    color: #999;
    transition: color .2s ease;
    position: relative;
    top: -3px
}

.ivu-message-notice-close i.ivu-icon:hover {
    color: #444
}

.ivu-message-notice-content {
    display: inline-block;
    pointer-events: all;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    background: #fff;
    position: relative
}

.ivu-message-notice-content-text {
    display: inline-block
}

.ivu-message-notice-closable .ivu-message-notice-content-text {
    padding-right: 32px
}

.ivu-message-success .ivu-icon {
    color: #19be6b
}

.ivu-message-error .ivu-icon {
    color: #ed4014
}

.ivu-message-warning .ivu-icon {
    color: #f90
}

.ivu-message-info .ivu-icon,
.ivu-message-loading .ivu-icon {
    color: #2d8cf0
}

.ivu-message .ivu-icon {
    margin-right: 4px;
    font-size: 16px;
    vertical-align: middle
}

.ivu-message-custom-content span {
    vertical-align: middle
}

.ivu-message-notice-with-background .ivu-message-notice-content-background {
    box-shadow: none
}

.ivu-message-notice-with-background .ivu-message-notice-content-info {
    background: #f0faff;
    color: #2e8bf0;
    border: 1px solid #d4eeff
}

.ivu-message-notice-with-background .ivu-message-notice-content-success {
    background: #edfff3;
    color: #19bf6c;
    border: 1px solid #bbf2cf
}

.ivu-message-notice-with-background .ivu-message-notice-content-warning {
    background: #fff9e6;
    color: #f90;
    border: 1px solid #ffe7a3
}

.ivu-message-notice-with-background .ivu-message-notice-content-error {
    background: #ffefe6;
    color: #ed3f13;
    border: 1px solid #ffcfb8
}
