.container-time-block-filter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 403px;
    background: #FFFFFF;
    overflow-y: scroll;
}
.container-time-block-filter #filter-res-datepicker input {
    text-align: left;
    padding-left: 10px;
}
.container-time-block-filter .icon-search {
    margin: 18px 0 0 0;
    -webkit-appearance: none;
    border: 0;
    background-color: transparent;
    padding: 0;
}
.container-time-block-filter .icon-search:focus { outline: 0; }
.time-block-filters {
    padding: 28px 25px;
}
.time-block-detail {
    left: 403px;
    right: 0;
    height: 100%;
    position: absolute;
    overflow: auto;
    background-color: #e5e5e5;
}
.time-block-detail-container {
    padding: 30px;
}
.time-block-detail-container h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.time-block-detail-container h4.time-block-detail-title {
    margin-top: 20px;
    margin-bottom: 0;
}
.time-block-block {
    margin-bottom: 20px;
}
.res-detail-subrow {
    padding-bottom: 10px;
}
.time-block-detail-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
}
.time-block-detail-label {
    color: #555555;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
}
.time-block-detail-text {
    color: #555555;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
}
.time-block-detail-loading {
    left: 403px;
    right: 0;
    height: 100%;
    position: absolute;
    overflow: auto;
    background-color: #e5e5e5;
    z-index: 10;
}
.time-block-detail-loading h2 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
}
.time-block-detail-loading .pagewide-loader.hidden {
    display: none;
}
.time-block-search-results .time-block-list {
    padding-left: 0;
    margin-left: 0;
}
.btn-filter-res {
    height: 60px;
    z-index: 10;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    font-size: 20px;
    box-shadow: none;
    border-bottom: 1px solid #D4D4D4;
}
.btn-filter-res-inner {
    padding: 0 25px;
    width: 100%;
    height: 100%;
}
.btn-filter-res input {
    color: #9D9D9D;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    float: left;
    width: 270px;
    border: 0;
    padding: 16px 18px 11px 0;
}
.btn-filter-res input:focus { outline: 0; }
.time-block-full-width {
    display: flex;
    justify-content: space-between;
}
.time-block-filters {
    display: block;
    position: relative;
    overflow-y: scroll;
}
.time-block-filters.loading {
    background-color: rgba(0, 0, 0, 0.03);
}
.time-block-filters pagewide-loader {
    display: block;
}
.time-block-filters pagewide-loader.hidden {
    display: none;
}
.time-block-filter-day {
    display: flex;
    justify-content: space-between;
}
.time-block-filter-time-block {
    display: flex;
    flex-wrap: wrap;
}
.time-block-filters .time-block [type="radio"]:not(:checked),
.time-block-filters .time-block [type="radio"]:checked {
    display: none;
}
.time-block-filters .time-block [type="radio"]:not(:checked) + label {
    margin: 0;
}
.time-block-filters .time-block.active [type="radio"]:not(:checked) + label {
    color: #7C00C4;
    border: 1px solid #7C00C4;
}
.time-block-filters .time-block [type="radio"]:checked + label,
.time-block-filters .time-block [type="radio"]:not(:checked) + label:hover {
    color: #FFFFFF;
    background: #7C00C4;
}
.time-block-filters .time-block {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 15px;
}
.time-block-filters .time-block:nth-child(3n) {
    margin-right: 0;
}
.time-block-filters .time-block label {
    color: #595959;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}
.time-block-filters .time-block label.time-block-reserved {
    border-color: #7C00C4;
}
.time-block-filters .time-block-day label {
    padding: 7px 0;
    width: 77px;
}
.time-block-filters .time-block-time label {
    padding: 7px 17px;
}
.inner-addon {
    position: relative;
}
.inner-addon .icon {
    height: 14px;
    width: 14px;
    position: absolute;
    margin: 10px;
    pointer-events: none;
}
.left-addon .icon  { left:  0; }
.right-addon .icon { right: 0; }
.left-addon input  { padding-left: 30px; }
.right-addon input { padding-right: 30px; }