﻿#mapid {
    height: calc(100%);
    width: 100%;
    margin: 0 auto;
}

.btn-container {
    margin-bottom: 20px;
}

.multiselect {
    z-index: 55555 !important;
}

.map-layout .overlay-sidebar #sidebar {
    position: absolute;
    z-index: 1000;
    height: auto;
    overflow: hidden;
}

.map-layout #sidebar {
    float: left;
    width: 350px;
    background: #fff;
    font-size: 12px;
}

.pageloader {
    position: fixed;
    padding-top: 2em;
    background: #d65027;
    background: #d65027;
    z-index: 999998;
    transition: transform .35s ease-out,-webkit-transform .35s ease-out;
    will-change: transform;
}

.address-wrapper {
    cursor: default;
    margin: 0.8rem;
    border: 1px solid transparent;
    transition: border 0.4s;
    text-decoration: none;
}

.search-address input[type="text"] {
    width: 30vw;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    .search-address input[type="text"]:focus,
    .search-address input[type="text"]:active {
        width: 30vw;
    }

.button.is-success.is-outlined {
    background-color: #d65027;
    border-color: #d65027;
    color: white;
}

    .button.is-success.is-outlined:focus, .button.is-success.is-outlined:hover {
        background-color: #d65027;
        border-color: #d65027;
        color: #fff;
    }

.search-result-item {
    border: solid 1px #80808000;
    border-left: none;
    border-right: none;
    transition: border 0.4s;
    text-decoration: none;
}

    .search-result-item:hover {
        border-color: #cccccc;
    }

.changeLocationsBtn,
.currentLocationBtn {
    background-color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
    color: #666666;
    border: none;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px !important;
    margin-left: 20px !important;
}

    .changeLocationsBt:active,
    .changeLocationsBt:focus,
    .currentLocationBtn:active,
    .currentLocationBtn:focus {
        background-color: rgba(241, 241, 241, 0.54) !important;
    }

.leaflet-control-zoom-in,
leaflet-control-zoom-out,
.leaflet-bar a, .leaflet-bar a:hover,
.leaflet-bar,
a.leaflet-disable {
    background: rgba(0, 0, 0, 0.35) !important;
    color: white !important;
    border: none;
}

.leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: none!important;
}

.leaflet-right .leaflet-control {
    margin-right: 12px;
}

.leaflet-top .leaflet-control {
    margin-top: 30px;
}

.map-navbar {
    background-color: white;
    border-bottom: solid 3px #d65027;
    box-shadow: 0px 0px 5px #a7a7a7;
}

.pos-sidebar-details {
    background: white;
    border: solid 1px #d8d8d8;
    box-shadow: rgb(158, 158, 158) 0px 1px 2px;
    border-radius: 5px;
}

.pos-clicked {
    border: 2px solid rgb(214, 80, 39);
    box-shadow: rgb(214, 80, 39) 0px 1px 2px;
}

.margin-right {
    margin-right: 10px;
}

.current-location {
    padding-left: 1em;
    padding-right: 1em;
    background: #d65027;
}

.map-container-layout {
    overflow: hidden;
    position: absolute;
    top: 65px;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.map-inner {
    height: 100%;
    overflow: hidden;
}

.margin-none-all {
    margin: 0;
}

.navbar-padding {
    padding-top: 12px;
    padding-bottom: 12px;
}

.font-strong {
    font-weight: 600
}

.tag {
    margin-right: 5px;
    margin-bottom: 5px;
    background: #d65027;
    color: white;
}

.search-button {
    padding-left: 1em;
    padding-right: 1em;
    background: #d65027;
    color: white;
}

.padding-none-all {
    padding: 0px;
}

.font-ls {
    font-size: 0.9em;
}

.notification-padding {
    padding: 0.4em 0rem 0.4em 0.8em;
}

@media screen and (min-width: 88px) {
    .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block;
    }
}

@media screen and (min-width: 88px) {
    .navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        box-shadow: 0 8px 8px rgba(10,10,10,.1);
        display: none;
        font-size: .875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 77%;
        z-index: 20;
    }
}

    @media screen and (min-width: 1088px) {
        .navbar-dropdown .navbar-item {
        white-space: normal;
    }
}

@media screen and (min-width: 1088px) {
    .navbar-item.has-dropdown {
        align-items: center;
    }
}

@media screen and (max-width: 1087px) {
    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

@media screen and (min-width: 300px) {
    .navbar, .navbar-end{
        align-items: stretch;
        display: flex;
    }
}

@media screen and (max-width: 600px) {
    .logo {
        display: none;
        width: 80px;
    }
}

@media screen and (max-width: 1087px) {
    .navbar-menu {
        box-shadow: none;
    }
}