*{
    box-sizing: border-box;
}
html{
   width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%; 
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
}
body{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    position: absolute;
    left: 0px;
    right: 0px;
    top:0px;
    bottom: 0px;
    overflow: hidden;
    color:#777;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.app,
.main{
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
}
.pickadate_container{
    font-family: arial;
}
.leaflet-control-attribution.leaflet-control {
    display: none !important;
}
.leaflet-container{
    /*font: inherit !important;
    font-size: inherit !important;*/
}
.wrapper{
    width:100%;
    height:100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.map{
   
    width:100%;
    height:100%;
    max-width: 100%;
    max-height: 100%;
}
.info_panel{
    
}

.display_none,
.tmp_display_none{
    display:none !important;
}
.table{
    display: table;
    width: 100%;
}
.trow{
    display: table-row;
}
.tcell{
    display: table-cell;
    vertical-align: middle;
}
.text_centered{
    text-align: center;
}
.text_valigned{
    top:50%;
    transform: translateY(-50%);
    position: relative;
}
.no_border{
    border: 0px !important;
}
.no_mrg_btn{
    margin-bottom: 0px !important;
}
.cpointer{
    cursor: pointer;
}

@media screen and (max-width: 1500px){
	body{
    	font-size: 15px;
    }
}

@media screen and (max-width: 1200px){
	body{
    	font-size: 14px;
    }
}

@media screen and (max-width: 700px){
	body{
    	font-size: 13px;
    }
}