﻿body .fc{
    
}
.dayview {
    border:2px solid  #808080;
    border-radius:6px;
    margin-top:2px;
}
.navbar {
    margin-bottom:0px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
/* paper */
.fold {
  position: relative;
 -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.8);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.8);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.8);
  background-color:#000;
  cursor:pointer;
}
/* folding */
.fold::before {
  background-color:#000;
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 70px solid #eee;
  border-left: 70px solid transparent;
  -webkit-box-shadow: 7px 7px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 7px 7px 7px rgba(0,0,0,0.3);
  box-shadow: 7px 7px 7px rgba(0,0,0,0.3);
}
.fold:hover::before {
  background-color:#000;
  border-bottom: 85px solid #eee;
  border-left: 85px solid transparent;
  
}
.h4 {
    font-weight:bold;
    
}

.fc table thead.fc-head{
  border-color: #ccc !important;
  /*background: #fff !important;*/
  /*background-color:#ffcccc !important;*/
  color:#fff !important;
}
#calendar {
}
/*calendar title color*/
.fc-widget-header {
    background-color:#b3b3b3 !important;
    color:#fff !important;
}
/*calendar color*/
.fc-row {
    /*background-color: #b3bfe6 !important;*/
}


