/* Reset some default styles for consistency across browsers */
body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

/* Set a background color and font for the entire page */
body {
    background-color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    
}
a
{
    text-decoration: none;
    color: #000000;
}
button
{
    background-color: #153F3B;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px 0 10px;
}
button:hover
{
    cursor: pointer;
    background-color: #2d867d;
}
h1, h2, h3
{
    letter-spacing: 2px;
    display: inline-block;
}
h2
{
    font-size: 21px;
    margin-bottom: 20px;
}
p
{
    font-size: 15px;
    font-weight: 400;
}
b
{   
    font-weight: 700;
}
.verysmallp
{
    font-size: 10px;
}
.smallp
{
    font-size: 12px;
    letter-spacing: 3px;
}
.bigp
{
    font-size: 18px;
}
.verybigp
{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 10px;
}
.blackp
{
    color: #000000;
}
.whitep
{
    color: #FFFFFF;
}
.redp
{
    color: red;
}
.upperp
{
    text-transform: uppercase;
}
.nospacing
{
    letter-spacing: 1px;
}
.lilspacing
{
    letter-spacing: 2px;   
}
.alignleft
{
    float: left;
}
.alignright
{
    float: right;
}
.container
{
    width: 100vw;
    height: 100vh;
    display: flex;
}
.content
{
    width: 90%;
    margin: 0 auto 0 auto;
}
.nav
{
    width: 11%;
}
.deck
{
    width: 80%;
    padding-top: 35px;
}
.flex-center
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginTBL
{
    width: 400px;
    text-align: center;
}
.loginTBL td
{
    padding: 10px 0 10px 0;
}
.loginTBL h1, .loginTBL h2
{
    display: block;
    text-align: left;
}
.loginTBL .INP
{
    width: 90%;
    height: 50px;
    border: thin solid #7CCBC3;
    border-radius: 6px;
    padding: 0 5% 0 5%;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #153F3B;
}
.loginTBL .INP:focus
{
    outline: none;
    border-bottom: 2px solid #153F3B;
}
.frmBTN
{
    width: 101%;
    height: 60px;
    letter-spacing: 2px;
    background-color: #153F3B;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.frmBTN:hover
{
    cursor: pointer;
    background-color: #2d867d;
}
.userinfo
{
    margin: 20px auto;
    text-align: center;
}
.userinfo h1
{
    color: #153F3B;
}
.userinfo h3
{
    margin: 20px 0 0 0;
}
.buttonItem
{
    background-color: #569f8d;
    color: #FFFFFF;
    width: 150px;
    height: 40px;
    margin: 0 auto 20px auto;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
}
.buttonList
{
    margin: 20px 0 20px 0;
    width: 200px;
}
.linkItem
{
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #3acdb8;
    color: #ffffff;
    width: 220px;
    height: 40px;
    text-align: center;
    border-radius: 6px;
}
.linkBTN
{
    background-color: #569f8d;
    color: white;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0 10px 0;
}
.genDisplay
{
    border-collapse: collapse;
    margin: 20px 0px 20px 0;
}
.genDisplay th
{
    background-color: #7a7a67;
    color: white;
    padding: 20px 15px 20px 15px;
}
.genDisplay tr:nth-child(even)
{
    background-color: #e9eacd;
}
.genDisplay tr:nth-child(odd)
{
    background-color: #f2f2f2;
}
.genDisplay td
{
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    font-weight: 400;
}
.ordTop
{
    border: thick solid #7a7a67;
    border-radius: 20px;
    background-color: #e9eacd;
    margin: 20px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ordDet
{
    float: left;
    width: 200px;
    height: auto;
    padding: 20px;
    text-align: center;   
}
.ordCLDet
{
    float: right;
    width: 300px;
    height: auto;
    padding: 20px;
}
.ordDisplay
{
    border-collapse: collapse;
    margin: 0px 0px 20px 0;
}
.ordDisplay th
{
    background-color: #7a7a67;
    color: white;
    padding: 10px;
}
.ordDisplay tr:nth-child(even)
{
    background-color: #e9eacd;
}
.ordDisplay tr:nth-child(odd)
{
    background-color: #f2f2f2;
}
.ordDisplay td
{
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
}
.ordBTN
{
    width: auto;
    height: 40px;

}
.ordEDTAdd td
{
    background-color: #7a7a67;
}
.ordEDTBTN
{
    padding: 5px 10px 5px 10px;
}
.smallBTN
{
    width: 45px;
    font-size: 10px;
    font-weight: 300;
    padding-right: 2px;
    padding-left: 2px;
}
.prodDetTBL
{
    border-collapse: collapse;
}
.prodDetTBL td
{
    padding: 10px;
}
.prodDetTBL td:nth-child(odd)
{
    text-align: right;
    background-color: #efefdc;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.prodDetTBL td:nth-child(even)
{
    background-color: #f7f7ed;
}
.prodDetTBL .txtINP
{
    width: 92%;
    height: 200px;
    resize: none;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.2;
    background-color: #f9f9f9;
    color: #333;
}
.prodDetTBL .inputs
{
    background-color: #f9f9f9;
    color: #333;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}
.prodDetTBL .nrmINP
{
    width: 92%;
}
.prodDetTBL .smallINP
{
    width: 30%;
}
.prodDetTBL .sel
{
    background-color: #BFBFBF;
    color: #000;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}
.prodDetTBL .nrmSEL
{
    width: 96%;
}
.prodDetTBL .smallSEL
{
    width: 30%;
}
#result /* Stock & Weight Update result*/
{
    width: 100%;
    height: 45px;
    text-align: center;
    color: #2e2f2f;
    text-transform: none;
    line-height: 20px;
}
.resultVAL
{
    color: red;
    display: block;
}
.ImgUpldFrm
{
    width: 60%;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.ImgUpldFrm .frmBTN
{
    width: 100%;
}
.ImgUpldFrm button
{
    background-color: #b9b9ac;
    width: 50%;
    height: 50px;
    margin: 20px 0 20px 0;
    position: absolute;
    right: 0;
}
.ImgUpldFrm button:disabled
{
    background-color: #cccccc;
    cursor: not-allowed;
}
.fileINP
{
    height: 40px;
    text-align: right;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: red;
}
.UploadResult
{
    text-align: right;
    color: red;
    font-size: 20px;
}
#imgDisp img
{
    width: 100px;
    height: 100px;
}
.IMGlist
{
    text-align: center;
    margin: 20px;
    padding: 20px;
    border: thin solid aquamarine;
    border-radius: 10px;
}
.IMGlist h2, .IMGlist h3
{
    margin: 0 0 5px 0;
    width: 200px;
}
.IMGlist h3
{
    font-size: 15px;
    color: cadetblue;
}
.IMGlist table td
{
    vertical-align: middle;
    padding: 0 5px 0 5px;
}
.IMGlist table td:first-child
{
    width: 220px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
#editIMGDiv .ImgUpldFrm
{
    text-align: left;
    width: 93%;
    margin: 20px;
}
#DelResults
{
    flex-direction: column;
}
#DelResults p
{
    color: red;
    line-height: 30px;
}
#pResult
{
    margin-top: 20px;
}
.pageOPT
{
    float: right;
    margin-top: -100px;
}
.pageOPT button
{
    margin-right: 10px;
    padding: 10px;
}