@charset "utf-8";
/* CSS Document */
body .container, body .span12 {	width:95%; }
body .container, body .content { padding:0px!important;}
body .content { margin-top:50px!important;}
.container-fluid { padding-left: 5px; padding-right: 5px;}

footer { margin-left:0px; }

input.span5, 
textarea.span5, 
.uneditable-input.span5,
input.xxlarge,
select.xxlarge,
textarea.xxlarge,
textarea.xlarge  {
	width:95%;
}

/* BRAND */
div.brand.logo.navbar-inner {
  border-radius: 0; position: fixed;
  left: 0; top: 0; width: 100%; height: 40px;

  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}

div.brand.logo.navbar-inner a.brand {
  text-indent:-9999px; background: url(../images/bierpot-logo.png) no-repeat center 0px; 
  display: block; height: 40px; width: 100%!important;
}

div.brand.logo.navbar-inner {

}

/* NAVBAR */
.navbar-fixed-top .navbar-inner {
    padding: 0px;
}

.navbar ul.nav  {
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  -ms-transition: bottom 0.5s;
  transition: bottom 0.5s;
  height:40px;
  width:100%;
  float:left;
  position: fixed;
  left: 0;
  bottom:0;
  opacity: 1;
    background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  margin:0;
  padding: 0;
  overflow: hidden;
}
.navbar ul.nav  {
	height:40px;
	width:100%;
	position: fixed!important;
	bottom:0;
	left: 0;
    background-color: #2c2c2c;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
	margin:0px;
	
}
.navbar ul.nav > li {
	width:20%;
	float:left;
	height:40px;
	text-align:center;
	position: static;
}

.navbar ul.nav > li a:hover { 

}
.navbar ul.nav > li a {
	color:#FFFFFF;
	border-right:1px solid #ccc;
	margin:0px;
	padding:0px;
/*	text-indent:-9999px; */
	text-align:center;
	height:40px;
	width:100%;
}
.navbar .nav > li > a {
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar ul.nav > li a:hover { 
	background-color: #fda30f;
}

.navbar ul.nav > li a span {
	text-indent:-9999px;
	display:none;
}
.navbar ul.nav > li a i{
/*	display:none;*/
margin-top: 10px;
}

.navbar ul.nav > li a i {
	background-image: url("images/sprite-white.png");
    background-repeat: no-repeat;
	height: 40px;
	width:40px;
}

.navbar ul.nav > li a i.icon-home{ 	background-position: 4px -5px; }
.navbar ul.nav > li a i.icon-asterisk{ background-position: 4px -38px;  }
.navbar ul.nav > li a i.icon-user{ background-position: 4px -137px; 	}
.navbar ul.nav > li a i.icon-cog{ background-position: 4px -72px;  }
.navbar ul.nav > li a i.icon-thumbs-down{ background-position: 4px -171px;  }


.navbar ul.nav  li ul.dropdown-menu{
  
  background-color: #fda30f;
  background-image: -moz-linear-gradient(top, #fda30f, #fcce42);
  background-image: -ms-linear-gradient(top, #fda30f, #fcce42);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fda30f), to(#fcce42));
  background-image: -webkit-linear-gradient(top, #fda30f, #fcce42);
  background-image: -o-linear-gradient(top, #fda30f, #fcce42);
  background-image: linear-gradient(top, #fda30f, #fcce42);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda30f', endColorstr='#fcce42', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  
  -webkit-border-radius: 5px 5px;
  -moz-border-radius:5px 5px;
  border-radius: 5px 5px;

  padding: 10px 0;
  

  display: none;
  position: absolute;
  bottom: 40px;
  left:-14px;
  width:100%;

	
}

.navbar ul.nav li ul.dropdown-menu li{
	/* display:none; */
	
	
}
.navbar ul.nav li ul.dropdown-menu li a{
	/* display:none; */
	border:0px;
	color: #000000;
	padding-top:8px;
	height: 30px;
	
}



.navbar-text {
	display:none;
}

.navbar .container-fluid ul.secondary-nav {
	display:none;
}
/* GENERAL */

div#scroller {
	display: block;
	margin-top:40px;
	margin-bottom:40px;
}

/* DASHBOARD */

body div.row-fluid div.widget,
body div.row-fluid hr {
	display: none;
}

body div.row-fluid div.buttons {
	display: block;
	text-align:center;
}
body div.row-fluid div.buttons a.btn {
	width:90%;
	margin-bottom:8px;
}

/* FILTERS */

.filters {
	display:none;
}

/* TABLES COLUMNS */

table#tblspelers  td:nth-child(2),
table#tblspelers  th:nth-child(2),
table#tblspelers  td:nth-child(3),
table#tblspelers  th:nth-child(3),
table#tblspelers  td:nth-child(4),
table#tblspelers  th:nth-child(4),
table#tblspelers  td:nth-child(5),
table#tblspelers  th:nth-child(5) 
{
  display: none; 
}
table#tblboetes  td:nth-child(2),
table#tblboetes  th:nth-child(2),
table#tblboetes  td.actions a.btn-success
{
  display: none; 
}
table#tblboetes  th:nth-child(4),
table#tblboetes  td:nth-child(4) {
    width: 50px;

}
table#tblboetes th.actions,
table#tblboetes td.actions {
  width:80px;
}

/* CHARTS */
#saldoChart{ height:300px;}