@charset "UTF-8";
.container-fluid .container .ks-search-form-title {
    line-height: 34px;
    vertical-align: middle;
}

.ks-search-form-title .grs-srch-label {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.ks-search-form-context {
    line-height: 34px;
    vertical-align: middle;
}

.ks-search-form-context .weekend {
    vertical-align: middle;
}

.ks-search-form-context .selected {
    color : red;
}

.time-select {
    line-height: 50px;
    vertical-align: middle;
}

.time-select .day-area {
    display: flex;
    height: 40px;
    white-space: nowrap;
    border: 0px solid #000000;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    vertical-align: middle;
}

.time-select .day-area .time-area {
    flex-direction: row;
}

.time-select .day-area .time-click {
    flex-direction: column;
}

.time-select .day-area .time-text {
    flex-direction: column;
}

.ks-search-form-context button.btn-search span{
    vertical-align: middle;
}

.container-fluid .container .full-calendar{
    display: flex;
    flex-direction: column;
    border: 0px solid #000000;
    vertical-align: middle;
}

.container-fluid .container .full-calendar .day-text {
    float: left;
    height: 40px;
    display: inline-block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 0px solid #000000;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    vertical-align: middle;
    margin-top: 10px;
}

.container-fluid .container .full-calendar .day-text::-webkit-scrollbar{
    display: none;
}

.container-fluid .container .full-calendar .day-text span{
    vertical-align: middle;
    display: inline-block;
}

.day-text .month-days {
    display: inline-block;
    width: 40px;
    font-size: 18px;
}

.day-text .date-days {
    display: inline-block;
    width: 25px;
    font-size: 14px;
}

.day-text .date-days.sat-day {
    color: #007fff;
}

.day-text .date-days.sun-day {
    color: #dc3545;
}

.day-text .date-days.active-day {
    color: aquamarine;
}

.container-fluid .container .full-calendar .btn-fullday-search {
    float: left;
    height: 40px;
    display: inline-block;
    white-space: nowrap;
    border: 0 solid #000000;
    vertical-align: middle;
}

.container-fluid .container .full-calendar .btn-fullday-search .btn-day-search {
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    height: 27px;
    min-height: 27px;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-family: inherit;
    font-size: 15px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #bbb;
    justify-content: center;
    background-color: #fff;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.container-fluid .container .full-calendar .btn-day-search .span {
    vertical-align: middle;
}

.day-select-title {
    width: 100%;
    height: 25px;
}

.total-remain-seats {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.total-remain-seats .total-seats{
    height: 120px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
@media screen and (min-width: 600px){
    .total-remain-seats .total-seats{
        flex-basis: 50%;
    }
}

@media screen and (max-width: 600px){
    .total-remain-seats .total-seats{
        flex-basis: 50%;
    }
}


.total-remain-seats .total-seats .month-remain-seats .month-name span{
    font-size: 16px;
}

.total-remain-seats .total-seats .month-remain-seats .month-seats span{
    font-size: 12px;
}

.club-remain-seats {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.club-remain-seats .club-seats{
    height: 122px;
    border-bottom: 1px solid #000000;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.club-remain-seats .club-seats .club-name {
    height: 35px;
    vertical-align: middle;
}

.club-remain-seats .club-seats .club-name .btn-home {
    width: 80px;
    height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 2px 0;
    border-radius: 5px;
    border: 1px solid;
    background: #ffffff;
    color: #000;
    cursor: pointer;
}

.club-remain-seats .club-seats .club-name .btn-club-id {
    width: 50px;
    height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 2px 0;
    border-radius: 5px;
    border: 1px solid;
    background: #ffffff;
    color: #000;
    cursor: pointer;
}

.club-remain-seats .club-seats .club-name .btn-club-login {
    width: 50px;
    height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 2px 0;
    border-radius: 5px;
    border: 1px solid;
    background: #ffffff;
    color: #000;
    cursor: pointer;
}

.club-remain-seats .club-seats .club-name .btn-home span {
    font-size: 12px;
}

.club-remain-seats .club-seats .club-name .btn-club-id span {
    font-size: 12px;
}

.club-remain-seats .club-seats .club-name .btn-club-login span {
    font-size: 12px;
}

.club-remain-seats .club-seats .club-name span{
    font-size: 16px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.club-remain-seats .club-seats .club-name span.cannot_auto_login{
    font-size: 12px;
    color: #f93a2a;
}

.club-remain-seats .club-seats .remain-setats {
    height: 25px;
    vertical-align: middle;
    float: left;
    margin-right: 25px;
}

.club-remain-seats .club-seats .remain-setats span {
    font-size: 14px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.club-remain-seats .club-seats .remain-total-setats {
    height: 35px;
    vertical-align: middle;
}

.club-remain-seats .club-seats .remain-total-setats span{
    font-size: 16px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.club-remain-seats .club-seats .remain-total-setats .btn-detail-info {
    width: 150px;
    height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 2px 0;
    border-radius: 5px;
    border: 1px solid;
    background: #ffffff;
    color: #000;
    cursor: pointer;
}

.club-remain-seats .club-seats .remain-total-setats .btn-detail-info span {
    font-size: 12px;
}