/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
 
  background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
  margin-bottom: 60px;
  padding-bottom:20px;
}

#carousel-homepage img{
	height:400px
}
.carousel-caption{
	  position: absolute;
	  right: 15%;
	  top: 50px;
	  left: 15%;
	  z-index: 10;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  color: #fff;
	  text-align: center;
}
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Styles go here */

/* this is only to style the sidebar - you can make the sidebar look any way you want */
.sidebar {
  padding: 20px;
  background-color: #f5f5f5;
  border-right: 1px solid #eee;
}
#map{
	height:100%;
}

/* auth
-------------------------------------------------- */
section.auth {
margin: 0 auto;
max-width: 720px;
}
section.auth{}
section.auth > img {
    margin-bottom: 20px;
    width: 56px;
    height: 56px;
	padding:5px;
}
section.auth a{
    color:#000;
}
section.auth h1{
    font-weight: normal;
    font-size: 20px;
    color:#fff;
    margin-bottom: 20px;
	font-size:2rem;
	font-weight:100
}
section.auth form{
color: #555;
  padding: 10px;
  margin: 50px auto;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}	


/**************************************
	CSS for Plugin  jquery table filter

****************************************** */
.filter-table .quick { margin-left: 0.5em; font-size: 0.8em; text-decoration: none; }
.fitler-table .quick:hover { text-decoration: underline; }
td.alt { background-color: #ffc; background-color: rgba(255, 255, 0, 0.2); }