@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("../fonts/MaterialIcons-Regular.woff2") format('woff2'),
    url("../fonts/MaterialIcons-Regular.woff") format('woff'),
    url("../fonts/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

*{
    margin: 0;
    padding: 0;
}
*,::before,::after{
    box-sizing: border-box;
}
body{
    background: transparent;
    width: 1280px;
    height: 720px;
    font-size: 18px;
    font-family: /*'Arial', sans-serif*/"helvetica neue",helvetica,geneva,arial,sans-serif;
    font-weight: 100;
}
#videoplayer{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#app{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1280px;
    height: 720px;
    vertical-align: top;
    overflow: hidden;
    background-color: transparent;
}
.container{
    display: none;
    width: 1280px;
    height: 720px;
    overflow: hidden;
}
.separator{
    height: 2px;
    width: 100%;
    background-color: #777777;
}
#livecontainer{
    position: absolute;
    z-index: 1;
    width: 1280px;
    height: 720px;
    top: 0;
    left: 0;
}
#menu{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 720px;
    padding-top: 260px;
    padding-left: 60px;
    color: #f0f0f0;
    font-size: 20px;
}
#menu > div{
    height: 50px;
    line-height: 50px;
}
#menu > div > i{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 50px;
    font-size: 28px;
}
#menu > div > div{
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    width: 200px;
    padding: 0 10px;
}
.menu_active > div{
    background-color: orangered;
    border-radius: 5px;
}
.menu_active > i{
    color: orangered;
}
#chanelOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 720px;
    width: 400px;
}
#chanels {
    color: #ffffff;
    height: 720px;
    overflow: hidden;
    position: relative;
    width: 400px;
}
#currentChanel{
    background-color: #333333;
    display: block;
    height: 144px;
    left: 0;
    top: 288px;
    width: 400px;
    z-index: 10;
    position: absolute;
    box-sizing: border-box;
    color: #ffffff;
}
.chanel{
    position: relative;
}
#currentChanel > .chanel,#chanels > .chanel{
    height: 144px;
    width: 400px;
    box-sizing: border-box;
    border-bottom: 1px solid #000000;
    overflow: hidden;
}
#chanels > .chanel > .channelRow{
    width: 400px;
    padding-left: 60px;
    height: 143px;
    position: relative;
}
.channelRow > div{
    display: inline-block;
}
#chanels .chlog, #currentChanel .chlog{
    position: relative;
    width: 40px;
    margin-top: 20px;
}
#chanels .chcontent, #currentChanel .chcontent{
    position: relative;
    width: 280px;
    height: 130px;
    margin-top: 20px;
    overflow: hidden;
}
#currentChanel .chcontent{
    width: 275px;
    margin-top: 6px;
}

#chanels .chname, #currentChanel .chname{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position:relative;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    overflow: hidden;
    font-weight: 900;
    display: block;
    color: #009688;
}

#chanels .chtitle, #currentChanel .chtitle{
    position: relative;
    width: 280px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chtitle i{
    vertical-align: middle;
}

#chanels .chdesc, #currentChanel .chdesc{
    position: relative;
    font-size: 16px;
    color: #cccccc;
    width: 280px;
    max-height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#currentChanel #currentchTime,.chanel .time{
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 240px;
}
.chanel .time{
    display: none;
}
#currentChanel .channelRow{
    background-color: #555555;
    width: 400px;
    padding-left: 60px;
    height: 143px;
    overflow: hidden;
}
.chname{
    width: 240px;
}
#alertInfo{
    position: absolute;
    top: 30px;
    right: 60px;
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius:5px;
    padding: 10px;
    display: none;
}
#InfosContainer{
    position: absolute;
    bottom: 30px;
    right: 60px;
    z-index: 9999;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    -moz-border-radius:5px;
    padding: 10px;
    width: 320px;
    display: none;
}
#InfosContainer #infostop{
    width: 300px;
    height: 55px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 50px;
    border-bottom: 1px solid #333333;
    overflow: hidden;
}
#infostop #infoicon{
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    display: inline-block;
    background-color: #ffffff;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}
#infoicon img{
    max-width: 40px;
    max-height: 40px;
    vertical-align: middle;
}
#infotitle{
    vertical-align: top;
    width: 240px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
#infocontent{
    max-height: 570px;
    overflow: hidden;
    text-overflow: ellipsis;
}


#alertContainer, #confirmContainer{
    position: absolute;
    left: 0;
    right: 0;
    width: 1280px;
    height: 720px;
    background: rgba(0,0,0,0.7);
    z-index: 9990;
    display: none;
}
#alertContainer > #alertBox,#confirmContainer > #confirmDialog {
    position: relative;
    width: 450px;
    left: 50%;
    margin-left: -225px;
    top: -100%;
    position: relative;
    background-color: #f0f0f0;
    border-radius: 5px;
    -moz-border-radius:5px;
    padding: 15px;
    display: none;
}
#confirmContainer > #confirmDialog{
    width: 520px;
    margin-left: -260px;
}
#confirmMsg{
    margin-bottom: 50px;
    width: 490px;
    box-sizing: border-box;
    height: auto;
    display: block;
}
#confirmButtons{
    position: relative;
    bottom: 15px;
    width: 490px;
    height: 50px;
    display: block;
}

#confirmButtons > div{
    display: inline-block;
    margin-left: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
}
#confirmButtons > div:first-child{
    margin-left: 0;
}
#videoloader{
    position: absolute;
    bottom: 30px;
    left: 60px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,0.7);
    display: none;
    z-index: 9998;
}

#preloader{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 30px;
    padding-right: 60px;
    background: rgba(0,0,0,0.7);
    z-index: 9997;
    display: block;
    text-align: right;
}
#preloader > div,#videoloader > div{
    display: inline-block;
    color: #ffffff;
    margin-left: 8px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-style: italic;
    padding: 5px;
}
#preloader > div img,#videoloader > div img{
    height: 40px;
}
#vodplayer,#liveInfos{
    width: 1280px;
    height: 720px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.mejs__controls{
    visibility: hidden !important;
}
#chanels .chlog, #currentChanel .chlog{
    position: relative;
    width:  50px;
    height: 50px;
    vertical-align: top;
    padding: 5px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    background-color: #ffffff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("https://cdn.afromotion.tv/d00431a78949180a20d7934017d10a7b0a657e44.jpg");
}
#chanels .chcontent, #currentChanel .chcontent{
    position: relative;
    width: 280px;
    height: 130px;
    margin-top: 20px;
    overflow: hidden;
    vertical-align: top;
}
#currentChanel .chcontent{
    width: 275px;
    margin-top: 6px;
}

#chanels .chname, #currentChanel .chname{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position:relative;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    overflow: hidden;
    font-weight: 900;
    display: block;
    color: #009688;
}

#chanels .chtitle, #currentChanel .chtitle{
    position: relative;
    width: 280px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chtitle i{
    vertical-align: middle;
}

#chanels .chdesc, #currentChanel .chdesc{
    position: relative;
    font-size: 16px;
    color: #cccccc;
    width: 280px;
    max-height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#currentChanel #currentchTime,.chanel .time{
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 240px;
}
.chanel .time{
    display: none;
}
#currentChanel .channelRow{
    background-color: #555555;
    width: 400px;
    padding-left: 60px;
    height: 143px;
    overflow: hidden;
}
#currentChanel #chtimebar{
    position: absolute;
    left: 0px;
    bottom: 32px;
    width: 145px;
    height: 2px;
    background-color: #777777;
}
.channelRow .chlog{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.channelRow .chlog img{
    width: 40px;
    height: auto;
    vertical-align: middle;
}
.channelRow > .chname{
    width: 185px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}