.float-right {
    float: right;
}
.float-left {
    float: left;
}
.padding-5-px {
    padding: 5px;
}
.padding-15-px {
    padding: 15px;
}
.width-100-percent {
    width: 100%;
}
.cursor {
    cursor: pointer;
}
.text-bold {
    font-weight: bold;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.shipment_tab table {
    width: 100%;
}
.vmpayment_description, .vmshipment_description {
    padding: 0px !important;
}
.envio_id > div {
    border: 3px solid #fff;
    clear: both;
}
#pagamento_escolhido  table, #envio_escolhido  table {
    width: 100%;
}
#pagamento_escolhido  table tr td:first-child, #envio_escolhido  table tr td:first-child {
    width: 10%;
}
#pagamento_escolhido .vmpayment_description {
    display: none;
}
#pagamento_escolhido .vmpayment_name {
    text-transform: uppercase;
}