.error {
    border-color: #f44336 !important;
}



/* #flash {background:rgba(0, 0, 0, 0.4);bottom: 0;left: 0;position: fixed;right: 0;top: 0;z-index: 9999; padding: 10px;} */
/* #flash  */
#flash {
    position: fixed;
    right: 10px;
    top: 80px;
    left: auto;
    z-index: 10002;
}

/* #flash .system-notice+.system-notice{ margin-top:20px;} */


#innerflash {
    /*   background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; */
    /*  bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999; */
}

.system_message {
    position: relative;
}

#flash .system_notice {
    top: 20px;
    right: 20px;
    z-index: 9999999;
    position: fixed;
    min-width: 350px;
    max-width: 350px;
}

#flash .close {
    z-index: 1;
    margin: 0px 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    line-height: 18px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

#flash .close:before {
    width: 3px;
    height: 15px;
    left: 50%;
    margin: 0 0 0 -2px;
    position: absolute;
    top: 2px;
    content: "";
    /*    background: #fff;*/
    background: #333;
}

#flash .close:after {
    width: 15px;
    height: 3px;
    left: 2px;
    top: 50%;
    margin: -2px 0 0 0;
    position: absolute;
    content: "";
    /*    background: #fff;*/
    background: #333;
}


#flash.div_error {
    margin: 0;
}

.div_error {
    position: relative;
    /* margin: 20px 0;  */
    text-align: left;
    font-weight: 700;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255, 255, 255, .2);
    border: 1px solid;
    color: #fff;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    background-color: #f44336;
    border-color: #de2b26;
}

.div_error ul {
    display: block;
    vertical-align: middle;
    position: relative;
    list-style: none;
}

.div_error li {
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}


.div_msg {
    position: relative;
    font-weight: 700;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255, 255, 255, .2);
    border: 1px solid;
    color: #fff;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    background-color: #61ba74;
    border-color: #3d9450;
}

.div_msg ul {
    display: block;
    vertical-align: middle;
    position: relative;
}

.div_msg li {
    font-weight: normal;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    #flash .system_notice {
        right: 10px;
        min-width: 1%;
        left: 10px;
        max-width: 100%;
    }
}

.errorlist {
    list-style: none;
    position: relative;
    color: #ff7b61;
    font-size: 13px;
    background: #f44336;
    padding: 6px 10px;
    width: 100%;
    display: inline-block;
}

.errorlist:before {
    position: absolute;
    left: 5px;
    top: -4px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f44336;
}

.errorlist ul {
    margin: 10px 0;
}

.errorlist li {
    font-size: 12px;
    position: relative;
    padding: 0 0 0 20px;
}

.errorlist li a {
    position: relative;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.errorlist li:last-child {
    padding-bottom: 0;
}

.errorlist li:before {
    width: 0;
    height: 0;
    content: "";
    border-bottom: 12px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: -3px;
    top: 2px;
}

.errorlist li a:before {
    z-index: 1;
    width: 2px;
    height: 5px;
    background: #f44336;
    left: -11px;
    top: 3px;
    content: "";
    position: absolute;
    margin: 0 0 0 -5px;
}

.errorlist li a:after {
    z-index: 1;
    width: 2px;
    height: 2px;
    background: #f44336;
    left: -11px;
    bottom: 3px;
    content: "";
    position: absolute;
    margin: 0 0 0 -5px;
}

.error {
    border-color: #f44336 !important;
}



#msg {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    padding: 10px;
}

@media(min-width:576px) {
    #msg .system-notice {
        position: relative;
        right: 10px;
        top: 10px;
        float: right;
        clear: right;
        left: auto;
    }
}

#msg .system-notice + .system-notice {
    margin-top: 20px;
}

@media(min-width:576px) {
    .system-notice {
        top: 20px;
        right: 20px;
        z-index: 1000;
        position: fixed;
        min-width: 350px;
    }
}

.system-notice .close {
    z-index: 1;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    line-height: 18px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.system-notice .close:before {
    width: 3px;
    height: 15px;
    left: 50%;
    margin: 0 0 0 -2px;
    position: absolute;
    top: 2px;
    content: "";
    background: #fff;
}

.system-notice .close:after {
    width: 15px;
    height: 3px;
    left: 2px;
    top: 50%;
    margin: -2px 0 0 0;
    position: absolute;
    content: "";
    background: #fff;
}

.system-notice .div_error {
    margin: 0;
}

.div_error {
    position: relative;
    margin: 0 0;
    text-align: left;
    font-weight: 700;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255, 255, 255, .2);
    border: 1px solid;
    color: #fff;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    background-color: #f44336;
    border-color: #de2b26;
}

.div_error ul {
    display: block;
    vertical-align: middle;
    position: relative;
    list-style: none;
}

.div_error li {
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}

.div_msg {
    position: relative;
    font-weight: 700;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255, 255, 255, .2);
    border: 1px solid;
    color: #fff;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    background-color: #61ba74;
    border-color: #3d9450;
}

.div_msg ul {
    display: block;
    vertical-align: middle;
    position: relative;
}

.div_msg li {
    font-weight: normal;
    font-size: 14px;
}

/* alerts */

.alert {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 12px 15px 14px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .2);
}

.alert h5 {
    font-size: 14px;
    padding: 0;
    color: #fff;
    text-align: center;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert_success {
    background-color: rgba(76, 175, 80, 0.9);
    border-color: rgba(49, 152, 53, 0.9);
}

.alert_info {
    background-color: rgba(33, 150, 243, 0.9);
    border-color: rgba(33, 150, 243, 0.9);
}

.alert_warning {
    background-color: rgba(255, 152, 0, 0.9);
    border-color: rgba(255, 152, 0, 0.9);
}

.alert_danger {
    background-color: rgba(244, 67, 54, 0.9);
    border-color: rgba(244, 67, 54, 0.9);
}

.alert_inverse {
    background: rgba(51, 51, 51, 0.9);
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
    color: #fff;
}

@media(min-width:576px) {
    .sysmsgcontent.smry_errors {
        max-width: 350px;
        min-width: 350px;
        display: block;
    }
}

@media(max-width:576px) {
    #flash .system-notice .close {
        right: 15px;
        top: 15px;
    }
}

.sysmsgcontent.smry_errors .errorlist:before {
    display: none;
}

.sysmsgcontent.smry_errors .errorlist {
    padding: 8px 15px;
}

.link-text.white {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    display: block;
    text-decoration: underline;
    padding-top: 10px;
}
