/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  background-color: #F1F1F1;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
  color: #040404;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow-y: scroll;
}

.container {
  width: 960px;
  margin: auto;
}

.container h1 {
  text-align: center;
  color: #6441A5;
}

.container .ajaxMsg {
  height: 25px;
  margin-bottom: 10px;
  position: relative;
}

.container .ajaxMsg p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0px;
  margin: 0;
}

.container .ajaxMsg p#errorMsg {
  color: #c0392b;
}

.container .streamMenu {
  margin: auto;
  margin-bottom: 10px;
}

.container .streamMenu .streamFilter {
  margin-top: 20px;
  display: flex;
  background-color: #6441A5;
  color: white;
  font-size: 1.2em;
  height: 40px;
  font-weight: bold;
  justify-content: space-around;
  align-items: center;
  border-radius: 4px;
}

.container .streamMenu .streamFilter .filter, .container .streamMenu .streamFilter .refresh {
  width: 150px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.container .streamMenu .streamFilter .filter:hover, .container .streamMenu .streamFilter .refresh:hover {
  background-color: white;
  color: #6441A5;
  box-shadow: inset 0px 0px 0px 1px #6441A5;
}

.container .streamMenu .searchField {
  width: 400px;
  font-weight: normal;
  display: flex;
}

.container .streamMenu .searchField input {
  border-radius: 4px;
  margin-left: 10px;
  padding: 0px 10px;
  border: 1px solid #6441A5;
  color: #6441A5;
}

.container .streamMenu .searchField input::placeholder {
  opacity: 1;
  color: #6441A5;
}

.container .streamMenu .searchField input::-moz-placeholder {
  opacity: 1;
  color: #6441A5;
}

.container .streamMenu .searchField input:-moz-placeholder {
  opacity: 1;
  color: #6441A5;
}

.container .streamMenu .searchField input::-webkit-input-placeholder {
  opacity: 1;
  color: #6441A5;
}

.container .streamMenu .searchField input:-ms-input-placeholder {
  opacity: 1;
  color: #6441A5;
}

.container .streamMenu .searchField input::-ms-input-placeholder {
  opacity: 1;
  color: #6441A5;
}

.container .streamMenu .searchField input:focus {
  border: 1px solid #6441A5;
  box-sizing: border-box;
  outline: none;
}

.container .streamMenu .refresh {
  text-align: center;
  cursor: pointer;
}

.container .streamMenu .refresh span {
  font-size: 1em;
  margin-left: 15px;
}

.container .streamMenu .refresh:hover {
  background-color: white;
  color: #6441A5;
  box-shadow: inset 0px 0px 0px 1px #6441A5;
}

.container .streamsContainer {
  color: #6441A5;
}

.container .streamsContainer .errorContainer {
  height: 150px;
  background-color: #e2dbf1 !important;
  display: flex;
  align-items: center;
}

.container .streamsContainer .errorContainer .errorMessage {
  background-color: #6441A5;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  color: #F1F1F1;
}

.container .streamsContainer .errorContainer .errorMessage span {
  margin-right: 10px;
  font-size: 1em;
}

.container .streamsContainer .streamContainer, .container .streamsContainer .errorContainer {
  background-color: white;
  border: 2px solid #6441A5;
  position: relative;
  margin-bottom: 3px;
  border-radius: 5px;
}

.container .streamsContainer .streamContainer .basicInfos, .container .streamsContainer .errorContainer .basicInfos {
  display: flex;
  z-index: 10;
  height: 150px;
  position: relative;
}

.container .streamsContainer .streamContainer .basicInfos .logo img, .container .streamsContainer .errorContainer .basicInfos .logo img {
  margin: 25px 25px;
  width: 100px;
  height: auto;
}

.container .streamsContainer .streamContainer .basicInfos .infos, .container .streamsContainer .errorContainer .basicInfos .infos {
  margin-right: 10px;
  width: 700px;
}

.container .streamsContainer .streamContainer .basicInfos .infos h2.userName, .container .streamsContainer .errorContainer .basicInfos .infos h2.userName {
  margin: 10px auto 0px 20px;
}

.container .streamsContainer .streamContainer .basicInfos .infos p.bio, .container .streamsContainer .errorContainer .basicInfos .infos p.bio {
  margin: 5px auto 10px 10px;
  font-size: 0.84em;
  height: 40px;
}

.container .streamsContainer .streamContainer .basicInfos .infos .icons, .container .streamsContainer .errorContainer .basicInfos .infos .icons {
  display: flex;
  width: 470px;
  margin: 0 auto 0 20px;
  justify-content: space-around;
  font-size: 0.9em;
}

.container .streamsContainer .streamContainer .basicInfos .infos .icons span.octicon, .container .streamsContainer .errorContainer .basicInfos .infos .icons span.octicon {
  margin-right: 7px;
}

.container .streamsContainer .streamContainer .basicInfos .infos .icons a, .container .streamsContainer .errorContainer .basicInfos .infos .icons a {
  text-decoration: none;
  color: #6441A5;
  font-style: italic;
}

.container .streamsContainer .streamContainer .basicInfos .infos .icons a:hover, .container .streamsContainer .errorContainer .basicInfos .infos .icons a:hover {
  text-decoration: underline;
}

.container .streamsContainer .streamContainer .basicInfos .status, .container .streamsContainer .errorContainer .basicInfos .status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  position: absolute;
  right: 0px;
  width: 70px;
  height: 150px;
}

.container .streamsContainer .streamContainer .basicInfos .status .indicator span, .container .streamsContainer .errorContainer .basicInfos .status .indicator span {
  font-size: 1.8em;
  padding: 10px 10px;
  color: white;
}

.container .streamsContainer .streamContainer .basicInfos .status .indicator span.online, .container .streamsContainer .errorContainer .basicInfos .status .indicator span.online {
  color: #16a085;
}

.container .streamsContainer .streamContainer .basicInfos .status .indicator span.offline, .container .streamsContainer .errorContainer .basicInfos .status .indicator span.offline {
  color: #c0392b;
}

.container .streamsContainer .streamContainer .basicInfos .status .moreInfo, .container .streamsContainer .errorContainer .basicInfos .status .moreInfo {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
}

.container .streamsContainer .streamContainer .basicInfos .status .moreInfo span, .container .streamsContainer .errorContainer .basicInfos .status .moreInfo span {
  margin: auto;
  font-size: 1.5em;
}

.container .streamsContainer .streamContainer .streamingContainer, .container .streamsContainer .errorContainer .streamingContainer {
  display: none;
}

.container .streamsContainer .streamContainer .streamingContainer hr, .container .streamsContainer .errorContainer .streamingContainer hr {
  width: 40%;
  margin: auto;
  border: 1px solid #6441A5;
  opacity: 0.3;
}

.container .streamsContainer .streamContainer .streamingContainer .noStream, .container .streamsContainer .errorContainer .streamingContainer .noStream {
  text-align: center;
  font-style: italic;
}

.container .streamsContainer .streamContainer .streamingContainer .streaming, .container .streamsContainer .errorContainer .streamingContainer .streaming {
  display: flex;
  z-index: -50;
  height: 150px;
}

.container .streamsContainer .streamContainer .streamingContainer .streaming .banner img, .container .streamsContainer .errorContainer .streamingContainer .streaming .banner img {
  height: 130px;
  width: auto;
  margin: 10px 10px;
}

.container .streamsContainer .streamContainer .streamingContainer .streaming .streamInfos .previousStream, .container .streamsContainer .streamContainer .streamingContainer .streaming .streamInfos .nowStreaming, .container .streamsContainer .errorContainer .streamingContainer .streaming .streamInfos .previousStream, .container .streamsContainer .errorContainer .streamingContainer .streaming .streamInfos .nowStreaming {
  margin: 20px auto 0px 10px;
  font-style: italic;
}

.container .streamsContainer .streamContainer .streamingContainer .streaming .streamInfos .statusName, .container .streamsContainer .errorContainer .streamingContainer .streaming .streamInfos .statusName {
  margin: 10px auto 0px 20px;
}

.container .streamsContainer .streamContainer .streamingContainer .streaming .streamInfos .game, .container .streamsContainer .errorContainer .streamingContainer .streaming .streamInfos .game {
  margin: 0px auto 0 25px;
  font-style: italic;
}

.container .streamsContainer .streamContainer .streamingContainer .streaming .streamInfos .viewers, .container .streamsContainer .errorContainer .streamingContainer .streaming .streamInfos .viewers {
  margin: 10px 25px;
}

.container .streamsContainer .streamContainer .streamingContainer .streaming .streamInfos .viewers span.octicon, .container .streamsContainer .errorContainer .streamingContainer .streaming .streamInfos .viewers span.octicon {
  margin-right: 10px;
}

.reverse {
  transform: rotate(180deg);
}

.hide {
  display: none;
}
