/*Map Page*/

.interactive_map {
    position: relative;
}

.interactive_map iframe {
    width: 100%;
    height: 100vh;
}

/*.dropdown-map {
    right: 10px;
    z-index: 9;
    position: absolute;
    width: 150px;
    top: 0;
}
*/
.interactive_map .pop-info-no-images {
    width: 350px;
}

.site_map.interactive_map .pop-info .imagesList{
    padding: 20px 20px 0 20px;
}

.interactive_map .pop-info .imagesList a {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: none;
    overflow: hidden;
    float: right;
    margin-bottom: 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*.interactive_map .pop-info .imagesList a:first-child {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    max-height: 295px;
}*/

.interactive_map .pop-info .imagesList a:first-child img {
    width: 100%;
    /*height: 200px;*/
}

/*.interactive_map .pop-info .imagesList a:nth-child(3){
    margin: 0 7px;
}*/
.interactive_map .pop-info .imagesList a:nth-child(2), .interactive_map .pop-info .imagesList a:nth-child(3) {
    display: inline-block;
}

.interactive_map .pop-info .imagesList a.more_img {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #E0E0E0;
    color: #7D7D7D;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    transition: 0.3s;
    margin-bottom: 0;
}

.interactive_map .info-text .scroll-y {
    overflow-y: scroll;
    padding-left: 8px;
    max-height: 135px;
    /*margin-bottom: 7px;*/
}

.interactive_map .info-text p {
    color: #9A9A9A;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0px;
    display: none;
}

.interactive_map .dropdown-map .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    /*width: 150px !important;*/
    background: none;
    border: 0;
    box-shadow: none;
    padding: 5px 0 0 0;
    z-index: 7;
}

.interactive_map .dropdown-map .dropdown-menu li {
    background: #fff;
    border-radius: 10px;
    margin: 0 5px 5px 0;
    float: left;
}

.interactive_map .dropdown-map .dropdown-menu li a {
    color: #9fadac;
    font-size: 17px;
    padding: 5px 7px;
    transition: 0.3s;
    border-radius: 10px;
    position: relative;
    text-align: right;
    display: block;
    line-height: 22px;
}

.interactive_map .dropdown-map .dropdown-menu li a input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.interactive_map .dropdown-map .dropdown-menu li a i {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid transparent;
    display: inline-block;
    margin-left: 10px;
    padding: 2px;
    background: #e9e9e9;
    transition: 0.3s;
}

.interactive_map .dropdown-map .dropdown-menu li a i img {
    width: auto;
    height: 100%;
}

.interactive_map .dropdown-map .dropdown-menu li a:hover, .interactive_map .dropdown-map .dropdown-menu li a.active {
    background: #39b54a;
    color: #f8f9fe;
    border-radius: 10px;
}

.interactive_map .dropdown-map .dropdown-menu li a:hover i, .interactive_map .dropdown-map .dropdown-menu li a.active i {
    border: 2px solid #358540;
    background: #f8f9fe;
}

.interactive_map .info-text .scroll-y {
    padding-left: 0;
    padding-right: 8px;
}

.interactive_map .pull-right {
    float: left !important;
}

/*.interactive_map .dropdown-map .dropdown-menu {
    right: auto !important;
    left: 0 !important;
}
*/
.interactive_map .dropdown-map .dropdown-menu li a {
    text-align: left;
}

.interactive_map .dropdown-map .dropdown-menu li a i {
    margin-left: 0;
    margin-right: 5px;
}

.dropdown-map .dropdown button {
    color: #40b750;
    font-size: 20px;
    background: #f4f4f4;
    border: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 150px;
    border-top: 2px solid #40b750;
    transition: 0.3s;
    cursor: default;
}

.dropdown-map .dropdown button span {
    display: table;
    margin: auto;
}

.dropdown-map .dropdown button:hover {
    background: #40b750;
    color: #f4f4f4;
}

.dropdown-map .dropdown button:focus {
    border-top: 2px solid #40b750 !important;
}

.gm-style-iw.gm-style-iw-c {
    display: none !important;
    opacity: 0 !important;
}

.gm-style .gm-style-iw-t:after {
    opacity: 0 !important;
}

.html-table tr {
    color: #606060;
    font-size: 18px;
    font-family: 'Roboto', sans-serif !important;
}

.html-table tr td {
    padding: 5px;
}

.html-table tr td:nth-child(even) {
    text-align: center;
}

.html-table tr:nth-child(odd) {
    background: #E0E0E0 !important;
}

.html-table tr:nth-child(even) {
    background: #F6F6F6 !important;
}


/* new added by ahmed */

.interactive_map {
    position: relative;
}

.interactive_map .pop-info {
    position: absolute;
    width: 500px;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 9;
    overflow: hidden;
    overflow-y: scroll;
}


.interactive_map .no-images {
    width: 350px !important;
}

/*.interactive_map .pop-info .imagesList a{
    display: inline-block;
    width: 32.9%;
    border-radius: 10px;
    max-height: 144px;
    display: none;
    overflow: hidden;
}*/

.interactive_map .pop-info .imagesList a img {
    width: 100%;
    height: 100%;
}

.interactive_map .pop-info .imagesList a:first-child {
    width: 80%;
    display: inline-block;
    margin-bottom: 4px;
    height: 250px;
    float: left;
}

.interactive_map .pop-info .imagesList a:nth-child(2), .interactive_map .pop-info .imagesList a:nth-child(3) {
    display: inline-block;
}

/*.interactive_map .info-text .scroll-y{
    overflow-y: scroll;
    padding-left: 8px;
    max-height: 235px;
}*/
.interactive_map .info-text h2 {
    color: #40b750;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
}

.interactive_map .info-text img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
}

.interactive_map .close_pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #39B64A;
    z-index: 10;
    line-height: 27px;
}

.interactive_map .close_pop:hover {
    background: #de0000;
}

.table {
    overflow: hidden;
    border-collapse:separate;
    border-spacing: 0 5px;

}

.table tr {
    color: #606060;
    font-size: 18px;
}

.table tr td {
    padding: 0px 15px;
    border: 0;
    font-size: 17px;
    vertical-align: middle;
}

.table tr td:nth-child(odd) {
    border-right: 3px solid #fff;
    color: #6AB462;
    width: 35%;
}

.table tr td:nth-child(even) {
    color: #666666;
    display: table;
    width: 100%;
}

/*.table tr:nth-child(odd) {
    background: #EDEDED !important;
}

.table tr:nth-child(even) {
    background: #F6F6F6 !important;
}
*/
.interactive_map .info-text .scroll-y::-webkit-scrollbar {
    width: 7px;
    background: #9FADAC;
}

.interactive_map .info-text .scroll-y::-webkit-scrollbar-track {
    border-radius: 0;
}

.interactive_map .info-text .scroll-y::-webkit-scrollbar-thumb {
    background: #39B54A;
}

.interactive_map .info-text .scroll-y::-webkit-scrollbar-thumb:window-inactive {
    background: #39B54A;
}

.interactive_map .pop-info .imagesList a.share-map {
    color: #666666;
    border: 1px solid #6AB462;
    padding: 8px;
    position: relative;
    font-size: 15px;
    width: auto;
    height: auto;
    border-radius: 30px;
    float: right;
    margin: 0;
}
.interactive_map .pop-info .imagesList a.share-map img{
    float: right;
    margin-left: 5px;
    width: 20px;
    height: auto;
    transition: 0.3s;
}

.interactive_map .pop-info .imagesList a.share-map:hover{
    border: 1px solid #666666;
}

.interactive_map .pop-info .imagesList a.share-map:hover img{
    transform: rotate(30deg);
}

.img-title {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

/*.old {
    min-height: 310px;
}*/

span.copy_link_map {
    position: relative;
    line-height: 20px;
    top: 7px;
    font-weight: 500;
    font-size: 15px;
    width: 112px;
    text-align: center;
}


.side-list {
    position: absolute;
    left: 0;
    height: 100%;
    width: 22%;
    background: #cbcccdcc;
    z-index: 8;
    padding: 10px;
}


#example-search-input2 {
    height: 50px;
    font-size: larger;
}


.grdens-list {
    /*margin-top: 10px;*/
    overflow-y: scroll;
    height: 90%;
    padding-right: 5px;
}

.grdens-list a {
    border-radius: 10px !important;
    padding: 10px;
}


.grdens-list a h3{
    font-size: 17px;
    margin-right: 20px;
    color: #3AB549;
    width: 70%;
}

.grdens-list a img{
    border-radius: 10px !important;
    margin-left: 5px;
}

.side-list .btn.text-dark{
    color: #B1B1B1 !important;
}
#btn_SearchContent{
    position: absolute;
    top: 5px;
    color: #358540;
}
#btn_SearchContent .fa-chevron-circle-up{
    transform: rotate(0deg);
    transition: 0.6s;
}
#btn_SearchContent .fa-chevron-circle-up.ch{
    transform: rotate(180deg);
}

.gm-style   img[src*="thumbnail"] {
    height: 35px !important;
    width: 35px !important;
    border-radius: 50%;
    border: solid 2px #189e00 !important;
    padding: 0px !important;
}
.no-gutters .form-control-lg{
    font-family: 'Roboto', sans-serif;
    width: calc(100% - 80px);
    /*margin-left: 35px;*/
}
.layer{
    position: fixed;
    background: rgb(222 222 222 / 50%);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}

.sponsor-maps .img-sponsor{
    max-width: 100px;
    max-height: 50px;
    width: auto;
}

.sponsor-maps .parks_director_website{
    height: auto !important;
}

.sponsor-maps .parks_director_website img{
    width: auto !important;
    max-height: 105px !important;
    max-width: initial !important;
}

.no-gutters .search-btn{
    position: absolute;
    top: 4px;
    right: 85px;
}

.btn-filter , .btn-sort{
    background: #49BA56;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 13px;
    right: 10px;
}
.btn-filter:hover{
    background: #359841;
}
.custom-checkbox-label , .block-checkbox .custom-checkbox{
    cursor: pointer;
}

.btn-sort{
    right: 50px;
    background: #97ca46;
}
.btn-sort:hover{
    background: #5bad46;
}
.block-checkbox .custom-checkbox{
    width: 15px;
    height: 15px;
    border: 2px solid #CBCBCB;
    background: #CBCBCB;
    appearance:none;
    transition: 0.3s;
    border-radius: 3px;
    position: relative;
    top: 2px;
}
.block-checkbox .custom-radio{
    border-radius: 50%;
}
.block-checkbox .custom-checkbox:checked{
    border: 2px solid #CBCBCB;
    background: #49BA56;
}

.details-filter , .details-sort{
    background: #fff;
    position: absolute;
    padding: 20px;
    width: 450px;
    /*height: 100%;*/
    top: 0;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.text-secondary {
    color: #8B8B8B!important;
}
.btn-success{
    background-color: #49BA56;
    border-color: #49BA56;
}
.close-filter{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #49BA56;
}
.close-filter:hover {
    color: #de0000;
}
.details-filter .form-control{
    background: #E8E8E8;
    height: 36px;
}

.details-filter button{
    height: 40px;
}

.details-filter .fa-caret-right , .details-sort .fa-caret-right{
    position: absolute;
    top: 10px;
    left: -2px;
    color: #D1D1CD;
    font-size: 40px;
}
.details-filter hr{
    margin: 15px 0;
}

.details-filter.show , .details-sort.show{
    transition: 0.3s;
    visibility: visible;
    opacity: 1;
}

.component{
    background: #F5F5F5;
    padding: 10px 20px;
}

.component h3{
    font-family: 'Roboto', sans-serif;
}

.component ul li i{
    color: #3AB549;
}

/*css rtl*/

[dir=rtl]
.no-gutters .form-control-lg{
    margin: 0;
}

[dir=rtl]
.interactive_map .info-text h2, #share-map .modal-body h3 a, .modal-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

[dir=rtl]
.interactive_map .close_pop {
    left: auto;
    right: 0;
}

[dir=rtl]
.table tr td:nth-child(odd) {
    border-right: 0;
}

[dir=rtl]
.modal button {
    font-family: 'Roboto', sans-serif;
}

[dir=rtl]
.details-filter .form-control{
    font-family: 'Roboto', sans-serif !important;
}

[dir=rtl]
.dropdown-map{
    right: auto !important;
    left: 10px !important;
}
[dir=rtl]
.interactive_map .dropdown-map .dropdown-menu{
    right: auto !important;
    left: 10px !important;
}

[dir=rtl]
.interactive_map .dropdown-map .dropdown-menu li{
    float: right;
}

[dir=rtl]
.side-list{
    right: 0!important;
    left: auto !important;
}

[dir=rtl]
.grdens-list a img{
    margin: 0 10px 0 0;
}

[dir=rtl]
    .grdens-list a h3{
        margin: 0 0 20px 0;
        font-family: 'Roboto', sans-serif;
    }

[dir=rtl]
.grdens-list {
    padding: 0 0 0 5px;
}
[dir=rtl]
.interactive_map .pop-info{
    right: auto;
    left: 0;
}
[dir=rtl]
.interactive_map .info-text img{
    float: right;
    margin: 0 0 0 5px;
}
[dir=rtl]
.interactive_map .info-text .scroll-y{
    padding: 0 0 0 8px;
}
[dir=rtl]
.sponsor-maps img.img-sponsor{
    margin-left: auto!important;
    margin-right: 0 !important;
}
[dir=rtl]
.interactive_map .pop-info .imagesList a.share-map {
    float: left;
}
[dir=rtl]
.interactive_map .pop-info .imagesList a.share-map img{
    float: left;
    margin-left: 0;
    margin-right: 5px;
}
[dir=rtl]
.interactive_map .pop-info .imagesList a.share-map:hover img{
    transform: rotate(-30deg);
}

[dir=rtl]
.btn-filter {
    right: auto;
    left: 10px;
}

[dir=rtl]
.btn-sort {
    right: auto;
    left: 50px;
}

[dir=rtl]
.no-gutters .search-btn {
    right: auto;
    left: 85px;
}

[dir=rtl]
.details-filter{
    left: auto;
    right: 100%;
}

[dir=rtl]
.details-sort {
    left: auto;
    right: 100%;
}

[dir=rtl]
.close-filter {
    right: auto;
    left: 20px;
}

[dir=rtl]
.fa-caret-right:before {
    content: "\f0d9";
}

[dir=rtl]
.details-filter .fa-caret-right{
    left: auto;
    right: -2px;
}
[dir=rtl]
.details-sort .fa-caret-right{
    left: auto;
    right: -2px;
}

[dir=rtl]
.interactive_map .pop-info .imagesList a:first-child{
    float: right;
}

[dir=rtl]
.interactive_map .pop-info .imagesList a{
    float: left;
}





.table tr td:nth-child(odd){
    padding: 0;
}


/*For modal*/
@media (max-width: 680px) {
/*    .pop-info {
        width: 100% !important;
    }*/

/*    .interactive_map .close_pop {
        top: -15px;
        right: 0;
        left: 0;
        margin: auto;
    }*/

/*    .interactive_map .pop-info .old a:nth-child(3) {
        margin: 0 0 0px 3px;
    }*/
/*    [dir=rtl]
    .interactive_map .pop-info .old a:nth-child(3) {
        margin: 0 2px 0 2px;
    }
*/    [dir=rtl]
    .interactive_map .close_pop {
        left: 0px;
    }

    .interactive_map .pop-info .old a:nth-child(2), .interactive_map .pop-info .old a:nth-child(3), .interactive_map .pop-info .old a.more_img {
        width: calc(98% / 3) !important;
        height: 145px;
        margin: 0 0 0px 3px;
        line-height: 145px;
        float: left;
    }

    [dir=rtl]
    .interactive_map .pop-info .old a{
        float: right;
    }

    .interactive_map .pop-info .imagesList a:first-child{
        width: 100%;
    }

}

@media (min-width: 2040px) {
    .site_map.interactive_map, .site_map #gmap_canvas {
        height: calc(100vh - 200px) !important;
    }
}

@media (min-width: 1517px) {
    .map_admin #gmap_canvas {
        height: calc(100vh - 100px) !important;
    }
}

@media (min-width: 1821px) {
    .map_admin #gmap_canvas {
        height: calc(100vh - 101px) !important;
    }
}

@media (max-width: 1207px){
    .side-list{
        width: 40%;
    }
}


@media (max-width: 900px){
    .side-list{
        width: 50%;
    }
    .interactive_map .pop-info {
        left: 0!important;
    }
    .details-filter , .details-sort{
        width: 400px;
    }
}

@media (max-width: 790px){
    .details-filter , .details-sort{
        width: 325px;
    }
}

@media (max-width: 665px){
     .side-list{
        width: 100%;
        top: 50%;
        height: 50%;
        padding-bottom: 30px;
    }
    .details-filter , .details-sort{
        width: 100%;
        top: -100%;
        left: 0;
        right: 0;
        height: auto;
    }
    .details-filter .fa-caret-right , .details-sort .fa-caret-right{
        display: none;
    }
    [dir=rtl] .details-filter{
        left: 0;
        right: 0;
    }
    [dir=rtl] .details-sort{
        left: 0;
        right: 0;
    }

}






@media (max-width: 575px){
    .interactive_map .pop-info .old a.more_img{
        height: 136px;line-height: 136px;
    }
    .interactive_map .pop-info .old a:nth-child(3) {
        margin: 0 0 0px 5px;
    }
/*    [dir=rtl]
    .interactive_map .pop-info .old a:nth-child(3) {
        margin: 0 4px 0 4px;
    }*/

    .interactive_map .pop-info .imagesList a.share-map{
        margin-bottom: 10px;
    }
    .sponsor-maps{
        margin-bottom: 15px;
    }

    .interactive_map .pop-info .old a:nth-child(2), .interactive_map .pop-info .old a:nth-child(3), .interactive_map .pop-info .old a.more_img {
        width: calc(97.5% / 3) !important;
    }
    .interactive_map .pop-info .old a.more_img {
        height: 145px;
    }

}

@media (max-width: 500px) {
/*    .interactive_map .pop-info .imagesList a.share-map {
        margin: 15px auto;
    }*/

    .interactive_map .pop-info .imagesList a:first-child {
        height: auto;
        max-height: 330px;
    }

    .interactive_map .pop-info .imagesList a:first-child img {
        height: auto;
    }

    [dir=rtl]
    .interactive_map .close_pop {
        right: 15px;
        top: 0;
        left: auto;
    }
    .dropdown-map{
        display: none;
    }
    .grdens-list a h3{
        width: 50%;
    }
    .interactive_map .pop-info {
        width: 100%;
    }
    .interactive_map .pop-info .old a:nth-child(2), .interactive_map .pop-info .old a:nth-child(3), .interactive_map .pop-info .old a.more_img {
        width: calc(96% / 3) !important;
    }


}

@media (max-width: 448px){
        .interactive_map .pop-info .old a:nth-child(2), .interactive_map .pop-info .old a:nth-child(3), .interactive_map .pop-info .old a.more_img {
        width: calc(95% / 3) !important;
    }

}

@media (max-width: 440px){
    .interactive_map .pop-info .old a:nth-child(3) {
        margin: 0 0 0px 3px;
    }
    [dir=rtl]
    .interactive_map .pop-info .old a:nth-child(3) {
        margin: 0 3px 0 3px;
    }

}


.no-gutters .form-control-lg{
	font-family: 'Roboto', sans-serif;
}


.parks_director_image{

}

.parks_director_website{

}
