/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
html {height: 101%;}

body {
  padding-top: 50px;
}




#map2 {
	height: 700px;
	width: 1200px;
}

.error {
	color:#C00;
	font-size:12px;
	width:85%;
	background-color:#F7F7F7;
	padding:5px;
	border:1px solid #C00;
	margin-top:5px;
}

/*
 * Global add-ons
 */

#calendar {
	margin-top: 25px;

}

.fc-today {
	background-color:wheat !important;

}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.field_confirm {
	background-color:aliceblue;
}

label {
	line-height: 28px;
}

ul.checklist label {
	width: 320px;
}


/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
	  border: 0;
}

.navbar-right {
	 display: none;
}


@media (max-width: 768px) {
	.navbar-right {
		 display: inline;
	}
	
	.fc h2 {
   font-size: 16px;
	}
	
	.fc button {
		
		padding: 3px !important;
		
	}
	

}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

.page-header {
	display: none;
}

.calendar_controls {
	display: none;
}




@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
	
	.page-header {
		display: block;
	}	
	
	.calendar_controls {
		display: block;
	}
	
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

#map {
	margin:20px;
	width:100%;
	height:300px;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}



.famsquare {
	padding: 5px;
	text-align-last: center;
	background-color: aliceblue;
	float: left;
	width: 400px;
	height: 240px;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.famsquare:hover {
	background-color: lightsteelblue;
	cursor: pointer;
	
}

.famsquare img {
	max-height: 180px;
	
}


.famsquaresuccess {
	background-color: darkcyan;
	color: white;
}


.famsquarec {
	padding: 5px;
	text-align-last: center;
	background-color:seashell;
	float: left;
	width: 400px;
	height: 240px;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.famsquarec:hover {
	background-color: seashell;
	cursor: pointer;
	
}

.famsquarec img {
	max-height: 180px;
	
}




.famsquarefree {
	padding: 5px;
	text-align-last: center;
	background-color:lightyellow;
	float: left;
	width: 400px;
	height: 240px;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.famsquarefree:hover {
	background-color: lightyellow;
	cursor: pointer;
	
}

.famsquarefree img {
	max-height: 180px;
	
}

