﻿
.video-js .cinemaMode::before {
    content: "\f10a";
    content: "K";
    font-size: 1.5em;
}

.video-js .darkness::before {
    content: "\f10a";
    content: "T";
    font-size: 1.5em;
}

.video-js .cinemaMode, .video-js .darkness {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}


#sportsNavbar a.selected {
    color: #f03;
}

#video-selector h5.live {
    color: #f03;
}

table.leagueVideos tr td:first-child {
    white-space: nowrap;
    text-align: right;
}

#currentDate, #todayCurrentDate {
    float: right;
    padding: 12px 14px;
    color: #B9B9B9;
}

#my-video #videoTitle {
    font-size: 1em;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}

    #my-video #videoTitle .vjs-icon-circle {
        display: none;
    }

.col-md-4 #video-wrapper {
    margin-top: 0px;
}

#error-wrapper {
    background-color: black;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 3em;
}

    #error-wrapper img {
        height: 50%;
    }


    #error-wrapper p {
        margin: 0;
        text-align: center;
        position: relative;
        top: 50%;
        margin-top: -0.8em;
        background-color: rgba(0,0,0,0.75);
    }

#technicka-poznamka {
    /*bottom:20px;*/
}

.leftNavigation .live {
    color: #f03;
}

#nav-filter .videotype, #nav-filter .sport, #nav-filter .league {
    font-size: 0.75em;
    padding: 6px 15px;
    font-weight: 600;
}

    #nav-filter .videotype select, #nav-filter .sport select, #nav-filter .league select {
        font-size: 0.95em;
        border: none;
        border-bottom: 1px solid #f03;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        -moz-text-align-last: center;
        text-align-last: center;
        padding: 2px 6px;
    }

#today #nav-filter {
    margin-top: 0;
}

#bottomTodayResult {
    background-color: white;
}

    #bottomTodayResult span.nodata {
        display: block;
        padding: 5px;
    }

#today-accordion h4 {
    font-size: 0.9em;
    color: black;
    position: relative;
}

#today-accordion .panel-heading a {
    display: block;
    padding: 12px 15px;
}

#today-accordion .panel-heading {
    background-color: white;
}

#today-accordion h4:after {
    content: "\f0de";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 5px;
}

#today-accordion a.collapsed h4::after {
    content: "\f0dd";
    top: 0;
}

#today-accordion .table tr td strong {
    font-weight: 600;
}

#today-accordion .table tr td:first-child {
    padding-left: 25px;
    width: 1px;
}

#today-accordion .table tr td {
    padding: 10px 8px;
}

#today-accordion .table {
    font-size: 0.8em;
}

#today-accordion .panel-heading a:hover, #today-accordion .panel-heading a:focus, #today-accordion .panel-heading a:active, #today-accordion .panel-heading a:visited {
    text-decoration: none;
    color: black;
    outline: none;
}

#today-accordion .panel + .panel {
    margin-top: 0;
}

#today-accordion .panel {
    border: none;
    border-bottom: 1px solid #e6e6e6;
}



#cutResults table {
    font-size: 0.8em;
}

div.navigation {
    font-size: 0.8em;
    margin: 10px;
    text-align: center;
    padding: 10px;
}

    div.navigation button {
        margin: 3px;
        border-width: 1px;
        border-style: outset;
        border-color: buttonface;
        border-image: initial;
    }

        div.navigation button[disabled] {
            background-color: lightgray;
        }


        #today-accordion .table tr td:last-child{
            text-align:right;
        }

        #dayList-accordion .table tr td:last-child{
            text-align:right;
        }

        #login a.register{color:red;}

        .paidVideoHelp{
            float:right;color:red;text-align:right;/*padding:10px;*/
        }
        .paidVideoHelp:hover{color:red;}

        .paidVideoFooter{
            position: absolute; bottom: 0; left: 0; right: 0; text-align: center; font-size: 0.8em; background-color: lightgray;
        }
        @media screen and (max-width: 600px){.paidVideoFooter{font-size: 0.5em;}}
                @media screen and (max-width: 800px){.paidVideoFooter{font-size: 0.6em;}}

                .paidVideoContainer{
                    background-color:white;position:absolute;left:0;top:0;right:0;bottom:0;padding:10px;font-size:0.8em;
                }

                   #bannerMobile {
    }

                   #bannerMobile .downloadIcons{
                       width:275px;
                   }
                   #bannerMobile .downloadIcons .google{
                       display:block;float:left;padding:5px;
                   }
                   #bannerMobile .downloadIcons .apple{
                       display:block;padding:5px;
                   }

@media screen and (max-width: 600px) {
      #bannerMobile .downloadIcons{
                       width:140px;
                   }
      #bannerMobile .downloadIcons .google{
                       display:block;float:none;padding:5px;
                   }
}



#video-wrapper .text-danger {
    color: #FF0000;
}
