/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.text-muted {
    color: #6c757d !important;
}

.help-text {
    font-size: 80%;
    font-weight: 400;
}

.alignment-hack {
    color: #fff;
    user-select: none;
}

@media (max-width: 770px) {
    .media-hide {
        display: none !important;
    }

    .jconfirm-content {
        height: 212px !important;
    }
}

.jconfirm-content {
    height: 90px;
}

.jconfirm-buttons button {
    color: #fff !important;
    background-color: #246cb1 !important;
    border-radius: 5px !important;
    padding: 10px 24px !important;
    font-weight: 700 !important;
}

.select-field.cotizacion {
    color: black !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: visible !important;
}
