html { 
    height: 100%; 
    margin: 0; 
    padding: 0; 
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

body { 
    /* height: 100%;  */
    margin: 0; 
    padding: 0; 
    font-family: 'Cabin', sans-serif;
    font-size: 1.3em;
}

.wait {
    color: white;
    background-color: black;
    font-weight: bolder;
    font-size: 1.5em;
    z-index: 101;
    /*position: absolute;*/
    text-align: center;
    vertical-align: middle;
    position: fixed; /* or absolute */
    /*top: 50%;
    left: 50%;*/
    /*padding: 50px 100px 50px 100px;
    margin: -50px 0px 0px -100px;*/
    opacity: 0.0;
    cursor: wait;
    width: 100%;
    height: 100%;
}
 

#map { 
    height: 100%; 
    
}

#locationSelect {
    width:100%;
    width:100%;
    visibility:hidden;
}

.angular-google-map-container {
    /*height: 500px;*/
    height:100%; 
    width:100%;
    position:absolute; 
    top:0; 
    left:0;
}

.scroll {
    height: 85%;
}

.main_panel {
    font-family: 'Cabin', sans-serif;
    width: 435px;
    position: absolute;
    z-index: 99;
    margin-top: 6vh;
}

.left_panel {
    font-family: 'Cabin', sans-serif;
    /*float: left;*/
    position: relative;
    /*height: 100px;
    width: 100px;*/
    top: 1vh;
    margin: 5px 20px 10px 40px;
    padding: 10px 0px 10px 0px;
    /*color: grey;*/
    font-size: 1.1em;
    background-color: white;
    z-index: 99;
    box-shadow: 2px 2px 2px #888888;
    /*width: 334px;*/
    /*max-width: 334px;*/
}

.filters {
    position: relative;
    /*position: absolute;*/
    top: 1vh;
    background-color: white;
    margin: 0px 20px 0px 40px;
    z-index: 99;
    padding: 10px 0px 10px 0px;
    box-shadow: 2px 2px 2px #888888;
    font-size: 1.1em;
}


.stores {
    position: relative;
    /*position: absolute;*/
    top: 1vh;
    background-color: white;
    margin: 0px 20px 0px 40px;
    z-index: 99;
    padding: 0px 15px 0px 15px;
    box-shadow: 2px 2px 2px #888888;
    font-size: 1em;
    height: 390px;
    /*overflow-y: visible!important;*/
}

.filter {
    vertical-align: super;
}

.search {
    position: relative;
    /*position: absolute;*/
    top: 1vh;
    background-color: white;
    margin: 0px 20px 10px 40px;
    z-index: 99;
    /*border-style: solid;
    border-width: 1px;
    border-color: #009FE1;*/
    box-shadow: 2px 2px 2px #888888;
    outline: none;
    border-style: none;
}

.inputSearch {
    padding: 13px 5px 8px 5px;
    font-size: 1.1em;
    outline: none;
    border-style: none;
}



.search-img {
    background:url('../img/search.png') no-repeat center;
    background-size: 50% 50%;
    /*background-color: #009FE1;*/
    /*display: inline-block;*/
    /*height: 25px;
    width: 25px;*/
    background-color: #009FE1;
    color: white;
    /*padding: 5px 5px 5px 5px;*/
    cursor: pointer;
    float: right;
    /*position: absolute;*/
    height: 100%;
    width: 40px;
    height: 40px;
    
}

.search-button {
    /*background-image: url("img/search.png");*/
    background-color: #009FE1;
    width: 34px;
    padding: 8px 3px 8px 3px;
    margin: -4px 0px 0px -4px;
    cursor: pointer;
    color: #009FE1;
}

.notfound {
/*
    position: absolute;
    z-index: 99;
    margin: 10px 20px 10px 40px;
    background-color: white;
    padding: 5px 10px 5px 10px;
    top: 10vh;
*/
    /*left: 24vw;*/
}


.mini_icon {
    width: 5%;
    text-align: left;
    margin-right: 5px;
    margin-left: 10px;
    color: #2CB0EE;
}

.data {
    opacity: 0.5;
}

.blue_text {
    color: #009FE1;
    cursor: pointer;
}

.blue_text:hover {
    font-weight: bold;
}

.check {
    /*background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);*/
}

input[type=checkbox] {
    margin-right: 10px;
    font-size: 15px;
    color:009FE1;
    text-align: center;
    line-height: 15px;
    
    width:19px;
    height:19px;
    vertical-align: bottom;
    float: right;
    width: 17px;
    height: 17px;
    content: "";
    cursor: pointer;
    border-style: solid;
    border-width: 10px;
    border-color: #009FE1;
    border-radius: 100px;
    -webkit-border-radius: 100px; 
    -moz-border-radius: 100px; 
}



.check:checked {
    border-style: solid;
    border: 10px;
    border-radius: 10px;
    border-width: 10px;
}

.check:hover {
    color: #009FE1;
}

.logo {
    width: 100%;
    vertical-align: super;
}

.adres {
    padding: 10px 10px 10px 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.adres td {
    padding: 0px 10px 0px 10px;
}

.centered{
    text-align: left;
    width: 25%;
    vertical-align: top;
}

.mybutton {
    border-radius: 0;
}

h2 {
    /*background-color: #009FE1;*/
    /*color: white;*/
    font-weight: bolder;
    font-size: 1.5em;
    padding: 0px 0px 0px 0px;
    margin-left: 20px;
    /*border-top: 1px solid #ccc;*/
}

.divider {
    border-top: 1px solid #dfe3e5;
    border-width: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*width: 295px!important;*/
    /*width:105%;
    margin: 10px 0px 10px -8px;*/
    width: 100%;
}

label {
    color: #338FCA;
}

.link {
    margin-left: 10px;
    color: #338FCA;
    cursor: pointer;
}

.top_panel {
    
    float: top;
    height: 20%;
    padding: 10px 10px 10px 10px;
    /*color: grey;*/
    font-size: 3em;
    /*border-style: solid;
    border-color: #5893C4;
    border-radius: 10px;*/
    text-align: center;
    font-weight: bolder;
    font-family: verdana;
    background-color: #338FCA;
    color: white;
}

.marker_labels {
    font-family: monospace;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.mobileTitle {
    background-color: #009FE1;
    color: white;
    font-size: 2em;
    padding: 10px 10px 10px 30px;
    text-align: center;
}

.icon {
    padding: 0px 20px 0px 20px;
    height: 40px;
}

.icons {
    text-align: left;
    margin: 10px 20px 10px 20px;
}

.mobile_table {
    font-size: 1.5em;
}

.mainrow {
    margin: 0px 0px 0px 0px;
}


.inputSearchMobile {
    padding: 13px 5px 8px 5px;
    /*margin-bottom: -15px;*/
    font-size: 1.2em;
    width: 100%;
    outline: none;
    border-style: none;
}


.inputSearchMobile:focus {
    border-style: solid;
    border-width: 2px;
    border-color: #009FE1;
}

.linkmobile {
    color: #2CB0EE;
    font-size: 1.2em;
}

.mini_icon_mobile {
    width: 4%;
    color: #2CB0EE;
    margin-right: 10px;
}

.box {
    padding: 10px 0px 10px 5px!important;
    border-top: 1px solid #dfe3e5;
    
}

.box:hover {
    background-color: #EAF3F8;    
    cursor: pointer;
}

.mobileresult {
    background:url('../img/LebaraLogo.PNG') no-repeat left top;
    background-size: 8%;
    padding-left: 50px;
}

.icon_mobile {
    margin: 10px 5px 0px 10px;
    opacity: 0.6;
    height: 30px;
}
.icons_mobile {
    margin: 10px 0px 0px 0px
}

.svg_icon {
    fill: #B2BCC2;
    color: #B2BCC2;
    padding: 10px 0px 10px 10px;
}

.globe_mobile {
    opacity: 0.5;
}

.distance {
    float:right;
    color: #B2BCC2;
}    

.route {
    width: 38px;
    margin-top: 25px;
    float:right;
    color: #B2BCC2;
    margin-right: 10px;
}   

.route_desktop {
    float: right;
    margin-top: 5px;
    margin-right: 40px;
    opacity: 0.9;
    cursor: pointer;
}

.route_icon {
    width: 50px;
}


.route_text {
    margin-top: -5px;
    font-weight: bolder;
    padding-left: 5px;
}

.banner {
    border-top: 1px solid #B2BCC2;
    position: absolute;
    z-index: 99;
    bottom: 0;
    margin-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    /*margin-bottom: 10px;*/
    width: 100%;
    background-color: white;
    text-align: center;
}