.fc-day, .fc-day-top {
  cursor: pointer;
}

.fc-content {
  cursor: pointer;
}

.fc-content:hover, .fc-event:hover {
  background-color: #d14836 !important;
  border-color: #d14836 !important;
}

#popup {
  width:500px;
  height:500px;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -265px;
  margin-top: -265px;
  background-color:#FFF;
  border: 1px solid #DDD;
  z-index: 5000000;
}

#popup > titlebar {
  width:100%;
  height: 50px;
  float:left;
}

#popup > titlebar > eventTitle {
  width:420px;
  height: 30px;
  float:left;
  color:#000;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

#popup > titlebar > button:hover {
  text-decoration: underline;
  cursor: pointer;
}

#popup > titlebar > button {
  outline: none;
  width:50px;
  height: 50px;
  border:0px;
  float:right;
  color:#38c;
  background-color: #FFF;
}

#popup > content {
  width:100%;
  min-width: 100%;
  margin-top:50px;
  height: 400px;
  float:left;
}

#addEvent_form, #photos, #addPhotos_form, #popup, #confirmEventDelete_form, #editEvent_form {
  display: none;
}

#popup > content > center > label {
  font-size:18px;
}

#return_to_photos, #cancel_photo_deletion {
  margin-right:15px;
}

#calendar > div.fc-view-container > div > table > tbody > tr > td > div.fc-scroller {
  overflow-y:hidden !important;
}

.std_link {
  color: #38c;
  text-decoration: underline;
  cursor: pointer;
}

#output_description {
  font-size:20px;
  margin-top: 20px;
  height: 170px;
  overflow: auto;
}

#output_photoUpload {
  font-size:20px;
  margin-top: 20px;
  height: 200px;
  overflow: auto;
}

#delete_img_btn {
  width:150px !important;
  color:#CCC;
}

.addPhotos_form_btns button {
  width:100px;
}

.photos_btns > button {
  width:200px;
  margin-bottom:15px;
}

.inputbutton {
  border:1px solid #38c;
  background-color:#38c;
  color:#FFF;
  border-radius: 4px;
  font-size: 18px;
  padding: 7px;
  cursor: pointer;
  outline: none;
}

.inputarea {
  border: 1px solid #DDD;
  outline: none;
  border-radius:4px;
  margin-top:20px;
  margin-bottom:20px;
  font-size:18px;
  padding: 5px;
  width:400px;
  height:100px;
}

.inputfield {
  border: 1px solid #DDD;
  outline: none;
  border-radius:4px;
  margin-top:20px;
  margin-bottom:20px;
  font-size:18px;
  padding: 5px;
  width:400px;
}
