/* top simulation */



a.top-simulation {
    text-align:center;
    text-decoration:none;
    margin:0 auto;
    display:block;
    position:relative;
    height:36px;
    line-height:35px;
    color:#fff;
    font-size:1.2em;
    width:60%;
}

a.top-simulation-on {
    background:url(../img/btn_bg.png) no-repeat left -168px;
}

a.top-simulation-off {
    background:url(../img/btn_bg.png) no-repeat left 0px;
}

a.top-simulation:after {
    content:"";
    position:absolute;
    right:-5px;
    border:0px
    solid red;
    top:0;
    height:100%;
    width:6px;
}

a.top-simulation-on:after {
    background:url(../img/btn_bg.png) no-repeat right -168px;
}

a.top-simulation-off:after {
    background:url(../img/btn_bg.png) no-repeat right 0px;
}

@media screen and (max-width:845px){
    a.top-simulation {margin:1% 10%; width:80%; height:56px; line-height:55px;}
}


/* https://isabelcastillo.com/error-info-messages-css */
.info, .success, .warning, .error {
    margin: 10px 0px;
    padding:12px;

}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFD2D2;
}

.field-error {
    margin: 10px 0px;
    padding:5px;
    color: #D8000C;
    background-color: #FFD2D2;
}
