body
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}

#map
{
    background-image: url(./img/mappa.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    height: 100vh;
    width: 100vw;
}

#images img
{
    height: 50px;
    width: 33px;
    position: fixed;
}

#options, #request, #nurseInfo
{
    display: none;
    position: fixed;
    top: 0;
    background-color: white;
    border: 1px solid black;
    font-size: 18px;
    padding: 10px;
}

button
{
    border: none;
    color: #FFFFFF;
    padding: 15px 32px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin: 5px !important;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    background-color: blueviolet;
}

#book button
{
    background-color: #4CAF50;
}

#delete button
{
    background-color: #f44336;
}

#request button
{
    background-color: #008CBA;
}

#automated-scrip-buttons
{
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 22px;
}

#automated-scrip-buttons .input
{
    margin-bottom: 5px;
}
#automated-scrip-buttons button
{
    font-size: 20px;
}

input[type=number]
{
    width: 80px;
    font-size: 19px;
}
input[type=checkbox]
{
    width: 20px;
    height: 20px;
}