﻿html, body {
    min-height: 100%;
    height: 100%;
    margin: 0px 0px;
    padding:0px 0px;
}

.header {
    width: 100%;
    height: 40px;
    background-color: gray;
}

.leftPanel {
    border-right: solid 1px lightGrey;
    height: 100%;
    width: 300px;
    padding-top:20px;
    font-size: 18px;
}

.mainFrame {
    position: absolute;
    top: 40px;
    left: 300px;
    padding-top: 50px;
    padding-left:50px;
}

.menuOption{
    margin-bottom:20px;
    display:flex;
    align-items:center;
}

.menuImage {
    padding: 5px;
    padding-right: 20px;
    border: none;
    height: 40px;
}

img.logo{
    width:300px;
    height:40px;
    vertical-align:middle;
}

.alert {
    color: red;
    font-weight:bold;
}
.orderItemCell {
    text-align:right;
    vertical-align:top;
}

.buttonRounded {
    background-color:powderblue;
    font-weight:bold;
    border-radius:15px;
}

.navlinks {
    font-size:20px;
    margin-bottom:10px;
}

