﻿@charset "utf-8";
/* CSS Document */

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    text-align: center;
    font-size: 20px;
    font-family: sans-serif;
    color: white;
    background: #000 no-repeat center;
    background-image: url('../rntv-new/background.jpg');
}

.load-invisible {
    left: 10000px;
}

.messi {
    color: black;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

#wrapper {
    background-color: rgba(20, 28, 28, 0.45);
    width: 98%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#mainDisplay {
    position: relative;
    height: 37%;
    width: 98%;
    overflow: hidden;
    background-color: rgba(6, 8, 8, 0.58);
}

.main-display-hello-view{
    display: none;
}

#search_bar {
    display: none;
    clear: both;
    height: 0px;
    line-height: 37px;
    margin: 2px;
    width: 100%;
    text-align: left;
}

    #search_bar img {
        vertical-align: middle;
        max-height: 100%;
    }

    #search_bar span {
        display: inline-block;
        padding: 0 10px;
        border-right: 2px solid white;
        vertical-align: middle;
    }

    #search_bar input {
        width: 50%;
        background-color: #404040;
        color: white;
        font-size: 1.2em;
        border: 1px solid #404040;
        text-decoration: none;
        vertical-align: middle;
    }

.details_pane {
    width: 98%;
    margin: 0 auto;
    height: auto;
    position: relative;
}

.clear {
    clear: both;
}

.mainpage-container {
    width: 33%;
    height: 100%;
    float: left;
    margin: 0;
    vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.logo-home {
    max-width: 90%;
    max-height: 100%;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 20px;
}

#login_logo {
    margin-top: 0px;
    margin-bottom: 15px;
    height: 50%;
    text-align: left;
    padding-left: 7.5%;
}

    #login_logo h1 {
        text-transform: uppercase;
        color: #E10000;
        font-size: 72px;
        font-family: "Times New Roman";
        margin: 0px;
    }

    #login_logo #logo {
        display: none;
    }

    #login_logo #subtitle {
        color: #AAAAAA;
        margin: 0px;
        padding-left: 5px;
        font-size: 27px;
    }

.aw-widget-current {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.loading {
    margin-top: 75px;
}

div.left_half_pane {
    min-width: 200px;
    float: left;
}

div.right_half_pane {
    margin-left: 310px;
}

div.half_details_pane {
    padding: 1%;
    text-align: center;
    width: 50%;
    margin-left: 25%;
}

    div.half_details_pane a, #detailsPane > a {
        text-decoration: none;
        cursor: pointer;
        color: white;
        border-bottom: 1px solid #262626;
    }

        div.half_details_pane input,
        div.half_details_pane a.button {
            font-size: 1.2em;
            font-family: sans-serif;
            color: white;
        }

            div.half_details_pane input[type=text],
            div.half_details_pane input[type=password] {
                border: 0;
                width: 50%;
                padding: 7px;
                margin: 10px;
                background-color: #4e4c4d;
            }

div.login_pane {
    width: 90%;
    overflow-y: auto;
    margin: 0 auto;
    margin-top: -45px;
}

    div.login_pane form {
        margin: 0 auto;
        width: 98%;
    }

    div.login_pane a, #detailsPane > a {
        text-decoration: none;
        cursor: pointer;
        color: white;
        border-bottom: 1px solid #262626;
    }

        div.login_pane input,
        div.login_pane a.button {
            font-size: 1.2em;
            font-family: sans-serif;
            color: white;
        }

            div.login_pane input[type=text],
            div.login_pane input[type=password],
            div.login_pane input[type=email],
            div.login_pane input[type=tel] {
                border: 0;
                width: 97%;
                min-width: 150px;
                padding: 15px;
                margin: 5px;
                font-size: 20px;
                color: #AAAAAA;
                border-radius: 8px;
                padding-top: 20px;
                padding-bottom: 20px;
            }

            div.login_pane input[type=text],
            div.login_pane input[type=password] {
                border: 1px solid #AAAAAA;
                -webkit-box-shadow: 0 0 0 50px white inset;
                -webkit-text-fill-color: #AAAAAA;
            }

            div.login_pane input[type=password] {
                margin-top: 35px;
                margin-bottom: 30px;
                background-color: transparent;
            }


            div.login_pane input::placeholder {
                font-weight: bold;
                color: black;
            }

.login-page-half {
    height: 90%;
}

    .login-page-half p {
        font-size: 30px;
        font-weight: bold;
        text-align: justify;
        margin: 2em;
    }

#register_left_half a {
    border-bottom: none;
    font-size: 30px;
    margin-left: 2em;
    bottom: 20%;
    position: absolute;
}

#register_left_half img {
    max-width: 80%;
}

#log_in {
    background-color: #E10000;
    width: 45%;
    float: left;
    position: absolute;
    left: 80px;
}

#login_right_half a {
    display: inline-block;
    border-bottom: none;
    padding-top: 16px;
    padding-bottom: 16px;
    perspective-origin: center;
    text-align: center;
    font-size: 30px;
}

#login_right_half .login-page-half a {
    background-color: #AAAAAA;
}

#login_right_half img {
    max-width: 80%;
}

#login_forgotten_password a {
    padding: 0px;
    font-size: 26px;
    float: right;
    color: #E10000;
}

#register_left_half {
    background-size: 3px 100%;
    background-repeat: no-repeat;
    background-color: #AAAAAA;
    width: 45%;
    float: right;
}

#login_forgotten_password {
    color: #E10000;
    float: right;
}

.checkbox-control {
    text-align: left;
    font-size: 26px;
    margin-top: 8px;
    width: 99%;
    height: 40px;
    margin: 0 auto;
    padding-top: 10px;
    color: black;
    padding-bottom: 50px;
}

#remember_me {
    width: 49%;
    display: inline-block;
    float: left;
}

#login_forgotten_password {
    display: inline-block;
    width: 48%;
    float: right;
    padding-top: 20px;
}

.checkbox-control input[type="checkbox"] {
    display: none;
}

    .checkbox-control input[type="checkbox"] + label strong {
        display: inline-block;
        width: 54px;
        height: 54px;
        background-size: 100% 100%;
        vertical-align: middle;
        background: url(../rntv-new/remember-me.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 54px 54px;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .checkbox-control input[type="checkbox"]:checked + label strong {
        background: url(../rntv-new/remember-me-selected.png)left top no-repeat;
        width: 54px;
        height: 54px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 54px 54px;
    }

.login_message {
    color: red;
    font-weight: bolder;
}

.button {
    display: block;
    border: 2px outset #bbb;
    width: 230px;
    background-color: #262626;
    text-align: center;
    padding: 20px;
    margin: 20px;
}

    .button.active {
        background-color: #595959;
    }

.event-button {
    display: none;
    float: left;
    text-align: center;
    white-space: nowrap;
    margin-right: 40px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

#title_logo {
    display: none;
    height: 0;
}

#playing_channel_logo {
    display: none;
}

#selected_channel_logo {
    display: none;
}

#settings_content table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

#settings_content #language_table {
    background-image: linear-gradient(to right, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), linear-gradient(to right, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -webkit-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), -webkit-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -moz-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), -moz-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -o-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), -o-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-size: 100% 3px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

#settings_content td {
    text-align: center;
    line-height: 35px;
    width: 150px;
    padding: 7px;
    white-space: nowrap;
}

    #settings_content td.language-selector.right {
        text-align: right;
    }

    #settings_content td.language-selector.left {
        text-align: left;
    }

    #settings_content td.language-selector:not(:last-child) {
        background-image: linear-gradient(to bottom, white 0%, rgba(6, 8, 8, 0.58) 90%, white 100%);
        background-image: -webkit-linear-gradient(top, white 0%, rgba(6, 8, 8, 0.58) 90%, white 100%);
        background-image: -moz-linear-gradient(top, white 0%, rgba(6, 8, 8, 0.58) 90%, white 100%);
        background-image: -o-linear-gradient(top, white 0%, rgba(6, 8, 8, 0.58) 90%, white 100%);
        background-size: 5px 100%;
        background-position: center right;
        background-repeat: no-repeat;
    }

    #settings_content td.language-selector div {
        display: inline-block;
    }

#settings_content #information_buttons_table {
    background-image: linear-gradient(to right, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), linear-gradient(to right, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -webkit-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), -webkit-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -moz-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), -moz-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -o-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), -o-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-size: 100% 3px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    margin-top: 40px;
    margin-bottom: 40px;
}

    #settings_content #information_buttons_table a {
        border: none;
    }

#settings_content #profile {
    background-image: linear-gradient(to bottom, white 0%, rgba(6, 8, 8, 0.58) 90%, white 100%);
    background-image: -webkit-linear-gradient(top, white 0%, rgba(6, 8, 8, 0.58) 90%, white 100%);
    background-image: -moz-linear-gradient(top, white 0%, rgba(6, 8, 8, 0.58) 90%, white 100%);
    background-image: -o-linear-gradient(top, white 0%, rgba(6, 8, 8, 0.58) 90%, white 100%);
    background-size: 5px 100%;
    background-position: center right;
    background-repeat: no-repeat;
    text-align: right;
}

    #settings_content #profile a {
        margin-right: 5px;
    }

#settings_content #about {
    text-align: left;
}

#settings_content #logout_button_table {
    background-image: linear-gradient(to right, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), linear-gradient(to right, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -webkit-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), -webkit-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -moz-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), -moz-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -o-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%), -o-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-size: 100% 3px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

    #settings_content #logout_button_table a {
        border: none;
    }

#settings_content #username {
    font-size: 0.9em;
}

#settings_content td span,
#settings_content td img {
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
}

#settings_content td img {
    margin-left: 14px;
}

#settings_content td span.selector {
    background: url(../rntv-new/checkbox.png) -34px top no-repeat;
    cursor: pointer;
}

    #settings_content td span.selector.active {
        background: url(../rntv-new/checkbox.png) left top no-repeat;
    }

#settings_content h3 {
    margin-bottom: 0px;
}

#detailsPane .button-active {
    background-color: #595959;
}

.title-bar {
    text-align: left;
    width: 98%;
    height: 40px;
    margin: 0 1%;
    background-color: rgba(6, 8, 8, 0.58);
    color: white;
    /* border-bottom with gradient */
    background-image: linear-gradient(to right, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -webkit-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -moz-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -o-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
    background-size: 100% 3px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

    .title-bar ul.tabs {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-type: none;
    }

ul.tabs li {
    float: left;
    box-sizing: border-box;
    /*max-width:250px;*/
}

    ul.tabs li:not(:last-child) {
        background-image: linear-gradient(to bottom, rgba(6, 8, 8, 0.58), white);
        background-image: -webkit-linear-gradient(top, rgba(6, 8, 8, 0.58), white);
        background-image: -moz-linear-gradient(top, rgba(6, 8, 8, 0.58), white);
        background-image: -o-linear-gradient(top, rgba(6, 8, 8, 0.58), white);
        background-size: 3px 100%;
        background-position: right center;
        background-repeat: no-repeat;
    }

    ul.tabs li a {
        display: block;
        position: relative;
        width: 100%;
        height: 38px;
        text-decoration: none;
        line-height: 38px;
        color: white;
    }

        ul.tabs li a span {
            display: inline-block;
            vertical-align: middle;
            padding: 0 10px 0 35%;
            line-height: normal;
            font-size: 16px;
        }

        ul.tabs li a img {
            position: absolute;
            max-width: 24%;
            max-height: 100%;
            margin: auto;
            left: 5px;
            top: 0;
            bottom: 0;
            display: none
        }

    ul.tabs li.active {
        margin-top: -1px;
    }

    ul.tabs li:hover {
        cursor: pointer;
    }

#intro-image {
    display: block;
    height: 100%;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

#channel_list, #program_channels, #vod_titles_list, #archive_elements_list, #npvr_records_list {
    -webkit-overflow-scrolling: touch;
}

.tenth {
    width: 15%;
}

ul.channels, ul.epg-channels, ul.vod-titles, ul.archive-elements {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

    ul.channels li {
        float: left;
        width: 20%;
        padding-bottom: 20%;
        position: relative;
    }

        ul.channels li .channel-tile {
            display: block;
            position: absolute;
            left: 5px;
            right: 5px;
            top: 5px;
            bottom: 5px;
            background-color: white;
            border: 3px solid #404040;
        }

        ul.channels li.active .channel-tile {
            border: 3px solid #cc00ff;
        }

    ul.channels .channel-tile div {
        width: 100%;
        max-height: 60%;
        text-overflow: ellipsis;
        overflow: hidden;
        color: black;
    }

    ul.channels li div.channel-info {
        height: 25%;
    }

        ul.channels li div.channel-info:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.25em;
        }

        ul.channels li div.channel-info * {
            display: inline-block;
            vertical-align: middle;
        }

        ul.channels li div.channel-info span {
            padding-left: 10px;
            font-weight: bolder;
        }

            ul.channels li div.channel-info span.channel-locked {
                position: absolute;
                top: 5px;
                right: 5px;
                width: 20px;
                height: 20px;
                padding: 0;
                background: url('../../images/lock-icon-grey.png') center center no-repeat;
                background-size: contain;
            }

    ul.channels li div.event-name {
        height: 60%;
        font-style: italic;
    }

    ul.channels li div.event-synopsis {
        display: none;
    }

    ul.channels li div.event-time {
        position: absolute;
        height: auto;
        bottom: 0;
    }

    ul.channels li .event span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

#player_container {
    position: relative;
    margin: 10px 10px 0 10px;
}

.stretch {
    width: 100%;
    height: auto;
}

#event_info_container {
    clear: right;
    float: right;
    padding: 2px;
    overflow-y: auto;
    overflow-x: hidden;
}

.event_information {
    width: 90%;
    margin-top: 10px;
    padding: 10px 10px 10px 20px;
    color: white;
    display: table;
    text-align: left;
}

    .event_information .row {
        display: table-row;
    }

    .event_information .cell {
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 10px;
    }

    .event_information .incell {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        margin-bottom: 5px;
        font-size: 23px;
        font-weight: bold;
    }

    .event_information .event-info-title {
        margin: 0 0 0.3em 0;
        padding-bottom: 5px;
        font-size: 18px;
    }

    .event_information .event-info-channel {
        font-size: 0.9em;
        margin: 0;
        padding-bottom: 5px;
    }

    .event_information .event-info-synopsis {
        font-size: 0.8em;
        margin: 0;
    }

    .event_information .event-info-time {
        font-size: 1.2em;
        margin: 0;
    }

    .event_information .progress-bar {
        width: 60%;
        height: 10px;
        background-color: gray;
        position: relative;
        margin-bottom: 0;
    }

        .event_information .progress-bar .current-progress {
            position: absolute;
            margin: 0px 0 0 -1px;
            height: 10px;
            background: white;
            background: linear-gradient(to right, black, white);
            background: -webkit-linear-gradient(left, black, white);
            background: -o-linear-gradient(to right, black, white);
            background: -moz-linear-gradient(to right, black, white);
        }

.hours .cell {
    padding: 5px 10px;
    font-size: 1em;
    font-weight: bold;
    color: #8a8b8b;
}

.timeline .cell {
    text-align: left;
    padding: 7px;
    background-image: linear-gradient(to bottom, rgba(6, 8, 8, 0.58), white);
    background-image: -webkit-linear-gradient(top, rgba(6, 8, 8, 0.58), white);
    background-image: -moz-linear-gradient(top, rgba(6, 8, 8, 0.58), white);
    background-image: -o-linear-gradient(top, rgba(6, 8, 8, 0.58), white);
    background-size: 1px 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

#time-marker {
    position: absolute;
    width: 3px;
    height: 99%;
    top: 2px;
    left: 50%;
    opacity: 0.3;
    background-color: white;
    /*display:none;*/
    z-index: 100;
}

#time-marker-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 99%;
    background-color: rgba(6, 8, 8, 0.5);
    pointer-events: none;
}

.epg-events {
    width: 1680px;
    table-layout: fixed;
    border-collapse: collapse;
}

    .epg-events td {
        border: 3px solid rgba(6, 8, 8, 0.58);
    }

#detailsPane tr a, #detailsPane li a {
    color: inherit;
    text-decoration: none;
}

.epg-channels {
    width: 100%;
    border-collapse: collapse;
}

    .epg-channels.timeline {
        background-image: linear-gradient(to bottom, rgba(6, 8, 8, 0.58), white);
        background-image: -webkit-linear-gradient(top, rgba(6, 8, 8, 0.58), white);
        background-image: -moz-linear-gradient(top, rgba(6, 8, 8, 0.58), white);
        background-image: -o-linear-gradient(top, rgba(6, 8, 8, 0.58), white);
        background-size: 2px 100%;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .epg-channels .current-cache {
        display: none;
    }

    .epg-channels .channel-info {
        background-color: rgba(6, 8, 8, 0.58);
        color: white;
        text-align: left;
        white-space: nowrap;
        height: 40px;
        border: 3px solid rgba(6, 8, 8, 0.58);
        position: relative;
        overflow: hidden;
        cursor: pointer;
        background-image: linear-gradient(to right, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
        background-image: -webkit-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
        background-image: -moz-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
        background-image: -o-linear-gradient(left, rgba(6, 8, 8, 0.58) 0%, white 50%, rgba(6, 8, 8, 0.58) 100%);
        background-size: 100% 2px;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .epg-channels .active .channel-info {
        box-shadow: -5px -15px 10px -8px #193574, inset 0px -15px 10px -10px #193574;
    }

    .epg-channels .channel-info:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .epg-channels .channel-info * {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

    .epg-channels .channel-info span.channel-timeshift {
        width: 15px;
        height: 15px;
        padding: 0;
        background: url('../../images/timeshift.png') center center no-repeat;
        background-size: contain;
    }

    .epg-channels .channel-info span.channel-locked {
        width: 15px;
        height: 15px;
        padding: 0;
        background: url('../../images/lock-icon-black.png') center center no-repeat;
        background-size: contain;
    }

.epg-events .schedule-item {
    background-color: #191919;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.epg-events .active .current {
    box-shadow: inset 0px 15px 10px -10px #193574, inset 0px -15px 10px -10px #193574;
}

.epg-events .info_only.active {
    box-shadow: inset 0px 15px 10px -10px #193574, inset 0px -15px 10px -10px #193574;
}

.epg-events .schedule-item span {
    padding-left: 4px;
    padding-right: 2px;
}

.epg-events .schedule-item-synopsis,
.epg-events .schedule-item-time {
    display: none;
}

#epg_top_left_header,
#epg_top_header,
#epg_left_header,
#epg_list_table {
    float: left;
    overflow: hidden;
}

    #epg_left_header > div {
        width: 120%;
        height: 100%;
        padding-right: 20px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    #epg_left_header .current {
        display: none;
    }

#epg_top_left_header {
    margin-top: 2px;
    margin-left: 2px;
    width: 20%;
    min-width: 160px;
    max-height: 11%;
    background-image: linear-gradient(to right, rgba(6, 8, 8, 0.58), rgba(106, 107, 107, 0.75));
    background-image: -webkit-linear-gradient(left, rgba(6, 8, 8, 0.58), rgba(106, 107, 107, 0.75));
    background-image: -moz-linear-gradient(left, rgba(6, 8, 8, 0.58), rgba(106, 107, 107, 0.75));
    background-image: -o-linear-gradient(left, rgba(6, 8, 8, 0.58), rgba(106, 107, 107, 0.75));
    background-size: 100% 3px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

    #epg_top_left_header .cell .date {
        margin: 0;
    }

#epg_top_header {
    margin-top: 2px;
    width: 75%;
    max-height: 11%;
    background-image: linear-gradient(to right, rgba(106, 107, 107, 0.75) 0%, white 39%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -webkit-linear-gradient(left, rgba(106, 107, 107, 0.75) 0%, white 39%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -moz-linear-gradient(left, rgba(106, 107, 107, 0.75) 0%, white 39%, rgba(6, 8, 8, 0.58) 100%);
    background-image: -o-linear-gradient(left, rgba(106, 107, 107, 0.75) 0%, white 39%, rgba(6, 8, 8, 0.58) 100%);
    background-size: 100% 3px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#epg_left_header {
    margin-left: 2px;
    margin-top: 2px;
    width: 20%;
    min-width: 160px;
    height: 85%;
    overflow: hidden;
}

#epg_list_table {
    width: 77%;
    height: 85%;
    overflow: auto;
}


#detailsHeader {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.caption {
    font-size: 1em;
    color: #8b8b8b;
}

#detailsHeader .caption {
    line-height: 47px;
}


.vod_categories_button {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 8px;
    cursor: pointer;
    opacity: 0.7;
}

#vod_categories_left {
    left: 0;
    background: url('../../images/button-arrow-left.png') center left no-repeat;
}

#vod_categories_right {
    right: 0;
    background: url('../../images/button-arrow-right.png') center right no-repeat;
}

#vod_categories_list {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    white-space: nowrap;
    overflow: hidden;
}

    #vod_categories_list li {
        display: inline-block;
        margin-right: 1px;
        background-color: #0d0d0d;
        border: 1px solid #0d0d0d;
    }

        #vod_categories_list li .vod-category-name {
            display: block;
            padding: 15px 30px;
            color: white;
        }

        #vod_categories_list li.active {
            background-color: #595959;
            border-color: #595959;
        }

        #vod_categories_list li:hover {
            cursor: pointer;
            border-color: #595959;
        }

#vod_titles_list {
    overflow: auto;
}

ul.vod-titles li {
    float: left;
    width: 25%;
    padding-bottom: 40%;
    position: relative;
}

    ul.vod-titles li .vod-tile {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        cursor: pointer;
    }

ul.vod-titles .vod-tile div {
    width: 100%;
    max-height: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9em;
}

ul.vod-titles li div.vod-tile-image {
    max-width: 60%;
    margin: 0 auto;
    border: 5px solid transparent;
}

    ul.vod-titles li div.vod-tile-image img {
        width: 100%;
        height: auto;
    }

ul.vod-titles li.active div.vod-tile-image {
    border: 5px solid #cc00ff;
}

ul.vod-titles li div.vod-tile-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
}

ul.vod-titles li div.vod-tile-resume {
    display: none;
}

.archive_categories_button {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 8px;
    cursor: pointer;
    opacity: 0.7;
}

#archive_categories_left {
    left: 0;
    background: url('../../images/button-arrow-left.png') center left no-repeat;
}

#archive_categories_right {
    right: 0;
    background: url('../../images/button-arrow-right.png') center right no-repeat;
}

#archive_categories_list {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    white-space: nowrap;
    overflow: hidden;
}

    #archive_categories_list li {
        display: inline-block;
        margin-right: 1px;
        background-color: #0d0d0d;
        border: 1px solid #0d0d0d;
    }

        #archive_categories_list li .archive-category-name {
            display: block;
            padding: 15px 30px;
            color: white;
        }

        #archive_categories_list li.active {
            background-color: #595959;
            border-color: #595959;
        }

#arcive_categories_list li:hover {
    cursor: pointer;
    border-color: #595959;
}

#archive_elements_list {
    overflow: auto;
}

ul.archive-elements li {
    float: left;
    width: 25%;
    padding-bottom: 40%;
    position: relative;
}

    ul.archive-elements li.channel {
        padding-bottom: 20%;
        width: 20%;
    }

    ul.archive-elements li.data_row.info_only {
        float: none;
        padding-bottom: 1%;
        padding-left: 2%;
        text-align: initial;
        width: 75%;
    }

    ul.archive-elements li .archive-tile {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        cursor: pointer;
    }

ul.archive-elements .archive-tile div {
    width: 100%;
    max-height: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9em;
}

ul.archive-elements li div.archive-tile-image {
    max-width: 60%;
    margin: 0 auto;
    border: 5px solid transparent;
}

    ul.archive-elements li div.archive-tile-image img {
        width: 100%;
        height: auto;
    }

ul.archive-elements li.active div.archive-tile-image {
    border: 5px solid #cc00ff;
}

ul.archive-elements li div.archive-tile-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
}

ul.archive-elements li div.archive-tile-channel {
    display: none;
}

ul.archive-elements li div.archive-tile-resume {
    display: none;
}

ul.archive-elements li div.archive-tile-duration {
    display: none;
}

#npvr_records_list {
    display: table;
    margin: 5px auto;
    padding: 0;
    list-style-type: none;
}

    #npvr_records_list li {
        display: table-row;
        background-color: #404040;
    }

        #npvr_records_list li a {
            display: block;
            width: 100%;
        }

        #npvr_records_list li div {
            display: table-cell;
            padding: 10px 25px;
            border: 1px solid #b7b7b7;
        }

    #npvr_records_list .npvr-synopsis {
        display: none;
    }

    #npvr_records_list li.active, #npvr_records_list li.active:hover {
        background-color: #d9d9d9;
        color: black;
    }

    #npvr_records_list li:hover {
        background-color: #595959;
    }

ul#active_users {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul#active_users a + ul {
        display: none;
    }


/* PLAYER CONTROLS */
#player {
    display: block;
    height: 250px;
    width: 390px;
    background-color: #000;
    z-index: 300;
    padding: 2px;
}

#player_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
}

#player_controls {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483647;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: initial;
}

    #player_controls > div {
        clear: both;
        margin-top: 5px;
        width: 100%;
        height: 48px;
        background: rgba(0,0,0,0.7) url('../rntv-new/player-controls.png') repeat-x 0 1px;
    }

    #player_controls .epg_bar {
        display: none;
        margin-top: 2em;
    }

        #player_controls .main_bar div,
        #player_controls .epg_bar div {
            float: left;
            height: 100%;
            cursor: pointer;
        }

    #player_controls .main_bar > div {
        min-width: 48px;
        text-indent: -9999em;
        border-right: 1px solid #000;
    }

    #player_controls .epg_bar > div {
        width: 10%;
        position: relative;
    }

    #player_controls .epg_bar .track_title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1.2em;
        margin: auto 0;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        #player_controls .epg_bar .track_title span {
            padding: 0 10px;
            font-weight: bold;
            font-style: italic;
        }

    #player_controls .main_bar .epg {
        display: none;
        background: url('../rntv-new/player-controls.png') no-repeat 11px -488px;
    }

        #player_controls .main_bar .epg:hover {
            background-position: 11px -532px;
        }

    #player_controls .main_bar .hide_epg {
        display: none;
        background: url('../rntv-new/player-controls.png') no-repeat 15px -845px;
    }

        #player_controls .main_bar .hide_epg:hover {
            background-position: 15px -880px;
        }

    #player_controls .main_bar .play,
    #player_controls .main_bar .pause {
        background: url('../rntv-new/player-controls.png') no-repeat 10px -56px;
    }

        #player_controls .main_bar .play:hover {
            background-position: 10px -100px;
        }

    #player_controls .main_bar .pause {
        background: url('../rntv-new/player-controls.png') no-repeat 11px -143px;
    }

        #player_controls .main_bar .pause:hover {
            background-position: 11px -187px;
        }

    #player_controls .main_bar .airplay {
        display: none;
        background: url('../rntv-new/player-controls.png') no-repeat 9px -1246px;
    }

        #player_controls .main_bar .airplay:hover {
            background-position: 9px -1290px;
        }

    #player_controls .main_bar .airplaystop {
        background: url('../rntv-new/player-controls.png') no-repeat 9px -1335px;
    }

        #player_controls .main_bar .airplaystop:hover {
            background-position: 9px -1379px;
        }

    #player_controls .main_bar .mute {
        background: url('../rntv-new/player-controls.png') no-repeat 9px -318px;
    }

        #player_controls .main_bar .mute:hover {
            background-position: 9px -362px;
        }

    #player_controls .main_bar .unmute {
        background: url('../rntv-new/player-controls.png') no-repeat 9px -230px;
    }

        #player_controls .main_bar .unmute:hover {
            background-position: 9px -274px;
        }

    #player_controls .main_bar .time {
        display: none;
        width: 120px;
        padding: 12px 0;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }

        #player_controls .main_bar .time strong {
            font-weight: normal;
            color: #666;
        }

    #player_controls .main_bar .volume {
        display: none;
        max-width: 50%;
        background: url('../rntv-new/player-controls.png') no-repeat 18px -404px;
    }

        #player_controls .main_bar .volume:hover {
            background-position: 18px -448px;
        }

    #player_controls .main_bar .fullscreen {
        float: right;
        border-right: none;
        border-left: 1px solid #000;
        background: url('../rntv-new/player-controls.png') no-repeat 7px -580px;
    }

        #player_controls .main_bar .fullscreen:hover {
            background-position: 7px -625px;
        }

    #player_controls .main_bar .smallscreen {
        float: right;
        border-right: none;
        border-left: 1px solid #000;
        background: url('../rntv-new/player-controls.png') no-repeat 7px -673px;
    }

        #player_controls .main_bar .smallscreen:hover {
            background-position: 7px -718px;
        }

    #player_controls .main_bar .zoomin {
        display: none;
        float: right;
        border-right: none;
        border-left: 1px solid #000;
        background: url('../rntv-new/player-controls.png') no-repeat 9px -975px;
    }

        #player_controls .main_bar .zoomin:hover {
            background-position: 9px -1020px;
        }

    #player_controls .main_bar .zoomout {
        display: none;
        float: right;
        border-right: none;
        border-left: 1px solid #000;
        background: url('../rntv-new/player-controls.png') no-repeat 9px -1068px;
    }

        #player_controls .main_bar .zoomout:hover {
            background-position: 9px -1113px;
        }

    #player_controls .main_bar .live {
        display: none;
        float: right;
        border-right: none;
        border-left: 1px solid #000;
        background: url('../rntv-new/player-controls.png') no-repeat 9px -767px;
    }

        #player_controls .main_bar .live:hover {
            background-position: 9px -811px;
        }

    #player_controls .main_bar .jump_forward {
        display: none;
        float: right;
        border-right: none;
        border-left: 1px solid #000;
        background: url('../rntv-new/player-controls.png') no-repeat 9px -1158px;
    }

        #player_controls .main_bar .jump_forward:hover {
            background-position: 9px -1201px;
        }

    #player_controls .epg_bar .track {
        width: 80%;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }

    #player_controls .epg_bar .timeshift_progress {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background-color: rgba(170,50,50,0.2);
    }

    #player_controls .epg_bar .track .timeshift_icon {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: url('../rntv-new/player-controls.png') no-repeat 2px -922px;
        padding-left: 30px;
    }

    #player_controls .playhead,
    #player_controls .volhead {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(255, 40, 40);
        width: 5px;
        border-right: 1px solid #444;
    }

        #player_controls .playhead .current_value,
        #player_controls .volhead .current_value {
            position: absolute;
            box-sizing: initial;
            top: 0;
            left: 0;
            margin-top: -1.75em;
            height: 1em;
            padding: 0.25em;
            background-color: #000;
            border: 1px solid #fff;
            color: #fff;
        }

        #player_controls .volhead .current_value {
            display: none;
            text-indent: 0;
        }

    #player_controls .progress,
    #player_controls .intensity,
    #player_controls .prev_track {
        position: relative;
        background-color: rgba(170,50,50,0.8);
    }

    #player_controls .next_track {
        float: right;
        margin-right: -20%;
    }

    #player_controls .buffer {
        background-color: rgba(255,255,255,0.1);
    }

@media only screen and (max-width : 768px) {
    body {
        font-size: 14px;
    }

    #wrapper {
        width: 98%;
    }

    #login_logo {
        margin-top: 10px;
    }

    div.login_pane {
        margin-top: -65px;
    }

    #login_forgotten_password a {
        font-size: 20px;
    }

    #login_right_half a {
        font-size: 24px;
    }

    #login_forgotten_password {
        padding-bottom: 10px;
    }

    #log_in {
        position: absolute;
        left: 40px;
        width: 45%;
        margin-top: 9px;
    }

    #login_logo h1 {
        font-size: 50px;
    }

    #login_logo #subtitle {
        font-size: 20px;
    }

    #search_bar {
        height: 0px;
        line-height: 30px;
    }

    .title-bar {
        height: 38px;
    }

    ul.tabs li a {
        height: 50px;
        line-height: 50px;
        font-size: 0.8em;
    }

    ul.channels li {
        width: 25%;
        padding-bottom: 25%;
    }

    ul.vod-titles li {
        width: 33%;
        padding-bottom: 45%;
    }

    ul.archive-elements li {
        width: 33%;
        padding-bottom: 45%;
    }

    .login-page-half p {
        font-size: 15px;
    }

    #register_left_half a {
        font-size: 15px;
    }

    div.login_pane input[type=text], div.login_pane input[type=password], div.login_pane input[type=email], div.login_pane input[type=tel] {
        padding: 8px;
    }

    div.login_pane input[type=password] {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .checkbox-control {
        height: 20px;
        box-sizing: border-box;
        font-size: 24px;
    }
}


@media only screen and (min-width : 769px) and (max-width : 1024px) {
    body {
        font-size: 16px;
    }

    #wrapper {
        width: 98%;
    }

    #log_in {
        left: 55px;
    }

    #login_right_half a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div.login_pane input[type=password] {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    #login_forgotten_password {
        padding-top: 10px;
    }

    #search_bar {
        height: 0px;
        line-height: 30px;
    }

    .checkbox-control {
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    div.login_pane input[type=text], div.login_pane input[type=password], div.login_pane input[type=email], div.login_pane input[type=tel] {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .title-bar {
        height: 52px;
    }

    ul.tabs li a {
        height: 50px;
        line-height: 50px;
    }

    .login-page-half p {
        font-size: 20px;
    }

    #register_left_half a {
        font-size: 20px;
    }
}
