/*CALENDAR*/
#calendar{
  margin: 0 auto;
}
div.calendar-container {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    width: 900px;
//    height: 80%;
    padding: 4px;
    margin-top: 1px;
    top: 0;
    left: 10px;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
    z-index: 3001;
}
.calendar-container .calendar-block-button {
  margin: 0 12px;
}
.calendar-block-button {
  min-height: 44px;
  border-bottom: 1px solid #ddd;
}
.calendar-container .calendar-block-button h4 {
  margin: 10px 4px;
  float: left;
  width: 80%;
}
#calendar_apply, 
#calendar_cancel {
  margin: 10px 4px;
  float: right;
}
.fc-today td, 
.fc-today {
  background-color: #fff5bb;
}
.fc-unthemed td.fc-today {
    background: #fff5bb;
}
.fc-draggable {
  background-color: rgba(92, 184, 92, 0.8);
  border-color: #4cae4c;
}
.fc-state-default {
  border: 1px solid;
  border-color: #bfbfbf;
  background-color: #ececec;
  background-image: none;
  //background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  //background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  //background-image: -webkit-linear-gradient(top,#fff,#e6e6e6); 
  //background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  //background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  //background-repeat: repeat-x;
  //border-color: #e6e6e6 #e6e6e6 #bfbfbf; 
  //border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25); 
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,.75); 
  //box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); 
  box-shadow: none;
}
.fc-toolbar .fc-state-active, 
.fc-toolbar .ui-state-active {
    background-color: #ccc;
}
.fc-state-default:focus,
.fc-state-default:active,
.fc-state-default:hover {
    background-color: #ccc;
}
.fc-state-disabled {
  background-color: #f9f9f9;
  color: #ccc;
}
