.ic__day_state_current
{
  background-color: #e7e6e6 !important;
}
.ic__day_have_event{
  background-color: #9af7bd !important;
}
.ic__day_have_older_event{
  background-color: #9ad3f7 !important;
}
.ic__day_state_current{
  background-color: #fef6cc !important;
}
.ic__day_state_selected{
  background-color: #d35746 !important;
  color: #FFF;
}
.select2-dropdown.increasedzindexclass {
 z-index: 999999;
}
.select2-dropdown.increasedzindexclassPlusTop {
 z-index: 999999;
 top: 1px;
}
.extraCSS
{
 left: -18px !important;
}
.boardRow
{
  cursor: pointer;
   transition: all 0.3s ease-in-out;
  border-radius: 0px;
  border-left:   1px solid #FFF;
  border-right:  1px solid #FFF;
  border-top:    0px solid #FFF;
  border-bottom: 1px solid #dddddd;

  opacity: 1;
}
.boardRow:hover
{
  border-right:  1px solid #c0392b;
  border-left:   1px solid #c0392b;
  border-top:    0px solid #c0392b;
  opacity: 0.5;
}
.boardRowTD
{
  border: 0px solid #eaeaea !important;
}
.anTableEventList
{
  border: 0px solid #eaeaea !important;
}
#eventHeading
{
  color: #09f;
}
#eventTimeBoard
{
  float:right;
  font-size: 15px;
  color: #000;
  position: relative;
  top: -14px;
}
#eventCommentBoard
{
  padding-top: 10px;
  min-height: 100px;
}
#eventDataBoard
{
  padding-top: 10px;
  min-height: 200px;
}

.eventSpan
{
  float: left;
}

.buttonBar
{
width:80px;
height:84px;
position:relative;
background-color: #e6e7e7;
text-align: center;
float: left;
cursor: pointer;
transition-duration: 1s;
}

.buttonBar:hover
{
/*background-color: #bbbbbc;*/
}

.settingsDiv
{
  text-align: left;
  height:391px;
  float: left;
  min-width:400px;
  position:relative;
  top: -150px;
   display: none;
}
.circlesDiv
{
  text-align: left;
  height:391px;
  float: left;
  position:relative;
  top: -150px;
  }
.circleWrapper{
  cursor:pointer;
  position:absolute;
  border:none;
  background:transparent;

}

.svgWrapper
{
  position: relative;
}
