html {
    /*width: 100%;*/
    height: 100%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    height: 100%;
    /*width: 100%;*/
}

.pagination-list {
    text-align: center;
}

.back-anchor {
    color:#fff;
}

.back-anchor:visited {
    color:#fff;
}

.back-anchor:hover {
    color:#fff;
}

.back-anchor:active {
    color:#fff;
}

a {
    color: #000060;
}

a:visited {
    color: #000060;
}

a:hover {
    color: #000060;
}

a:active {
    color: #000060;
} 

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}

.menu {
    background-color: #000;
    color: #fff;
    padding-bottom: 22px;
}

.menu-list {
    list-style-type: none;
    display: inline;
    padding-left: 0;
}

.menu-list a {
    color: #fff;
}

.menu-list a:visited {
    color: #fff;
}

.menu-list a:hover {
    color: #fff;
}

.menu-list a:active {
    color: #fff;
} 

.menu-list li {
    display: inline
}

.header {
    background-color: #000;
    color: #fff;
    height: 10%;
}

.header h1 {
   float: left; 
}

.navbar-header {
    background: #000;
    width: inherit;
}

.navbar {
    float: right;
}

.footer {
    text-align: center;
    color: #fff;
    background: #000;
    position: fixed;
    bottom: 0;
    margin-top: 5px;
}

.footer a {
    color: #fff;
}

.footer a:visited {
    color: #fff;
}

.footer a:hover {
    color: #fff;
}

.footer a:active {
    color: #fff;
} 

.separate-line {
    border-bottom: 1px solid #000;
    clear: both;
}

.category-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.body {
    /*margin-bottom: 22px;*/
    overflow-y: scroll;
    overflow-x: hidden;
    height: 88%;
}

.city-table {
    width: 100%;
    table-layout: fixed;
}

.city-table tr td {
    text-align: center;
    display: block;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
} 

.pointer {
    cursor: pointer;
}

.subcategory-not-visible {
    color: lightgrey;
}

.bottom-margin {
    margin-bottom: 20px;
}

.progress-bar-neighbour {
    position: absolute;
    text-align: center;
    display: none;
}

.progress-bar-neighbour img {
    max-width: 100%;
}

.output {
    max-width: 100%;
}

.pricing-list span {
    font-weight: bold;
}

#map {
    width: 100%;
    height: 500px;
}

@media(min-width: 480px) {
}

@media (min-width: 534px) {
    .city-table tr td {
        display: table-cell;
    }
}

@media (min-width: 720px) {
}

@media (min-width: 768px) {
    .container-fluid {
        height: 100%;
    }
    
    .menu {
        padding-top: 20px;
        height: 90%;
    }
    
    .menu-list {
        display: inline-block;
    }
    
    .menu-list li {
        display: block;
    }
    
    .body {
        margin-top: 1%;
    }
}

@media (min-width: 866px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1044px) {
}

@media (min-width: 1377px) {
}

@media (min-width: 1431px) {
}