body{
    background-image: url("img/bg1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
    background-color: #1f4782;
}
.panel{
    background-color: #900;
}
.pad1{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Base styles */
#player_layer {
    position: relative;
    width: 100%;
    height: 100%;
   
}

#htmlplayer {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
     z-index: 0;
}
#player {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
     z-index: 0;
}

/* Overlay elements */
#vol, #chan_num, #info_footer {
    position: absolute;
    z-index: 1000;
    color: white;
    text-shadow: 1px 1px 2px black;
    pointer-events: none;
}

#vol {
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2px 8px;
    border-radius: 3px;
}

#chan_num {
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: bold;
}

#info_footer {
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

#info_footer_text {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 15px;
    border-radius: 4px;
}

/* Fullscreen styles */
:fullscreen #vol,
:-webkit-full-screen #vol,
:-moz-full-screen #vol,
:-ms-fullscreen #vol,
:fullscreen #chan_num,
:-webkit-full-screen #chan_num,
:-moz-full-screen #chan_num,
:-ms-fullscreen #chan_num,
:fullscreen #info_footer,
:-webkit-full-screen #info_footer,
:-moz-full-screen #info_footer,
:-ms-fullscreen #info_footer {
    position: fixed;
    z-index: 2147483647;
}

:fullscreen #info_footer,
:-webkit-full-screen #info_footer,
:-moz-full-screen #info_footer,
:-ms-fullscreen #info_footer {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
