.pickers {
    padding-bottom: 150px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    width: 100%;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;}
.drp-calendar {
    margin-top: 30px;
    text-align: center;}
.drp-calendar h4.month {
    font-size: 14px;
    background: #fff;
    margin-bottom: 5px;
    font-weight: normal;
    color: black;
}
.table-condensed {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-condensed th {
    font-size: 10px;
    background: #f5f5f5;
    padding: 2px 0;
}
.table-condensed th,
.table-condensed td {
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    padding: 11px 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #d9d9d9;
}
.table-condensed th {
    font-size: 10px;
    background: #f5f5f5;
    padding: 2px 0;
}
.table-condensed td.disabled {
    background: #f5f5f5;
    opacity: .6;
}
.table-condensed td.sunday,
.table-condensed td.date-holiday {
    color: #e84838;
}
.table-condensed td.saturday {
    color: #0b61a4;
}
.table-condensed td.in-range {
    background-color: #fd940b;
    border-color: #d9d9d9;
    color: #fff;
}
.table-condensed td.start.in-range,
.table-condensed td.end.in-range {
    background: #fb6b01;}
.drp-buttons {
    position: fixed;
    text-align: center;
    background-color: rgba(25, 111, 185, .9);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px 20px 10px;
}
.isDisabled {
    background: #f5f5f5;
    opacity: .6;
    pointer-events: none;
    cursor: default;
}
.list-date:before,
.list-date:after {
    content: '';
    display: table;
    width: 100%;}
.list-date {
    text-align: center;}
.list-date li {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    color: #fff;}
.list-date li .date {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;}
.list-date li .time {
    font-size: 15px;}
.list-date li.separator {
    display: inline-block;
    width: 50px;
    text-align: center;
    font-size: 40px;
    color: #fff;
}
button.applyBtn {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    margin: 10px auto 0;
    padding: 4px 8px;
    width: 100%;
    height: 54px;
    border-radius: 4px;
    border-color: #b2520c;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: rgba(251,134,1,1);
    background: -moz-linear-gradient(top, rgba(251,134,1,1) 0%, rgba(251,105,1,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,134,1,1)), color-stop(100%, rgba(251,105,1,1)));
    background: -webkit-linear-gradient(top, rgba(251,134,1,1) 0%, rgba(251,105,1,1) 100%);
    background: -o-linear-gradient(top, rgba(251,134,1,1) 0%, rgba(251,105,1,1) 100%);
    background: -ms-linear-gradient(top, rgba(251,134,1,1) 0%, rgba(251,105,1,1) 100%);
    background: linear-gradient(to bottom, rgba(251,134,1,1) 0%, rgba(251,105,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8601', endColorstr='#fb6901', GradientType=0 );
}