





#RetailHome{
    text-align:center;
    margin:10px;
    margin-top:0px;
    margin-bottom:20px;
}
#RetailHome img{
    height:120px;
}
#RetailHome_Buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -3rem;
}
    #RetailHome_Buttons button {
        height: 140px;
        width: 140px;
        margin: 35px;
        background-color: gray;
        color: white;
        font-size: 20px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }
        #RetailHome_Buttons button:hover {
            background-color: #f78f20;
        }

#RetailScanArea {
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    background-color: #E8E8E8;
    width: 600px;
    height:160px;
    display: table;
    margin: 0 auto;
    margin-bottom:30px;
}
#RetailScanArea h2{
    font-size:20px;
    margin-left:10px;
}
    #RetailScanArea .SideBySide {
        text-align: center;
        width:100%;
    }
    #RetailScanArea .SideBySide h3 {
        font-size: 20px;
        display: inline-block;
    }


#SnapshotSelectArea{
    margin:20px;
    margin-top:-10px;
    font-size:18px;
}
    #SnapshotSelectArea select{
        border:1px solid silver;
        border-radius:5px;
        height:40px;
        width:150px;
    }
    #SnapshotSelectArea select:hover {
        cursor: pointer;
    }
#RetailUploadArea {
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    background-color: #E8E8E8;
    width: 300px;
    height: 160px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}
    #RetailUploadArea:hover {
        cursor:pointer;
        background-color: #f78f20;
        border:1px solid gray;
    }
#RetailUploadArea h3{
    font-size:16px;
}
#RetailUploadArea i{
    margin-top:50px;
    margin-bottom:30px;
}
.RetailDropdown {
    text-align: right;
}
.RetailDropdown select {
    height: 30px;
    margin-right: 2px;
    border:1px solid silver;
    border-radius:5px;
}
.RetailDropdown select:hover{
    cursor:pointer;
}
.GridSearchBox {
    float: left;
    z-index: 99;
    position: absolute;
    margin-left: 140px;
    margin-top: 15px;
}

.SmallDividerLine {
    height: 1px;
    background-color: #C0C0C0;
    margin:0px;
}