#f-01{
    position: fixed;
}

.login{
    border-style: ridge;
    padding: 10px;
}

#login-mid{
    text-align: center;
}

footer
{
    padding:10px 0;
    background-color:#101010;
    color:#9d9d9d;
    bottom:0;
    width:100%;
    font-size: 120%;
    
}

marquee{
    background-color: #202020;
    color: #fefefe;
}

.nav-btn{
    margin: 4px 2px;
    padding: 10px 21px;
    display: inline-block;
    font-weight: bold;
    cursor:pointer;
    text-align: center;
    border: ridge;
    color:#ffffff;
    
}

.loginback{
    background:  url(LoginLogo.png) no-repeat center;
}

.nav-btn-selected{
    color:#101010;
    background-color: #fefefe;
}

.cust-order{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: -2px;
}

.btn-stock{
    color:#ffffff;
    background-color: green;
}

.btn-stock-insufficient{
    color:#ffffff;
    background-color: #eebb12;
    
}

.btn-stock-unavailable{
    color:#ffffff;
    background-color: #fe1212;
    
}

.btn-stock-not-selected{
    margin: 4px 2px;
    display: inline-block;
    text-align: center;
    color:#ffffff;
    background-color: #444444;
    
}

.order-bg{
    margin: 3px 0;
}

.order-bg1{
    background:#c5e0e7;
    margin: 1px;
}

.order-bg2{
    background: #c5e0e7;
    margin:2px;
    padding: 3px 0;
}

.cust-order1{
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.order-heading{
    margin-top: 20px;
    padding:5px;
}

.logout-align{
    text-align: right;
}

#company-table{
    font-size: 100%;
}

.no-display{
    display: none;
}

tr{
    font-size:20px;
}
#restable td,
#invDispTable td,
#restable th,
#invDispTable th
{
    height:100px;
    font-size:20px;
}


