﻿  

          /*************************MOBILE*********************/
        #gridMobile {
            /*width: 100%;*/
            /*height: 100%;*/
            position: absolute;
            top: 0px;
            right: 2px;
            left: 0;
            bottom: 35px;
        }
         #gridVehiclePosition {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            top: 55px;
            padding: 1px;
        }
         /*#gridReplay {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            top: 145px;
            padding: 1px;
        }*/
         #gridEventsFilter{
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            top: 95px;
            padding: 1px;
        }

         #gridEvents {
            position: absolute;
            top: 0px;
            right: 0px;
            left: 0;
            bottom: 35px;
        }
           /* CONTENT */
        #content {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }


        /* FOOTER */
        #footer {
            position: absolute;
            height: 30px;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(170,170,170,0.1);
            background: #f6f6f0;
            border-top: solid 1px #f0f0f0;
            padding: 0 25px;
            text-align: center;
            font: 13px/30px Tahoma, sans-serif;
            color: #888;
        }
          #map {
            width: 100%;
            height: 100%;
        }
         .toolbarGridReplay {
              /*top: 22px;
            left: 0px;
            right: 0px;
            bottom: 65px;*/
            font: 11px Tahoma, sans-serif;
            /*position: absolute;*/
            background-color: gainsboro;
            padding: 0px;
        } 
         .toolbarGridEvents{
            font: 11px Tahoma, sans-serif;
            position: absolute;
            top: 22px;
            left: 0px;
            right: 0px;
            bottom: 65px;
            background-color: gainsboro;
            padding: 0px;
        } 