html,body{
  padding: 0;
  margin: 0;
  background: #32353e!important;
  font-family: 'Roboto', sans-serif;
}
body{
  overflow-x: hidden;
}
header{
  background: #fff;
  width: auto;
  height: 60px;
  position: relative;
  z-index: 1;
}
  .logo-container{
    width: 200px;
    height: 60px;
    background: #e22129;
    float: left;
  }
    .logo-img{
      background: url('http://images.atc11.com/logo.png');
      width: 45px;
      height: 48px;
      position: absolute;
      left: 77.5px;
      top: 6px;
    }
      .left-nav-toggle{
        float: left;
        margin: 18px 20px;
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
      }
        i span{
          display: block;
          position: absolute;
          height: 2px;
          width: 30px;
          background: #949ba2;
          left: 0px;
        }
        i span:nth-child(1) { top: 0px; }
        i span:nth-child(2) { top: 9px; }
        i span:nth-child(3) { top: 19px; }

        .left-nav-toggle:hover i span{
          background: #e22129;
        }

        .chat_icon{
          width: 60px;
          height: 60px;
          float: right;
          background: #333;
        }

    /*navigation */
      .navigation{
        margin-top: 60px;
        background-color: #24262d;
        width: 200px;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        transition: left 0.4s ease-out;
        -webkit-transition: left 0.4s ease-out;
      }
      .navigation:before {
        transition: left 0.4s ease-out;
        -webkit-transition: left 0.4s ease-out;
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 0;
        left: 0;
        background-color: #24262d;
        width: 200px;
    }

    .navigation.true{
      left: 0px;
    }
    .navigation.false, .navigation.false:before{
      left: -200px;
    }
      .navigation nav{
        background: #2a2d35;
      }
      nav .nav .nav-category{
        color: #fff;
        padding: 8px 15px 8px 25px;
        margin-top: 10px;
      }
      nav .nav .nav-info{
        color: #fff;
        padding: 8px 15px 8px 25px;
        margin-top: 10px;
        border-top: thin solid #c0c4c8;
        background: #24262d;
      }
        nav .nav .nav-info .navtext { padding: 10px 0px; font-size: 13px; }
        nav .nav .nav-info .navtext img { display: block; margin: auto; padding-bottom: 10px;}
        nav .nav{
          list-style: none;
          padding: 0;
          margin: 0;
        }
          nav .nav li{
            position: relative;
            display: block;
            color: #c0c4c8;
            border-left: 6px solid #2a2d35;
          }
            .nav li > a{
              padding: 10px;
              color: #848c94;
              text-decoration: none;
              display: block;
              padding-left: 19px;
            }
              .nav li > a:hover{
                color: #fff;
              }
          .nav .active{
            border-left: 6px solid #e22129;
          }
          .nav .active a{
            color: #c0c4c8;
          }
/*end navigation*/
  .chat{
    margin-top: 60px;
    background-color: #24262d;
    width: 350px;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    transition: right 0.4s ease-out;
    -webkit-transition: right 0.4s ease-out;
  }

  .chat:before{
    transition: right 0.4s ease-out;
    -webkit-transition: right 0.4s ease-out;
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    background-color: #24262d;
    width: 350px;
  }

  .chat input{
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: #2a2d35;
    border: none;
    color: #fff;
    font-size: 20px;
    padding-left: 10px;
  }
    .chat input:focus{
      outline: none;
    }
    .chat.true, .chat.true:before{
      right: 0px;
    }
    .chat.false, .chat.false:before{
      right: -350px;
    }
/*chat */

/* end chat*/
.content{
    margin-left: 200px;
    margin-right: 350px;
    position: relative;
    padding: 30px;
    transition: margin 0.4s ease-out;
    -webkit-transition: margin 0.4s ease-out;
}
.content.true{
  margin-left: 200px;
}
.content.false{
  margin-left: 0px!important;
}

.content.chat-true{
  margin-right: 350px;
}
.content.chat-false{
  margin-right: 0px;
}

.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

/*view-header*/
  .view-header{
    min-height: 50px;
    padding: 0 15px;
    color: #fff;
    border-left: 2px solid #e22129;
  }
    #view-title{
      font-size: 15px;
      color: #f2f2f2;
    }
    p{
      color: #f3f3f3;
    }

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #3f4147;
}
  * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
h1,h2,h3,h4,h5,h6,p{
  padding: 0px;
  margin: 0px;
}
.panel{
  margin-bottom: 20px;
}
.panel.panel-filled {
    background: #3a3c44;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #949ba2;
    border-radius: 3px;
    height: inherit;
    box-sizing: border-box;
    position: relative;
}

  .panel_title{
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 10px 15px;
    position: relative;
  }

    .panel_title #beta{
      color: #e22129;
      font-size: 13px;
      position: absolute;
      top: -1px;
      left: 15px;
    }

  .panel_view-more{
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: 2px;
    font-size: 13px;
  }
    .panel_view-more:hover{
      color: #f3f3f3;
    }

    /*panel elements*/
    .panel-largeNum{
      font-size: 90px;
      color: #fff;
      padding: 10px 0px 0px 10px;
      line-height: 0.5;
      position: relative;
    }
      .panel-largeNum #smallNum{
        font-size: 20px;
        position: absolute;
        bottom: -8px;
      }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.embed-responsive-item{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
  height: calc(100% - 20px);
}
.col-xs-height {
  display: table-cell;
  float: none !important;
  height: calc(100% - 20px);
}
.col-top {
  vertical-align: top;
  overflow: hidden;
  height: calc(100% - 20px);
}
.col-middle {
  vertical-align: middle;
  height: calc(100% - 20px);
}
.col-bottom {
  vertical-align: bottom;
  height: calc(100% - 20px);
}

[class*="col-"]{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/* table */
.table{
  border: none;
}
.table thead th{
  border: none;
}
.table thead{
  border-bottom: 1px solid #3f4147;
}
.table tr td{
  color: #fff;
}

  #matchResults table{
    background: #3a3c44;
  }

/* dashboard things */
#matchResults{
  overflow-y: scroll;
  overflow-x: hidden;
}
/*.matchResults:before{
  transition: left 0.4s ease-out;
  -webkit-transition: left 0.4s ease-out;
  content: '';
  bottom: -138px;
  z-index: 0;
  left: 10;
  background-color: #24262d;
  width: calc(100% - 20px);
  position: absolute;
  height: 100%;
  background: #3a3c44;
}
*/
/*.panel-filled:before {
  transition: left 0.4s ease-out;
  -webkit-transition: left 0.4s ease-out;
  content: '';
  top: 0;
  bottom: 0;
  z-index: 0;
  left: 0;
  background-color: #24262d;
  width: 200px;
}*/
/* */


/* remove margin from match results and video */
#matchResults, #video{
  margin-bottom: 0px;
}
#matchResults .panel-filled{
  margin-bottom: 0px;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

@media screen and (max-width: 1655px) {
  header{
    z-index: 3;
  }
  .content{
    transition: none;
    -webkit-transition: none;
    margin-left: 0!important;
    margin-right: 0!important;
  }

    .content.true{
      margin-left: 0px!important;
    }
    .content.chat-true{
      margin-right: 0px!important;
    }

  .navigation{
    z-index: 2;
  }
  .chat{
    z-index: 2;
  }

  #matchResults{
      margin-bottom: 20px;
  }

  .logo-container{
      width: 0px;
  }
  .logo-img{
      left: 50%;
      margin-left: -21.5px;
  }

}