.body-font {
    font-family: Arial, Helvetica, sans-serif;
}

.login {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    background-color: #444242;
}

.login-input {
    border: none;
    border-radius: 4px;
    outline: none;
    padding: 10px;
}

.input-text {
    padding: 10px;
    outline: none;
}

.large-input-text {
    padding: 10px;
    outline: none;
    width: 250px;
}

.center {
    text-align: center;
}

.large-font {
    font-size: large;
}

.default-icon {
    fill: #D1CECE;
    height: 40px;
    vertical-align: top;
    width: 40px;
    cursor: pointer;
}

.default-icon:hover {
    fill: #f1f1f1;
}

.small-default-icon {
    fill: #D1CECE;
    height: 30px;
    vertical-align: middle;
    width: 30px;
}

.small-default-icon:hover {
    fill: #f1f1f1;
}

.clickable {
    cursor: pointer;
}

.spacer-big {
    display: inline-block;
    width: 50px;
}

.white-button {
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    outline: none;
    font-size: large;
}

.white-button:hover {
    background-color: #D1CECE;
}

.red-button {
    background-color: #e25757;
    color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    outline: none;
    font-size: large;
}

.red-button:hover {
    background-color: #b73d3d;
}

.opening-period-table {
    margin: 0 auto;
    border-collapse: collapse;
}

.opening-period-table th {
    padding: 15px;
    border: 1px solid #a7a5a5dd;
    background-color: #676464;
    color: white;
}

.opening-period-table td {
    padding: 15px;
    border: 1px solid #a7a5a5dd;
}

.opening-period-table tr {
    border: 1px solid #a7a5a5dd;
}

.opening-period-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.opening-period-table tr:hover {
    background-color: #dddddd;
    cursor: pointer;
}

.big-padding {
    padding: 20px;
}

.data-saved-msg {
    padding: 10px;
    background-color: #4c4b4bdd;
    color: #ffffff;
    position: fixed;
    bottom: 10px;
    left: 10px;
}

.select {
    width: 250px;
    padding: 10px;
    outline: none;
    background-color: #d7dbdb;
}

.blue-button {
    background-color: #a9d7f2;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    outline: none;
    font-size: large;
}

.blue-button:hover {
    background-color: #63a3c9;
}

.green-button {
    background-color: #6dd187;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    outline: none;
    font-size: large;
}

.green-button:hover {
    background-color: #4fa666;
}

.invalid-input {
    border: 1px solid #c72424;
}

.valid-input {
    border: 1px solid #4fa666;
}

.error-message {
    color: #c72424;
    font-weight: bold;
}

.small-red-button {
    color: #c72424;
    background-color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
    outline: none;
    font-size: large;
    font-weight: bold;
}

.small-red-button:hover {
    color: #ad4747;
    border: 1px solid #eff1f1;
    border-radius: 2px;
}

.order-overview-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.order-overview-list-item {
    padding: 5px;
    border: 1px solid #636262;
    margin-top: 10px;
}

.order-overview-sub-list {
    margin-top: 5px;
    border: 1px solid #63a3c9;
    list-style-type: none;
    padding: 5px;
}

.bold {
    font-weight: bold;
}

.error-msg-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(51,50,50,0.7);
    width: 100%;
    height: 100%;
    z-index: 100;
}

.error-msg {
    min-width: 200px;
    top: 50%;
    padding: 15px;
    text-align: center;
    transform: translate(-50%, -50%);
    position: fixed;
    background-color: #a45151;
    border-radius: 2px;
    color: white;
    left: 50%;
}

.price-in-overview {
    border: 2px solid #6dd187;
    display: inline-block;
    padding: 5px;
}

.event-lock-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.event-lock-list-item {
    padding: 3px;
}

.confirm-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(51,50,50,0.7);
    width: 100%;
    height: 100%;
    z-index: 100;
}

.confirm {
    min-width: 200px;
    top: 50%;
    padding: 12px;
    text-align: center;
    transform: translate(-50%, -50%);
    position: fixed;
    background-color: #b89326;
    border-radius: 2px;
    color: white;
    left: 50%;
}

.large-input-text-label {
    display: inline-block;
    padding: 5px;
    text-align: left;
    width: 270px;
    font-size: small;

}

.products-for-opening-period-table {
    margin: 0 auto;
    border-collapse: collapse;
}

.products-for-opening-period-table th {
    padding: 10px;
    border: 1px solid #a7a5a5dd;
    background-color: #676464;
    color: white;
}

.products-for-opening-period-table td {
    padding: 10px;
    border: 1px solid #a7a5a5dd;
}
