.btn-festiboda {
    background: #EE2750;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    /* identical to box height, or 100% */
    text-align: center;
    color: #FFFFFF;
}

.orden-titulo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #58595B;
}

.orden-realizada {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    color: #58595B;
}

.orden-realizada-fecha {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    color: #58595B;
}

.primera-caja {
    margin-left: 1%;
}

.operadores {
    margin-bottom: 2%;
}

.seleccion-cajas {
    margin-top: 5%;
    margin-bottom: 2%;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-button label {
    display: inline-block;
    height: 52px;
    width: 60px;
    border-radius: 10px !important;
    background-color: #D9D9D9;
    padding: 4px 11px;
    color: #58595B;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}

.radio-button input[type="radio"]:checked+label {
    background-color: #EE2750;
    color: #fff;
}

.radio-button-xl input[type="radio"]:checked+label {
    background-color: #EE2750;
    color: #fff;
}

.radio-button-xl input[type="radio"] {
    display: none;
}

.radio-button-xl label {
    display: inline-block;
    height: 60px;
    width: 80px;
    border-radius: 10px !important;
    background-color: #D9D9D9;
    /* padding: 4px 11px; */
    color: #58595B;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}

.radio-button input[type="radio"]:checked+label {
    background-color: #EE2750;
    color: #fff;
}

.radio-button-jumbo input[type="radio"] {
    display: none;
}

.radio-button-jumbo label {
    display: inline-block;
    height: 92px;
    width: 90px;
    margin-left: 10px;
    border-radius: 10px !important;
    background-color: #D9D9D9;
    /* padding: 4px 11px; */
    color: #58595B;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}

.radio-button-jumbo input[type="radio"]:checked+label {
    background-color: #EE2750;
    color: white;
}

.radio-button-jumbo input[type="radio"]:checked+label+.label-top img {
    filter: brightness(0) invert(1);
}

.cajas {
    margin-right: 2%;
    height: 92px;
    width: 110px;
    border-radius: 10px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    text-align: center;
    color: #58595B;
    background: #D9D9D9;
    border-color: #D9D9D9;
}

.cajas-chicas {
    margin-right: 2%;
    height: 52px;
    width: 60px;
    border-radius: 10px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    text-align: center;
    color: #58595B;
    background: #D9D9D9;
    border-color: #D9D9D9;
}

.cajas-medianas {
    word-wrap: normal;
    margin-right: 2%;
    height: 61px;
    min-width: 75px !important;
    width: 75px !important;
    border-radius: 10px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    /* identical to box height, or 200% */
    text-align: center;
    color: #58595B;
    background: #D9D9D9;
    border-color: #D9D9D9;
}

.text-tipo-guia {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    text-align: right;
    color: #58595B;
}

.paqueterias {
    margin-right: 2%;
    margin-bottom: 6% !important;
    height: 52px;
    width: 92px;
    border-radius: 10px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    text-align: center;
    color: #58595B;
    background: #D9D9D9;
    border-color: #D9D9D9;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #EE2750;
    border-color: #EE2750;
}

.cajas:hover,
.cajas-chicas:hover,
.cajas-medianas:hover {
    color: #fff;
    background-color: #EE2750;
    border-color: #EE2750;
}

.label-radio:hover {
    color: #fff;
    background-color: #EE2750;
    border-color: #EE2750;
}

.label-top {
    margin-top: 12%;
}

.label-icon {
    font-size: large !important;
}

.label-icon-xl {
    font-size: xx-large !important;
}

.date-picker-wrapper {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    text-align: center;
    color: #58595B !important;
    background-color: transparent !important;
    border: none !important;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
    background-color: #EE2750!important;
    color: #fff!important;
    border-radius: 10px;
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #EE2750!important;
    color: #fff!important;
    border-radius: 10px;
    margin-left: 7px;
}

.date-picker-wrapper .month-wrapper table .day {
    margin-left: 7px;
}

.date-picker-wrapper .month-wrapper {
    border: none !important;
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 10px !important;
}