﻿
/*html, body, #mapDiv
{
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}*/
body {
    overflow-x: hidden;
    height: 100%;
}
.ui-dialog-titlebar
{
    background: #1b8cff;
    color: White;
}

       /*#search {
         display: block;
         position: absolute;
         z-index: 1;
         top: 116px;
         left: 0px;
      }*/
    
    .grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.9);color:red; }
    
    
    .gisheader{
    background-image: url('../images/mohua.jpg');
    width:100%;
    height:120px;
    background-size:100% 100%;
}

 
       @media only screen and (min-width: 0px) and (max-width: 680px){
       .gisheader{
        background-image: url('../images/urbanbanner.jpg');
    width:100%;
    height:80px;
    background-size:100% 100%;
       }
       }
	   @media only screen and (min-width: 680px) and (max-width: 1200px){
	   .gisheader{
	    background-image: url('../images/urbanbanner.jpg');
    width:100%;
    height:100px;
    background-size:100% 100%;
	   }
	   }
	   
	   .bang-bang
	   {
	       position: absolute;top:120px;border-top:2px solid white;
	   }
	    @media only screen and (min-width: 0px) and (max-width: 680px){
       .bang-bang{
       position: absolute;top:80px;border-top:2px solid white;
       }
       }
	   @media only screen and (min-width: 680px) and (max-width: 1200px){
	   .bang-bang{
	   position: absolute;top:100px;border-top:2px solid white;
	   }
	   }
	   
	   .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    border-radius: 0px;
}

.esriSimpleSliderTL {
    top: 12%;
    left: 2%;
}

/*.esriSimpleSlider {
    position: absolute;
    text-align: center;
    border: 2px solid #1b8cff;
    background-color: #FFF;
    color: #1b8cff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 0px;
}*/
.arcgisSearch .searchGroup .searchInput {
    position: relative;
    z-index: 2;
    margin: 0;
    float: left;
    display: block;
    height: 20px;
    width: 200px;
    padding: 6px 24px 6px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #4C4C4C;
    background-color: #fff;
    border: 3px solid #1b8cff;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: rgb(87, 88, 90);
    border-right: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: width .175s ease-in;
    -moz-transition: width .175s ease-in;
    -ms-transition: width .175s ease-in;
    -o-transition: width .175s ease-in;
    transition: width .175s ease-in;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.arcgisSearch .searchBtn {
/*     display: block; */
    float: left;
    padding: 6px 12px;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 3px solid #1b8cff;
    -webkit-border-radius: 0px;
    border-radius:0px;
    background-color: #fff;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.arcgisSearch .searchIcon {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
}
.arcgisSearch .searchClear {
    display: none;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    height: 30px;
    width: 24px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
#NavToolBox {
    position: fixed;
    display: none;
    top: 73.4%;
    left: 22px;
    z-index: 5;
    height: 100px;
    width: 35px;
    background-color: white;
    border: 2px solid #1b8cff;
    border-radius: 0px;
}
#ZoomBox {
    position: fixed;
    display: none;
    top: 90.5%;
    left: 10px;
    z-index: 4;
    height: 30px;
    width: 60px;
    background-color:white;
    border: 2px solid #1b8cff;
    border-radius: 0px;
}



.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;


    modal-header .btnGrp{
      position: absolute;
      top: 8px;
      right: 10px;
    } 
 

    .min{
        width: 250px; 
        height: 35px;
        overflow: hidden !important;
        padding: 0px !important;
        margin: 0px;    

        float: left;  
        position: static !important; 
      }

    .min .modal-dialog, .min .modal-content{
        height: 100%;
        width: 100%;
        margin: 0px !important;
        padding: 0px !important; 
      }

    .min .modal-header{
        height: 100%;
        width: 100%;
        margin: 0px !important;
        padding: 3px 5px !important; 
      }

    .display-none{display: none;}

    button .fa{
        font-size: 16px;
        margin-left: 10px;
      }

    .min .fa{
        font-size: 14px; 
      }

    .min .menuTab{display: none;}

    button:focus { outline: none; }

    .minmaxCon{
      height: 35px;
      bottom: 1px;
      left: 1px;
      position: fixed;
      right: 1px;
      z-index: 9999;
    }

    .modal-backdrop {
  display: none !important;
}
