.timesheet {
  width: 4000px;
  height: 1000px;
  overflow:hidden;
  }
  
.timesheet.hidden {
  display: none;
}

.timescale {
  position: absolute;
  left: 0px;
  right: 0;
  top: 0px;
  bottom: 5.5px;
}

.timescale > section:first-of-type {
    max-height: 45px;
}

.timescale > section:not(:first-of-type) {
	height: 60px;
}

.timesheet-container .row-header a {
    color: #2e3641 !important; }

body.navi-hovered .timesheet { z-index : 0;}	

.timescale section {
	font-weight: bold;
	position: relative;
}
.timescale section:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 1.2px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1002;
}
.timescale section:first-child {
	border: none;
}
.timescale span {
	display: block;
	width: 56px;
	background-color: white;
	position: absolute;
	top: 0; bottom: 0;
	z-index: 99995;
}
.timesheet {
  position: relative; }
  .timesheet.color-scheme-default .bubble {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    background-color: #d7e054;
    color: #2e3641; width:107px;}
    
   .timesheet.color-scheme-default .bubble.bubble-default {
   	background-color: #bd1a32;
    color: #2e3641;
   }
   
   .timesheet.color-scheme-default .bubble.bubble-closed {
   	background-color: #898989;
    color: #2e3641;
   }
      
   .timesheet.color-scheme-default .bubble.bubble-closed-top {
   	background-color: black;
   	z-index: 1000;
   }
   
   .timesheet.color-scheme-default .bubble.bubble-closed-top a, .timesheet.color-scheme-default .bubble.bubble-closed-top a strong{
		height: 64px !important;
		color: #fff;
	}
   
   .timesheet.color-scheme-default .bubble.bubble-school {
   	background-color: #4b824b;
    color: #2e3641;
   }
   
   .timesheet.color-scheme-default .bubble.bubble-year {
   	background-color: #75b9ea;
    color: #2e3641;
   }
   
   .timesheet.color-scheme-default .bubble.first { border-top: 2px solid white; }
   
   .timesheet.color-scheme-default .bubble.last { border-bottom: 2px solid white; }
   
   .timesheet.color-scheme-default .bubble.last.partial:after { content: ''; display: block; position: absolute; width: 12px; height: 12px; right: 0; bottom: 0; border-bottom: 12px solid #d7e054; border-left: 12px solid transparent; }
   
   .facility-occupation .timesheet.color-scheme-default .bubble a {
	    padding: 0px;
	}
   
   .facility-occupation .timesheet.color-scheme-default .bubble a strong {
	   padding: 12px;
		padding-top: 9px;
		height: 100%;
		display: block;
		font-weight: normal;
   }
   
   .facility-occuption {
    margin-bottom: 0;
   }
   
   .facilities-template-default .main .page-content {
    padding-bottom: 0;
   }
   
  .timesheet .scale {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
    float: left; }
    .timesheet .scale section {
      display: inline-block;
      vertical-align: middle;
      width: 105px;
      max-height:50px;
      text-align: center;
      color: #2e3641;
      background-color:#d7e054;
      font-size: 13px;
      line-height: 24px;
      font-weight: bold;
      border-left: 6px solid #fff;
      border-right: 6px solid #fff;
      overflow: visible;
  }
  .timesheet .data {
    padding: 0;
    left: 50px;
    text-align: left;
    list-style-type: none;
    color: rgba(250, 250, 250, 0.8);
    font-size: 13px;
    position: relative;
    top: 43px;
    height: 100%;}
      .timesheet .data span{
	      display: block;
	      width: 100%;
	      padding: 7px;
	  }

#timesheet-alternative {
  background-color: RGBA(247, 247, 247, 1);
  border-radius: 5px; }
  #timesheet-alternative section {
    color: RGBA(63, 68, 72, 1);
    border-left: 1px dashed RGBA(63, 68, 72, 0.2); }
    #timesheet-alternative section:first-child {
      border-left: 1px dashed transparent; }
  #timesheet-alternative .date {
    display: none; }
  #timesheet-alternative .bubble {
    margin-right: 7px; }
  #timesheet-alternative .label {
    padding-left: 0px;
    color: RGBA(48, 48, 48, 1); }

/*# sourceMappingURL=timesheet.css.map */

.page-content a.dayclick, .page-content a.weekclick { color: #323944; }
.dayclick, weekclick {
	cursor: pointer;
    font-weight: 800;
    font-size: 15px;
    color: #323944;
    background-color: #d7e054;
    padding: 8px 14px 9px;
    white-space: nowrap;
    transition: 250ms all ease-in-out;
    -webkit-transition: 250ms all ease-in-out;
    -moz-transition: 250ms all ease-in-out;
    -ms-transition: 250ms all ease-in-out;
    -o-transition: 250ms all ease-in-out;
    outline: none;
    border: none;
    font-size: 14px;
    display: inline-block;
    position: static;
    opacity: 1;
    margin-top: 15px;
    margin-right: 10px;
}
.weekclick { margin-right: -1px; }
.dayclick:hover, weekclick:hover {
	text-decoration: none;
	background-color: #c5c337;
}