﻿
.popup_floating {
    position: fixed;
    top: 270px;
    right: 50%;
    margin-right: -800px;
    z-index: 500;
    width: 500px;
}
.noschedule {
    background: #fff;
}
.menu_new {
    z-index:10;
    display:block;

}
.btn_close_popup {
    position: absolute;
    right: -35px;
    width: 30px;
    height: 30px;
    z-index: 5;
    top: 5px;
}

.btn_close_today_popup {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    box-sizing: border-box;
    font-weight: 700;
    padding-right: 25px;
    font-size: 15px;
    z-index: 1000
}

@@media (max-width: 960px) {
    .popup_floating {
        position: fixed;
        top: 270px;
        right: 50%;
        margin-right: -800px;
        z-index: 500;
        width: 280px;
    }
}

