body {
    overflow-y: scroll;
}
input[type="text"], th {
    text-align: center;
}
div.paquete {
    display: block;
}
div.tarima, div.volumen, div.bill_by {
    display: none;
}

div.guia_validate_response {
    text-align: center;
    height: 42px;
}
.alert-danger {
    background: #FF5252 !important;
    color: #f2dede !important;
}
.alert-success {
    background: #66BB6A !important;
    color: #dff0d8 !important;
}
.alert-info {
    background: #29B6F6 !important;
    color: #d9edf7 !important;
}
.alert-warning {
    background: #FFAB40 !important;
    color: #fcf8e3 !important;
}
.close {
    opacity: 1;
}
