/*!
 * FullCalendar v1.6.4 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

.callegend { 
    display:inline;
    height:10px;
    border-radius:6px;
    margin: 5px 0px 5px 10px;
    background-image:url('../img/chkbox.png');
    cursor:pointer;
}
.callegendchk { 
	background-image:url('../img/chkboxchk.png') !important;
}


/*Note tooltip opacity is set to 0 in bootstrap default css files*/
 .popper, .tooltip {
    position: absolute;
    z-index: 9999;
    background: #ffffff;
    border:1px solid #464646;
    width: 260px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(81,81,81,0.5);
    padding: 10px;
    text-align: center;
    opacity:100%;
  }
  .tooltip-inner {
    background:#ffffff;
    color: #464647;
    max-width: 260px;
    width: auto;
    font-size: .8rem;
    padding: .5em 1em;
  }
  .tooltip-inner hr {
      color:#464646;
      height:1px;
      width:100%;
      border:none;
  }

	
