﻿@media (max-width: 460px) {
    .comparison-arrow {
        font-size:50px !important;
    }
    #footerCopyright {
        font-size: 11px;
    }
}
@media (max-width: 360px) {
    #footer {
        display:none !important;
    }
    .page-content{
        padding-bottom:10px;
    }
    /*Process bar style*/
    #HomePageLink{
        float: none !important;
    }
    .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;*/
    }
    .span {
        width: 100%;
    }
    .adminFarmInputCon{
        margin-left: 5px;
        width: 150px;
    }
    .top-navbar{
        margin-right: -1px !important;
        float: right;
    }
    .dropdown-menu{
        min-width: 100% !important;
    }
    .top-navbar .open .dropdown-menu {
        background-color:#222;
        border-color: #080808;
        float: right;
    }
    .navbar-xs .container {
        width: 100%;
        padding:0px
    }
    .container .breadcrumb{
        display: none;
    }
    .input-group{
        margin: auto;
        width: 80%;
        margin-top: 5px;
    }
    .fixed-table-toolbar {
        text-align: center;
    }
    .pull-right {
        float: none !important;
    }
    /*Quick View and Results By Date Tabs*/
    .ResultTabs{
        width: 100%;
    }
    /*Document Request*/
    .docRequestAddon {
        min-width: 140px !important;
        text-align: left !important;
    }
    /*News*/
    body .modal-news {
        width: 94% !important;
    }
    .modal-dialog {
        margin: 3%;
    }
    .modal-header{
        text-align: center;
    }
    /*Graphs*/
    .AddRemoveBtns{
        margin-top:5px !important;
    }
    #headerlogo {
        display:none;
    }
}