body {
  padding-top: 65px;
}
#calendar {
  max-width: 900px;
  margin: 0 auto;
}
.hide {
  display: none;
}
.show {
  display: inline;
}

/*form styles*/
form #register {
  width: 100%;
}
#register fieldset {
  background: white;
  border: 0 none;
  width: 90%;
  box-sizing: border-box;
  margin: 0 2%;
  /*stacking fieldsets above each other*/
  /* position: absolute; */
}
/*Hide all except first fieldset*/
#release  fieldset:not(:first-of-type) {
display: none;
}
#release fieldset {
  background: white;
  border: 0 none;
  /*border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
  width: 90%;
  padding: 0px 10px;
  box-sizing: border-box;
  margin: 0 5%;
  /*stacking fieldsets above each other*/
  /* position: absolute; */
}
/*Hide all except first fieldset*/
#register fieldset:not(:first-of-type) {
display: none;
}

/*headings*/
.fs-title {
font-size: 15px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 10px;
}
.fs-subtitle {
font-weight: normal;
font-size: 13px;
color: #666;
margin-bottom: 20px;
}
.form-group {
    margin-bottom: 10px;
}
.navbar-custom {
  background-color:#f7501b;
  color:#ffffff;
  border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
  color:#fff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color:transparent;
}
.navbar-custom .navbar-brand {
  color:#eeeeee;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}

.notice {
  cursor: pointer;
  color: black;
  background-color: #FF9F00;
  /* border-color: #FF9F00; */
}
.putin, .putin:hover {
  color:  black;
  background-color: lightgrey;
}
.takeout,.takeout:hover {
  font-style: italic;
  color: rgb(96, 96, 96);
  background-color: white;
}
/* overwrite fullcalendar width if "more" dialog */
.fc-more-popover {
  width: auto;
  margin-top: 50px;
}