
.contador2 {
    width: 450px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: fixed !important;
    bottom: 20px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	z-index:999;
	left:26px;
}

#btn-report:checked~.contador2 {
    -webkit-transform: translateX(-6%);
    transform: translateX(-6%);
}

.continfo2 {
    width: 100%;
    background: #fff;
    border: 1px solid #CFD8DC;
}

.continfo2-img {
    width: 100%;
    height: 30px;
    padding: 5px;
}

.continfo2-img img {
    height: 100%;
}

.continfo2-report {
    width: 420px;
    height: 80%;
    margin: 0px;
    overflow: hidden;
}

.continfo2-ip {
    width: 100%;
    height: 15px;
	margin-bottom:15px;
}

.continfo2-ip p {
    font-family: sans-serif;
    font-size: 10px;
    text-align: center;
    padding-bottom: 2px;
	margin:0px;
}

.cont2 {
    width: 30px;
    height: 180px;
    background: #001c54;
    border-radius: 0px 15px 15px 0px;
    border-left: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.numeros2 {
    width: 100%;
    height: 140px;
    margin-top: 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.numeros2 p {
    color: #fff !important;
    font-family: sans-serif;
    text-align: center;
	margin:0px;
}

.contreport2 {
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 0px 0px 15px 0px;
}

#btn-report {
    display: none;
}

.contreport2 span {
    cursor: pointer;
	color:#FFF !important;
}
