.suma-left{
    padding: 0px 15px 0px 15px;
    margin-bottom: 15px;
    height: 352px;
}

.rata-lunara{
    height: 50%;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid rgb(25, 180, 207);
    background-color: rgb(25, 180, 207);
    padding-top: 20px;
}

.rata-lunara h4{
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}

.rata-lunara p{
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
}

.total-plata{
    border-radius: 0px 0px 5px 5px;
    height: 50%;
    border: 1px solid rgb(25, 180, 207);
    padding-top: 20px;
}

.total-plata h4{
    color: black;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}

.total-plata p{
    color: black;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
}

.ui-slider-handle {
    border-radius: 15px !important;
    width: 30px !important;
    height: 30px !important;
    outline: none !important;
    background: #fff url(../images/slider.png) no-repeat center !important;
    padding: 2px;
    margin-top: -5px;
}
.btn{
    border-radius: 5px!important;
}
.btn-default{
    background: #01C0E1!important;
}
.btn:hover{
    background: #009DB8!important;
}
.modal-dialog{
    z-index: 9999;
}

.card-underline .card-head {
    border-bottom: 1px solid #e5e5e5;
}

.card-head header {
    display: inline-block;
    padding: 11px 24px;
    vertical-align: middle;
    line-height: 17px;
    font-size: 20px;
}

body input, body textarea, body select {
    font-family: "Times New Roman", sans-serif !important;
}
.btn {
    border-radius: 5px!important;
}

