/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 mars 2016, 19:31:13
    Author     : darka
*/
.top-bar {
  background-color: #23ba9a;
}
.top-bar ul {
  background-color: transparent;
  color: #ffffff;
}
.top-bar .submenu a {
  color: #7f8c8d;
}
.top-bar a {
  color: #ffffff;
}
.top-bar.page-menu {
  background-color: #d9d9d9;
}
.top-bar.page-menu ul {
  background-color: transparent;
  color: #7f8c8d;
}
.top-bar.page-menu .submenu a {
  color: #7f8c8d;
}
.top-bar.page-menu a {
  color: #7f8c8d;
}
.top-bar.page-menu a:hover {
  color: #23ba9a;
  font-weight: bold;
}
table {
  width: 100%;
}
table td.starcraft,
table td.sm,
table td.lol,
table td.tm,
table td.csgo,
table td.tmv {
  border: 1px solid #FFFFFF;
}
table td.starcraft {
  background-color: darkviolet;
  color: white;
}
table td.starcraft.reserved {
  font-weight: bold;
  color: #000000;
  text-shadow: white 0.1em 0.1em 0.2em;
  background: repeating-linear-gradient(-45deg, #9400d3, #9400d3 10px, #888888 10px, #999999 20px);
  background: -webkit-repeating-linear-gradient(-45deg, #9400d3, #9400d3 10px, #888888 10px, #999999 20px);
}
table td.sm {
  background-color: red;
  color: white;
}
table td.sm.reserved {
  font-weight: bold;
  color: #000000;
  text-shadow: white 0.1em 0.1em 0.2em;
  background: repeating-linear-gradient(-45deg, #ff0000, #ff0000 10px, #888888 10px, #999999 20px);
  background: -webkit-repeating-linear-gradient(-45deg, #ff0000, #ff0000 10px, #888888 10px, #999999 20px);
}
table td.lol {
  background-color: cyan;
}
table td.lol.reserved {
  font-weight: bold;
  color: #000000;
  text-shadow: white 0.1em 0.1em 0.2em;
  background: repeating-linear-gradient(-45deg, #00ffff, #00ffff 10px, #888888 10px, #999999 20px);
  background: -webkit-repeating-linear-gradient(-45deg, #00ffff, #00ffff 10px, #888888 10px, #999999 20px);
}
table td.tm {
  background-color: #00FF00;
}
table td.tm.reserved {
  font-weight: bold;
  color: #000000;
  text-shadow: white 0.1em 0.1em 0.2em;
  background: repeating-linear-gradient(-45deg, #00ff00, #00ff00 10px, #888888 10px, #999999 20px);
  background: -webkit-repeating-linear-gradient(-45deg, #00ff00, #00ff00 10px, #888888 10px, #999999 20px);
}
table td.csgo {
  background-color: yellow;
}
table td.csgo.reserved {
  font-weight: bold;
  color: #000000;
  text-shadow: white 0.1em 0.1em 0.2em;
  background: repeating-linear-gradient(-45deg, #ffff00, #ffff00 10px, #888888 10px, #999999 20px);
  background: -webkit-repeating-linear-gradient(-45deg, #ffff00, #ffff00 10px, #888888 10px, #999999 20px);
}
table td.tmv {
  background-color: #FFA500;
}
table td.tmv.reserved {
  font-weight: bold;
  color: #000000;
  text-shadow: white 0.1em 0.1em 0.2em;
  background: repeating-linear-gradient(-45deg, #ffa500, #ffa500 10px, #888888 10px, #999999 20px);
  background: -webkit-repeating-linear-gradient(-45deg, #ffa500, #ffa500 10px, #888888 10px, #999999 20px);
}
table td.old {
  background-color: #6B8E23;
}
table td.old.reserved {
  font-weight: bold;
  color: #000000;
  text-shadow: white 0.1em 0.1em 0.2em;
  background: repeating-linear-gradient(-45deg, #6b8e23, #6b8e23 10px, #888888 10px, #999999 20px);
  background: -webkit-repeating-linear-gradient(-45deg, #6b8e23, #6b8e23 10px, #888888 10px, #999999 20px);
}
table td.stream {
  background-color: #000080;
  color: #FFFFFF;
  border: 1px solid black;
}
table td.console {
  background-color: white;
  color: #000000;
  border: 1px solid black;
}
table td.admin {
  background-color: yellow;
}
table td.top {
  border-top: 1px solid black;
}
table td.bottom {
  border-bottom: 1px solid black;
}
table td.left {
  border-left: 1px solid black;
}
table td.right {
  border-right: 1px solid black;
}
.card {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: rgba(214, 224, 226, 0.2);
  margin: 10px 0 20px 0;
  width: 100%;
  border-top-width: 0;
  border-bottom-width: 2px;
  border-left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: 0 3px 3px 0 #656565;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card .card-header {
  background-color: #3E4FB2;
  background-position: top center;
  background-repeat: no-repeat;
  height: 95px;
  position: relative;
}
.card .card-header img {
  height: 100%;
}
.card .card-header .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  line-height: 95px;
  vertical-align: middle;
}
.card .avatar {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  background-color: #ffffff;
}
.card .avatar img {
  width: 95px;
  height: 95px;
  max-width: 95px;
  max-height: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.card .info {
  padding: 4px 8px 10px;
  max-height: 125px;
  overflow: hidden;
}
.card .info .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  color: #262626;
  vertical-align: middle;
}
.card .info .desc {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}
.card .bottom {
  padding: 0;
  margin: 0px;
}
.card .bottom .button,
.card .bottom .button-group {
  margin: 0;
}
.card .bottom .row {
  margin: 0;
}
.card .bottom .row .column {
  padding: 5px;
  margin: 0;
}
.card.users .info {
  max-height: none;
  height: 200px;
  overflow: hidden;
  text-align: left;
}
