﻿.ecfStyleButton
{
    font-size: 8pt;
    font-weight: bold;
    background-color: Silver;
    color: Black;
    border-width: 1px;
    border-style: outset;
    height: 22px;
    width: auto;
    vertical-align: middle;
}
.ecfStyleCancelButton
{
    font-size: 8pt;
    font-weight: bold;
    background-color: Silver;
    color: Black;
    border-width: 1px;
    border-style: outset;
    padding: 1px 0px 1px 1px;
    height: 22px;
    width: auto;
    vertical-align: middle;
}
.btnSelect
{
    color: white;
    font-size: 10pt;
    font-weight: bold;
    background-color: #e6772c;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 10px 5px 10px;
}
.btnNormal
{
    color: white;
    font-size: 9pt;
    font-weight: normal;
    background-color: #45b2ff;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 10px 5px 10px;
}
.products
{
    height: 450px;
    overflow: hidden;
}
/*
.products::-webkit-scrollbar
{
    display: none;
}
*/
.products:hover
{
    overflow-y: scroll;
    margin-right: -15px;
}
