﻿@media only screen and (max-device-width : 768px) {
    body {
        background-position: left top;
        /*background-image: url(/Content/images/bg_body.jpg);*/
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*margin-left: 1px;*/
        
        font-size: 17px;
        font-family: Verdana, Arial, sans-serif;
        /*padding-left: 5px;*/
        /*background: lightblue;*/
    }

    .ViewHeader {
        color: darkslategray;
        /*text-align: center;*/
        font-size: 24px;
        font-weight: bold;
        padding: 10px;
        /*background-color: lightgrey;*/
        margin-bottom: 10px;
    }
    .SplitterOrientationImg {
        float: right;
        width: 34px;
        height: 34px;
        margin-top: 5px;
        margin-right: 5px;
        cursor: pointer;
    }

    .LeftPanelFullScreenImg {
        float: right;
        width: 34px;
        height: 34px;
        margin-top: 5px;
        margin-right: 5px;
        cursor: pointer;
    }

    .RightPanelFullScreenImg {
        float: right;
        width: 34px;
        height: 34px;
        margin-right: 5px;
        margin-top: 5px;
        cursor: pointer;
    }


    .ResponsiveMainMenuMobile {
        display: block;
        position: absolute;
    }

    .ResponsiveMainMenuDesktop {
        font-size: x-large;
        width: 300px;
        position: absolute;
        z-index: 9999;
        display: none;
    }

    .ResponsiveContextMenuDesktop {
        font-size: x-large;
        width: 300px;
    }


    .ResponsiveContent {
        min-width: 150px;
        width: 90%;
        margin-left: 10px;
        margin-right: auto;
        overflow: hidden;
        /*font-size: x-large;*/
    }

    .ResponsiveMainArea {
        min-width: 410px;
        min-height: 150px;
        /*margin-left: auto;
        margin-right: auto;*/
        /*width: 95%;*/
    }

    .ResponsiveMainAreaHeight {
        width: 1px;
        height: 500px;
    }

    .ResponsiveMainHeight {
        display: block;
        width: 100%;
        height: 400px;
        text-align: center;
    }
    /*
    .NewResponsiveSection {
        width: 99%;
        float: left;
        overflow: hidden;
        margin-bottom: 5px;
        margin-right: 1%;
        min-height: 25px;
    }

    .ResponsiveLabel {
        width: 45%;
        float: left;
        padding-top: 5px;
        margin-left: 5px;
        font-weight: bold;
        font-size: 18px;
        font-family: Verdana, Arial, sans-serif;
    }

    .ResponsiveControl {
        width: 50%;
        float: right;
        clear: right;
        font-size: 18px;
        font-family: Verdana, Arial, sans-serif;
    }*/

    .ResponsiveSection {
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .FormSubtitle {
        color: dimgray;
        font-size: 24px;
        font-weight: bold;
        padding-top: 15px;
        margin-bottom: 5px;
    }

    .ResponsiveSectionRight {
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px;
    }

    /*
    .ResponsiveFormControl {
        font-size: 18px;
        width: 90%;
    }

    .ResponsiveLookupControl {
        width: 70%;
        font-size: 18px;
        font-family: Verdana, Arial, sans-serif;
    }*/

    /*.ImgButton {
        width: 34px;
        height: 34px;
        cursor: pointer;
    }*/

    .ResponsiveLabel25 {
        width: 50%;
        float: left;
        padding-top: 5px;
        font-weight: bold;
    }

    .ResponsiveControl75 {
        width: 50%;
        float: right;
    }

    .ResponsiveSectionBlank {
        display: none;
    }

    .ResponsiveLableBlank {
        display: none;
    }

    .ResponsiveControlBlank {
        display: none;
    }

    .ResponsiveSectionBlankRight {
        display: none;
    }

    input[type=checkbox]
{
  zoom: 1;
  vertical-align: middle;
  padding: 10px;
}

#plantList .k-grid-pager {
    font-size: smaller;
}
}