.horizontal-item
{
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    margin: 2px;
    min-height: 500px;
    padding: 20px 10px;
    text-align: center;
}

    .horizontal-item img
    {
        margin-left: auto;
        margin-right: auto;
    }

.input-group-qty-uom
{
    padding-left: 25px;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px 0 0 3px;
    min-width: 150px;
    position: relative;
}

.Grid
{
    border-spacing: 1px;
    border-collapse: separate;
    Border: 1px solid #e1e1e1;
    width: 100%;
}

.GridHeader
{
    background: rgba(0, 0, 0, 0) linear-gradient(#adb3b8, #9a9fa5); /*background-color: #082456;*/
    color: #fff;
    height: 25px;
    padding: 5px;
    text-align: center;
}

    .GridHeader tr, th
    {
        margin-right: 1px;
        padding: 5px;
        color: #fff;
        text-align: center;
        font-weight: normal;
    }

    .GridHeader tr, th, a
    {
        color: #fff;
    }

        .GridHeader tr, th, a:hover
        {
            color: #fff;
        }

.GridRow
{
    background-color: #fff;
    height: 18px;
    padding: 2px;
}

    .GridRow tr, td
    {
        margin-right: 1px;
        padding: 5px;
        /*border-left: 1px solid white;*/
    }

.GridAlternateRow
{
    background-color: #e1e1e1;
    height: 18px;
    padding: 2px;
}

    .GridAlternateRow tr, td
    {
        margin-right: 1px;
        padding: 5px;
        /*border-left: 1px solid white;*/
    }

.GridPager
{
    height: 30px;
    padding: 2px;
    font-weight: 600;
}

    .GridPager td
    {
        padding-left: 10px;
    }

    .GridPager a
    {
        background-color: #e1e1e1;
        border-radius: 2px;
        border: 1px solid #e1e1e1;
        padding: 5px 10px 5px 10px;
        color: #428bca;
    }

        .GridPager a:hover
        {
            background-color: #082456;
            color: #fff;
            border-radius: 2px;
            border: 1px solid #e1e1e1;
            padding: 5px 10px 5px 10px;
        }

    .GridPager span
    {
        padding: 5px 10px 5px 10px;
    }

.rightAlignGridColumn
{
    text-align: right;
}

.leftAlignGridColumn
{
    text-align: left;
}

.centerAlignGridColumn
{
    text-align: center;
}

.LabelMargin
{
    margin-right: 5px;
}

.tablnk
{
    font: 500 14px/17px "PT Sans",sans-serif!important;
    padding: 5px 10px!important;
    text-transform: none!important;
}

.tabContentTable
{
    border: 1px solid #999999;
    border-collapse: inherit;
}

.dvTabContent
{
    height: 230px;
    overflow: auto;
}

.textcenter
{
    text-align: center;
}

/* CSS to fix footer */
html,
body
{
    height: 100%;
}

#wrapper
{
    min-height: 100%;
    position: relative;
    /*padding-bottom: 100px;*/
}

#content
{
    padding-bottom: 100px;
}

#footer
{
    width: 100%;
    /*height: 60px;
    position: absolute;*/
    bottom: 0px;
    left: 0;
}

.field-validation-error
{
    color: #e80c4d;
}

@media (max-width:400px)
{
    .validateMsg
    {
        margin-left: 0px;
        height: auto;
    }
}

@media (min-width:768px) and (max-width:900px)
{
    .validateMsg
    {
        margin-left: 135px;
        height: auto;
    }
}

@media (min-width:901px) and (max-width:1920px)
{
    .validateMsg
    {
        margin-left: 155px;
        height: auto;
    }
}

.invPastDueGridRow
{
    color: #CC0000 !important;  
}

    .invPastDueGridRow a
    {
        color: #CC0000 !important;
    }

.errorGridRow td
{
    color: #333;
    border-right: 1px solid #3a3a3a;
    background-color: red;
}
