#player_container .container {
  width: auto !important;
}
#channel-player-container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #channel-player-container.has-chat {
    padding-right: 15px;
  }
}
#channel-player-loading {
  background: #000;
}
#channel-player-loading .centered {
  position: absolute;
  top: 30%; left: 50%;
  width: 480px;
  margin-left: -265px;
  padding: 0 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#channel-player-loading p.title{
  font-size: 16px;
  font-weight: bold;
}
#channel-player-loading .loading-animation {
  width: 54px; height: 54px;
  margin: 0 auto;
  padding-bottom: 25px;
}
#html5-player {
  display: none;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
#html5-player img.poster {
  width: 100%;
  height: 100%;
}
#channel-player-ppv-event {
  display: none;
  background: #e4e3e3;
  width: 100%;
  height: 100%;
}
#channel-player-preview-required{
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 1;
  bottom: 60px;
  right: 60px;
  background-color: rgba(51, 51, 51, 0.9);
}
#channel-player-preview-required-content{
  position: relative;
  top: 50%;
  margin-top: -125px;
  width: 100%;
  text-align: center;
}
#channel-player-preview-required-content  .alert-player-channel-content{
  vertical-align: middle;
  position: relative;
  text-align: center;
  display: block !important;

}
.required-premium{
  margin-top: -80px !important;
}
#channel-player-membership-required {
  display: none;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.9);
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  z-index: 2000;
}
#channel-player-membership-required .membership-required {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  margin-top: -70px;
  text-align: center;
}
#channel-player-membership-required .membership-required h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
}
#channel-player-membership-required .membership-required .info {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
}
#channel-player-membership-required .membership-required a {
  color: #FFFFFF;
  background: #0061c0;
  margin-top: 20px;
  padding: 5px;
  border-radius: 0px;
  border: 0px;
}
@media (max-width: 450px) {
  #channel-player-membership-required {  
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;    
  }
  #channel-player-membership-required .membership-required h4 {    
    font-size: 14px !important; 
  }
  #channel-player-membership-required .membership-required .info {    
    font-size: 12px !important;    
  }
}



@media (min-width: 1200px) {
  #channel-player-membership-required {
    top: 60px;
    left: 60px;
    right: 60px;
    bottom: 60px;
  }
  #channel-player-membership-required .membership-required h4 {
    font-size: 38px;
  }
  #channel-player-membership-required .membership-required .info {
    font-size: 18px;
  }
  #channel-player-membership-required .membership-required a {
    padding: 12px;
  }
}



div.player-button-wrapper { /* Container you can use to surround a CSS button to clear float */
  overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
  padding-top: 25px;
  width: 238px;
  margin: 0 auto;
}

a.player-button {
  float: left; display: block;
  height: 39px; line-height: 39px; padding: 0 0 0 14px;
  background: url(../images/button-left.png) no-repeat;
  text-decoration: none;
}
a.player-button span {
  float: left; display: block;
  width: 210px; height: 39px; line-height: 39px; padding: 0 14px 0 0;
  font-size: 14px; font-family: "Arial Black", arial, "lucida console", sans-serif;
  font-weight: bold;
  letter-spacing: -1px; text-transform: uppercase;
  text-align: center;
  color: #FFFFFF; background: url(../images/button-right.png) no-repeat top right;
}

#html5-player-api {
  background-color: #000000;
  -webkit-transform-style: preserve-3d;
}

/** Channel chat rules **/
#channel-chat {
    display: none;
    position: relative;
    padding-left: 0;
}
#channel-chat.channel-only-chat {
    padding-right: 0;
}
#channel-chat-tabs .nav-tabs {
    margin-bottom: 10px;
}
#channel-chat-tabs .nav-tabs > li .close {
    margin: 1px 0 0 5px;
    font-size: 18px;
}
#channel-chat-tabs .nav-tabs > li a {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}
#channel-chat-tabs .nav-tabs > li.dropdown {
    display: none;
}
#channel-chat-tabs .tab-pane {
    height: 306px;
    margin: 10px 0;
    overflow: auto;
}
@media (max-width:480px){
  #channel-chat-tabs .tab-pane{
    min-height: 100px;
  }
}
#channel-clear-chat-history {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 150px;
  padding: 8px 8px 0 8px;
  margin-left: -79px;
  background-color: #FFF;
  display: none;
}
#channel-chat-actions {
  position: relative;
  height: 34px;
  overflow: hidden;
}
#channel-chat-actions .input-append {
    margin-bottom: 0;
}
#channel-chat-tabs .tab-pane {
    color: #999;
}
#channel-chat-tabs .tab-pane div.system-message {
    word-wrap: break-word;
    color: #999;
}
#channel-chat-tabs .tab-pane div.user-message {
    word-wrap: break-word;
    color: #333;
}
#channel-chat-tabs .tab-pane div.user-message span.timestamp {
    color: #999;
}
#channel-chat-tabs .tab-pane div.message-size-10 { font-size: 10px; }
#channel-chat-tabs .tab-pane div.message-size-12 { font-size: 12px; }
#channel-chat-tabs .tab-pane div.message-size-14 { font-size: 14px; }
#channel-chat-tabs .tab-pane div.message-size-16 { font-size: 16px; }
#channel-chat-users-list, #channel-chat-settings {
    display: none;
}
#channel-chat-users-list .content {
    overflow: auto;
}
#channel-chat-settings .content {
    overflow: auto;
}
#channel-chat-users-list .content table td {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 24px;
}
#channel-chat-users-list table td > img {
    margin-right: 5px;
}
#channel-chat-users-list .pagination-centered, #channel-chat-settings .pagination-centered {
    padding: 6px 0 0 0;
}
#channel-chat-users-list .content > table {
    display: none;
    margin-bottom: 5px;
}
#channel-chat-users-list ul.dropdown-menu {
    margin-top: -5px;
}
#channel-chat-users-list tr.current-user-row > td {
    font-style: italic;
}
#channel-chat-tabs ul.nav-tabs li > a.notify {
    color: #CC0000;
}
#channel-chat-tabs ul.nav-tabs li .dropdown-menu>li>a.notify:hover, #channel-chat-tabs ul.nav-tabs li .dropdown-menu>li>a.notify:focus {
    color: #FFFFFF;
    background: #CC0000;
}
#channel-chat-tabs ul.nav-tabs li .dropdown-menu>.active>a.notify, #channel-chat-tabs ul.nav-tabs li .dropdown-menu>.active>a.notify:hover, #channel-chat-tabs ul.nav-tabs li .dropdown-menu>.active>a.notify:focus {
    color: #FFFFFF;
    background: #CC0000;
}

#channel-chat-color-wrapper {
    display: none;
    padding-right: 5px;
}
div.colorPicker-picker {
  height: 30px;
  width: 30px;
  padding: 0 !important;
  border: 2px solid #ccc;
  background: url(../images/channel-player/arrow.png) no-repeat bottom right;
  cursor: pointer;
  line-height: 16px;
  font-size:0.75em;
  font-weight:bold;
  text-align: center;
}
div.colorPicker-palette {
  width: 110px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
}
div.colorPicker_hexWrap {
    display: none;
}
div.colorPicker-swatch {
  height: 16px;
  width: 16px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
#channel-main-chat {
    padding: 0;
}

a#channel-chat-close {
  display: none;
  position: absolute;
  top: 5px;
  right: 0;
  color: #FFFFFF;
}

/* Click on user in main chat */
#channel-main-chat span.clickable {
  color: #0061c0;
  cursor: pointer;
}
#channel-main-chat span.clickable:hover {
  text-decoration: underline;
}

/* Ticker Styling */
span.ticker_date { color: #3886ac; font-weight: bold;}
div.ticker_content { display: inline;float:left; padding:0px;font-weight: normal;font-weight: normal;font-size: 14px;line-height: 20px;  color: #3886AC;}
div.ticker_content a{text-decoration: none;display: inline;float:left;padding:0px;color:#0061C0;font-weight: normal;font-size: 14px;line-height: 20px; color: #3886ac;}
div.ticker_content a:hover{text-decoration: underline;padding:0px;margin:0px; }

ul.marquee {display: block;padding: 0;margin:0; list-style: none;line-height: 0; position: relative; overflow: hidden; text-align:left;height: 20px;width:100%;}
ul.marquee li {position: absolute; top: -999em;display: block;margin:0px;  white-space: nowrap;padding: 0px; color:#000000;}

/** emoticons **/
#channel-chat-message.emoticons {
  padding-left: 28px;
}
#choose-emoticon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 5;
  background: url('../images/emoticons/emoticons.png') no-repeat;
  outline: none;
}
#preview-emoticons {
  top: auto;
  bottom: 35px;
}
#preview-emoticons span {
  cursor: pointer;
}
.open > #preview-emoticons {
  display: block !important;
}
#preview-emoticons li {
  padding-left: 10px;
  max-height: 168px;
  overflow: auto;
}

#rtsp-fallback-player a.message {
  display: block;
}
#rtsp-fallback-player a.message img {
  width: 48px;
}
@media (max-width: 767px) {
  #rtsp-fallback-player a.message img {
    width: 40px;
  }
}
@media (max-width: 480px) {
  #rtsp-fallback-player a.message img {
    width: 32px;
  }
}
@media (max-width: 320px) {
  #rtsp-fallback-player a.message img {
    width: 22px;
  }
}
#channel-settings-text .form-group {
  margin-bottom: 0;
}
#channel-chat-change-nickname-wrapper {
  margin-bottom: 15px;
}
#channel-chat-miscellaneous-settings .checkbox {
  margin-top: 0;
}
#channel-chat-miscellaneous-settings label.title {
  margin-bottom: 10px;
}
/** reset bootstrap default - why do I have to do this? */
#channel-chat-change-nickname-wrapper .help-block {
  margin-top: 0;
  font-size: 14px;
  color: #737373;
}
/* Dark theme overrides */
.theme-dark {
  background: #0A1117;
}
body.theme-dark {
  background: #0A1117 !important;
}
.theme-dark #channel-chat-tabs .tab-pane div.user-message {
  color: #FFFFFF;
  padding-top: 1px;
  padding-bottom: 1px;
}
.theme-dark #channel-chat-tabs .tab-pane div.user-message span.username {
  color: #0061c0;
}
.theme-dark #channel-chat-tabs .tab-pane div.system-message {
  padding-top: 2px;
  padding-bottom: 2px;
}
.theme-dark #channel-main-chat {
  background: #0A1117 !important;
}
.theme-dark .nav-tabs {
  border-bottom: 1px solid #1C3041;
}

.theme-dark .form-control {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #1c3041;
}
.theme-dark #channel-clear-chat-history {
  background: #0A1117;
  width: 160px;
  margin-left: -80px;
}
.theme-dark .nav-tabs>li>a, .theme-dark .nav-tabs>li>a:focus, .theme-dark .nav-tabs>li>a:hover {
  color: #999999;
}
.theme-dark .nav-tabs>li>a, .theme-dark .nav-tabs>li>a:hover {
  border-radius: 0;
  border: 1px solid #121F2A;
  background-color: #121F2A;
  border-bottom: 1px solid #1C3041;
}
.theme-dark .nav-tabs>li.active>a, .theme-dark .nav-tabs>li.active>a:focus, .theme-dark .nav-tabs>li.active>a:hover {
  background-color: #1c3041;
  border: 1px solid #1c3041;
  border-bottom-color: transparent;
  color: #FFFFFF;
}
.theme-dark #channel-chat-tabs .nav-tabs > li .close {
  opacity: 1;
  color: #999999;
  text-shadow: none;
  font-size: 16px;
}
.theme-dark #channel-chat-tabs .nav-tabs > li.active .close {
  color: #FFFFFF;
}
.theme-dark .btn-default,
.theme-dark .btn-default:focus,
.theme-dark .btn-default.focus {
  color: #FFFFFF;
  background: #1C3041;
  border-color: #1C3041;
}
.theme-dark .btn-blue,
.theme-dark .btn-blue:focus,
.theme-dark .btn-blue.focus {
  color: #FFFFFF;
  background: #0061c0;
  border-color: #0061c0;
}

.theme-dark .btn-default.disabled.focus,
.theme-dark .btn-default.disabled:focus,
.theme-dark .btn-default.disabled:hover,
.theme-dark .btn-default[disabled].focus,
.theme-dark .btn-default[disabled]:focus,
.theme-dark .btn-default[disabled]:hover,
.theme-dark fieldset[disabled] .btn-default.focus,
.theme-dark fieldset[disabled] .btn-default:focus,
.theme-dark fieldset[disabled] .btn-default:hover {
  background: #1C3041;
  border-color: #1C3041;
}
.theme-dark legend {
  border-bottom: 1px solid #1c3041;
  margin-bottom: 0;
  padding: 15px 0 15px 0;
  color: #FFFFFF;
}
.theme-dark .table>thead>tr>th {
  padding-left: 0;
  color: #999999;
  font-weight: normal;
  border-bottom: 0;
}
.theme-dark .table>tbody>tr>td {
  color: #FFFFFF;
  padding-left: 0;
  border-top: 0;
}
.theme-dark .table {
  margin-bottom: 10px;
}
.theme-dark #channel-chat-users-list table td > img {
  border-radius: 15px;
}
.theme-dark #channel-settings-text {
  margin-top: 15px;
  color: #FFFFFF;
}
.theme-dark #channel-chat-change-nickname-wrapper {
  color: #FFFFFF;
}
.theme-dark #channel-chat-miscellaneous-settings {
  color: #FFFFFF;
}
.theme-dark #channel-chat-actions .form-control[disabled] {
  color: #666;
}
.theme-dark .dropdown-menu {
  background-color: #121f2a;
  border-radius: 0;
}
.theme-dark .dropdown-menu>li>a {
  color: #FFFFFF;
}
.theme-dark .caret-wrapper {
  color: #FFFFFF;
}

@media (max-width: 450px) {
  .jw-skin-stormtrooper .jw-background-color {
    background: #2b3036 none repeat scroll 0 0 !important;  
  }
  .jw-flag-time-slider-above.jwplayer:not(.jw-flag-ads-googleima):not(.jw-flag-ads) .jw-controlbar, .jw-flag-time-slider-above.jwplayer:not(.jw-flag-ads-googleima):not(.jw-flag-live) .jw-controlbar {
    padding: 0 0em;
    height: 46px;
  }
}
#real-channel-player {
  height: 100%;
  background-size: contain;
  background-color: #000;
}
#real-channel-player .video-js {
  width: 100%;
  height: 100%;
}
#real-channel-player .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -0.81666em;
  background-color: #0061c0;
}
