#car-paga-rpon {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 10px;
  color: #000000;
  font-size: 0.75em;
  border: 1px solid #CCC;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#car-paga-rpon .tot-valor {
    float:right; 
    padding:5px;
}
.tot-valor {
    float:right; 
    padding:5px;
}
#car-paga-rpon .tot-valor #valor{
       color: #EC1E79;
}
.wrapper.rpon ul li.logo {
    height: 50px;
    background-size: auto 99%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(../imgs/rp-logo-rpon.png);
    border-bottom: 1px solid #E6E6E6;
}
.wrapper.rpon ul li .checkbox {
    content: '';
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 5px 15px 5px 0px;
    border: 1px solid #EC1E79;
    background-color: #fff;
}
.wrapper.rpon ul li {
    cursor: pointer;
    font-size: .80em;

    padding: 5px 10px;
}
.wrapper.rpon ul li.info {
    font-size: 1em;
}
.select-style {
    border: 1px solid #ccc;
    border-radius: 0px;
    overflow: hidden;
    /* background: #fafafa url("../../imagens/arrow.png") no-repeat 96% 50%; */
}

.select-style select {
    padding: 0px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}
#car-paga-rpon .more-info {
    font-size:10px;
}
#car-paga-rpon .more-info i{
    color:grey;
}
#car-paga-rpon #simula-sem-valor i{
    color:lightgrey;
}
table.rpon {
    width:100%;
}
table.rpon .more-info {
    font-size:10px;
}
table.rpon .more-info i{
    color:grey;
}
#modo-pagamento table.rpon span#tot-valor-total {
    margin:unset; 
    font-size:unset;
    font-weight:unset;
    color:#EC1E79;
}
table.rpon td:last-child {
    text-align:right; 
    width:5%;
}
table.rpon img {
margin-top:-10px; height:40px
}
