﻿@media (min-width: 768px) and (max-width: 992px) {
    #HomePageLink{
        padding-left: 4px !important;
    }
}

@media (max-width: 767px) {
    #HomePageLink{
        float:none !important;
    }
    .comparisonCategory {
        padding:0px !important;
    }
    #footercopyright {
        padding-left:10px;
    }
}
@media (min-width: 361px) and (max-width: 767px){
    /*Process bar style*/
    .progressCon{
        margin-bottom:2px;
        height:10px;
        width:100%;
    }
    .progress{
        display:none;
        height: 10px !important;
        margin-bottom: 0px !important;
    }
    .loaderCon{
        display:none;
    }
    .breadcrumbCon{
        /*display:none;*/
    }
    .PageStatus{
        padding-left:15px !important;
    }
    .StatusCon{
        height:auto !important;
    }
    .Status .alert{
        height:auto !important;
    }
    .Status{
        height:auto !important;
    }
    /*****************************/
    .header-padding {
        padding-left:0px; 
        padding-right:0px;
        height:130px;
    }
    #farmInfoLink {
        /*padding-left: 15px;*/
    }
    .adminFarmInputCon{
        margin-left: 5px;
        width: 150px;
    }
    .top-navbar{
        margin-right: -1px !important;
        display: block;
        float: right;
    }
    .top-navbar .open .dropdown-menu {
        background-color:#222;
        border-color: #080808;
        float: right;
    }
    .navbar-xs .container {
        width: 100%;
        padding:0px
    }
    .dropdown-menu{
        min-width: 100% !important;
    }
    .userInfoCon{
        width:20px;
    }
    .userInfoList{
        position: fixed;
        left: 0px;
        top: 20px;
        width: 302px;
    }
    .adminInfoList{
        position: fixed;
        left: 0px;
        top: 20px;
        width: 302px;
    }
    .span {
        width: 100%;
    }
    .container .breadcrumb{
        /*display: none;*/
    }
    .input-group{
        margin: auto;
        /*width: 280px;*/
        margin-top: 5px;
    }
    /*Quick View and Results By Date*/
    .ResultTabs{
        width:100%;
    }
    /*Document Request*/
    .docRequestAddon {
        text-align: left !important;
    }
    /*Graphs*/
    .AddRemoveBtns{
        margin-top:5px !important;
    }
}
@media (max-width: 974px){
    .GraphBtns{
        margin:5px;
    }
}

@media (max-width:1000px) {
    .hide-on-small {
        display:none;
    }

    #LegendCon{
        float:none !important;
        min-width: 165px !important;
        position: absolute !important;
        top: 30px !important;
        width: calc(100% - 2px) !important;
    }

    #TblLegends{
        height:62px !important;
        padding-left:1px !important;
        padding-right:1px !important;
    }
}