body {
    letter-spacing: 1px;
}

*:focus {
    outline: none;
}

.airport-row {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

.airport-row h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 900;
}

.border-left-green {
    border-left: 5px solid #24b91c;
}

.border-left-orange {
    border-left: 5px solid #f7a70d;
}

.letter-days span {
    color: #eee;
}

.color-green {
    color: #24b91c !important;
    font-weight: bold;
}

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

.airport-flag {

    height: 28px;
    vertical-align: middle;

}
.mapinfowindow {

    position: absolute; 
    z-index: 10; 
    top: 0; 
    right: 0;
    left: 0;
    bottom: 0;
    background-color:#fff;
    display: none;
}

.infowindowheader {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 10px 10px 0;

}
.infowindowcontent {
    padding: 10px;
}
.infowindow-outlink a {
    font-size: 12px;
    font-weight: 400;
    float: right;
    margin-bottom: 5px;
    text-align: right;
    display: block;
    background-color: #27843c;
    color: #fff;
    padding: 5px 10px;
    /* width: 100%; */
    border-radius: 5px;
    text-transform: uppercase;
}
.infowindow-outlink a:hover {

    color:#24b91c;
}

.gly-rotate-45 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}

.infoboxflex-2 {

    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    margin-top: 10px;

}
.infoboxdays-on {
    color: #fff;
    padding: 0px;
    font-size: 11px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #20938a;
    background-color: #20938a;
    width: 25px;
    height: 25px;
    line-height: 19px;
    cursor: pointer;


}
.infoboxdays-off {

    color: #777;
    padding: 0px;
    font-size: 11px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #aaa;
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 19px;
}

.infoboxmonth-on {
    color: #fff;
    padding: 0px;
    font-size: 11px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #20938a;
    background-color: #20938a;
    width: 35px;
    height: 25px;
    line-height: 19px;
    cursor: pointer;


}
.infoboxmonth-off {

    color: #777;
    padding: 0px;
    font-size: 11px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #aaa;
    background-color: #fff;
    width: 35px;
    height: 25px;
    line-height: 19px;
}
.dayinfoboxcontainer {
    position: relative;
}
.dayinfobox {

    margin-top: 10px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    position: absolute;
    background: #fff;
    display: none;
    width: 100%;

}
.dayinfoarrow {

    position: absolute;
    top: -17px;
    left: 10px;
    font-size: 25px;
    color: #e5e5e5;
}
.dayinfoarrow:after {

    position: absolute;
    top: 16px;
    content: " ";
    border-bottom: 4px solid #fff;
    width: 11px;
    left: 2px;
}


.gm-style-iw {
   width: 100% !important;
   top: 0px !important;
   left: 0 !important;
   background-color: #fff;
   /*border: 1px solid #a5a5a5;*/
   font-size: 11px!important;
   border-radius: 2px 2px 2px 2px; // apply 10px to the bottom corners of the infowindow
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.14);
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.14);

}
.gm-style-iw > div > div {
   padding: 2px 2px 0 7px;
}

.ajaxloading {

    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -90px;
    font-size: 100px;
    color:#ec7e01;
    display: inline-block!important;
 }
 .noshow {
    display: none;
 }



 .directflight-search {

    padding: 10px 0 10px 10px;
    background-color:#fff;
    border-bottom: 1px solid #e5e5e5;
    height: 75px;
 }
 .directflight-search .dflabel {
    display: block;
    color:#333;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 1px;
 }
 .directflight-input, #angairports_value {

    border-radius: 3px;
    border: 1px solid #c5c5c5;
    background: #fff;
    color:#333;
    padding: 5px 10px 5px 50px;
    font-size: 18px;
    width: 100%;
    height: auto;
    box-shadow: none;
    transition: 0; 

   -webkit-box-shadow: 0px 7px 11px -6px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 7px 11px -6px rgba(0,0,0,0.14);
box-shadow: 0px 7px 11px -6px rgba(0,0,0,0.14);
 }
 .directflight-takeoff {

    position: absolute; 
    height: 25px; 
    top: 8px; 
    left: 10px; 
    opacity: 0.5; 
    filter: alpha(opacity=50);
 }
 .directflight-landing {

    position: absolute; 
    height: 25px; 
    top: 8px; 
    left: 10px; 
    opacity: 0.5; 
    filter: alpha(opacity=50);
 }






 .flexdays {

    display: flex;
    flex-direction: row;
    width: 100%;
 }
 .flexdays .flexdaysitem {
    width: 90%;
    text-align: left;
    font-weight: 400;
 }
 .flexdays .flexdaysitem:nth-child(odd) {
    width: 10%;
    text-align: left;
 }
 
 .flexdayhidden {
    position: absolute;
    left: -9999px;
 }
 .flexdaylabel {
    font-weight: 400;
 }
 .flexdayinput:checked + label.flexdaylabel {

    color:#38bf9d;
}
 .flexdaylabel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 }
 .angucomplete-dropdown {
    background-color:#fff;
    color:#333;
    padding:10px;
    position: absolute;
    width: calc( 100% - 30px );
    margin-top: 5px;
    z-index:99;
    border-radius: 3px;
    border: 0;
 }
 .angucomplete-row {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
 }
  .angucomplete-row:hover {
    background-color:#f5f5f5;
 }
.angucomplete-dropdown {
    overflow-y: auto;
    max-height: 200px; 
}

.destination-tips {
    position: absolute;
    /*top: 90px;*/
    margin-top: 5px;
    left: 20px;
    width: calc( 100% - 20px );
    height: 380px;
    overflow: hidden;
    background-color:#fff;
    z-index:40;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    display: none;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 10px 10px 19px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 19px -2px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 19px -2px rgba(0,0,0,0.2);    

}
.departure-tips {

    position: absolute;
    /*top: 90px;*/
    margin-top: 5px;
    left: 20px;
    width: calc( 100% - 20px );
    max-height: 450px;
    overflow-y: auto;
    background-color:#fff;
    z-index:40;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    display: none;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 10px 10px 19px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 19px -2px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 19px -2px rgba(0,0,0,0.2);    
}
.destination-tips-country {

    margin-bottom: 6px; 
    padding-left: 10px;
    cursor: pointer;
}

.destination-tips-country-items {
    overflow-y: auto; 
    max-height: 310px;
}

.destination-tips-airport-items {
    overflow-y: auto; 
    max-height: 310px;
    /*display: none;*/
}

.destination-tips-airport {
    margin-bottom: 6px; 
    margin-top: 10px; 
    padding-left: 10px;
    cursor: pointer; 
}

.angucomplete-selected-row {
    background-color:#f5f5f5;
}
.angucomplete-hide {
    display: none;
    border: 0;
}

.airport-cover {
    position: absolute;
    width: 100%;
    height: calc( 100% - 10px );
    background-color:#fff;
    opacity: 0.7;
    margin-top: 0px;
    cursor: pointer;
    z-index:2;
}

.destination-airport-flag {
    height: 15px; 
    margin-right: 5px;
    min-width: 15px;
}

.display-filters {
    position: relative;
    width: 100%;
    height: 100%;
}
.display-filters .display-filter {

    position: absolute;
    top: 20px;
    left: 0;
    min-width: calc( 100% + 120px );
    margin-left: -60px;
    height: auto;
    z-index: 50;
    background-color:#fff;
    color:#333;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.14);
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.14);
    display: none;

}
.display-filters-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.display-filters-content {
    padding: 10px;
}
.display-filters-bottom {
    background-color:#e5e5e5;
    padding: 10px;
    text-align: right;
}
.map-filter-box:nth-child(1) .display-filters .display-filter {
    left: 60px;
}
.map-filter-box:nth-child(1) .display-filters .display-filter:after {
    left: 20%;
}

.display-filters .display-filter:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}

.display-filters-clear {

    display: inline-block;
    padding: 5px 10px 5px 10px;
    background-color:#ea5840;
    color:#fff;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}
.display-filters-apply {

    display: inline-block;
    padding: 5px 10px 5px 10px;
    color:#fff;
    border-radius: 3px;
    background-color:#3f9953;
    font-size: 12px;
    cursor: pointer;
}

.infowindowcontent-header {

    display: flex; 
    flex-direction: row; 
    border-bottom: 1px solid #f5f5f5; 
    padding-bottom: 5px; 
    margin-bottom: 10px;

}
.infowindowcontent-header-first {
    width: 45%; 
    text-align: left;
}
.infowindowcontent-header-second {
    width: 100%; 
    text-align: center; 
    padding-top: 5px; 
    font-size: 20px; 
    color:#aaa;
    position: relative;
}
.infowindowcontent-header-second-airplane {

    position: absolute;
    width: 40px;
    padding-right: 5px;
    left: calc(50% - 20px);
    background-color:#fff;
    height: 100%;
}
.infowindowcontent-header-third {
    width: 45%; 
    text-align: right;
}
.infowindow-airlineinfo {

    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
}


.infowindow-airlineinfo-days {

    display: flex;
    flex-direction: row;
    width: 100%;
}

.infowindow-airlineinfo-days div.infowindow-airlineinfo-days-item {

    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    width: 20%;
    margin-right: 3px;
    text-align: center;
    padding-top: 2px;
}
.infowindow-airlineinfo-days div.infowindow-airlineinfo-days-item div {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}
.infowindow-airlineinfo-days div:last-child {

     margin-right: 0px;
}
.infowindow-airlineinfo-days div:first-child {

     border: 0;
     background-color:#fff;
     padding: 0;

}

.airlineinfo-days {

    display: flex;
    flex-direction: row;
    width: 100%;
}

.airlineinfo-days div {

    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    font-size: 10px;
    font-weight: 400;
    padding: 0px 3px 0 3px;
    line-height: 20px;
    width: 20%;
    margin-right: 3px;
    height: 22px;
    text-align: center;
    border-radius: 2px;
}

.infowindow-airlineinfo-month {
    font-size: 11px;
    text-align: right;
    letter-spacing: 1px;
    font-weight: 400;
    padding-right: 2px;
    padding-top: 3px;
}
.infowindowcontent-baseinfo {
    display: flex; 
    flex-direction: row; 
    font-weight: 400;
}
.infowindowcontent-baseinfo-duration {
    width: 50%;
}
.infowindowcontent-baseinfo-price {
    width: 50%; 
    text-align: right;
}
.infowindowcontent-baseinfo-price-single {
    width: 50%; 
    text-align: left;
}

/* Färger till dagboxarna */
.day-yes, .day-upcoming {
    background-color: #f5f5f5!important;
    border: 1px solid #a5a5a5!important;
    color:#333!important;
}
.day-no {
    background: #fff!important;
    border: 1px solid #c5c5c5!important;
    color: #ccc!important;
    font-weight: 100!important;
}


   .btn-infobox {
        display: flex; 
        flex-direction: row; 
        width:100%; 
        padding: 10px 10px 5px 10px; 
        margin-bottom: 5px; 
        border-bottom: 1px solid #e5e5e5;
    }
    .btn-infobox div.btn-infobox-item:nth-child(1) { width: 20%; }
    .btn-infobox div.btn-infobox-item:nth-child(2) { width: 25%; }
    .btn-infobox div.btn-infobox-item:nth-child(3) { width: 20%; }
    .btn-infobox div.btn-infobox-item:nth-child(4) { width: 25%; }
    .btn-infobox div.btn-infobox-item:nth-child(5) { width: 10%; }

    .btn-infobox-border {
        border-right: 1px solid #f5f5f5; 
        padding-left: 20px; 
        padding-right: 20px;
    }
    .btn-infobox-right {
        width: 10%; 
        padding-left: 10px; 
        text-align: right; 
        padding-top: 10px;
    }

    .btn-infobox .btn-infobox-header {

        font-size: 22px; 
        line-height: 24px;
        cursor: pointer;
    } 
    .btn-infobox .btn-infobox-small {
        font-size: 12px;
        text-transform: uppercase;
    }
    .btn-infobox .btn-infobox-flag {
        height: 12px; 
        margin-right: 5px;
    }
    .btn-infobox .btn-infobox-airplane-line {
        width: 100%; 
        border-bottom: 1px solid #e5e5e5; 
        margin-top: 13px; 
        height: 1px; 
        position: absolute;
    }
    .btn-infobox .btn-infobox-airplane-duration {
        font-size: 10px; 
        position: absolute; 
        top: 22px;
    }
    .btn-infobox .btn-infobox-days-header {
        font-size: 12px; 
        margin-bottom: 5px;
    }
    .btn-infobox .btn-infobox-submit {
        border: 0; 
        border-radius: 5px; 
        background-color:#3f9953; 
        color:#fff; 
        padding: 5px 10px 5px 10px;
    }
    .btn-infobox .btn-infobox-airlines {
        display: flex; 
        flex-direction: row;
        width: 100%;
    }
    .btn-infobox .btn-infobox-airlines-item {
        font-size: 9px; 
        text-align: center; 
        margin-right: 10px; 
        border-right: 1px solid #f5f5f5; 
        padding-right: 10px;
        width: 25%;
    }
    .btn-infobox .btn-infobox-airlines-item-last {
        font-size: 9px; 
        text-align: center; 
        margin-right: 0; 
        border-right: 0; 
        padding-right: 0px;
        width: 25%;
    }

    .showwin {
        display: inline-block;
    }
    .hidewin {
        display: none;
    }

    .bottomfilters {
        display: flex;
        flex-direction: row;
        margin-top: 5px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 5px;
    }
    .bottomfilters div {
        padding: 1px 5px 1px 5px;
        font-size: 12px;
        background-color:#b7afa7;
        border-radius: 2px;
        color:#fff;
        margin-right: 5px;
        cursor: pointer;
    }
    .bottomfilters div.bottomfilteractive {

        background-color:#978f87;
    }

    .airline-days {

        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 6px;
        margin-bottom: 10px;
    }
    .airline-days:last-child {

        margin-right: 0;
    }
    .airline-days-item {
        width: 20%;
        margin-right: 10px;
        border: 1px solid #ccc;
        background-color:#f5f5f5;
        text-align: center;
        padding: 5px;
        font-weight: 400;

    }

        .tagcloud-container {

        /*display: flex;
        flex-direction: row;
        flex-wrap: wrap;*/
        width: 100%;
    }

    .tagcloud {

        font-size: 12px; 
        padding: 3px 10px 3px 10px;  
        margin-right: 15px; 
        display: block; 
        margin-bottom: 5px;
    }

    .tagcloud-active {
        /*background-color:#b7afa7;*/
        width: 100%;
    }
    .tagcloud .tagcloud-top {
        font-size: 14px; 
        font-weight: 400; 
        color:#333;
        text-decoration: underline;
    }
    .tagcloud-active .tagcloud-top {
        font-size: 20px;
    }

    .tagcloud .tagcloud-bottom {
        font-size: 13px; 
        font-weight: 300; 
        color:#333;
    }
    .tagcloud-active .tagcloud-bottom {
        font-size: 17px;
    }

    .tagcloud img {
        height: 14px;
    }
    .tagcloud-active img {
        height: 20px;
    }
    .tagcloud-selected {
        border-bottom: 1px solid #e5e5e5; 
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        padding-bottom: 5px; 
    }
    .tagcloud-selected:first-child {
        border-top: 1px solid #e5e5e5;
        padding-top: 5px;
    }
    .tagcloud-outlink-large {
        color:#333;
    }


    .directflight-close-departure {

        position: absolute; 
        cursor: pointer; 
        right: 10px; 
        top: 10px; 
        font-size: 20px; 
        font-weight: 100; 
        color:#666;
    }
    .directflight-search-departure {

        position: absolute; 
        cursor: pointer; 
        right: 10px; 
        top: 10px; 
        font-size: 20px; 
        font-weight: 100; 
        color:#666;
    }
    .directflight-close-destination {

        position: absolute; 
        cursor: pointer; 
        right: 10px; 
        top: 10px; 
        font-size: 20px; 
        font-weight: 100; 
        color:#666;
    }

    .mapheader {
        background-color:#fff;
        padding: 10px 10px 10px 20px;
    }

    /* ADS */
    
    .left-adspot {

        display: block;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 728px;
       /* height: 90px;*/
      }

      .leftsmall .left-adspot {

        width: 320px;
        /*height: 50px;*/
      }

      .map-adspot {

        position: absolute;
        right: 20px;
        bottom: 20px;
        width: auto;
        height: auto;
        z-index: 2;
        text-align: center;

      }
      .leftsmall .map-adspot {

        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 980px;
        height: 120px;
        border: 1px solid #e5e5e5;
        background-color:#fff;
        text-align: center;
      }



      .pageloaded {
        /*display: none;*/
        position: fixed;
        width: 188px;
        height: 188px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        background-color:#fff;
        -webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2); 
        border-radius: 95px;
        overflow: hidden;
        border: 5px solid #bbb;
        padding-right: 15px;
        padding-top: 3px;


      }

    @media only screen and (max-width: 1020px) {

        /* ADS */

        .left-adspot {

            display: block;
            text-align: center;
            margin-bottom: 20px;
            margin: 0 auto;
            width: auto;
            height: auto;
        }

        .leftsmall .left-adspot {

            width: 320px;
          /*  height: 50px;*/
        }

        .map-adspot {

            position: fixed;
            right: calc( 50% - 160px );
            bottom: 20px;
            width: 320px;
            height: 50px;
            z-index: 2;
            text-align: center;

          }
          .leftsmall .map-adspot {

            position: fixed;
            right: calc( 50% - 160px );
            bottom: 20px;
            width: 320px;
            height: 50px;
            text-align: center;
          }

        /* /ADS */

        .directflight-close-departure {

            right: 5px; 
            top: 7px; 
            font-size: 14px; 
        }
        .directflight-search-departure {

            right: 5px; 
            top: 9px; 
            font-size: 14px; 
        }
        .directflight-close-destination {

            right: 5px; 
            top: 8px; 
            font-size: 14px; 
        }

     .directflight-search {

        padding: 5px 5px 10px 5px;

        height: 115px;
     }
      .directflight-search .dflabel {
        font-weight: 100;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 11px;
     }
      .directflight-input, #angairports_value {

        border-radius: 1px;
        border: 1px solid #c5c5c5;
        background: #fff;
        color:#333;
        padding: 3px;
        padding-left: 20px;
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
        width: 100%;
        height: auto;
        box-shadow: none;
        transition: 0; 

        -webkit-box-shadow: 0px 7px 11px -6px rgba(0,0,0,0.14);
       -moz-box-shadow: 0px 7px 11px -6px rgba(0,0,0,0.14);
       box-shadow: 0px 7px 11px -6px rgba(0,0,0,0.14);

     }
     .directflight-takeoff {

        position: absolute; 
        height: 10px; 
        top: 8px; 
        left: 5px; 
        opacity: 0.7; 
        filter: alpha(opacity=70);
     }
     .directflight-landing {

        position: absolute; 
        height: 12px; 
        top: 7px; 
        left: 5px; 
        opacity: 0.7; 
        filter: alpha(opacity=70);
     }
     .inputbox-mobile-left {
        padding-left: 0px!important;
        padding-right: 0px!important;
     }
     .inputbox-mobile-right {
        padding-left: 0px!important;
        padding-right: 0px!important;
     }

     .departure-tips {

        top: 30px;
        left: 0px;
        width: 100%;
        max-height: 400px;
        z-index:40;
        padding: 5px 0 5px 0;
        border-radius: 3px;
    }

    .destination-tips {

        top: 30px;
        left: 0px;
        width: 100%;
        max-height: 400px;
        z-index:40;
        padding: 5px 0 5px 0;
        border-radius: 3px;
    }
    #tagcloud-wrapper {
        display: none;
    }

    .mapinfowindow {

        z-index: 10; 
        left: 0px; 
        border-radius: 0px;
        top: 0px; 
        width: 100%; 
        height: 100%;
    }
    
}

/*! angularjs-slider - v6.4.3 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2018-01-22 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 5px 0 0px 0;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rzslider.with-legend {
  margin-bottom: 40px;
}

.rzslider[disabled] {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
}

.rzslider .rz-draggable {
  cursor: move;
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}

.rzslider .rz-selection {
  z-index: 2;
  /*
  background: #0db9f0;
  */
  background: #bbb;
  border-radius: 2px;
}

.rzslider .rz-pointer {
  top: -7px;
  z-index: 3;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #666;
}
.rzslider .rz-pointer:focus {
  outline: 0px solid transparent;
}
/*
.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: '>';
}
*/
.rzslider .rz-pointer:first-child::after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: '>';
}

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff;
}

.rzslider .rz-pointer.rz-active {
  z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
}

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}

.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
}

.rzslider .rz-tick.rz-selected {
  background: #0db9f0;
}

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  -webkit-transform: translate(0, -28%);
          transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  -webkit-transform: translate(0, -28%);
          transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto;
}




    .mapsitewrapper {
        width: 100%;
        height: 100vh;
    }

    .mapbox {
      display: flex;
      flex-direction: row;
      height: 100%;
    }

    .mapboxleft {
      
      background-color:#fff;
      position:relative;
      overflow: hidden;
      height: 100%;
    }

    .mapboxright {
      width: 100%;
      background-color:#f7f5f2;
    }

    .leftsmall {
        width: 400px;
        min-width: 400px;
    }

    .leftbig {
        width: 768px;
        min-width: 768px;
    }

    #mapwrapper {

        position: relative; 
        background-color:#f7f5f2; 
        height: calc( 100% - 150px )
    }



    @media only screen and (max-width: 1020px) {


        #mapwrapper {

            position: relative; 
            background-color:#f7f5f2; 
            height: calc( 100% - 115px )
        }

        .mapboxright {

            display: none;
        }

        .leftsmall {

            width: 100%;
        }
        .leftbig {

            width: 100%;
            min-width: 100%;
        }
    }
