body {
    width: 100%;
    height: 95vh;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    background-size: cover;
    overflow: auto;
}
.div-Scroll {
    height: 93vh;
    overflow: auto;
}
.aMenu {
    width: 50px;
    height: 50px;
}
.aMenu2 {
    width: 35px;
    height: 35px;
}
#div-Img {
    min-height: 50vh;
    max-height: 85vh;
    border: solid darkblue;
    top: 60px;
    overflow: none;
    left: 90px;
    width: 90%;
    position: fixed;
}
.carousel-inner {
    max-height: 84vh;
}
.div-Content {
    min-height: 50vh; 
    max-height: 90vh; 
    top: 55px; 
    overflow: hidden auto;
    left: 90px;
    width: 90%;
    position: fixed;
}
.div-Order {
    left: 70px;
    background-color: beige;
    top: 0;
    width: 95%;
    overflow: hidden;
    border: solid;
    height: 100vh;
    position: fixed;
}
.div-Message {
    background-color: yellow;
    border: solid black;
    text-align: center;
}
.div-Info {
    max-height: 200px;
    overflow: auto;
}
.div-Info-Big {
    max-height: 300px;
    overflow: auto;
}
.div-Menu {
    width: 70px;
    height: 90vh;
    top: 5vh;
    position: fixed;
    overflow: hidden auto;
}
.div-Menu2 {
    width: 50px;
    margin-left: 15px;
    min-height: 50px;
    max-height: 110px;
    overflow: hidden auto;
}

#div-Message {
    left: 10%;
    width: 80%;
    top: 45vh;
    position: fixed;    
}

.icon-bar-pdf {
    position: fixed;
    top: 5%;
    left: 2px;
    transform: translateY(-50%);
}
.icon-bar {
    position: fixed;
    top: 50%; 
    left: 10px;
    width: 35px;
    transform: translateY(-50%);
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 8px;
    margin: 1px;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 20%;
}
.icon-bar a:hover {
    color: red;
    cursor: pointer;
    border-color: aqua;
}

.table {
    font-size: 12px;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: x-large;
}
.modal-header, .modal-body, .modal-footer {
    padding-top: 1px;
    padding-bottom: 1px;
}
.modal-body > div {
    margin-top: 1px;
    margin-bottom: 1px;
}
.modal-pdf {
    max-width: 1000px;
}

.fa:hover {
    color: red;
} 

.btnUmum {
    background: none;
    border: none;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

.spinning {
    border: 10px solid red;
    border-radius: 10px 500px;
    animation: spin 20s linear infinite;  
}

@keyframes spin {
    0% { transform: rotate(0deg); padding-left: 25px;}
    50% { transform: rotate(180deg); padding-left: 50px;}
    100% { transform: rotate(360deg); padding-left: 75px;}
}
