.menu {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #000000;
    z-index: 100;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 110; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.direction-button {
    background-color: #04AA6D;
    color: white;
    padding: 5px 10px;
    margin: 0px 0;
    cursor: pointer;
    width: 100%;
    opacity: .9;
    border: 2px #000000;
}

.delete-button:hover {
    opacity:1;
}

/****** Delete button *********/

* {box-sizing: border-box}

/* Set a style for all buttons */
.delete-button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.delete-button:hover {
    opacity:1;
}

/* Float cancel and delete buttons and add an equal width */
.delete-cancelbtn, .delete-deletebtn {
    float: left;
    width: 50%;
}

/* Add a color to the cancel button */
.delete-cancelbtn {
    background-color: #ccc;
    color: black;
}

/* Add a color to the delete button */
.delete-deletebtn {
    background-color: #f44336;
}

/* Add padding and center-align text to the container */
.delete-container {
    padding: 16px;
    text-align: center;
}

/* The Modal (background) */
.delete-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,.6); /* Black w/ opacity */
    padding-top: 50px;
}

/* Modal Content/Box */
.delete-modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.delete-close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.delete-close:hover,
.delete-close:focus {
    color: #f44336;
    cursor: pointer;
}

/* Clear floats */
.delete-clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.table-finished-goods {
    width: 2000px;
    margin-left: 8px;
    margin-right: 8px;
    top: 170px;
}

.table-ingredients {
    width: 1400px;
    margin-left: 8px;
    margin-right: 8px;
    top: 140px;
}

.table-ingredients {
    width: 1400px;
    margin-left: 8px;
    margin-right: 8px;
    top: 140px;
}

.table-inventory-io {
    width: 1600px;
    margin-left: 8px;
    margin-right: 8px;
    top: 170px;
}

/* Toolbox Styling */

.toolbox {
    position: fixed;
    top: 50px;
    height: 130px;
    background-color: #ffffff;
    width: 100%;
    z-index: 100;
}

.toolbox-sub-container {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.toolbox-sub {
    background-color: #ffffff;
    display: inline-flex;
    padding: 2px;
}

.toolbox-sub-1 {
    background-color: #dddddd;
    display: inline-flex;
}

.toolbox-sub-2 {
    position: fixed;
    top: 51px;
    height: 130px;
    background-color: #dddddd;
    width: 100%;
    z-index: 100;
}

.toolbox-sub-3 {
    position: fixed;
    top: 51px;
    height: 130px;
    background-color: #dddddd;
    width: 100%;
    z-index: 100;
}

.toolbox-text {
    color: #000;
    font: 24px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-emphasis: black;
    margin: 8px 8px 8px 8px;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
    .delete-cancelbtn, .delete-deletebtn {
        width: 100%;
    }
}