﻿
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 1.42857143;
    height: 34px;
}

.margin-top-18 {
    margin-top: 18px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.btn-entrega-recepcion {
    height: 31px;
}

.margin-right-5 {
    margin-right: 5px;
}

.pointer {
    cursor: pointer;
}

.paso-recepcion {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    opacity: 0.65;
}

.paso-seleccionado {
    opacity: 1 !important;
}

div.alert.mensaje {
    white-space: pre-wrap;
}

.margin-left-10 {
    margin-left: 10px;
}

.bar-right {
    position: absolute;
    top: 21px;
    height: 8px;
    border-top: 6px solid #ddd;
    right: 0;
    left: 50%;
    margin-left: 40px;
}

.bar-left {
    position: absolute;
    top: 21px;
    height: 8px;
    border-top: 6px solid #ddd;
    right: 50%;
    left: 0;
    margin-right: 40px;
}

.no-border {
    border: none !important;
}

.has-error {
    border-color: red;
}

textarea {
    resize: none;
}