html{
    font-size: 14px;
}
body{
    font-family: 'Roboto', sans-serif;
}
a {
    color: #B28D5B;
}
.container{
    min-height: 400px;
}
.centered
{
    text-align:center;
}
.link-row
{
    cursor: pointer; 
    cursor: hand;
}
.component
{
    width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > thead > tr > th,
.table th, .table td {
    padding: .25rem;
    border-top: none;
    border-bottom: 1px solid #dddddd;
    font-size: 1.1rem;
    vertical-align: middle;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #B28D5B;
}
.player-colors td {
    padding: 0;
    border: 0;
}
.player-colors {
    border: 1px solid #cccccc;
}
.site-header {
    font-size: 2rem;    
}
.page-header {
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
    padding: 0 5px;
    margin: 0px;
}
.section-header{    
    padding: 0 5px;
    margin-top: .9375rem;
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
    background-color: #f3f3f3;
}
.section-body {
    padding: 2px;
}
.header-content-right{
    float: right;
}
.player-color-img{
    height: 7px;
}
.chat-message {
    border:1px solid #dddddd;
    border-radius:4px;
    margin: 3px;
    padding: 3px;
    float: right; 
    background-color: #f5f5f5; width:85%;
    word-wrap: break-word;
}
.align-right {
    text-align: right;
}
#searchForm {
    margin: 15px 15px 5px 15px;
}
#hourlyGraph
{
    width: 100%;
    height:200px;
}
#mapPercentageChart
{
    height:500px;
    width: 300px;
}

span.message.selected {
    background: #972F2C;
    color: #FFF;
}

.spinner {
  margin: 100px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #DDD;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
  25% { transform: translateX(42px) rotate(-90deg) scale(0.5) }
  /* Hack to make IE and FF rotate in the right direction */
  50% { transform: translateX(42px) translateY(42px) rotate(-179deg) }
  50.1% { transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { transform: rotate(-360deg) }
}

.form-control {
    height: 24px;
    padding: 3px 12px;
}
.btn {
    padding: 1px 12px;
}

.update-server-row{
    font-size: 12px;
    
}
.update-server-row > td {
    padding: 4px !important;
}