/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.popover {
    color: #333;
}

#alert {
    display: none;
}

#content {
    padding: 10px;
}
#wrapper {
    position: relative;
}
#loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0.5;
    text-align: center;
   z-index:1000;
   background-color:white;
   display:none;
}

#loader {
    top: 50%;
    position: absolute;
}

.user-form {
    width: 600px;
    margin: 0 auto;
}

div.fc-event.light {
    background-color: rgb(247, 253, 170);
    color: #333;
}