#catchup-page {
    position: relative;
    padding:40px 70px;
    padding-bottom: 0;
}
#catchup-page-container {
    height: 100%;
    position: relative;
    overflow:hidden;
}
.catchup-page-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    transition: all 0.3s;
}
.catchup-page-top-part {
    white-space: nowrap;
    padding:0px 20px;
}
.catchup-page-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
    color: #FFFCDF;
    font-weight: normal;
    width: 30%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#catchup-page .search-bar-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}
#catchup-page-category-part {
    left:-100%;
}
#catchup-page-channel-part {
    left:0%;
}
#catchup-page.category-expanded #catchup-page-category-part{
    left:0;
}
#catchup-page.category-expanded #catchup-page-channel-part {
    left:100%;
}
.catchup-page-items-container {
    margin-top: 30px;
    position: relative;
    overflow-y: scroll;
    height: 915px;
}
.catchup-page-category-item-container, .catchup-channel-menu-item-container{
    display: inline-block;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 15px;
}
.catchup-page-category-item, .catchup-channel-menu-item {
    color: #FFFCDF;
    font-size: 30px;
    background: #4D3346;
    padding: 10px;
    border: 3px solid transparent;
    transition: all 0.2s;
}
.catchup-channel-menu-item {
    border-radius: 10px;
}
.catchup-page-category-item.active, .catchup-channel-menu-item.active {
    background: #8c6481;
    color: #fff;
}
.catchup-channel-menu-item span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.catchup-page-category-item span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.catchup-channel-number {
    width: 80px;
    text-align: center;
    position: relative;
}
.catchup-channel-icon-wrapper {
    width: 100px;
    height: 90px;
    position: relative;
}
.catchup-channel-icon {
    position: absolute;
    width: 80%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catchup-category-name-wrapper {
    width: 670px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 25px;
    vertical-align: middle;
}
.catchup-category-stream-count {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    text-align: right;
}
.catchup-category-count-icon{
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
}
.catchup-channel-name {
    width: 630px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#catchup-channels-container {
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: 950px;
    overflow-y: scroll;
}
.catchup-channel-item-container {
    padding: 3px 0;
}
.catchup-channel-item-wrapper {
    white-space: nowrap;
    background: rgba(234, 241, 231, 0.4);
    padding: 10px 0;
    transition: all 0.1s;
}
.catchup-channel-item-wrapper.active {
    background: rgba(84, 128, 224, 0.78);
}
.catchup-channel-item-icon {
    height: 50px;
    width: auto;
}
.catchup-channel-num {
    color: #fff;
    font-size: 35px;
    display: inline-block;
    width: 7%;
    text-align: center;
    vertical-align: middle;
}
.catchup-channel-item-icon-wrapper {
    display: inline-block;
    width: 7%;
    vertical-align: middle;
    text-align: center;
}
.catchup-channel-name-programme-wrapper {
    display: inline-block;
    width: 81%;
    vertical-align: middle;
    color: #fff;
    text-align: left;
}
.catchup-channel-name {
    font-size: 32px;
    font-weight: normal;
}
.catchup-channel-programme-wrapper{
    white-space: nowrap;
    font-size: 24px;
    height: 36px;
}
.catchup-channel-programme-name {
    width: 80%;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
}
.catchup-channel-programme-time {
    width: 20%;
    vertical-align: middle;
    text-align: right;
    display: inline-block;
    font-weight: normal;
}
.catchup-channel-progress-container {
    height: 7px;
    background: #d4d7d8;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}
.catchup-channel-progress-bar {
    position: absolute;
    left: 0;
    height: 100%;
    background: #f34a09;
}
.catchup-channel-right-icon-wrapper {
    display: inline-block;
    width: 4%;
    text-align: right;
    vertical-align: middle;
    padding-right:10px;
}
