
.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: relative; right: 10px; top: 10px; float: right; clear: right; left: auto;}
/* #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;
}
#flash .system_notice{top:20px;right:20px; z-index: 9999999; position: fixed;min-width:350px; max-width: 350px;}
#flash .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);}
#flash .close:before{width:3px; height: 15px; left: 50%; margin: 0 0 0 -2px; position: absolute; top:2px; content: ""; background: #fff;}
#flash .close:after{width:15px; height:3px; left:2px; top: 50%; margin:-2px 0 0 0; position: absolute; content: ""; background: #fff;}


#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%;}
}