﻿@media only screen and (max-width: 768px) and (orientation:landscape) {
    .topRow {
        display: none !important;
    }

    #menuArea a, #menuArea img {
        font-size: 75% !important;
        height: 75% !important;
    }

    .dbgrid-data-col {
        font-size: 50% !important;
        height: 50% !important;
    }

    .dbgrid-footer-arrow {
        display: inline-block !important;
    }
}

#menuArea img {
    width:30px;
    height:30px;
}
#menuArea a:hover {
    background-color:#ef0116;
    color:white;
    border-radius:5px 5px;
	color: black;
    border-style: outset;
    margin-left: 6px;
    max-height: 85px;
    border-style: outset;
    position: relative;
    border: 1px solid #EFEFEF;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
#menuArea a {
    color:black;
	 
    color:white;
    border-radius:5px 5px;
	color: black;
    border-style: outset;
    margin-left: 6px;
    max-height: 85px;
    border-style: outset;
    position: relative;
    border: 1px solid #EFEFEF;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.topRow img
{
    max-height:70px;
}
#searchRow
{
    border: 4px solid #21252914;
    Background: linear-gradient(137deg, #dc3545 0%, #dc3545 100%);
    box-shadow: inset 0 8px 20px #fff, 0 6px 18px #212529;
}
.only-stock {
    width: 30px;
    height: 40px;
    margin-left: 10px;
}
.only-trl {
    width: 30px;
    height: 28px;
    margin-left: 10px;
}