

/* Start:/configurator_raec/raek_conf.css?17442754811054*/
.hidden{
    display: none;
}

.conf-mess{
    background: #fff; 
    border: 1px solid #f0f3f8;
    border-radius: 5px;
    width: 400px;
    min-height: 200px;
    margin-top: -200px;
    margin-left: -200px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 1px 1px 10px 5px rgba(134, 137, 148, 0.2);
    z-index: 10000;
}

.conf-mess-inner{
    padding: 1rem;
}

.conf-mess-close{
    display: block;
    margin: 0 0 0 auto;
    width: 20px;
    height: 20px;
    color: #868994;
    border: 1px solid #868994;
    text-decoration: none;
    line-height: 1rem;
    text-align: center;
    border-radius: 3px;

}

.conf-mess-close:hover{
    color: #868994;
    text-decoration: none;
}

.conf-mess-txt{
    padding: .5rem;
    font-size: 0.9rem;
}

.conf-mess-txt span, 
.conf-mess-txt a{
    display: block;
    font-size: .8rem;
    margin-bottom: .5rem;
}

.conf-mess-txt a{
    color: #868994;
}

.err{color: #e91836;}
.warn{color: #e98e18;}
.success{color: #169b0f;}
/* End */
/* /configurator_raec/raek_conf.css?17442754811054 */
