/* mobile first style */

html {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    margin: 0px;
}

/* CSS REQUIRED */
.state-icon {
    left: -5px;
}
.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

/* DEMO ONLY - REMOVES UNWANTED MARGIN */
.well .list-group {
    margin-bottom: 0px;
}

.container{
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

#zoom_container{
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 100% !important;
    height: 100vh !important;
    background-color:#D3D3D3 !important;
}

#zoom_container #landmarks{
    position:absolute;
    z-index:10;
    top:0px;
    left:0px;
    font-family: Helvetica, Arial, Verdana;
    font-size:12px;
    color: #ffffff;
}
#zoom_container #landmarks .item {
    position:absolute;
    text-align:center;
    display: none;
}
#zoom_container #landmarks .lable div {
    width: 50px;
    padding: 4px;
}
#zoom_container #landmarks .mark .text{
    padding:2px 6px;
}
#zoom_container #landmarks .mark .text span{
    background-color:#000000;
    padding:5px 8px;
}
.pdd3-8{
    padding: 3px 8px !important;
}
.pdd0-7{
    padding: 0px 7px !important;
}
.pdd0-8{
    padding: 0px 8px !important;
}
.inpt-grp{
    position: relative;
    border-collapse: separate;
    margin-bottom: 10px;
}
.loc_name{
    margin-left: 1.5em;
}
.padding0{
    padding: 0 !important;
}
