*.erfolg {
    /*background: url(/images/symbols/ok48.png) 10px 10px no-repeat transparent;*/
    margin: 1em;
    padding: 0.7em;
    padding-left: 75px;
    background-color: #7CBD71;
    border: 1px solid #3B6721;
    color: white;
    font-weight: bold;
    min-height: 40px;
    /*font-size: 120%;*/
    text-align: justify;
    position: relative;

    width: auto;
    max-width: 90em;
    margin: 1em auto !important;
    padding: 0 4em 0 4em;
}

*.erfolg:before {
    font-family: FontAwesome;
    content: "\f00c";
    display: block;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-shadow: 1px 1px 1px #333;

    /*top:20px;
    margin-top: 5px;*/
    margin-left: -60px;
    font-size: 3.5em;
    /*color: #8DD481;*/
    position: absolute;

    background: #15753c;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 2.5em;
    color: #fff;
}

*.erfolg a {
    color: #35547F;
}

*.warnung, *.fehler {
    margin: 1em;
    padding: 0.7em;
    background-color: #CA7370;
    /*border: 1px solid #FF0033;*/
    color: white;
    font-weight: bold;
    min-height: 40px;
    /*font-size: 120%;*/
    text-align: justify;
    position: relative;
    padding-left: 80px;

    /* DELETE IF IT CAUSES ERRORS */
    width: auto;
    max-width: 90em;
    margin: 1em auto !important;
    padding: 0 4em 0 4em;
}

.status-error {
    position: relative;

    width: auto;
    max-width: 90em;
    min-height: 40px;
    margin: 1em auto;

    padding: 0 4em 0 4em;

    color: #333333;
    font-weight: normal;
    text-align: justify;
}

.status-error-red {
    color: red;
    font-weight: bold;
}

*.warnung:before, *.fehler:before {
    position: absolute;
    display: inline-block;
    content: "\f071";
    transform: scale(1.5);
    top: .6em;
    z-index: 1;

    margin-left: -50px;
    margin-top: 5px;

    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 2em;
    color: #f8ad03;
    background: linear-gradient(to right, transparent 0%, white 0%, white 100%);
    background: -ms-linear-gradient(to right, transparent 0%, white 0%, white 100%);
    background-size: 8px 15px;
    background-repeat: no-repeat;
    background-position: center;

}

.warnung.alert, .fehler.alert, .info.alert, .erfolg.alert {
    padding-left: 80px !important;
    min-height: 80px;
    padding-right: 50px !important;
}

.alert button.close {
    position: relative;
    margin-right: -1.5em;
}

*.warnung.alert:before, *.fehler.alert:before, *.info.alert:before {
    top: 1em !important;
}

/*
*.fehler:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 25px;
    z-index: 1;
    background: #fff;
    margin-left: -2.5em;
    margin-top: -2.4em;
} */


*.warnung a, *.fehler a {
    color: #7AB6FA;
}

*.info {
    margin: 1em;
    padding: 0.7em;
    padding-left: 80px;
    background-color: #6B9BC3;
    border: 1px solid #3F6EA2;
    color: white;
    font-weight: bold;
    min-height: 40px;
    /*font-size: 120%;*/
    text-align: justify;
    position: relative;

    /* DELETE IF IT CAUSES ERRORS */
    width: auto;
    max-width: 90em;
    margin: 1em auto !important;
    padding: 0 4em 0 4em;
}

*.info:before {
    margin-left: -50px;
    margin-top: 5px;
    content: "\f05a";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    position: relative;
    font-size: 2em;
    transform: scale(2);
    z-index: 1;
    margin-right: 30px;
    margin-bottom: 30px;
    top: .6em;
    color: #3F6EA2;
    position: absolute;
    background: linear-gradient(to right, transparent 0%, white 0%, white 100%);
    background-size: 8px 15px;
    background-repeat: repeat-y;
    background-position: center top !important;


}

*.info a {
    color: #35547F;
}

*.confirm input[type=reset], *.confirm .type-button input[type=reset] {
    background: #454545 url(/yaml/screen/images/button_gray.png) top left repeat-x;
}