﻿@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) {
    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;

        font-size: 17px;
        font-family: Verdana, Arial, sans-serif;

        /*padding-left: 5px;*/
        /*background: yellow;*/
    }

    .ViewHeader {
        color: darkslategray;
        /*text-align: center;*/
        font-size: 21px;
        font-weight: bold;
        padding: 10px;
        /*background-color: lightgrey;*/
        margin-bottom: 10px;
    }


    .SplitterOrientationImg {
        float: right;
        width: 28px;
        height: 28px;
        margin-top: 5px;
        margin-right: 5px;
        cursor: pointer;
    }

    .LeftPanelFullScreenImg {
        float: right;
        width: 28px;
        height: 28px;
        margin-top: 5px;
        margin-right: 5px;
        cursor: pointer;
    }

    .RightPanelFullScreenImg {
        float: right;
        width: 28px;
        height: 28px;
        margin-right: 5px;
        margin-top: 5px;
        cursor: pointer;
    }

    .ResponsiveMainMenuMobile {
        display: block;
        position: absolute;
    }

    .ResponsiveMainMenuDesktop {
        display: none;
    }

    .ResponsiveContextMenuDesktop {
        font-size: large;
        width: 200px;
    }


    /*.ResponsiveContent {
        min-width: 300px;
        width: 90%;
        margin-left: 10px;
        margin-right: auto;
        overflow: hidden;
        font-size: large;
    }*/

    .ResponsiveMainAreaHeight {
        width: 1px;
        height: 400px;
    }
    .ResponsiveMainArea {
        min-width: 610px;
        min-height: 150px;
        /*margin-left: auto;
        margin-right: auto;*/
        /*width: 95%;*/
    }

    .ResponsiveMainHeight {
        display: block;
        width: 100%;
        height: 470px;
        text-align: center;
    }

    .ResponsiveSection {
        width: 100%;
        overflow: hidden;
        /*margin-bottom: 3px;*/
    }

    /*.NewResponsiveSection {
        width: 99%;
        float: left;
        overflow: hidden;
        margin-bottom: 5px;
        margin-right: 1%;
        min-height: 25px;
    }


    .ResponsiveLabel {
        width: 45%;
        float: left;
        padding-top: 5px;
        font-weight: bold;
        font-size: 15px;
        font-family: Verdana, Arial, sans-serif;

    }

    .ResponsiveControl {
        width: 50%;
        float: right;
        clear: right;
        font-size: 15px;
        font-family: Verdana, Arial, sans-serif;
    }
    */

    .FormSubtitle {
        color: dimgray;
        font-size: 21px;
        font-weight: bold;
        padding-top: 15px;
        margin-bottom: 5px;
    }

    .ResponsiveSectionRight {
        width: 100%;
        overflow: hidden;
    }
    /*
    .ResponsiveFormControl {
        font-size: 15px;
        width: 90%;
    }
        */
    .ResponsiveLabel25 {
        width: 50%;
        float: left;
        padding-top: 5px;
        font-weight: bold;
    }

    /*.ImgButton {
    width: 28px;
    height: 28px;
    cursor: pointer;
}*/

/*
.ResponsiveLookupControl {
    width: 70%;
    font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
}
*/
    .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;
}
}
