body
{
	position: relative;
	padding-top: 75px;
	background: url('../img/page_bg.png') repeat;
}

.navbar-search {
	position: relative;
	margin-left:20px;
}
	
.navbar-search .search-query {
	padding-left: 29px;
	background-color:#4487D3;
	border:1px #0059BE solid;
	-webkit-transition:background .5s ease-in-out;
	-moz-transition:background .5s ease-in-out;
	-ms-transition:background .5s ease-in-out;
	-o-transition:background .5s ease-in-out;
	transition:background .5s ease-in-out;
}

.navbar-search .icon-search {
	position: absolute;
	top: 7px;
	left: 11px;
	background-image: url('../img/glyphicons-halflings-white.png');
}

.navbar-search .search-query:focus, .navbar-search .search-query.focused {
	padding-left: 30px;
	background-color:#FFFFFF;
	text-shadow:none;
	color:#333;
}

.search-query:focus + .icon-search {
	background-image: url("../img/glyphicons-halflings.png");
}

.navbar .brand
{
	padding-left: 40px;
	background: url('../img/clubpier-mini-logo.png') no-repeat 10px 5px;
	opacity: 0.6;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}

.navbar .brand:hover
{
	opacity: 1;

}

.navbar .nav > li > a{
	color:#FFFFFF;
	opacity:0.6;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}
.navbar .nav > li > a:hover{
	opacity:1;
}

.breadcrumb {
	padding: 7px 14px;
	margin: 0 0 18px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)),to(rgb(226, 230, 230)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(226, 230, 230));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(226, 230, 230));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(226, 230, 230));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(226, 230, 230));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(226, 230, 230));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e2e6e6');
	border: 1px solid #D5D5D5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.clear
{
	clear: both;
}

.widget {
	
	position: relative;
	clear: both;
	
	width: auto;
	
	margin-bottom: 2em;
}
	
.widget-header 
{
	position: relative;	
	height: 40px;
	line-height: 40px;
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	border: 1px solid #D5D5D5;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-background-clip: padding-box;
}	

.widget-header h3 
{
	position: relative;
	top: 2px;
	left: 10px;
	display: inline-block;
	margin-right: 3em;
	font-size: 14px;
	font-weight: 800;
	color: #555;
	line-height: 18px;	
	text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}
	
.widget-header [class^="icon-"], .widget-header [class*=" icon-"] 
{			
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	opacity: 0.8;
	font-size: 16px;
	color: #555;
	vertical-align: middle;
}

.widget-content 
{
	padding: 10px 10px 10px;	
	background: #FFF;
	border: 1px solid #D5D5D5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget-header+.widget-content
{
	border-top: none;	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content
{
	padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after
{
    content:"";
    display:table;
}

.widget-content:after
{
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content
{
    zoom:1;
}

/* Widget Table */
.widget-table .widget-content
{
	padding: 0;
}

.widget-table .table
{
	margin-bottom: 0;
	border: none;
}

.widget-table .table tr td:first-child
{
	border-left: none;
}

.widget-table .table tr th:first-child
{
	border-left: none;
}

/* Widget Plain */
.widget-plain
{	
	background: transparent;	
	border: none;
}

.widget-plain .widget-content
{
	padding: 0;	
	background: transparent;
	border: none;
}

/* Widget Box */
.widget-box
{	
	
}

.widget-box .widget-content
{	
	background: #E3E3E3;	
	background: #FFF;
}

.widget-content .form-actions
{
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -28px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.widget.ui-tabs
{
	margin: 0 !important;
	padding: 0 !important;
}

.widget.ui-tabs .widget-header
{
	border-bottom: none !important;
	height: auto;
}

.widget.ui-tabs .widget-content
{
	border-top: none !important;
	border-left: 1px solid #D5D5D5 !important;
	border-right: 1px solid #D5D5D5 !important;
	border-bottom: 1px solid #D5D5D5 !important;
}

.title-container
{
	background: #F1F1F1;
	padding: 5px;
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 10px;
	position: relative;
}

.title-container .container 
{
	position: relative;
}

.title-container h1
{
	font-size: 20px;
	font-weight: normal;
	float: left;
	border-right: 1px solid #DDDDDD;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 30px; 
	
}

.title-container h2
{
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 30px;
	opacity: 0.5;
}

.shortcuts
{
	position: absolute;
	right: 0;
	top: 0;
}

.shortcuts ul
{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding:0;
}

.shortcuts ul li
{
	float: left;
	line-height: 30px;
	margin: 0 0 0 10px;
}

/** Fix for datatables **/
.dataTables_info { width: 250px; float: left; }
.dataTables_paginate { }

.help-block.warning
{
	background: #efe8c6;
	padding: 3px;
}

form label.control-label span:before
{
	color: #FF0000;
	content: '*';
	padding-left: 2px;
}

form .form-actions span.required:before
{
	color: #FF0000;
	content: '*';
	padding-right: 2px;
}

form .form-actions span.required
{
	float: right;
	padding: 5px;
	font-size: 13px;
	color: #777777;
}


a:active, a:focus, input:focus, button:focus, *:focus, select:focus,  {
    outline: 0;
    outline: none;
    outline-style:none;
    outline-width:0;
}

.footer
{
	margin-bottom: 10px;
	background: #FFFFFF;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.footer .right-footer
{
	line-height: 35px;
}

.footer p 
{ 
	margin-bottom: 0; 
}

@media (max-width: 979px) {
  body {
    padding-top: 0 !important;
  }
  
  .breadcrumb
  {
  	margin: 0 !important;
  }
}


.center-align
{
	text-align: center;
	margin: 0px auto;
}

.disabled:hover { cursor: not-allowed; }

.modal 
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}

.modal .modal-header
{
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #0e60b7, #0d5196);
  background-image: -ms-linear-gradient(top, #0e60b7, #0d5196);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e60b7), to(#0d5196));
  background-image: -webkit-linear-gradient(top, #0e60b7, #0d5196);
  background-image: -o-linear-gradient(top, #0e60b7, #0d5196);
  background-image: linear-gradient(top, #0e60b7, #0d5196);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e60b7', endColorstr='#0d5196', GradientType=0);
  color: #FFFFFF !important;
  -webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.modal .modal-header h3 { color: #FFFFFF; font-size: 16px; font-weight: normal; }

.autocomplete
{
	max-height: 150px; 
	height: 150px;
	overflow-y: scroll;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}	

.autocomplete div
{
	border-bottom: 1px solid #EEEEEE;
	cursor: pointer;
	padding: 3px;
}

.autocomplete div:hover
{
	background: #006ECC;
	color: #FFFFFF;
}


.btn-navbar
{
	background-color: #fafafa;
	color: #333333;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;	
	padding:4px 10px;
	text-align: center;
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
	background-color: #e6e6e6;
}
.btn-navbar:active, .btn-navbar.active {
	background-color: #d9d9d9 \9;
}

.navbar-inner { padding: 0 !important; }

.login-container { width: 650px; margin: 0px auto; }
.login-container form { margin-bottom: 6px !important; }

.white-container
{
	background: #FFFFFF;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	width: auto;
	
}

.grid-container
{
	max-width: 1150px;
	overflow-x: scroll;
	overflow-y: hidden;

}


table.table-report th
{
	font-size: 12px;
	word-wrap: normal;
	white-space: nowrap;
	padding-right: 20px;
}

table.table-report td
{
	word-wrap: normal;
	white-space: nowrap;
}

.export-box
{
	padding: 5px;
	border: 1px solid #D6E9C6;
	background: #DFF0D8;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	margin-bottom: 3px;
}

.well.report-category
{
	margin: 0px;
	margin-bottom: 12px;
	padding: 12px;
}

.well.report-category:hover 
{
	background: #ddd;
	cursor: pointer;
}
.report-category .rebuild-info
{
	color: #666666;
	font-style: italic;
}

.form-inline .hidden
{
	width: 0px;
	height: 0px;
	padding: 0;
	margin:0;
	position: absolute;
}

.form-inline.pull-right { margin-left: 5px; }

.table-pdf
{
	font-size: 10px;
	margin: 0;
	padding: 1px;
}