.modal-dialog {
    width: 80%;
    height: 80%;
}

.modal-content {
    height: auto;
}

.pad {
    margin-bottom: 10px;
}

.pad_up {
    margin-top: 60px;
}

.alert {
    width: 50%;
    height: 50%;
}

html,
body {
    height: 100% !important;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.borde {
    border: #544cff solid 1px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #5de7ff;
}

.minAlt {
    min-height: 200px;
}

.maxAlt {
    max-height: 200px;
    overflow-y: auto;
}

.tableAlt {
    height: 260px;
    overflow-y: auto;
}

.magenInterno {
    padding: 0 0 10px 10px;
}

/* 
div.cover-image {
    background-size: contain;
    background-position: center;
    margin: 0 auto;
} */

.cover-image.hero {
    background: url('../img/logo.jpg');
    background-color: hsl(198, 100%, 43%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.derecha th {
    text-align: right;
}

.top-marg10 {
    margin-top: 10px;
}

.stockTable {
    max-height: 70vh;
    overflow: auto;
}

.low {
    background-color: #ff6666;
}

.objectModal {
    width: 100%;
}

.gray-out {
    background-color: lightgray;
    color: gray;
}