﻿
.aleo {
    font-family: 'Aleo';
}

.text-left {
    text-align: left !important;
}

.facility-container {
    float: left;
    margin: 2px;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #777;
}

#map-search {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -161px;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(97,93,92,0.48);
    -moz-box-shadow: 0px 5px 20px 0px rgba(97,93,92,0.48);
    box-shadow: 0px 5px 20px 0px rgba(97,93,92,0.48);
}

.search input,
.search button {
    float: left;
    outline: 0;
    border: 0;
    height: 32px;
}

.search input {
    /*border:1px solid rgba(0, 185, 255, 0.5);*/
    width: 250px;
    font-family: Roboto;
    color: #000;
    font-style: normal;
    font-size: 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 13px 0 13px;
}

.search button {
    width: 72px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: -webkit-linear-gradient(#00b9ff, #007aff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00b9ff, #007aff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00b9ff, #007aff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00b9ff, #007aff); /* Standard syntax */
}

#logo-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding-top: 40px;
    text-align: center;
    width: 210px;
    height: 124px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #5ad9fe;
}

    #logo-container i {
        color: #344b73;
    }

#menu {
    z-index: 3;
    position: absolute;
    top: 124px;
    width: 210px;
    left: 0;
    bottom: 0;
    padding-left: 20px;
    padding-top: 3px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}

    #menu li {
        font-weight: bold;
        list-style-type: none;
        color: #FFF;
        margin: 5px 0 5px 0;
        padding: 5px 0 5px 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        height: 47px;
        font-size: 17px;
    }

        #menu li a {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            padding: 5px 0 5px 13px;
            display: block;
            width: 100%;
            height: 100%;
            background: -webkit-linear-gradient(#00b9ff, #007aff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        #menu li img {
            margin-right: 10px;
        }

        #menu li.active {
            background: #FFF;
        }

            #menu li.active a {
                color: #00b3ff;
            }

    a {
        text-decoration: none !important;
    }

    .dropdown {
        z-index: 3;
        position: absolute;
        top: 0;
        left: 210px;
        bottom: 0;
        overflow: auto;
        width: 375px;
    }

    .clickable {
        cursor: pointer;
    }

    .clickable-mobile {
        cursor: pointer;
        padding-bottom: 10px;
    }

    @media screen and (max-width : 480px) {
        .clickable {
            cursor: pointer;
            font-size: 12px;
        }
    }

    @media screen and (max-width : 480px) {
        .clickable-mobile {
            cursor: pointer;
            font-size: 12px;
            padding-bottom: 10px;
        }
    }



    .distance {
        float: left;
        font-size: 15px;
        color: #0098ff;
        text-align: center;
        border-left: 1px solid #78c8ff;
        min-height: 60px;
    }

        .distance.unknown-distance img {
            margin-top: 15px;
        }

        .distance > img {
            display: inline;
            margin-bottom: 2px;
        }

        .distance > span {
            display: block;
        }

    .inline {
        display: inline;
    }

    .invisible {
        visibility: hidden;
    }

    .dropdown.white-bg {
        background-color: #0f87ef;
        color: #FFF;
    }

    .dropdown.blue-bg {
        background-color: #0f87ef;
        color: #FFF;
    }

    .dropdown .title {
        padding-top: 40px;
        height: 124px;
        font-size: 18px;
        text-align: center;
    }

        .dropdown .title > img {
            margin: -5px 10px 0 0;
        }

    h1 {
        font-size: 17px;
        color: #0098ff;
        margin: 0 0 6px 0;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    h2 {
        font-size: 16px;
        color: #0098ff;
        margin: 0 0 7px 0;
        padding: 0;
    }

    h3 {
        font-size: 13px;
        color: #086fb4;
        margin: 0 0 8px 0;
        padding: 0;
    }

    [ng-click] {
        cursor: pointer;
    }

    /* flag-container */
    #flag-container {
        z-index: 2;
        position: absolute;
        top: 50px;
        right: 30px;
    }

        #flag-container img {
            margin-left: 28px;
        }
    /* category-view */
    #category-view .category-view-item:nth-child(1),
    #category-view .category-view-item:nth-child(2) {
        margin-top: 5px;
    }

    #category-view .category-view-item {
        margin: 10px 0 10px 0;
        font-size: 15px;
    }

#category-view .category-view-item-mobile {
    margin: 10px 0 10px 0;
    font-size: 15px;
    padding-bottom: 10px;
}

        #category-view .category-view-item img {
            margin-right: 5px;
        }

        #category-view .category-view-item:nth-child(even) {
            padding: 0 10px 0 5px;
        }

        #category-view .category-view-item:nth-child(odd) {
            padding: 0 5px 0 10px;
        }

        #category-view .category-view-item .clickable {
            display: inline;
        }

    #category-view-mobile {
        font-size: 12px;
    }
    /* list-view */
    .list {
        margin: -10px -15px;
    }

        .list::before {
            content: ' ';
            display: block;
            clear: both;
        }

    .list-item {
        padding: 10px 15px;
        list-style-type: none;
        display: list-item;
        background: #FFF;
        margin-bottom: 4px;
    }

        .list-item > img:nth-child(1) {
            height: 74px;
            width: 94px;
            border-radius: 20px;
            float: left;
            margin-right: 10px;
        }

        .list-item > .title-container {
            float: left;
            width: 164px;
            padding: 3px 0;
        }

        .list-item .distance {
            margin: 10px 0;
            padding-left: 10px;
            width: 60px;
        }

        .list-item::after {
            content: ' ';
            display: block;
            clear: both;
        }

        .list-item.active {
            background-color: rgba(0, 180, 255, 0.5);
            background-image: url('/img/web/list-item-active-bg.png');
            background-position: center right;
            background-repeat: no-repeat;
        }
    /* search-view */
    #search-view .search input {
        width: 220px;
    }
    /* details-view */
    #details-view .container {
        margin: 0;
    }

    #details-view .row {
        margin-top: 10px;
    }

        #details-view .row:first-child {
            margin-top: 0;
        }



    #details-view {
        z-index: 4;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 585px;
        background-color: rgba(255,255,255,0.9);
        overflow: auto;
        display: none;
    }

    @media screen and (max-width : 480px) {
        #details-view {
            left: 0;
            padding: 50px 0 37px 0;
        }
    }


    #details-view * {
        z-index: 4;
    }

    #details-view .close-container {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    #details-view .title-container,
    #details-view .distance {
        float: left;
    }

    #details-view .title-container {
        width: 340px;
        padding-right: 10px;
    }

    #details-view .distance {
        width: 68px;
    }

    #details-view .clear-after:after {
        content: ' ';
        display: block;
        clear: both;
    }

    #details-view .title-container h1 {
        font-size: 21px;
    }

    #details-view .title-container h3 {
        margin-top: 3px;
    }

    #details-view .image-container {
        display: block;
        width: 414px;
        margin: 10px 0;
    }

    #details-view .campsite-image {
        width: 100%;
        border-radius: 20px;
    }

    #details-view .info-container {
        color: #0069b4;
        margin-top: 5px;
        line-height: 24px;
    }

    #details-view .floating-container a,
    #details-view .floating-container {
        color: #0098ff;
        font-size: 16px;
    }

        #details-view .floating-container a:hover {
            color: #086fb4;
        }

        #details-view .floating-container > * {
            float: left;
            margin-right: 25px;
        }

        #details-view .floating-container:last-child {
            margin-right: 0;
        }

    #details-view p {
        margin-top: 10px;
        font-size: 14px;
        color: #113d5c;
    }

    #details-view .contact {
        font-size: 14px;
        color: #086fb4;
    }

        #details-view .contact .title-container {
            font-size: 18px;
            color: #0098ff;
            width: 100%;
            margin: 30px 0 20px 0;
        }

    #details-view .right-sidebar {
        line-height: 24px;
        padding-left: 0;
    }

        #details-view .right-sidebar > :first-child {
            margin-top: 0;
        }

        #details-view .right-sidebar h4 {
            font-size: 18px;
            color: #0098ff;
            margin-bottom: 0;
        }

    #navbarvisible {
        z-index: 2;
    }

    #iconExplationBox {
        z-index: 2;
        position: absolute;
        padding-top: 10px;
        padding-right: 10px;
        bottom: 5%;
        right: 5%;
        background: rgba(255, 255, 255, 0.9)
    }

        #iconExplationBox-div {
            display: inline-block;
            float: left;
        }

        #iconExplationBox-div li {
            padding-left: 10px;
            padding-bottom: 10px;
            list-style-type: none;
        }

        #iconExplationBox-div ul {
            padding-left: 0px;
            padding-right: 10px;
        }

    #lysthavn {
        padding-right: 15px;
    }

    #parkering {
        margin-left: -3px;
    }


    /* Custom Bootstrap */
    .container {
        width: 100% !important;
    }

    #details-view .col-xs-9 {
        max-width: 450px;
    }

    @media (max-width: 1199px) and (min-width: 992px) {
        span.visible-md {
            display: inline !important;
        }

        #details-view .col-md-9 {
            max-width: 330px;
        }
    }

    @media (min-width: 1200px) {
        span.visible-lg {
            display: inline !important;
        }

        #details-view .col-lg-9 {
            max-width: 450px;
        }
    }

    #details-view .bx-wrapper {
        background: none;
        border: 0;
        box-shadow: none;
        text-shadow: none;
    }

    .changeFontColorBlue {
        color: #0069B4;
        cursor: pointer;
    }

    .changeFontColorWhite {
        color: white;
        cursor: pointer;
    }


    @media screen and (max-width : 480px) {
        .changeFontColorBlue {
            color: #0069B4;
            cursor: pointer;
            font-size: 12px;
        }
    }

    @media screen and (max-width : 480px) {
        .changeFontColorWhite {
            color: white;
            cursor: pointer;
            font-size: 12px;
        }
    }

    .padding-between-elements {
        padding-bottom: 10px;
    }

#mobile-navbar-icons  {
    padding-top: 10px;
}


#mobile-navbar-icons a {
    font-size: 16px;
    padding-left: 25px;
    max-width: 25px;
}

#mobile-navbar-flag-icons img {
    padding-left: 75px;
    padding-top: 10px;
}

.mobile-blue-rounded {
    padding-top: 10px;
    background-color: #0f87ef;
    border-radius: 10px;
}

.mobile-filters-icon {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}




