@charset "UTF-8";
/**
* SASS COLOR DEFINITIONS
*/
@font-face {
  font-family: 'fctv';
  src: url("/assets/font/fctv.eot?36730778");
  src: url("/assets/font/fctv.eot?36730778#iefix") format("embedded-opentype"), url("/assets/font/fctv.woff?36730778") format("woff"), url("/assets/font/fctv.ttf?36730778") format("truetype"), url("/assets/font/fctv.svg?36730778#fctv") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fctv';
    src: url('../font/fctv.svg?36730778#fctv') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fctv";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-bug:before {
  content: '\e800';
}

/* '¯áÇ' */
.icon-chat-close:before {
  content: '\e801';
}

/* '¯áü' */
.icon-chat-open:before {
  content: '\e802';
}

/* '¯áé' */
.icon-edit:before {
  content: '\e803';
}

/* '¯áâ' */
.icon-notification:before {
  content: '\e804';
}

/* '¯áä' */
.icon-check:before {
  content: '\e805';
}

/* '¯áà' */
.icon-close:before {
  content: '\e806';
}

/* '¯áå' */
.icon-flash:before {
  content: '\e807';
}

/* '¯áç' */
.icon-warning:before {
  content: '\e808';
}

/* '¯áê' */
.icon-light:before {
  content: '\e809';
}

/* '¯áë' */
.icon-logout:before {
  content: '\e80b';
}

/* '¯áï' */
.icon-recycle:before {
  content: '\e80c';
}

/* '¯áî' */
.icon-refresh:before {
  content: '\e80d';
}

/* '¯áì' */
.icon-steam:before {
  content: '\e80e';
}

/* '¯áÄ' */
.icon-stream-maximize:before {
  content: '\e80f';
}

/* '¯áÅ' */
.icon-stream-minimize:before {
  content: '\e810';
}

/* '¯áÉ' */
.icon-teamspeak:before {
  content: '\e811';
}

/* '¯áæ' */
.icon-wrench:before {
  content: '\e812';
}

/* '¯áÆ' */
.icon-youtube:before {
  content: '\e813';
}

/* '¯áô' */
.icon-visible:before {
  content: '\e814';
}

/* '¯áö' */
.icon-html:before {
  content: '\e815';
}

/* '¯áò' */
.icon-info:before {
  content: '\e816';
}

/* '¯áû' */
.icon-error:before {
  content: '\e817';
}

/* '¯áù' */
.icon-success:before {
  content: '\e818';
}

/* '¯áÿ' */
.icon-invisible:before {
  content: '\e819';
}

/* '¯áÖ' */
.icon-magic:before {
  content: '\e81a';
}

/* '¯áÜ' */
.icon-spin3:before {
  content: '\e81b';
}

/* '¯áø' */
.icon-spin2:before {
  content: '\e81c';
}

/* '¯á£' */
/**
* SASS COLOR DEFINITIONS
*/
.iframe-popup {
  position: fixed;
  width: 90%;
  height: 90%;
  background: #1a1a1a;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.iframe-popup .navigation-area {
  width: 100%;
  height: 30px;
  margin-bottom: -30px;
  background: #272727;
  border-bottom: 1px solid #1a1a1a;
  display: table;
}
.iframe-popup .navigation-area .iframe-title {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  padding-left: 5px;
  color: #efefef;
}
.iframe-popup .navigation-area .iframe-close-btn {
  height: inherit;
  width: 30px;
  line-height: 30px;
  float: right;
  cursor: pointer;
  text-align: center;
  background: #333;
  color: #efefef;
  border-left: 1px solid #1a1a1a;
}
.iframe-popup .navigation-area .iframe-close-btn svg {
  height: inherit;
  width: inherit;
  padding: 6px;
}
.iframe-popup .navigation-area .iframe-close-btn:hover {
  color: #333;
  background: #efefef;
}
.iframe-popup .iframe-area {
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

html, body {
  height: 100%;
  width: 100%;
}

#main-wrapper {
  color: #efefef;
  height: 100%;
  background: #1a1a1a;
  padding: 10px;
}
#main-wrapper #center-area {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  overflow: hidden;
}
#main-wrapper #center-area #header-area {
  width: 100%;
  height: 100px;
  margin-top: -100px;
  text-align: center;
}
#main-wrapper #center-area #header-area .banner {
  display: inline-block;
  vertical-align: middle;
  max-width: 60%;
  max-height: 100%;
}
#main-wrapper #center-area #header-area:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
#main-wrapper #center-area #chat-area, #main-wrapper #center-area #stream-area {
  padding-bottom: 40px;
}
#main-wrapper #center-area #stream-area, #main-wrapper #center-area #chat-area, #main-wrapper #center-area #stream-nav-area {
  float: left;
}
#main-wrapper #center-area #chat-area {
  width: 25%;
  height: 100%;
}
#main-wrapper #center-area #chat-area #chat {
  width: 100%;
  height: 100%;
}
#main-wrapper #center-area #stream-area {
  width: 75%;
  height: 100%;
}
#main-wrapper #center-area #stream-area #stream {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
#main-wrapper #center-area #stream-nav-area {
  width: 100%;
  height: 40px;
  margin-top: -40px;
  font-size: 17px;
}
#main-wrapper #center-area #stream-nav-area .dropdown-menu {
  color: #1a1a1a;
  min-width: 240px;
  max-height: 180px;
  overflow-y: auto;
  padding: 3px;
  position: absolute;
  border: 1px solid;
  border-bottom-width: 0;
  border-radius: 0;
}
#main-wrapper #center-area #stream-nav-area .dropdown-menu .bottom-up:after {
  border-bottom: 0 !important;
  border-top: 6px solid white;
  top: auto !important;
  bottom: -6px;
}
#main-wrapper #center-area #stream-nav-area .dropdown-menu .table th, #main-wrapper #center-area #stream-nav-area .dropdown-menu .table td {
  padding: 2px;
}
#main-wrapper #center-area #stream-nav-area .nav-item {
  text-align: center;
  float: left;
}
#main-wrapper #center-area #stream-nav-area .navbar {
  min-height: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  background: #272727;
}
#main-wrapper #center-area #stream-nav-area .navbar-nav {
  color: #9D9D9D;
}
#main-wrapper #center-area #stream-nav-area .navbar-nav.pull-left a {
  border-right: 1px solid #1a1a1a;
}
#main-wrapper #center-area #stream-nav-area .navbar-nav.pull-right a {
  border-left: 1px solid #1a1a1a;
}
#main-wrapper #center-area #stream-nav-area .navbar-nav > li {
  line-height: 40px;
}
#main-wrapper #center-area #stream-nav-area .navbar-nav > li > * {
  line-height: 40px;
  padding: 0 13.5px;
}
#main-wrapper #center-area.toggleChat #chat-area {
  width: 0;
  visibility: hidden;
}
#main-wrapper #center-area.toggleChat #stream-area {
  width: 100%;
}
#main-wrapper.toggleFullscreen {
  padding: 0;
}
#main-wrapper.toggleFullscreen #center-area {
  padding: 0;
}
#main-wrapper.toggleFullscreen #toggleChatVersion {
  display: none;
}

.frontend-dropdown {
  padding: 5px !important;
}
.frontend-dropdown .table {
  margin-bottom: 5px;
}

.new-main:after {
  content: "!";
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  padding-left: 7px;
  position: relative;
  top: -5px;
}
