.box-terminodevendas{
    margin: 10px 0 0;
}
.terminodevendas{
    background-color: #FAFAFA;
    border-top: 1px solid #EBEBEB;
    display: inline-block;
    height: auto;
    margin: 0px;
    width: 100%;
    padding: 10px 0 0;
    box-shadow: 0 1px 2.5px rgb(0 0 0 / 20%);
}
.cpValue{
    font-weight: 800;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width:100%;
}
.cpValueLb{
    height: 20px;
    line-height: 20px;
    text-align: center;
    width:100%;
}

.cpLabel {
    font-size: 14px;
    color: #676565;
    float:left;
    font-weight: 500;
    height:40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width:40%;
}
.cpLabel:before {
    font-family: "fontello";
    content: '\EA34';
    font-size: 16px;
    margin-right: 5px;
}
.cpDivs{
    color: #00aeff;
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 15%;
}

.cpDias, .cpHoras, .cpMinutos{
    border-right: 1px solid #e0e0e0;
}

.cpMensagem{
    background-color: #FAFAFA;
    border: 1px solid #EBEBEB;
    clear: both;
    color: #BB2222;
    display: none;
    margin-top: -1px;
    text-align: center;
    width: 100%;
    -webkit-transition: border 1s linear; /* Safari */
    transition: border 1s linear;
}

.cpMensagem span{
    -webkit-transition: visibility 0.1s; /* Safari */
    transition: visibility 0.2s;*/
}