.notify-success,.notify-error {
    position: fixed;
    width: 310px;
    border: 2px solid #65cc29;
    background-color: #FFFFFF;
    text-align: left;
    word-wrap: break-word;
    top: 5px;
    left: 50%;
    margin-left: -105px;
    z-index: 20000;
}
.notify-error{
    border: 2px solid #ab0400;
}
.notify-success .notify-body,.notify-error .notify-body {
    position: relative;
    padding: 20px;
}

.notify-body::after {
    content: '';
    display: block;
    clear: both;
}

.notify-body .close {
    position: absolute;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 1.2em;
    top: 3px;
    right: 4px;
    background: 0 0;
}

.notify-success .notify-body p,.notify-error .notify-body p {
    float: left;
    width: 226px;
    padding-left: 10px;
    text-align: justify;
    margin-bottom: 0;
}
.notify-error .notify-body p{
    color: #e50e00;
}
.notify-body img {
    float: left;
    width: 32px;
    height: auto;
}
.confirm-dialog-plugin {
    z-index: 200000;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 1px rgba(14, 14, 14, 0.4);
}
.confirm-dialog-plugin .confirm-dialog-body{
    text-align: left;
    padding: 0 8px 10px;
    font-size: 1.2em;
}
.confirm-dialog-plugin .confirm-dialog-header{
    font-size: 1.5em;
    font-weight: bold;
    padding: 8px;
}
.confirm-dialog-plugin .confirm-dialog-bottom{
    padding: 8px;
}
.confirm-dialog-plugin .confirm-dialog-bottom::after{
    content: '';
    display: block;
    clear: both;
}
.confirm-dialog-bottom>button:last-child{
    margin-right: 5px;
}
.confirm-box-shadow{
    position: fixed;
    background: rgba(204, 204, 204, 0.26);
    width: 100%;
    height: 100%;
    z-index: 20000000;
    left: 0;
    top: 0;
}