﻿ .view-data:hover, .main-report:hover {
             color: #9a0d0d;
            cursor: pointer;
            font-weight: bold;
        }

        .view-detail:hover {
            background: #ff0000;
            color: #fff;
            cursor: pointer;
        }

        .view-farm:hover {
            background: #ff0000;
            color: #fff;
            cursor: pointer;
        }

        a {
            text-decoration: none;
            color: #000;
        }

            a:hover {
                text-decoration: none;
                color: #000;
            }

        .block-pending {
            cursor: pointer;
        }

        #filter-string, #year-name, #item-filter, #type-name {
            cursor: pointer;
            color: #ff0000;
        }

        .pending:hover, .crop-pending:hover, .farm-pending:hover {
            cursor: pointer;
            color: #ff0000;
        }

        .datepicker {
            background: white;
            color: black;
        }

        .highlight {
            background: #00FF00;
            padding: 1px;
            border: #00CC00 dotted 1px;
        }
      
                .main_rpt_margin {
            margin-top: 10px;
        }

        .menu-container a {
            color: #FFF;
            text-decoration: none;
            font-weight: bold;
        }

            .menu-container a:hover {
                color: #eef9c6;
            }

        .bg-color {
            background: linear-gradient(45deg, #296637, #d79e0e);
        }