#view-wrapper {
    margin-bottom: 35px;
}
footer {
    padding:10px;
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background-color: #ecf0f1;
}
table {
    cursor: default;
}
#map {
    width:100%;
    height:500px;
    margin:0px;
    padding:0px;
}
#site-map {
    width:100%;
    height:100%;
    position:fixed !important;
    /*min-height:500px;*/
    margin:0px;
    padding:0px;
}

/* hide ng-table's pager */
.ng-table-pager {
    display: none;
}

.filter-container {
    /*border-right: 1px solid #eeeeee;*/
}

.blue {
    color:blue;
}

.filter-title > i {
    font-size: 24px;
}

.center {
    text-align: center;
}
.site-info-container {
    background-color: rgba(255,255,255,0.95);
    box-shadow: #222222 0px 1px 10px;
}
.clickable {
    cursor: pointer;
}
