button {
    outline: none !important;
    box-shadow: none !important;
}

.wireless+img {
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5));

}

.timeline-groups-text .Inactive {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentcolor;
    z-index: 99;
    filter: opacity(0.5);
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.empty_channel_name {
    position: relative;
}



#player iframe {
    max-width: 100%;
    max-height: 100%;
}

.plyr.stuck {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 260px !important;
    height: 145px !important;
    transform: translateY(100%);
    animation: fade-in-up 0.75s ease forwards;
    z-index: 1;
}

#ogrooModel {
    width: 400px;
}

div#mytimeline {
    background-color: var(--secondary-bg-color);
    max-height: 1000px;
    overflow-y: scroll;
    height: 1000px;
}

.empty_channel_name span {
    display: block;
}

button.plyr__control.plyr__control--overlaid {
    background: var(--btn-bg-color, #f71111);
    color: #19191b;
}

button.plyr__control.plyr__control--overlaid:hover {
    background: var(--btn-hover-bg-color);
}

video .plyr__controls__item.plyr__volume input {
    color: #ffdc11;
}

.sportsmagazine-subheader:before,
.sportsmagazine-subheader:after {
    height: 0px;
}

.sportsmagazine-subheader .row {
    padding-top: 0px;
}

.sportsmagazine-main-content {
    padding: 0;
}

.sportsmagazine-player-listfull {
    margin: 0;
}

.video-player-div img {
    margin: auto;
}

/* Live streaming video at admin */
.video-player-div {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-player-div .div-over {
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    display: none;
    overflow: hidden;
    position: absolute;
}

.video-player-div .full-screen-ad {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-player-div .top-ad {
    width: 100%;
    height: 20%;
    top: 1%;
}

.video-player-div .bottom-ad {
    width: 100%;
    height: 20%;
    bottom: 1%;
}

.video-player-div .right-top-ad {
    width: 50%;
    height: 20%;
    top: 1%;
    right: 0;
}

.video-player-div .left-top-ad {
    width: 50%;
    height: 20%;
    top: 1%;
    left: 0;
}

.video-player-div .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 100%;
    width: 100%;
    background: #c01d1d00;
}

.video-player-div .over-close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.video-player-div .over-close:after {
    content: '';
    height: 16px;
    border-left: 2px solid #222;
    position: absolute;
    transform: rotate(45deg);
    left: 13px;
    top: 6px;
}

.video-player-div .over-close:before {
    content: '';
    height: 16px;
    border-left: 2px solid #222;
    position: absolute;
    transform: rotate(-45deg);
    left: 13px;
    top: 6px;
}

.current_epg {
    background: #3f3f3f;
}

.team .user-avatar .btn-round {
    margin: 0px 5px 0 5px;
}

.user-card .user-avatar {
    background: transparent !important;
}

.plyr__controls {
    opacity: 1;
}

.video-player-div {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.plyr--video {
    height: auto !important;
}

video {
    height: 100% !important;
}

/*Aniket*/
/*.plyr--full-ui.plyr--video .plyr__control--overlaid{
      display: none!important;
      }*/
/*added by varsha for player show on  13 jun*/
button.plyr__controls__item.plyr__control:first-child {
    opacity: 0;
}

.plyr__controls__item.plyr__menu {
    opacity: 0;
}

.sportsmagazine-main-content {
    display: none;
}

.intro {
    display: block;
    font-weight: bold;
    text-align: center;
    color: darkblue;
    /*    background-color: red !important;/* Live streaming video at admin */
    */
}

#status span.status {
    display: none;
    font-weight: bold;
}

span.status.complete {
    color: green;
}

span.status.incomplete {
    color: red;
}

#status.complete span.status.complete {
    display: inline;
}

#status.incomplete span.status.incomplete {
    display: inline;
}

/*.video-player-div {
        pointer-events: none;
      }*/

#volume-switcher {
    display: none;
}

/* volume on : container */
#switcher-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    opacity: 0.8;
    filter: invert(1);
    /* changer couleur icon */
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in 0s;
    margin: 0;

}

/* volume on : button */
#switcher-container:after {
    content: "";
    border: 0px solid black;

    background: url('../images/SilounmuteIcon.png') center center;
    background-size: 100%;
    bottom: 10px;
    right: 10px;
    position: absolute;
    width: 40px;
    height: 40px;
    filter: invert(1);
}

#switcher-container:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in 0s;
}

/* volume off : container */
#volume-switcher:checked+#switcher-container {
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.1;
    -webkit-transition: all 0.7s ease-in 1s;
    -moz-transition: all 0.7s ease-in 1s;
    transition: all 0.7s ease-out 1s;
}

/* volume off : hover */
#volume-switcher:checked+#switcher-container:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: opacity 0.3s ease-out 0s;
}

/* volume off : button */
#volume-switcher:checked+#switcher-container:after {
    right: 10px;
    content: "";
    background: url('../images/SilomuteIcon.png') center center;
    background-size: 100%;
    filter: invert(1);
}


/*#loader {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100vw;
      height: 100vh;
      background-color: rgba(192, 192, 192, 0.5);
      background-image: url("https://i.stack.imgur.com/MnyxU.gif");
      background-repeat: no-repeat;
      background-position: center;}*/
/* #loader {
        position: fixed;
        width: 100%;
        height: 100%;
        display: none;
        background-color: #fff;
        opacity: 0.6;
        z-index: 99999;
    }*/
/* #loader1 {
                border: 12px solid #f3f3f3;
                border-radius: 50%;
                border-top: 12px solid #444444;
                width: 70px;
                height: 70px;
                animation: spin 1s linear infinite;
            }
              
            @keyframes spin {
                100% {
                    transform: rotate(360deg);
                }
            }
              
            .center {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
            }*/

.loader {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    background: none !important;
}

.loader .dot {
    -webkit-animation-name: movement;
    animation-name: movement;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    height: 10px;
    position: absolute;
    top: -10px;
    transform: translate3d(0, -25px, 0) scale(1);
    width: 10px;
}

.loader .dot:nth-of-type(1) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    left: 150px;
}

.loader .dot:nth-of-type(1)::before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.loader .dot:nth-of-type(2) {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    left: 150px;
}

.loader .dot:nth-of-type(2)::before {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.loader .dot:nth-of-type(3) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
    left: 125px;
}

.loader .dot:nth-of-type(3)::before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.loader .dot:nth-of-type(4) {
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
    left: 125px;
}

.loader .dot:nth-of-type(4)::before {
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
}

.loader .dot:nth-of-type(5) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    left: 100px;
}

.loader .dot:nth-of-type(5)::before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loader .dot:nth-of-type(6) {
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
    left: 100px;
}

.loader .dot:nth-of-type(6)::before {
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
}

.loader .dot:nth-of-type(7) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    left: 75px;
}

.loader .dot:nth-of-type(7)::before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.loader .dot:nth-of-type(8) {
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
    left: 75px;
}

.loader .dot:nth-of-type(8)::before {
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
}

.loader .dot:nth-of-type(9) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    left: 50px;
}

.loader .dot:nth-of-type(9)::before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.loader .dot:nth-of-type(10) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    left: 50px;
}

.loader .dot:nth-of-type(10)::before {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.loader .dot:nth-of-type(11) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    left: 25px;
}

.loader .dot:nth-of-type(11)::before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.loader .dot:nth-of-type(12) {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    left: 25px;
}

.loader .dot:nth-of-type(12)::before {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
}

.loader .dot:nth-of-type(13) {
    -webkit-animation-delay: -1.3s;
    animation-delay: -1.3s;
    left: 0px;
}

.loader .dot:nth-of-type(13)::before {
    -webkit-animation-delay: -1.3s;
    animation-delay: -1.3s;
}

.loader .dot:nth-of-type(14) {
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
    left: 0px;
}

.loader .dot:nth-of-type(14)::before {
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
}

.loader .dot:nth-of-type(15) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
    left: -25px;
}

.loader .dot:nth-of-type(15)::before {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.loader .dot:nth-of-type(16) {
    -webkit-animation-delay: -2.6s;
    animation-delay: -2.6s;
    left: -25px;
}

.loader .dot:nth-of-type(16)::before {
    -webkit-animation-delay: -2.6s;
    animation-delay: -2.6s;
}

.loader .dot:nth-of-type(17) {
    -webkit-animation-delay: -1.7s;
    animation-delay: -1.7s;
    left: -50px;
}

.loader .dot:nth-of-type(17)::before {
    -webkit-animation-delay: -1.7s;
    animation-delay: -1.7s;
}

.loader .dot:nth-of-type(18) {
    -webkit-animation-delay: -2.8s;
    animation-delay: -2.8s;
    left: -50px;
}

.loader .dot:nth-of-type(18)::before {
    -webkit-animation-delay: -2.8s;
    animation-delay: -2.8s;
}

.loader .dot:nth-of-type(19) {
    -webkit-animation-delay: -1.9s;
    animation-delay: -1.9s;
    left: -75px;
}

.loader .dot:nth-of-type(19)::before {
    -webkit-animation-delay: -1.9s;
    animation-delay: -1.9s;
}

.loader .dot:nth-of-type(20) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    left: -75px;
}

.loader .dot:nth-of-type(20)::before {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}

.loader .dot:nth-of-type(21) {
    -webkit-animation-delay: -2.1s;
    animation-delay: -2.1s;
    left: -100px;
}

.loader .dot:nth-of-type(21)::before {
    -webkit-animation-delay: -2.1s;
    animation-delay: -2.1s;
}

.loader .dot:nth-of-type(22) {
    -webkit-animation-delay: -3.2s;
    animation-delay: -3.2s;
    left: -100px;
}

.loader .dot:nth-of-type(22)::before {
    -webkit-animation-delay: -3.2s;
    animation-delay: -3.2s;
}

.loader .dot:nth-of-type(23) {
    -webkit-animation-delay: -2.3s;
    animation-delay: -2.3s;
    left: -125px;
}

.loader .dot:nth-of-type(23)::before {
    -webkit-animation-delay: -2.3s;
    animation-delay: -2.3s;
}

.loader .dot:nth-of-type(24) {
    -webkit-animation-delay: -3.4s;
    animation-delay: -3.4s;
    left: -125px;
}

.loader .dot:nth-of-type(24)::before {
    -webkit-animation-delay: -3.4s;
    animation-delay: -3.4s;
}

.loader .dot:nth-of-type(25) {
    -webkit-animation-delay: -2.5s;
    animation-delay: -2.5s;
    left: -150px;
}

.loader .dot:nth-of-type(25)::before {
    -webkit-animation-delay: -2.5s;
    animation-delay: -2.5s;
}

.loader .dot:nth-of-type(26) {
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
    left: -150px;
}

.loader .dot:nth-of-type(26)::before {
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
}

.loader .dot::before {
    -webkit-animation-name: size-opacity;
    animation-name: size-opacity;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: var(--text-color-primary);
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}

.loader .dot:nth-of-type(even)::before {
    background-color: var(--theme-color-primary);
    box-shadow: inset 0 0 4px var(--theme-color-primary);
}

@-webkit-keyframes movement {
    0% {
        transform: translate3d(0, -25px, 0);
        z-index: 0;
    }

    50% {
        transform: translate3d(0, 25px, 0);
        z-index: 10;
    }

    100% {
        transform: translate3d(0, -25px, 0);
        z-index: -5;
    }
}

@keyframes movement {
    0% {
        transform: translate3d(0, -25px, 0);
        z-index: 0;
    }

    50% {
        transform: translate3d(0, 25px, 0);
        z-index: 10;
    }

    100% {
        transform: translate3d(0, -25px, 0);
        z-index: -5;
    }
}

@-webkit-keyframes size-opacity {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    25% {
        transform: scale(1.5);
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.35;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes size-opacity {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    25% {
        transform: scale(1.5);
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.35;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.loader .loader-message {
    min-width: 400px;
    position: absolute;
    top: 39px;
    left: -50px;
    background: none;
    color: #fff;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
}

.loader_2 .streaming-loader-message {
    width: 311px;
    position: absolute;
    top: 39px;
    left: -152px;
    /* background: none; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: var(--text-color-primary) !important;
    z-index: 2;
    text-align: center;
}

.loader_2 {
    /*display: none;*/
}

#customTimeHover {
    display: none;
}

#customTime {
    font-weight: bold;
}

div.timeline-navigation-new {
    background: url('../images/new.png') no-repeat center;
}

/* separator between new and navigation buttons */
div.timeline-navigation-new-line {
    border-right: 1px solid #bebebe;
}

.shedular-header {

    display: initial;


}

div.timeline-navigation-delete {
    background-image: url('../images/delete.png') no-repeat center;
}

div.timeline-navigation-zoom-in {
    background: url(../images/zoomin.png) no-repeat center;
}

div.timeline-navigation-zoom-out {
    background: url('../images/zoomout.png') no-repeat center;
}

div.timeline-navigation-move-left {
    background: url('../images/moveleft.png') no-repeat center;
}

div.timeline-navigation-move-right {
    background: url('../images/moveright.png') no-repeat center;
}

div.timeline-axis-text-minor {
    color: #ccc;
    margin-left: 5px;
}

div.timeline-axis-grid-minor {
    border-color: #757575;
    border-width: thick;
    border: none !important;
}

div.timeline-axis-text {
    color: #ffff;
    padding: 3px;
    white-space: nowrap;
}


div.timeline-frame {
    border-color: #757575;
    border-width: thick;
}

div#mytimeline {
    min-height: 500px;
}

div#mytimeline .epg_channel_name {
    margin: inherit;
}

div.timeline-axis {
    -moz-box-sizing: border-box;
    border-color: #757575;
    border-top-style: solid;
    border-width: 5px;
    box-sizing: border-box;
}

div.timeline-groups-axis-onleft {
    border-style: none solid none none;
    border-color: #757575;
    border-width: thick;
}

div.timeline-axis-text {
    color: #ffff;
    white-space: nowrap;

}

div.timeline-axis-text-minor {
    padding: 0px 20px;
}

.timeline-groups-text img {
    object-fit: cover;
}

.timeline-content>div {
    visibility: visible !important;
}

.timeline-content>div .timeline-axis-grid.timeline-axis-grid-minor {
    visibility: hidden;
}

div.timeline-event-box {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.Program {
    background-color: var(--bg-color-1);
    height: 100px;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.timeline-customtime {
    z-index: 1;
    height: 99% !important;
}

.Commercial {
    height: 100px;
    /*background-color: var(--bg-color-1);*/
    background: rgb(212, 184, 25);
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.Informatical {
    background-color: bisque;
    height: 100px;
    background-color: var(--warning);
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.Movie {
    background: rgb(28, 204, 54);
    height: 100px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.intro {
    display: block;
    background-color: var(--theme-color-primary);
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    text-align: center;

}

.timeline-frame.ui-widget.ui-widget-content.ui-corner-all.timeline-selectable {
    border: 0;
    background-color: var(--secondary-bg-color);
}

div#mytimeline {
    background-color: var(--secondary-bg-color);
}

.timeline-groups-axis.timeline-groups-axis-onleft {
    border: 0;
}

div#mytimeline {}

.timeline-frame.ui-widget.ui-widget-content.ui-corner-all.timeline-selectable {
    border: 0 !important;

}

div.timeline-event-range {
    border: 2px solid #000;
    border-radius: 10px;
    background-color: transparent;
    background-color: var(--bg-color-1);
    color: #fff;
    text-align: center;

}

div.timeline-event-content {
    white-space: nowrap;
    overflow: hidden;
    margin: inherit;
}

div.timeline-currenttime {
    -moz-box-sizing: border-box;
    background-color: var(--btn-hover-bg-color);
    box-sizing: border-box;
    width: 3px;
    z-index: 99999999;
    height: 99% !important;

}

div.timeline-axis-grid-major {
    border-color: #bfbfbf;
    z-index: 11;
}

.timeline-event-content p {
    margin: 0;
    padding: 0;
}

.container {
    float: none;
    margin: auto;
    text-align: center
}

.container>.overly {
    width: 300px;
    height: 80px;
    font-size: 25px;
    cursor: pointer
}

.modalbox {
    min-width: 500px;
    min-height: 100px;
    position: absolute;
    top: 90px;
    right: 0;
    /*bottom: 0;*/
    /* left: 0; */
    background: var(--main-bg-color) !important;
    z-index: 99999;
    pointer-events: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
}

#moveto {
    background: #2f2f2f;
    color: #fff;
    border-radius: 5px;
    padding: 4px 8px;
}

#setRange {

    background: var(--theme-color-primary);

    color: #fff;
    padding: 3px 12px;
}

img#custcalender {
    margin-right: 10px;
    margin-left: 10px;
}

div#infoToggler {
    display: inline;
}

div#customTimeHover {
    position: absolute;
    position: absolute;
    background: black;
    border: 2px solid #8f8c8c;
    border-radius: 10px;
    z-index: 9999;
    padding: 6px 8px;
    color: #fff;
    left: 0;
    top: 30px;
}

.modalbox>.dialog {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    /* margin: 5% 10%; */
    /*padding: 5px 20px 13px 20px;*/

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*background: #2f2f2f;*/
    box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    display: block;
    pointer-events: auto;
    /* z-index: 9999999999; */
    color: #fff;
}

#ogrooModel p {
    margin: 0;
    padding: 0;
}

.closebutton {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    z-index: 9999;
    cursor: pointer;
    background: transparent;
    border: navajowhite;
    margin-right: 8px;
    margin-top: 8px;
}

.timeline-event-content .eventinfo {
    display: inline-block;
    vertical-align: top;
}

.timeline-event-content .eventimg {
    display: inline-block;
    height: 100px;
    margin-right: 10px;
    position: relative;
    width: 100px;

}

.timeline-event-content .eventimg img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    height: 100%;
}

div#customTime {
    display: inline-block;
    width: 30%;
}

.timeline-event-content .str_cat {
    display: none;
}

#ogrooModel img {
    width: 125px;
    height: 125px;
}

.container-fluid input {
    background: #2f2f2f;
    color: #fff;
    border-radius: 5px;
    padding: 4px 8px;
}

#ogrooModel .ni {
    font-family: "Nioicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#fullsceenen {
    background: var(--btn-txt-color);
    width: 38px;
    height: 38px;
    float: right;
    cursor: pointer;
    top: -71px;
    position: absolute;
    right: 66px;
    padding: 5px;
    display: none;
}

.default-video {
    background-color: var(--orange);
    border-radius: 10px;
}

.default-video p {
    color: #000;
}

.intro {
    display: block;
    background-color: var(--theme-color-primary);
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    text-align: center;

}

button#fullscreen {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: inherit;
    margin-top: -3px;
}

button#smallscreen {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: inherit;
    margin-top: -3px;
}

.empty_channels {
    /*      width: 100px;*/
    object-fit: contain;
    height: 100px;
    border-radius: 5px;
    cursor: pointer;

}

.fade:not(.show) {
    opacity: 1 !important;
}

.empty_channels_text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.empty_channel_name a .fa-play {
    position: absolute;
    left: 12px;
    top: 40%;
    font-size: 17px;
}

.epg_channel_name span {
    display: block;
}

.str_cat_link {
    display: none;
}

.timeline-event-content .str_desc {
    display: none;
}

.timeline-event-content .thumbimg {
    display: none;
}

#ogrooModel .eventimg {
    display: none;
}

#ogrooModel .thumbimg {
    display: flex;
    grid-gap: 16px;
}

.timeline-event-content .thumbimg {
    display: inline-block;
    vertical-align: middle;
}

.timeline-event-content .thumbimg>img {
    display: none;
}

.eventinfo p:nth-child(2) {
    font-size: 0.80rem;
    color: #818181;
    font-weight: 600;
}

.intro .eventinfo p:nth-child(2) {
    color: #fff !important;
}

.eventinfo p:nth-child(3) {
    font-size: 0.70rem;
}

.wireless {
    width: 40px;
    height: auto !important;
    position: absolute;
    top: 27%;
}

.img-bottom {
    width: -webkit-fill-available !important;
}


div.timeline-axis-text-minor {
    color: #ccc;
    margin-left: 5px;
}

div.timeline-axis-grid-minor {
    border-color: #757575;
    border-width: thick;
    border: none !important;
}

div.timeline-axis-text {
    color: #ffff;
    padding: 3px;
    white-space: nowrap;
}


div.timeline-frame {
    border-color: #757575;
    border-width: thick;
}

div#mytimeline {
    min-height: 500px;
}

div#mytimeline .epg_channel_name {
    margin: inherit;
}

div.timeline-axis {
    -moz-box-sizing: border-box;
    border-color: #757575;
    border-top-style: solid;
    border-width: 5px;
    box-sizing: border-box;
}

div.timeline-groups-axis-onleft {
    border-style: none solid none none;
    border-color: #757575;
    border-width: thick;
}

div.timeline-axis-text {
    color: #ffff;
    white-space: nowrap;

}

div.timeline-axis-text-minor {
    padding: 0px 20px;
}

.timeline-groups-text img {
    object-fit: cover;
}

.timeline-content>div {
    visibility: visible !important;
}

.timeline-content>div .timeline-axis-grid.timeline-axis-grid-minor {
    visibility: hidden;
}

div.timeline-event-box {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.Program {
    background-color: var(--bg-color-1);
    height: 100px;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.timeline-customtime {
    z-index: 1;
    height: 99% !important;
}

.Commercial {
    height: 100px;
    /*background-color: var(--bg-color-1);*/
    background: rgb(212, 184, 25);
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.Informatical {
    background-color: bisque;
    height: 100px;
    background-color: var(--warning);
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.Movie {
    background: rgb(28, 204, 54);
    height: 100px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.intro {
    display: block;
    background-color: var(--theme-color-primary);
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    text-align: center;

}

.timeline-frame.ui-widget.ui-widget-content.ui-corner-all.timeline-selectable {
    border: 0;
    background-color: var(--secondary-bg-color);
}

div#mytimeline {
    background-color: var(--secondary-bg-color);
}

.timeline-groups-axis.timeline-groups-axis-onleft {
    border: 0;
}

div#mytimeline {}

.timeline-frame.ui-widget.ui-widget-content.ui-corner-all.timeline-selectable {
    border: 0 !important;

}

div.timeline-event-range {
    border: 2px solid #000;
    border-radius: 10px;
    background-color: transparent;
    background-color: var(--bg-color-1);
    color: #fff;
    text-align: center;

}

div.timeline-event-content {
    white-space: nowrap;
    overflow: hidden;
    margin: inherit;
}

div.timeline-currenttime {
    -moz-box-sizing: border-box;
    background-color: var(--btn-hover-bg-color);
    box-sizing: border-box;
    width: 3px;
    z-index: 99999999;
    height: 99% !important;

}

div.timeline-axis-grid-major {
    border-color: #bfbfbf;
    z-index: 11;
}

.timeline-event-content p {
    margin: 0;
    padding: 0;
}

.container {
    float: none;
    margin: auto;
    text-align: center
}

.container>.overly {
    width: 300px;
    height: 80px;
    font-size: 25px;
    cursor: pointer
}

.modalbox {
    min-width: 500px;
    min-height: 100px;
    position: absolute;
    top: 90px;
    right: 0;
    /*bottom: 0;*/
    /* left: 0; */
    background: rgba(81, 51, 51, 0.5);
    z-index: 99999;
    pointer-events: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
}

#moveto {
    background: #2f2f2f;
    color: #fff;
    border-radius: 5px;
    padding: 4px 8px;
}

#setRange {

    background: var(--theme-color-primary);

    color: #fff;
    padding: 3px 12px;
}

img#custcalender {
    margin-right: 10px;
    margin-left: 10px;
}

div#infoToggler {
    display: inline;
}

div#customTimeHover {
    position: absolute;
    position: absolute;
    background: black;
    border: 2px solid #8f8c8c;
    border-radius: 10px;
    z-index: 9999;
    padding: 6px 8px;
    color: #fff;
    left: 0;
    top: 30px;
}

.modalbox>.dialog {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    /* margin: 5% 10%; */
    /*padding: 5px 20px 13px 20px;*/

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*background: #2f2f2f;*/
    box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    display: block;
    pointer-events: auto;
    /* z-index: 9999999999; */
    color: #fff;
}

#ogrooModel p {
    margin: 0;
    padding: 0;
}

.closebutton {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    z-index: 9999;
    cursor: pointer;
    background: transparent;
    border: navajowhite;
    margin-right: 8px;
    margin-top: 8px;
}

.timeline-event-content .eventinfo {
    display: inline-block;
    vertical-align: top;
}

.timeline-event-content .eventimg {
    display: inline-block;
    height: 100px;
    margin-right: 10px;
    position: relative;
    width: 100px;

}

.timeline-event-content .eventimg img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    height: 100%;
}

div#customTime {
    display: inline-block;
    width: 30%;
}

.timeline-event-content .str_cat {
    display: none;
}

#ogrooModel img {
    width: 125px;
    height: 125px;
}

.container-fluid input {
    background: #2f2f2f;
    color: #fff;
    border-radius: 5px;
    padding: 4px 8px;
}

#ogrooModel .ni {
    font-family: "Nioicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#fullsceenen {
    background: var(--btn-txt-color);
    width: 38px;
    height: 38px;
    float: right;
    cursor: pointer;
    top: -71px;
    position: absolute;
    right: 66px;
    padding: 5px;
    display: none;
}

.default-video {
    background-color: var(--orange);
    border-radius: 10px;
}

.default-video p {
    color: #000;
}

.intro {
    display: block;
    background-color: var(--theme-color-primary);
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    text-align: center;

}

button#fullscreen {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: inherit;
    margin-top: -3px;
}

button#smallscreen {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: inherit;
    margin-top: -3px;
}

.empty_channels {
    /*      width: 100px;*/
    object-fit: contain;
    height: 100px;
    border-radius: 5px;
    cursor: pointer;

}

.fade:not(.show) {
    opacity: 1 !important;
}

.empty_channels_text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.empty_channel_name a .fa-play {
    position: absolute;
    left: 12px;
    top: 40%;
    font-size: 17px;
}

.epg_channel_name span {
    display: block;
}

.str_cat_link {
    display: none;
}

.timeline-event-content .str_desc {
    display: none;
}


.timeline-event-content .thumbimg {
    display: none;
}

#ogrooModel .eventimg {
    display: none;
}

#ogrooModel .thumbimg {
    display: flex;
    grid-gap: 16px;
}

.timeline-event-content .thumbimg {
    display: inline-block;
    vertical-align: middle;
}

.timeline-event-content .thumbimg>img {
    display: none;
}

.eventinfo p:nth-child(2) {
    font-size: 0.80rem;
    color: #818181;
    font-weight: 600;
}

.eventinfo p:nth-child(3) {
    font-size: 0.70rem;
}

.wireless {
    width: 40px;
    height: auto !important;
    position: absolute;
    top: 27%;
}

.img-bottom {
    width: -webkit-fill-available !important;
}