.blur3 {
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -o-filter: blur(3px);
    -moz-filter: blur(3px);
}

#carea {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
}

#mbox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    padding: 15px;
    background-color: #444;
    color: #fff;
    font: normal 16px / 150% Arial, Helvetica, Geneva, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: center;
    font-size: 140%;
    border-radius: 8px;

}

.cooall {
    display: block;
    max-width: 400px;
    border: #e5007d 1px solid;
    margin: 0 auto;
    font-weight: bolder;
    background-color: #e5007d;
    color: #fff;
    font-size: 100%;
    padding: 16px;
    text-align: center;
    cursor: pointer;

}

#mbox .cooedit {
    display: block;
    max-width: 280px;
    margin: 31px auto 60px auto;
    font-weight: bolder;
    color: #b6b6b6;
    font-size: 100%;
}

.cooall:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

#mbox .cooedit:hover {
    color: #e5007d;
}

#mbox a {
    color: #fff;
    font-size: 100%;

}

#mbox a:hover {
    text-decoration: none;
}

#mbox.warn {
    max-height: 80%;
    overflow: scroll;
}

#mbox table thead td {
    font-weight: bold;
}

#mbox.ok {
    border: #39cc64 1px solid;
    box-shadow: 0px 0px 30px rgba(57, 204, 100, 0.4);
}

#mbox.error {
    border: #eb1f20 1px solid;
    box-shadow: 0px 0px 30px rgba(182, 14, 18, 0.4);
}

#mbox .button {
    margin: 16px 0 0 0;
    font: normal bold 12px / 100% Arial, Helvetica, Geneva, sans-serif;
    color: #fff;
    background-color: #006fff;
    padding: 8px 16px 8px 16px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    align-items: flex-start;
    box-sizing: border-box;
    float: right;
}

#mbox .button.cancel {
    background-color: #888;
}

#mbox .button:hover {
    background-color: #004ccc;
}

#mbox .button.cancel:hover {
    background-color: #444;
}

.cconf {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 15px 20px 15px 20px;
    background-color: #444;
    color: #fff;
    font: normal 16px / 150% Arial, Helvetica, Geneva, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
    font-size: 125%;
    max-height: calc(100% - 40px);
    overflow: scroll;
    border-radius: 8px;

}

.cconf b {
    display: block;
    font-weight: bolder;
    font-size: 120%;
    margin-bottom: 30px;
    text-align: center;
}

.cconf a {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 100%;

}

.cconf a:hover {
    text-decoration: none;
}

.cconf .variante {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.cconf .variante span {
    color: #39ab3f;
    display: inline-block;
    float: right;
    font-size: 100%;
    font-weight: bold;
    margin-left: 15px;
}
.cnclsw {
    width: 34px;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: inset 1px 1px 3px #ccc;
    padding: 1px;
    box-sizing: border-box;
    transition: all 0.25s ease-out;
    cursor: pointer;
    float: right;
}

.cnclsw .slider {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 2px #bbb;
    margin: 1px 0 0 1px;
    transition: all 0.25s ease-out;
}

.cnclsw.on {
    background-color: #00cc4c;
}

.cnclsw.on .slider {
    margin: 1px 0 0 15px;
}

