﻿body {
    margin: 0px;
    padding: 0px;
}

.titleLbl {
    display: block;
    width: 100%;
    font-family: Arial;
    font-weight: bold;
    font-size: 1em;
    color: olivedrab;
    text-align: left;
    margin-top: -15px;
    margin-bottom: 15px;
    margin-left: 450px;
}

.warnlbl {
    display: inline-block;
    vertical-align: top;
    color: black;
    font-size: 1em;
    width: 200px;
    margin-right: 150px;
    margin-top: 1px;
    text-align: right;

}

.outputLbl {
    display: inline-block;
    vertical-align: top;
    color: black;
    font-size: .7em;
    width: 90px;
    margin-right: 5px;
    margin-top: 1px;
    text-align: right;
}

.inputLbl {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: purple;
    font-size: .8em;
    font-weight: bold;
    width: 70%;
    height: 14px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left;
}

.inputLblShort {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: purple;
    font-size: .8em;
    font-weight: bold;
    width: 90px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left;
}

.ddl {
    display: inline-block;
    outline-color: black;
    font-size: 1em;
    width: 150px;
    height: 22px;
    margin-left: -3px;
    font-weight: bold;    
}

.imageWrapper {
    width: 100%;
    padding-top: 5px;
}

.Wrapper1 {
    display: inline-block;
    width: 20%;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 110px;
    vertical-align: top;
    padding: 5px;
}

.Wrapper2 {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding: 0px; padding-top: 5px;
}

.Wrapper3 {
    width: 100%;
}

.Wrapper4 {
    width: 280px;
    height: 304px;
    background-color: white;
    margin-left: 40%;
    margin-top: 5px; margin-bottom: 17px;
    padding-left: 20px;
}

.Wrapper5 {
    width: 300px;
    height: 100px;
    background-color: white;
    margin-left: 40%; margin-bottom: 15px;
    padding: 5px;
    align-items:center;
}
.innerWrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 45%;
}

.colorPanel{
    display: inline-block;
    width: 25px; min-height: 25px;
    margin-left: 10px; margin-right: 10px;
    border: .5px solid white; border-radius: 10px;
}

.Symbol {
    display: inline-block;
    width: 80px;
    height: 70px;
    border: .5px solid black;
    border-radius: 10px;
    margin-top: 4px;
    margin-left: 130px;
}

.teamItemImage {
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    border: .5px solid black;
    border-radius: 10px;
}

.imgSpacer {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 65px;
    margin-left: 30px;
    padding: 1px;
}

.productImage {
    width: 60px;
    height: 80px;
    margin-left: 10px;
    margin-top: -10px;
}

.productImageCoaster {
    width: 60px;
    height: 60px;
    margin-left: 7px;
    margin-bottom: 10px;
}

.productLbl {
    display: inline-block;
    width: 85px;
    margin-right: 0px;
    margin-left: -3px;
    font-family: Arial;
    font-size: .6em;
    font-weight: bold;
    text-align: center;
}

.productLargeImage {
    display: block;
    text-align: center;
    max-width: 100%; max-height: 300px;
    background-color: white;
    margin-left: 5px;
}

.priceoutputLbl {
    display: block;
    text-align: center;
    color: black;
    font-size: 1em;
    width: 100%;
    margin-top: -20px;
}

.IBNav {
    border: 1px solid black;
    border-radius: 10px;
    width: 175px;
    height: 100px;
    padding: 5px;
    margin: 20px; margin-left: 10px;
}

.homeBtn2 {
    border: 1px solid black;
    background-color: green;
    border-radius: 5px;
}

.selectedItemNameLbl{
    display: block;
    width: 100%;
    font-size: 1.3em;
    text-align: center;
    margin-top: -20px;

}

.requestBtn {
    background-color: black;
    color: white;
    border-radius: 5px;
    margin-left: 35px;
    width: 90px;
    height: 35px;
}

.infoDIV{
    margin-left: -30px; 
    height: 100%;
}

.QuantityLbl{
    margin-left: 110px;
}
.quantityTB {
    width: 50px; height: 20px;
    resize: none;
    border-color: grey;
    font-size: 1em;
}


.ddl2 {
    width: 159px;
    height: 19px;
    outline: none;
    border: 1px solid grey;
    border-radius: 5px;
}

.schoolddl2 {
    width: 250px;
    height: 19px;
    outline: none;
    border: 1px solid grey;
    border-radius: 5px;
}

.productLargeImage2 {
    height: 350px;
    margin-bottom: 20px;
}

.productLargeImage2 {
    height: 350px;
    margin-bottom: 20px;
}

.SchoolWrapper1 {
    display: inline-block;
    width: 29%;
    margin-right: 50px;
    margin-top: 5px;
    margin-left: 30px;
    padding: 0px;
    vertical-align: top;
}

.schoolWrapper4 {
    width: 250px;
    height: 290px;
    background-color: white;
    margin-left: 40%;
    margin-top: 5px;
    margin-bottom: 3px;
    padding-left: 50px;
}

.Wrapper2school {
    display: inline-block;
    width: 350px;
    height: 100px;
    background-color: white;
    margin-left: 10px;
    margin-bottom: 3px;
    margin-top: 5px;
    padding-left: 50px;
    vertical-align: top;
}

.imageLogo {
    display: inline-block;
    margin-left: 50px;
    width: 170px;
    max-height: 100px;
    vertical-align: top;
}