/**
 * Croutons.fr
 *
 * @author      Corin ALEXANDRU <corin.alex@gmail.com>
 * @copyright   2018 La Conceptaria - Croutons.fr
 * @license     All rights reserved
 */
.loader {

    position: fixed;
    z-index: 9999;
    background: url('../img/Spinner-1.1s-155px.gif') 50% 50% no-repeat;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: wait;
    display: none;
}

.restaurant-thumbnail {
    width: 64px;
}

.restaurant-thumbnail img {
    width: 100%;
}

i {
    vertical-align: middle;
}

.badge {
    line-height: 26px;
    padding: 0 1em;
}

.alert ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.autocomplete-list-item {
    cursor: pointer;
}

#city-list {
    position: absolute;
    z-index: 9999;
}

.border-darkest {
    border-color: #212529;
}

.bg-darkest, .bg-darkest:focus {
    background-color: #212529;
}

.border-croutons {
    border-color: #AF353C;
}

.bg-croutons {
    background-color: #AF353C;
}

.border-purple {
    border-color: #9c00ff;
}

.bg-purple {
    background-color: #9c00ff;
}

.border-orange {
    border-color: #ff9000;
}

.bg-orange {
    background-color: #ff9000;
}


.restaurant-logo {
    width: 128px;
}

.map-control {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    font-family: 'Roboto','sans-serif';
    margin: 10px;
    padding-right: 5px;
    display: none;
}
/* Display the control once it is inside the map. */
#map .map-control { display: block; }

.selector-control {
    font-size: 14px;
    line-height: 30px;
    vertical-align: baseline;
}


/* v1.7.0 */
body {
    background-color: #2C3034;
    color: #EEE;
}


.tabbar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 64px;
    line-height: 64px;
    width: 100%;
    background-color: #0f1216;
    text-align: center;
}

a.tab-link {
    width: 80px;
    height: 64px;
    display: inline-block;
    color: #AF343D;
}

.tab-link.active {
    border-bottom: 2px solid #AF343D;
}

.tab-link i {
    font-size: 2em;
}

.minimap {
    height: 50vh !important;
}

.bigmap {
    width: 100%;
    height: 100vh;
}
