.map_wrapper {
    margin-top: 5px;
    background: #efefef;
    border: 1px solid #ccc;
    height: 340px;
    width: 100%;
}

.centerMarker {
    position: absolute;
    /*url of the marker*/
    background: url('/image/gps.png') no-repeat;
    /*content:"\f041";*/
    /*center the marker*/
    top: 50%;
    left: 50%;
    z-index: 10;
    /*fix offset when needed*/
    margin-left: -22px;
    margin-top: -45px;
    /*size of the image*/
    height: 45px;
    width: 45px;
    cursor: default;
}

.cust-input-description {
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.stoneroad_product_custom_section {
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding-top: 15px;
}

.stoneroad_product_custom_section>* {
    font-size: 14px !important;
}

#event_timeslot {
    margin-top: 10px;
    margin-bottom: 15px;
}

#sticky_timeslot {
    width: 100%;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 600px) {
    #sticky_timeslot {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.custom-sticky {
    position: fixed;
    left: 0;
    z-index: 11;
    background: #eee;
    -webkit-box-shadow: 0px -2px 21px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px -2px 21px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px -2px 21px 0px rgba(0, 0, 0, 0.36);
}

.custom-input {
    position: relative;
    display: block;
    min-width: 150px;
    margin: 0 15px;
    border: 1px solid #ccc;
    background-color: #FFF;
    z-index: 10;
    line-height: 38px;
    padding-left: 10px;
    position: relative;
}

.custom-input input {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    min-width: 150px;
    width: 100%;
    padding-left: 10px;
    padding-right: 50px;
    font-size: 14px;
    color: #222;
    line-height: 38px;
}

.custom-input-address:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    line-height: 38px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    content: "\e062";
    text-align: center;
    color: #bbb;
    font-size: 18px;
    border-left: 1px solid #ccc;
    z-index: -1;
}

.custom-select {
    position: relative;
    display: block;
    min-width: 150px;
    margin: 0 15px;
    border: 1px solid #ccc;
    background-color: #FFF;
    z-index: 10;
    line-height: 40px;
    padding-left: 10px;
    position: relative;
}

.custom-select select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    min-width: 150px;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    color: #222;
    line-height: 40px;
}

.custom-select-calender:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    line-height: 38px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    content: "\e109";
    text-align: center;
    color: #bbb;
    font-size: 18px;
    border-left: 1px solid #ccc;
    z-index: -1;
}

.custom-select-time:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    line-height: 38px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    content: "\e023";
    text-align: center;
    color: #bbb;
    font-size: 18px;
    border-left: 1px solid #ccc;
    z-index: -1;
}


.custom_evt_title
{
    line-height: 35px;
    font-size: 16px;
    padding: 0;
    margin:0;
    display: block;
    position: relative;
    margin-bottom: 2px;
}

.custom_evt_title .fa-ico
{
    width: 30px;
    display: inline-block;
    text-align: center;    
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-side-0 {
    padding-right: 0px;
    padding-left: 0px;    
}

@media only screen and (max-width: 600px) {
    
    .custom_evt_title
    {
        line-height: 25px;
        font-size: 14px;               
    }
    .custom_evt_title .fa-ico
    {
        display: none;
    }

    .popup-login .popup-inner-body {
        height: 350px !important;
    }

    .popup-inner-body {
        max-height: calc(100vh - 55px * 2) !important;
    }
}

@media screen and (max-width:990px){
    
    .popup-login .popup-inner-body {
        height: 350px !important;
    }

    .popup-inner-body {
        max-height: calc(100vh - 55px * 2) !important;
    }
}

.popup-login .popup-inner-body {
    height: fit-content;
}
.popup-inner-body {
    max-height: fit-content;
}

.price-bolder {
	font-weight: bolder;
	font-size: 20px !important;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .popup-login .popup-inner-body {
        height: 350px !important;
    }

    .popup-inner-body {
        max-height: calc(100vh - 55px * 2) !important;
    }
}
