﻿html {
    height: auto;
}

body {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 10px;
}

#map_canvas {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

@media print {
    #map_canvas {
        height: 950px;
    }
}

#PnlToolBox .text_bar {
    height: 26px;
    font-size: 21px;
    display: inline-block;
    border: 1px solid #dedede;
    outline: none;
    color: #999;
    padding: 0px 10px;
    background: none;
    z-index: 3;
    border-radius: 3px;
    margin: 0;
    width: 100%;
}
#PnlToolBox .tool_menu ul li {color:#555;margin-right:3px;}
#PnlToolBox .tool_menu ul li i {font-size:15px;margin-top:6px;}
#PnlToolBox .tool_menu ul li img {cursor:pointer;}

@media (max-width: 768px) {
    #PnlToolBox .text_bar {width:200px!important;}
}