﻿* html, body {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    /*border: 1px solid red;*/
    /*background-color: lightcyan;*/
}
#page {
    border: 1px solid green;
    height: 100%;
    height: auto !important;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    /*background-color:lightgreen;*/
}
#MapMakerContainer{
    width: 100%;
    height:100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    /*color:red;*/
    /*background-color:cyan;*/
    /*border: 3px solid blue;*/
    padding: 1%;
    margin: 0px;

    /*Container*/
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#HeaderContainer{
    -webkit-border-radius: 0px 0px 10px 10px ;
    border-radius: 10px;
    border: 2px solid black;
    margin-bottom: 5px;
     /*border: 3px solid blue;*/
     /*overflow:hidden;*/
    text-align:center;
    vertical-align: middle;
    /*Area*/
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#HeaderCustomHTML{
    /*border: 1px solid black;*/
}
/*#MapTitle{
    border: 1px solid black;*/
    /*height: 60px;
    vertical-align:middle;
}*/
/*#MapTitleText{
    height:60px;
    line-height:60px;
    font-size: x-large;
    vertical-align:middle;
    display: inline-block;
}*/
#MapTitleText img{
    /*height:50px;*/
    vertical-align:middle;
    display: inline-block;
}
#BodyContainer{
    -webkit-border-radius: 0px 0px 10px 10px ;
    border-radius: 10px;
     /*border: 3px solid blue;*/
     overflow:hidden;
     /*CONTAINER*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
     /*Area*/
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#LegendContainer{
    display: inline-block;
    position: absolute;
    z-index: 9999;
    padding:10px;

}
#LegendArea{
    border: 1px solid black;
    position: relative;
    display:flex;

}
#MapContainer{
     border: 2px solid black;
    -webkit-border-radius: 0px 0px 10px 10px ;
    border-radius: 10px;
    overflow:hidden;
     /*AREA*/
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
#MapArea{
    border: 1px solid black;
}
#FooterContainer{
    -webkit-border-radius: 0px 0px 10px 10px ;
    border-radius: 10px;
    border: 2px solid black;
    margin-top: 5px;
     /*border: 3px solid blue;*/
     /*AREA*/
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#FooterTitle{
    /*border: 1px solid black;*/
}
#FooterCustomHTML{
    /*border: 1px solid black;*/
}
#HomeButton {
    background-color: white;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-image: url(../images/z-home.png);
    background-position: center center;
    border: solid 1 px #fff;
    outline: none;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
#HomeButtonDiv {

    height: 30px;
    width: 30px;
    margin: 2px;
    box-sizing: border-box;
}