/* General for Bootstrap */
.alert {
	margin-top: 20px;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}


/* Fix the bootstrap-design of checkboxes for use with cakephp */
input.form-control[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 5px;
    display: inline;
}


/* classes to prevent style */
.flt_right {
	float: right;
}
/*.flt_left {
	float: left;
}*/
.nowrap {
	white-space: nowrap;
}





/* ==========================================
========= Styles ============================
===========================================*/

/* sticky footer */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  /*background-color: #f5f5f5;*/
}
/*span.genre {
	border: 1px solid grey;
	padding: 2px;
}*/

.jumbotron {
	background-color: black;
	/*background-image: url("../img/slogan.jpg");*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	
	padding-bottom: 0;
	padding-top: 0;
}

.jumbotron .container {
	min-height: 30px;
}


/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log th {
	padding-right: 6px;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}