@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Regular.eot");
    src: url("../fonts/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ubuntu-Regular.woff2") format("woff2"),
    url("../fonts/Ubuntu-Regular.woff") format("woff"),
    url("../fonts/Ubuntu-Regular.ttf") format("truetype"),
    url("../fonts/Ubuntu-Regular.svg#Ubuntu-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 20px;
    background-color: #2c1c64;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
}

#body {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    overflow: hidden;
    z-index: 2;
    width: 99%;
    padding: 0;
}

body, div, p, span, h1, h2, h3, h4, h5, h6 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media ( max-width: 767px) {
    #body {
        top: 40px;
        bottom: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }

    #categories {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0
    }

    #categories #categoryName {
        font-size: 12px;
    }

    #categories #cat_list {
        position: fixed !important;
        top: 89px;;
        bottom: 0;
        width: 100%;
    }

    #categories #cat_list > div {
        position: relative;
        overflow: scroll;
    }

    #category #categoryName > #category_selectable {
        padding-left: 7px;
    }

    .calendar-item, .date-item, #category .no-archive {
        line-height: 10px;
        margin-top: 15px;
        height: 30px;
    }

    .date-item {
        height: 15px;
        padding: 15px 8px 25px;
        margin: 0 0px;;
    }

    #workspace {
        width: 300%;
        overflow-x: scroll;
        overflow-y: hidden;
        top: 0;
    }

    #workspace > div {
        height: 100%;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    #channels {
        background: #fff;
    }

    #channels .row {
    }

    #channels .channel-name.for-large {
        display: block;
    }

    .error-glass .popup {
        top: 150px;
        left: 0;
        width: 100%;
    }

    .tooltip {
        display: none !important;
    }

    .video-js .vjs-big-play-button {
        top: 50% !important;
        margin-top: -1.5em;
        left: 50% !important;
        margin-left: -1.5em;
    }

    .navbar-form {
    }

    .navbar-form > .row > div {
        padding: 0 3px;
    }
}

@media ( min-width: 768px) {
    #body {
        top: 10px;
        bottom: 10px;
    }

    #category #categoryName > #category_selectable {
        padding-left: 25px;
    }

    #workspace {
        top: 70px;
    }

    .calendar-item, .date-item, #category .no-archive {
        line-height: 24px;
        margin-top: 0;
        padding: 10px 0;
    }

    #workspace > div {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }

    #channels .row {
        position: relative;
    }

    #channels .row > div {
        display: block;
        float: left;
    }

    #epg {
        margin: 0
    }

    #programInfo {
        font-size: 14px;
        line-height: 20px;
    }

    .error-glass .popup {
        top: 150px;
        left: 50%;
        margin-left: -250px;
        width: 500px;
    }

    .video-js .vjs-big-play-button {
        top: 50% !important;
        margin-top: -1.5em;
        left: 50% !important;
        margin-left: -1.5em;
    }

    .navbar-form > .row > div {
        padding: 0 3px;
    }
}

.hover-item:hover {
    text-decoration: underline
}

#workspace {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.channel-item, .program-item {
    padding: 10px;
    border-bottom: solid 1px #6e6e6e;
    cursor: pointer
}

.program-item {
    padding: 20px 10px 19px;
    border-bottom: solid 1px #6e6e6e;
    cursor: pointer;
    font-size: 18px;
}

.channel-item:hover, .channel-item.hovered {
    background-color: #6144c9;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.secondary {
    color: #000;
}

#body.live .archive {
    display: none
}

#body.archive .live {
    display: none
}

.arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 28px;
    width: 28px;
    transform: scale(.7, 1);
    z-index: 1000
}

.arrow > div {
    width: 100%;
    height: 100%;
    transform: rotate(45deg) translate(19px, -10px);
    background-color: #226;
    border-top: #888 solid 4px;
    border-right: #888 solid 4px
}

#channels, #epg {
    display: inline-block;
    z-index: 500
}

.target {
}

.glass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden
}

.loading .glass {
    visibility: visible;
    opacity: .5
}

.pointer {
    cursor: pointer
}

.error-glass {
    display: none
}


#channels .row.target {
    margin: 0;
}

#channels .row.target.favtext {
    position: static;
    margin: 20px 0;
}

#channels .channel-name {
    z-index: 700;
}

#channels .fav {
    position: absolute;
    right: 19px;
    top: 19px;
    z-index: 100
}

.favtext {
    margin: 12px 0;
}

.favtext #allGrp {
    text-align: center;
}

.favtext #allGrp span {
    border: 1px solid #6144c9;
    color: #6144c9;
    cursor: pointer;
    margin-top: 12px;
    padding: 3px 6px;
    transition: all .4s;
}

.favtext #allGrp span:hover {
    background-color: #6144c9;
    color: #fff;
}

.fa-star {
    color: #6144c9;
}

.fa-star.infav,
.channel-item:hover .fa-star.infav,
.channel-item.channel-selected .fa-star.infav {
    color: #fc0;
}

#channels .channel-selected .fav {
    right: 15px
}

.item_0 {
    line-height: 24px;
}

.item_0 i {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 15px;
}

.noresult {
    padding: 15px 15px;
    color: #000;
}

#skip_message {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    padding: 16px;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, .8);
    color: #333;
    z-index: 10000;
    font-size: 18px;
}


body.error .error-glass {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000000;
}

.error-glass .popup {
    position: absolute;
    top: 150px;
    background-color: #444;
    border-radius: 5px;
    overflow: hidden;
}

.error-glass .popup > div {
    padding: 10px 25px
}

.error-glass .popup .title {
    color: black;
    border-bottom: #666 solid 1px;
    background-color: #c93
}

.error-glass .popup .popup-glass {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: inset 0 0 10px black
}

.error-glass .popup .text {
    color: #111;
    background-color: #eee;
    border-bottom: #ccc solid 1px;
    min-height: 70px
}

.error-glass .popup .buttons {
    background-color: #eee;
    height: 53px
}

.error-glass .buttons > *[action="close"], .error-glass .title > *[action="close"] {
    position: absolute;
    right: 25px;
    cursor: pointer;
    border-radius: 0
}

.error-glass .title div {
    top: 20px;
    color: #444
}

.error-glass .title div:hover {
    color: black
}

.error-glass input#codeinput {
    color: black;
    padding: 5px;
    width: 445px;
    margin: 5px 0;
    max-width: 100%;
}

.error-glass .buttons button {
    bottom: 10px;
    min-width: 75px
}

#categories {
    color: #000;
    top: 0;
    position: absolute;
    width: 100%;
}

#category #categoryName > div, #category #quality > div {
    color: #c93;
    text-shadow: 0 0 1px black
}

#category #categoryName > div {
    padding-top: 15px
}

#categoryName #name {
    position: relative;
    margin-right: 20px
}

#category #categoryName > #category_selectable {
    position: relative;
}

#category div {
    float: left
}

#category #categoryName #quality {
    position: absolute;
    width: 145px;
    top: 5px;
    background-color: #000;
    left: 105%;
    display: none;
    z-index: 10000;
}

#quality .qual-button {
    padding: 10px 10px 5px 10px;
    margin-top: -0px;
    margin-right: 5px;
    width: 45px;
    border: solid 1px #666;
    border-bottom: solid 5px #666;
    cursor: pointer;
    text-align: center
}

#this-quality {
    padding: 10px 10px 5px 10px;
    margin-top: -10px;
    margin-right: 5px;
    width: 45px;
    border: solid 1px #c93;
    border-bottom: solid 5px #c93;
    cursor: pointer;
    text-align: center;
    position: absolute;
    left: 105%;
    background-color: #000;
}

#quality .qual-button:not(.selected ) {
    color: #ccc;
    opacity: .8
}

#quality .qual-button.selected {
    background-color: rgba(0, 0, 0, .8);
    border-color: #c93
}

#category #categoryName > div:hover {
    text-decoration: underline;
    cursor: pointer
}

#category #categoryName i {
    position: absolute;
    top: 7px;
    right: -15px;
    font-size: 70%;
    margin-left: 5px;
    transform: rotate(0deg);
    transition: all 500ms
}

#categories #categoryName.selecting i {
    transform: rotate(180deg)
}

#select-other-category {
    background-color: #c93;
    cursor: pointer;
    padding: 10px 15px;
    color: #333;
    border-left: solid #888 4px;
    margin-left: 15px;
    text-shadow: none
}

#select-other-category:hover {
    background-color: #222;
    color: #fa4
}

#select-other-category:focus, #select-other-category:disabled {
    border: none;
    box-shadow: none;
    outline: none
}

#categories #cat_list {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .9);
    z-index: 10000
}

#categories #cat_list {
    -webkit-transition: max-height 300ms;
    -moz-transition: max-height 300ms;
    -ms-transition: max-height 300ms;
    -o-transition: max-height 300ms;
    transition: max-height 300ms;
}

#categories #cat_list > div {
    padding-top: 15px;
    border-top: solid 1px #777
}

#categories #cat_list.selecting {
    max-height: 800px;
    overflow: scroll
}

#categories .item:last-child {
    padding-bottom: 15px
}

#cats {
    border-right: 1px solid #eee;
}

#category {
    border-left: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
}

#cats_list {
    padding: 0;
    margin-top: 0;
}

#cats_list .channel-group-item {
    padding: 8px 5px 8px 11px;
    border-bottom: 1px solid #6e6e6e;
    cursor: pointer;
    font-size: 20px;
}

#cats_list .channel-group-item:hover, #cats_list .channel-group-item.group-selected {
    background-color: #6144c9;
    color: #fff;
}

#cats_list .groups {
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #6e6e6e;
}

#cats_list .groups .lbl {
    padding: 10px 0 10px 25px;
    line-height: 24px;
}

#cats_list #dropdownGroup, #cats_list #dropdownGroup button, #cats_list #dropdownGroup .dropdown-menu {
    width: 100% !important;
    color: #000;
    padding: 4px 0;
}

#cats_list #dropdownGroup button {
    font-size: 20px;
    background-color: #fff;
    border-radius: 0;
    border: 0 none;
    padding: 4px 18px 4px 2px;
    text-align: left;
}

#cats_list #dropdownGroup button .caret {
    font-size: 20px;
    margin: 0 6px;
}

.navbar-form {
    border: none;
    box-shadow: none;
    padding: 0 5px 0 20px;
    width: 100%;
}

.navbar-form input,
.navbar-form button {
    border-radius: 5px;
    outline: none;
    border: 1px solid #6144c9;
}

.navbar-form input {
    color: #000;
    background: #fff;
}

.navbar-form button {
    background: #6144c9;
    color: #fff;
    transition: all .4s;
}

.navbar-form button:hover {
    background: #372672;
    color: #fff;
}

#cats_list #dropdownGroup .dropdown-menu {
    border: 1px solid #6e6e6e;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    padding: 0;
    max-height: 62vh;
    overflow-y: auto;
}

#category .no-archive {
    display: none;
    color: #c93;
}

#body.no-archive #category .calendar-item, #body.no-archive #category .date-item {
    display: none;
}

#body.force-no-archive #category .calendar-item, #body.force-no-archive #category .date-item {
    display: none;
}

#body.no-archive #category .no-archive {
    display: block;
}

#body.force-no-archive #category .no-archive {
    display: block;
}

#calendarContainer > div {
    margin: 0 20px 0 0;
}

#category .picker {
    opacity: .7;
}

#category .picker:hover {
    opacity: 1;
}

.calendar-item.underpass, .calendar-item.overpass {
    display: none;
}

#category.underpass .calendar-item.today.underpass {
    display: block;
    border-left: 1px #c93 solid;
}

#category.overpass .calendar-item.today.overpass {
    display: block;
    border-right: 1px #c93 solid;
}

.calendar-item, .date-item, #category .no-archive {
    cursor: pointer;
    text-align: center;
}

.today, .today.weekend {
    color: #000;
}

.date-item.weekend {
    color: #000;
}

.date-item.future {
    color: #000;
}

.today-selected .calendar-item.today, .day-selected {
    background-color: #6144c9;
    color: #fff;
}

#category .day-of-week {
    font-size: smaller;
}

.vjs-tech {
    object-fit: unset;
}

#channels {
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -ms-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
}

.channel-item {
    border-bottom: solid 1px #6e6e6e;
    padding: 5px;
    height: 60px;
    color: #000;
}

.channel-item:hover {
    color: #fff;
}

.channel-item:hover .fa-star,
.channel-item.channel-selected .fa-star {
    color: #fff;
}

.channel-item.no-current-info {
    font-size: larger;
}

.channel-item.no-current-info .curr-program {
    display: none;
}

.channel-item .curr-program {
    font-size: 14px;
}

.channel-item.channel-selected .curr-program {
    font-size: smaller;
    color: #fff;
}

.channel-item.channel-selected {
    background-color: #6144c9;
    color: #fff;
}

.channel-item > div:first-child {
    position: absolute;
    top: 5px;
    left: 10px;
    overflow: visible;
}

.channel-item .channel-name {
    margin-left: 70px;
    font-size: 18px;
    line-height: 22px;
}

.channel-item .channel-name .curr-program {
    font-weight: normal;
}

.channel-item > div:first-child img {
    width: 50px;
    max-height: 50px;
}

.channel-item .play-live {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #c93;
    text-shadow: 0 0 5px black, 0 0 15px black;
    opacity: 0;
}

.channel-item:hover .play-live {
    opacity: .7;
    box-shadow: inset 0 0 10px 5px #eee;
    transition: opacity 300ms;
}

.channel-item.channel-selected:hover .play-live {
    box-shadow: inset 0 0 10px 5px #cd9933;
}

.channel-item:hover .play-live:hover {
    opacity: 1;
    box-shadow: inset 0 0 5px 2px #eee;
}

.channel-item.channel-selected:hover .play-live:hover {
    opacity: 1;
    box-shadow: inset 0 0 5px 2px #cd9933;
}

#workspace > div#epg {
    overflow: auto;
}

#epg #ch_name {
    width: 100%;
    border-bottom: 1px solid #6e6e6e;
    text-align: center;
    color: #000;
}

#epg #ch_name h6 {
    margin: 0;
    line-height: 20px;
    font-size: 20px;
    padding: 10px 0;
}

#epg #epg_container, #channels_container {
    position: absolute;
    top: 137px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.program-item {
    position: relative;
}

.program-item, #body.force-no-archive .program-item.live {
    overflow-x: hidden;
    color: #000;
}

.program-item > div:first-child {
    position: absolute;
    width: 50px;
    font-weight: bold;
}

.program-item:hover, .program-item:hover > div:first-child, .program-item.playing > div:first-child {
    background-color: #6144c9;
    color: #fff;
}

.program-item.in-future > div:first-child, .program-item.no-archive > div:first-child {
    color: #ccc;
}

.program-item #livetag {
    font-weight: bold;
    display: none;
}

#body.archive .program-item.live {
    display: block;
}

.program-item.live #livetag {
    position: absolute;
    display: block;
    width: 65px;
    height: 100%;
    top: 0;
    left: 0;
}

.program-item.live #livetag > div > i {
    position: relative;
    margin-left: 5px;
    top: 1px;
}

.program-item.live #livetag > div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program-item.live #livetag > div.archive {
    padding-left: 25px;
}

.program-item.live .for-live {
    position: absolute;
    top: 50%;
    right: 5px;
    color: #fff;
    font-size: smaller;
    background: #6144c9;
    border: 1px solid #6144c9;
    border-radius: 5px;
    outline: none !important;
    transition: all 0.4s;
    transform: translateY(-50%);
}

.program-item.playing .for-live,
.program-item:hover .for-live {
    color: #6144c9;
    background: #fff;
}

.program-item.live .for-live:hover {
    border-color: #fff;
    background: #6144c9;
    color: #fff;
}

.program-item .start-time {
    margin-top: -1px;
    line-height: 18px;
    font-size: 16px;
}

.search {
    padding: 11px 10px;
}

.search .progname {
    font-size: 14px;
    line-height: 18px;
}

.search > div {
    padding: 0;
}

.search .c_name {
    font-size: 18px;
}

.searchform, .chanelsearchform {
    text-align: right;
    padding-right: 0;
}

.searchform, .chanelsearchform {
    border-bottom: 1px solid #6e6e6e;
}

#category .searchform {
    width: 100%;
}

#body.force-no-archive .program-item, .program-item.no-archive, .program-item.in-future {
    cursor: default;
    text-shadow: none;
    color: #727272;
    border-bottom-color: #808080;
}

#body.force-no-archive .program-item:hover, .program-item.no-archive:hover, .program-item.in-future:hover, .program-item.in-future:hover > div:first-child {
    background-color: #6144c9;
}

.program-item.live {
    opacity: 1;
}

.program-item.live:hover {
    color: #fff;
}

#body.force-no-archive .program-item.live, #body.no-archive .program-item.live {
    cursor: pointer;
}

.program-item > .progname {
    text-align: left;
    margin-left: 60px;
}

.program-item.live > div:first-child {
    display: none;
}

#body.force-no-archive .program-item.playing, .program-item.playing {
    background-color: #6144c9;
    color: #fff;
}

.program-item.live > .progname {
    text-align: left;
    margin-left: 70px;
    margin-right: 75px;
}

#epg.loading {
    overflow: hidden;
}

#epg.loading .glass > div:first-child {
    position: absolute;
    background: url(../img/ajax-loader.gif) no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

#player {
    color: #000;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

#player > div {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: auto;
}

#player > div#proportion {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 35px;
    width: auto;
    border-top: 1px solid #5a5a5a;
    color: #000;
    overflow: visible;
}

#proportionSelect, #proportionSelect > div > div {
    line-height: 25px;
    height: 25px;
    width: 50px;
}

#proportionSelectTitle, #proportionSelect, #fullscreen {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
}

#proportionSelectTitle {
    left: 5px;
    width: 135px;
}

#fullscreen {
    right: 40px;
    cursor: pointer;
}

#proportionSelectTitle, #fullscreen {
    padding: 0 10px 5px 10px;
    text-align: right;
}

#fullscreen {
    border: 1px solid #767676;
    background-color: #4e4e4e;
    color: #888;
}

#proportionSelect [data-proport] {
    display: none;
}

#proportionSelect.open [data-proport] {
    display: block;
}

#proportionSelect.open > div > div:last-child {
    background-color: #4e4e4e;
}

#proportionSelect {
    left: 135px;
    color: #888;
}

#proportionSelect > div {
    position: absolute;
    bottom: 0;
    left: 0;
}

#proportionSelect > div > div {
    text-align: center;
    padding: 0 3px 3px 3px;
    background-color: #4e4e4e;
}

#proportionSelect > div > div:hover, #fullscreen:hover {
    background-color: #4e4e4e;
    color: white;
    cursor: pointer;
}

#proportionSelect.open > div > div#currProportion {
    color: white;
}

#streamer {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#player-embed-videojs {
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#streamerError {
    text-align: center;
    color: #888;
    padding: 150px 50px 0 50px;
}

div.vjs-big-play-button {
    visibility: hidden;
}

body.ios div.vjs-big-play-button {
    visibility: visible;
}

video.ios {
    padding: 0;
    margin: 0;
    background: black;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


#playerStatus {
    position: absolute;
    width: 100%;
}

#playerStatus > div:first-child {
    left: 0;
    position: absolute;
    padding: 15px 5px 15px 15px;
}

#playerStatus > div:first-child > img {
    display: none;
    cursor: pointer;
}

#playerStatus > div:first-child > img[src] {
    display: block;
    max-width: 50px;
    max-height: 50px;
    border-radius: 4px;
}

#playerStatus > #status {
    margin-left: 80px;
    padding: 12px 20px 0 0;
    color: #000;
}

#playerStatus > #status #currProgram {
    font-size: 170%;
    margin-bottom: 20px;
}

#status .secondary {
    display: none;
}

#status.set .secondary {
    display: block;
}

#playerStatus > #programInfo {
    position: absolute;
    top: 80px;
    left: 15px;
    right: 30px;
    height: auto;
    width: auto;
    overflow: auto;
    padding-bottom: 45px;
}

#playerStatus > #programInfo > #programDescription {
    color: #000;
}

#programTitle {
    color: #000;
    display: none;
}

.menuBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.menuBar img {
    height: 100%;
}

#logout {
    display: block;
    background: #6144c9;
    color: #fff;
    padding: 5px 10px;
    transition: all .4s;
    text-decoration: none;
    margin-left: auto;
    border-radius: 5px;
}

#logout:hover {
    background: #372672;
}

.nav > li > a {
    padding: 8px;
}

@media ( max-width: 767px) {
    .searchform {
        width: 100%;
    }

    #search-query, #channel-search-query {
        width: 75%;
        float: left;
    }

    #epg #epg_container {
        top: 127px;
    }

    body.no-login #body > div, #body > div.no-login {
        width: 95%;
    }
}

@media screen and ( min-width: 768px) and (max-width: 991px) {
    #search-query, #channel-search-query {
        width: 75%;
        padding-left: 3px;
    }

    #dropdownGroup button {
        margin-left: 6px;
    }

    .navbar-form {
        margin-left: 3px;
        padding-left: 0;
    }
}

@media screen and ( min-width: 992px) and (max-width: 1199px) {
    #dropdownGroup button {
        margin-left: 6px;
    }

    #search-query, #channel-search-query {
        width: 140px;
        padding-left: 3px;
    }

}

@media screen and (max-width: 991px) {
    div.logo {
        margin: -5px 0 0 25px
    }
}

@media screen and (min-width: 992px) {
    div.logo {
        margin: -5px 0 0 -10px
    }
}

@media screen and ( max-width: 767px) and (orientation: portrait) {
    #workspace {
        top: 0;
    }
}

#body > div.no-login {
    background-color: #fff;
}

#body > div.no-login > div {
    height: 100%;
}

#loginform {
    text-align: center;
    padding: 30px;
}

#loginform .logo {
    width: 150px;
}

#loginform button, #loginform input {
    font-family: "Ubuntu", sans-serif;
    border-radius: 5px;
}

#loginform button {
    border: none;
    background: #6144c9;
    transition: all .4s;
}

#loginform button:hover {
    background: #372672;
}

body.no-login #body > div, #body > div.no-login {
    display: none;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.try-login #loginform {
    opacity: .5;
}

.no-login #body > div.no-login {
    display: block;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #6144c9;
    border-radius: 20px;
    border: 2px solid #fff;
}