
/*
 * GENERAL
 */
.hide {
    display: none;
}
.show {
    display: block;
}
.no-padding {
    padding: 0px;
}
.no-margin {
    margin: 0px;
}
.home-stats-header {
    background-color: #3C763D;
    color: #fff;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 1px;
    margin-bottom: 5px;
}
.green-area {
    color: #eee;
    margin-left: -10px;
    margin-right: -10px;
    background-color: rgb(60, 118, 61);
    //box-shadow: 0px 5px 20px #000;
}
.white {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: 0px 5px 20px #000;
}
.transparancy {
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: 0px 5px 20px #000;
}
.page-header {
    //color: #DE5252;
    color: #3c763d;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(60,118,61,0.2);
}
.well {
}

.home_link {
    font-size: 18px;
    text-align: right;
    margin-top: 8px;
}
.shadow {
     box-shadow: 5px 5px 10px #333333;
}

.red-filled {
    border-color: #d9534f;
    background-color: #d9534f;
    color: white;
}
.blue-filled {
    border-color: #286090;
    background-color: #286090;
    color: white;
}
.yellow-filled {
    border-color: rgba(255,255,0,0.6);
    background-color: rgba(255,255,0,0.6);
    color: #333;
}


/**
 * Stats
 */
.statistics_button {
    width: 100%;
    background-color: #007F00;
    color: #FF0;
    text-align: center;
    
}

/**
 * Footer
 */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 200px;
}
@media screen and (max-width: 993px) {
     body {
          margin-bottom: 350px;
     }
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background-color: #333;
}

/*
 * Sidebar
 */
.sidebar-wrapper {
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
}

/*
 * Chatten
 */
#chat_post_name {
	font-weight: bold;	
}
#chat_post_time {
	font-style: italic;
	color: #bababa;
	font-size: x-small;
}
#chat_post_message {

}
#chat_seperator {
	//border-top-color: #2c3e50;
}


/*
 * HEADER
 */
#login-dropdown {
    background-color: #007F00;
}
.header-badge {
    float: right;
    color: #3c763d;
    background-color: #FF0;
    margin: 2px;
}

/*
 * Spillerprofil
 */
.row-attribute {
    margin-bottom: 30px;
}

/*
 * home player points
 */
.home-stats-first-img {
    float: left;
    height: 50px; 
    width: 75px;
}
.home-stats-first-name {
    font-size: 16px; 
    font-weight: bold;
    margin-left: 10px; 
    float: left; 
    line-height:50px; 
    color: #333;
}
.home-stats-first-points {
    float: right;
    font-weight: bold;
    line-height:50px;
    font-size: 16px;
    color: #333;
}
.home-stats-img {
    float: left;
    height: 30px; 
    width: 45px;
    margin: 2px;
}
.home-stats-name {
    margin-left: 10px; 
    //font-weight: bold;
    float: left; 
    line-height:30px; 
    color: #333;
}
.home-stats-points {
    color: #333;
    //font-weight: bold;
    float: right; 
    line-height: 30px;
}

/*
 * Countdown Timer
 */
.cell {
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#holder {
  width: 603px;
  height: 383px;
  margin: auto;
}

.cntSeparator { display: none; }

.cntDigit {
  //margin-top: 148px !important;
}

.cntDigit#cnt_0 { margin-left: 0px; }
.cntDigit#cnt_2 { margin-left: 15px; }
.cntDigit#cnt_4 { margin-left: 15px; }
.cntDigit#cnt_6 { margin-left: 15px; }
