.sb-btn
{
    color: #ffffff;
}

.sb-label
{
    font-size: 0.9em;
    font-family: Lato-Regular;
    text-align: center;
}

.sb-label-1
{
    font-weight: bold;
}

.sb-label-2
{

}

.sb-quantity
{
    width: 60px;
}

.sb-up-10
{
    margin-top: -7px;
}

.sb-down-10
{
    margin-top: 10px;
}

.sb-price-comp
{
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: right;
    font-family: Lato-Regular;
}

.sb-price-sub
{
    font-size: .8em;
}

.sb-label-price
{
    font-weight: bold;
    color: #65bd6c;
}

.sb-grid-price
{
    text-align: right;
}

.body-scheduledbuy
{
    font-size: 0.833em;
    font-family: Lato-Regular;
}

.sb-info-text
{
    border: 1px solid #ff0033;
    color: #747474;
    font-family: Lato-Regular;
}

.sb-text-title
{
    text-align: center;
    font-size: 1.5em;
}

.scheduledbuyEnv
{
    color: #666;
    font-size: 0.8em;
}

.sb-input-label
{
    padding-left: 0px !important;
    margin-top: 5px;
}

.sb-radio
{
    margin: 0px 0px 0px 0px !important;
    padding: 10px 30px 10px 30px !important;
}

.sb-radio-selected
{
    background-color: #e7e7e7;
}

.sb-response
{
    font-size: 0.9em;
    font-family: Lato-Regular;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

/*.sb-response-title
{
    font-size: 1.3em;
    font-family: Lato-Regular;
    text-align: center;
}*/

/*.sb-account-section-content
{
    font-family:Montserrat-Medium, sans-serif;
    padding: 0px 10px 0px 10px;
    color: #303030;
    font-size: 13px;
}*/


.sb-overview-table
{

}

.sb-list-table
{
    margin: 20px 0 10px 0;
    background-color: #ffff;
}

/*.sb-list-table-head
{
    border: none;
}*/

/*.sb-table-item
{
    padding: 0;
    margin-bottom: 15px;
    border: none;
    text-align: center;
}*/

.sb-action-btn-container
{
    width: 150px;
}

/*.sb-action-btn
{
    margin: 0px;
    background-color: #fff;
    border-color: #9d9d9d;
    color: #000;
    width: 50px;
}*/

.btn-block.sb-action-btn
{
    width: 100%;
}

.sb-action-btn:hover
{
    background-color: #fff;
    border-color: #4d4d4d;
    color: #000;
}

.sb-action-btn:active
{
    background-color: #000;
    border-color: #4d4d4d;
    color: #fff;
}

.sb-action-btn[disabled]:active
{
    background-color: #fff;
    border-color: #9d9d9d;
    color: #000;
}
.sb-responsive-content
{
    background-color: #ffffff;
}
/*
.sb-checkbox
{
    margin-left: 0px;
}
*/

/*.sb-widget
{
    margin-top: 1.25em;
    margin-right: 0.625em;
    padding-left: 1.875em;
    padding-right: 1.875em;
    padding-top: 1.875em;
}*/

.sb-well-table
{
    background-color: #f4f4f4;
}

#global {
    height: 200px;
    width: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}
#summarySB {
    height: 200px;;
}
.texto {
    padding:4px;
}

.cont-input-destial label.sb-input-label::before {
    all: unset;
}
/*.sb-radio-detail {
    border: 1px solid #D3D5DB;
    margin-top: 20px;
    border-radius: 10px 10px 10px 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    background-color: white;
}*/

.sb-toggle
{
    background-color: #33cc81;
}

.sb-modal
{
    font-family: Lato-Regular;
    display: none;
    overflow: hidden;
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-backdrop
{
    background-color: #000;
}

.modal-backdrop.in {
    opacity: 0.2;
    filter: alpha(opacity=20);
}