/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 Oct, 2021, 9:31:01 PM
    Author     : Nishad
*/
body{
    /*background: url(../img/bg.jpg);*/
    background-repeat: repeat;
    background-size: 100%;
    overflow: hidden;
}

.areas{
    display: none;
}
div.chzn-container div.chzn-drop {

    z-index: 999;
}
#eventTable{
    width: 100%;
    font-size: 14px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    z-index: 10;
    cursor: pointer;
}
.userMap  #migic {
    height: 30px;
    width: 30px;
}
#html5-watermark{
    display: none !important;
}

#legend img.legend-img-1{
    width: 35px; 
    height: auto;
}
#legend img.legend-img-2{
    width: 70px; 
    height: auto;
}
.leaflet-control-attribution{
    display: none !important;
}
#map{
    height: 100vh;
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 0px;
}
.leaflet-map-pane svg{
    z-index: 1500 !important;
}
.map_polylines { 
    stroke: yellow;
    fill: none;
    stroke-dasharray: 10,8; 
    stroke-width: 5;  
    z-index: 255500 !important;
}
.chosen-container-single .chosen-single{
    height: 35px;
}
.chosenImage-container .chosen-results li, .chosenImage-container .chosen-single span{
    padding-top: 6px;
}
.chosenImage-container .chosen-single span {
    background-position: 3px 7px;
}

.chosen-container-single .chosen-single div b{
    background: url(chosen-sprite.png) no-repeat 0 7px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position: -18px 6px;
}
.chosen-container-single .chosen-single{
    background: #FFF;
}
.findRoute{
    position: absolute;     top: 0px; 
    right: 0px; 
    height: auto; 
    width : 240px; 
    padding: 20px; 
    z-index: 600; 
    text-align: left; 
    display: none;
}
.btn-check:focus+.btn-theme, .btn-theme:focus, .btn-theme:hover, .btn-theme {
    color: #fff;
    background-color: #b23e3e;;
}
.btn-check:focus+.btn-white, .btn-white:focus, .btn-white:hover, .btn-white {
    color: #b23e3e !important;
    background-color: #FFFFFF;;
}
.findRouteDiv{
    width: 100%;
    display: none;  

}
.findPlayerDiv{
    width: 100%;
    display: none;  

}

.findArea{
    position: absolute; 
    bottom: 30px; 
    right: 0px; 
    height: auto; 
    max-width : 400px; 
    padding: 20px; 
    z-index: 600; 
    text-align: left; 
    display: none;
    width: 100%;

}
.findAreaDiv{
    display: inline-block;
    position: absolute;
}
#leaderboard{
    display: none;  
    float: right;
    z-index: 450; 
    text-align: left; color: #FFF !important;
    width: 100%;
    text-align: center;
    max-width: 200PX;
}
#areaBox{
    display: none;  
    z-index: 450;
    text-align: right;
    position: relative;
    left: 0;
    color: #FFF;
}
.leaflet-tile {
    filter: hue-rotate(45deg) !important;
}

.btn-theme, .btn-white{
    font-size: 14px;
    font-weight: bold;
}
.chosen-container .chosen-results {
    max-height:168px;
}
.findAreaDiv .chosen-container{
    margin-bottom: 20px;
}
#legendsMob{
    display: none;
}
#AreaList.openClass{
    height: 331px; 
}
#AreaList{

    position: absolute;
    bottom : 66px;
    height: 0;
    width: 90%;
    overflow-x: auto;
    z-index: 6000;
    background: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.areaListTable tr img{
    width: 25px;
    width: 25px;
    border: 1px solid #0368a0;
    border-radius: 50%;
}
.areaListTable{
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;

}

.areaListTable td {
    text-align: left;
}
.areaListTable tr {
    border-bottom: 2px solid #0368a0;
}

.areaListTable td, .areaListTable td * {
    vertical-align: top;
}
@media only screen and (max-width: 980px) {
    #legend {
        display: none !important;
    }
    #legendsMob{
        display: block;
    }
    .findArea{
        bottom: 85px;
        max-width: 100%;
        padding: 20px 5%; 
    }
    #areaBox{
        display: inline-block !important;
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
    }
    .findAreaDiv{
        display: none;
    }
    #leaderboard{
        max-width: 48%;
    }
}


.form-select{
    max-width: 200px;
    width: 100%;
    height: 34px;
    margin-bottom: 20px;
    font-size: 14px;
}
.legendBtn, .legendBtn:hover, .legendBtn:active, .legendBtn:focus{
    width: 100%;
    outline: none !important;
    box-shadow: none;
    position: absolute;
    max-width: 360px;
    border-radius: 0;
    max-width: 100%;
    bottom: 0;
    width: 100%;

}
#legendsMob.expanded {
    height: 35px;
    overflow: hidden;
}
#legendsMob {
    height: 300px;
    background-color: grey;
    position: absolute;
    bottom : 70px;
    width: 90%; 
    background: #FFF;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;


    overflow-y: scroll;
}


.legendTableMobile tr img{
    width: 25px;
    width: 25px;
    border: 1px solid #0368a0;
    border-radius: 50%;
}
.legendTableMobile{
    text-align: left;
    font-size: 14px;
}

.legendTableMobile td {
    text-align: left;
}
.legendTableMobile tr {
    border-bottom: 2px solid #0368a0;
}

.legendTableMobile td, .legendTableMobile td * {
    vertical-align: top;
}
.currentLocation{
    position: absolute;
    top: 70px;
    left: 10px;
    background: #FFF;
    padding: 1px 8px;
    font-weight: 600;
    z-index: 1000;
    font-size: 17px;
    border: 2px solid #ccc;
    border-radius: 6px;
}

.userPosition  #migic {
    height: 24px;
    width: 24px;
}
.iframe-lightbox .content{
    height: 90vh;
    padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
    .findAreaDiv .form-select {
        max-width: 160px;   
    }
}
@media only screen and (max-width: 380px) {
    .findAreaDiv .form-select {
        max-width: 140px;   
    }
}
.iframe-lightbox .content-holder{
    width: 90%;
}



.logo-div{
    position: absolute;
    left: 0px;
    top: 0px;
    position: absolute;
    height: auto;
    width: 330px;
    padding: 15px 0 15px 15px;
    z-index: 600;
    text-align: left;
    background: #FFF;
    /*background: rgba(255,255,255,0.5);*/
}

.logo-div img{
    width: 230PX; 
    max-width: 100%; 
    height: auto;
    MARGIN-LEFT: 30PX;
}
.chosen-container{
    margin-bottom: 15px;
}
#legend{
    display: none;
    position: absolute; 
    bottom: 0px; 
    left :0px; 
    height: 405px; 
    width: 600px; 
    z-index: 500; 
    text-align: left; 
    background : rgba(0,0,0,0.6); 
    padding: 15px;
}

#legend img{
    width: 20px;
    height: 20px;
}

.legendTable{
    width: 170px;
    float: left;
    margin-bottom: 0px;
    padding: 0px;
}
.legendTable td, .legendTable th{
    padding: 2px 5px;
    vertical-align: middle;
    height: 30px;
    color: #FFF;
    font-size: 10px;
    line-height: 10px;
    text-align: left;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}
.legendTable td.text-right{
    text-align: right;
}

@media only screen and (max-width: 549px) {
    .findRoute{
        top: 60px;
        width: 100%;
    }
    .logo-div{
        width: 100%;
        padding: 15px 0 2px 15px;
    }
    .logo-div img{
        width: 160px;
    }
    .currentLocation{
        left: auto;
        right: 10px;
        top: 10px;
    }
    .form-select{
        width: 46%;
    }
    .target-a{
        float: left;
    }
    .target-b{
        float: right;
    }
     #areaBox{
        width: 100%;
    }
}

@media screen and (max-width: 998px) and (orientation: landscape) {
    .findArea{
        bottom: 80px;   
        max-width: 100%;
    }
    #AreaList.openClass{
        height: 160px; 
    }
    #areaBox{
        display: inline-block !important;
        width: 50%;
        text-align: center;
        margin-bottom: 0px;
    }
    #leaderboard{
        width: 48%;
    }
    .logo-div{
        width: 100%;
        padding: 8px;
    }
    .logo-div img{
        width: 170px;
    }
    .currentLocation {
        left: auto;
        right: 10px;
        top: 10px;
    }
    .findRoute{
        top: 60px;
    }
    #AreaList{
        width: 90%;
        margin: auto;
    }
}

.marker_map{
    display: none;
}
/*.userMap{
    display: none;
}*/

.leaflet-popup-content{
    text-transform: capitalize;
}

/*food    c2 tv */