﻿@media (min-width: 1200px)
{ /*tablet amos-hidden-lg*/

}

@media (min-width: 0px) and (max-width: 1124px)
{ /*tablet portrait*/
    .text-username
    {
        display: none;
    }

    .hide-tablet-portrait
    {
        display: none;
    }

    .show-tablet-portrait
    {
        display: block;
    }

    #userMenu
    {
        right: 2px;
    }

        #userMenu > div
        {
            padding: 0;
        }
}

@media (min-width: 0px) and (max-width: 1024px)
{ /*tablet portrait*/
    #latLongPoint
    {
        display: none;
    }

    #latLongPoint
    {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 979px)
{ /*tablet amos-hidden-md*/
    #userMenu
    {
        right: 2px;
    }

        #userMenu > div
        {
            padding: 0;
        }

    /*#projectName {
        display: block;
        float: left;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
    }*/

    #toolbar
    {
        position: absolute;
        text-align: center;
    }

    #menubar
    {
        height: 44px;
        width: 40px;
    }

    .div-func-menu
    {
        left: 0;
    }

    .moac-smartsearch-template
    {
        position: absolute;
        top: 5px;
    }

        .moac-smartsearch-template .ui-form-adminPoly
        {
            background-color: #ffffff;
            border: 0px;
        }

        .moac-smartsearch-template .amos-autocomplete
        {
            left: 65px;
            padding-left: 15px;
        }

    .ui-form-adminPoly .amos-textbox-label
    {
        width: 4em;
    }
}

@media (min-width: 0px) and (max-width: 480px)
{ /*smart phone amos-hidden-sm*/
    #LoginNode
    {
        font-size: 1.2em;
    }

    .ui-form-login
    {
        background-image: url("../images/ios/bg/iPad/iPad_mini.jpg"); /*../images/ios/bg/iPad/iPad.jpg*/
    }

    .ui-form-login-bg
    {
        position: static;
        -webkit-transform: translate(0px);
        -ms-transform: translate(0px);
        -moz-transform: translate(0px);
        transform: translate(0px);
    }

    .ui-form-login-top
    {
        background-image: url("../images/ios/1x/login/logo.png");
        background-position: center center;
        background-repeat: no-repeat;
        height: 105px;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 0;
        width: 100%;
    }

    .ui-form-login-bottom
    {
        background-color: #7b1f06;
        background-image: url("../images/ios/1x/login/system.png");
        background-position: center center;
        background-repeat: no-repeat;
        height: 50px;
        width: 100%;
    }

    .ui-form-login-container
    {
        margin: 5em auto;
        position: static;
        top: 50%;
        -webkit-transform: translate(0px);
        -ms-transform: translate(0px);
        -moz-transform: translate(0px);
        transform: translate(0px);
    }

    .label-forgot-login
    {
        color: #ffffff;
        bottom: 20px;
    }

        .label-forgot-login:hover
        {
            color: #2b7ec4;
        }

    #toolsNode
    {
        z-index: 1;
    }

    .ui-btn-hidePanel
    {
        top: 20px;
    }
}

@media (min-width: 0px) and (max-width: 240px)
{ /*amos-hidden-xs*/
    .ui-form-login
    {
        background-image: url("../images/ios/bg/iPhone/bg_4.jpg");
    }
}
