.map_canvas{
    width: 100%; 
    height: calc(100% - 189px); 
    background-size: cover; 
    position: relative;
}

#finalmodal .close,
 .map_modal .close{
    display: none;
 }

.map_left_scrool_menu{
    width: 480px; 
    height: 100%; 
    float: left; 
    overflow-y: scroll; 
    overflow-x: hidden;
}

.map_right{
    width: calc(100% - 480px); 
    height: 100%; 
    float: right;
}

.map_header .Parkio-Logo-Black{
    left: 30px;
}

.markerlists-button.btn_minimodal{
    display: block;
    float: left;
    clear: both;
    position: relative;
}

.row.complete_payment{
    margin: 10px;
}

.markerlists{
    padding: 20px 30px 10px 30px;
    width: 480px;
    border-bottom: solid 1px #dadada;
}

.markerlists-title {
    width: 100%;
    height: 24px;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    color: #131516;
}

.markerlists-price{
    width: 270px;
    height: 24px;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    color: #4da946;
	margin-top: 5px;
}

.markerlists-address{
    width: 270px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #939393;
}

.markerlists-button {
    text-decoration: none;
    display: table-cell;
    font-size: 14px;
    padding: 0px 21px 0px 21px;
    text-transform: capitalize;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    height: 40px;
	line-height: 40px;
    object-fit: contain;
    border-radius: 9px;
    background-image: linear-gradient(to bottom, #84d47c, #4da946);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0px;
    top: 32%;
}

.markerlists-button:hover{
    text-decoration: none;
    color: #ffffff;
}

.background-bar {
  width: 100%;
  height: 80px;
  padding-top: 15px;
  background-color: #131516;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.search-panel {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1399px;
    height: 50px;
    border-radius: 10px;
}

.search-panel .from_date,
.search-panel .from_time,
.search-panel .to_date,
.search-panel .to_time,
.search-panel .search_btn,
.search-panel .place,
.search-panel .arrow_ico,
.search-panel .place-ico,
.search-panel .arrow{
    position: relative;
    display: block;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #939393;
    line-height: 50px;
    background-color: white;
}

.search-panel .from_date,
.search-panel .from_time,
.search-panel .to_date,
.search-panel .place,
.search-panel .to_time,
.search-panel .search_btn{
    cursor: pointer;
}

.search-panel .from_date,
.search-panel .from_time,
.search-panel .to_date,
.search-panel .to_time,
.search-panel .search_btn,
.search-panel .arrow_ico{
    border-left: 1px solid #979797;
}

.search-panel .arrow{
    width: 5%;
}

.search-panel .arrow_ico{
    width: 100%;
    background: url('arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.search-panel input{
    border: 0;
}

.search-panel .place-ico{
    height: 50px;
    width: 3%;
    border-radius: 10px 0 0 10px;
}

.search-panel .place-ico:before{
    content:  url('place.png');
}


.search-panel .place{
    width: 25%;
    text-align: left;
    padding-left: 10px;
    border-radius: 0;
    height: 50px;
    box-shadow: none;
}

.search-panel .from_date:before,
.search-panel .to_date:before{
    content: url('icons-8-calendar.png');
}

.search-panel .from_date,
.search-panel .to_date{
    padding-left: 20px !important;
}


.search-panel .from_time:before,
.search-panel .to_time:before{
    content: url('icons-8-clock.png');
}


.search-panel span:before {
    position: absolute;
    left: 15px;
    padding-top: 5px;
    padding-right: 5px;
}

.search-panel .from_date,
.search-panel .from_time,
.search-panel .to_date,
.search-panel .to_time{
    width: 13%;
    padding-left: 5px;
}

.search-panel a.search_btn{
    width: 15%;
    background-image: linear-gradient(to bottom, #84d47c, #4da946);
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    border-radius: 0px 10px 10px 0;
    color: #ffffff !important;
    line-height: 50px;
}

input.picker_hidden{
    display: block; 
    width: 0px; 
    height: 0px;
    position: absolute;
    top: 48px;
        padding: 0;
    line-height: 0;
    z-index: -1;
}

.hideborder{
    border: 0;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover{
    background-image: linear-gradient(to bottom, #84d47c, #4da946) !important;
}

.modal_content{
    padding: 30px;
}

.modal_prices{
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
}

.modal_prices .first,
.modal_prices .second{
    display: block;
    width: 100%;
    text-align: center;
}

.modal_prices .first{

    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    padding-top: 15px;
    color: #131516;
}

.modal_prices .second{

    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #4da946;
    text-transform: uppercase;
}

.modal_text h1{
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #4da946;
}

.modal_text h2{
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 10px;
    color: #131516;
}

.modal_text .input_text{
    height: 50px;
    object-fit: contain;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
        text-align: center;
    padding: 0 10px;
}

.time_select_row{
    padding: 12px 0;
}

.modal_text p{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.modal_text{
    padding-right: 30px;
}

.modal_text .label_text{
    display: block;
    line-height: 50px;
    font-weight: 600;
    font-size: 17px;
}

a.modal_book_btn{
    display: block;
    text-decoration: none;
    width: 100%;
    height: 50px;
    font-weight: 700;
    object-fit: contain;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #84d47c, #4da946);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 50px;
    color: white !important;
    font-size: 18px;
}
a.modal_book_btn.disabled{
	background-color: #9b9b9b !important;
	background-image: none;
}
.datepicker table tr td{
    padding: 5px;
}

.list_space label{
    display: block;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 10px;
    color: #131516;
}

.list_space select{
    max-width: 450px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    padding: 0 15px;
}

.list_space input{
    max-width: 450px;
    padding: 0 15px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ced4da;
    margin-bottom: 15px;
}

.list_space input.photo{
    border: none;
    background: no-repeat;
    text-align: left;
    box-shadow: none;
    padding-left: 0;
}

.list_space textarea{
    max-width: 450px;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ced4da;
}

.list_space .btn_green{
    height: 50px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #84d47c, #4da946);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    max-width: 290px;
    line-height: 50px;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    float: left;
    min-width: 230px;
    cursor: pointer;
}

.datepicker-days tr,
.datepicker-days th{
    text-align: center;
}

.datepicker-days tr{
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

.msg_field{
    text-align: center;
    width: 100%;
    padding: 8px;
    font-size: 20px;
    color: #b21616;
    background-color: #ffeded;
    border-radius: 7px;
    margin-top: 15px;
}

.type_of_space{
    width: auto;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    cursor: pointer;
}

.type_of_space.active{
    background-image: linear-gradient(to bottom, #84d47c, #4da946);
    color: white;
}

.list_space input[type='checkbox'] { 
    
    width: 24px;
    height: 24px;
    position: relative;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}
    
.list_space .checkbox_label{
    cursor: pointer;
    float: left;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 600;
}

.space_features_box{
    margin-bottom: 20px;
}

.filter_panel{
    display: none;
    background: white;
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 189px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.filter_btn{
    cursor: pointer;
    color: white !important;
    position: absolute;
    display: block;
    margin-left: 48px;
    margin-top: 9px;
    font-size: 21px;
    right: -40px;
}

.filter_btn::before{
    padding-right: 5px;
}

.filter_btn::before{
    content: url('down_pic.png');
}

.filter_btn.down::before{
    content: url('up_pic.png');
}


.filter_panel_row{
    width: 1140px;
    margin: auto;
    padding-left: 180px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.filter_panel h3{
    font-weight: 600;
}

.share_link{
    cursor: pointer;
    background: url('share-512.png');
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 25px;
    height: 25px;
    background-size: contain;
    opacity: 0.5;
}

.share_link:hover{
    opacity: 0.9;
}
