@charset "UTF-8";
/* Derived from Timesheet.js CSS styling by Sebastian Müller - https://github.com/sbstjn/timesheet.js */
.timesheet{width:660px;height:250px;margin:0 auto;display:none;}
.timesheet{border-top:1px solid rgba(0,0,0,0.65);background-color:rgba(255, 255, 255, 0.6);position:relative}
.timesheet.color-scheme-default .bubble-red{background-color:RGBA(252, 70, 74, 1)}
.timesheet.color-scheme-default .bubble-red{background:linear-gradient(90deg, RGBA(252, 70, 74, 0.1),RGBA(252, 70, 74, 1) 25%);}
.timesheet.color-scheme-default .bubble-green{background-color:RGBA(154, 202, 39, 1)}
.timesheet.color-scheme-default .bubble-green{background:linear-gradient(90deg, RGBA(154, 202, 39, 1),RGBA(154, 202, 39, 1) 70%, RGBA(154, 202, 39, 0.15));}
.timesheet.color-scheme-default .bubble-grey{background-color:RGBA(100, 100, 100, 1)}
.timesheet.color-scheme-default .bubble-blue{background-color:RGBA(60, 182, 227, 1)}
.timesheet.color-scheme-default .bubble-yellow{background-color:RGBA(244, 207, 48, 1)}
.timesheet.color-scheme-default .bubble-purple{background-color:RGBA(169, 105, 202, 1)}
.timesheet.color-scheme-default .bubble-purple{background:linear-gradient(90deg, RGBA(169, 105, 202, 0.05), RGBA(169, 105, 202, 0.2) 40%, RGBA(169, 105, 202, 1) 70%, RGBA(169, 105, 202, 0.8));}

.timesheet.color-scheme-alternative .bubble-red{background-color:#f3552e}
.timesheet.color-scheme-alternative .bubble-green{background-color:#88c33a}
.timesheet.color-scheme-alternative .bubble-blue{background-color:#436ae0}
.timesheet.color-scheme-alternative .bubble-yellow{background-color:#f4d234}
.timesheet.color-scheme-alternative .bubble-purple{background-color:#707d86}
.timesheet .scale{height:100%;position:absolute;top:0;left:0;float:left}
.timesheet .scale section{float:left;width:59px;text-align:left;color:rgba(0,0,0,0.8);font-family:"Arvo";font-size:13px;line-height:24px;font-weight:lighter;border-left:1px dashed rgba(0,0,0,0.2);height:100%;padding-left:3px;}
.timesheet .data{margin:28px 0 0 0;padding:0;text-align:left;list-style-type:none;color:rgba(0,0,0,0.8);font-family:"Arvo";font-size:13px;overflow:hidden}
.timesheet .data li{margin:0 0 -2px 0;line-height:22px;height:21px;display:block;clear:both;position:relative;white-space:nowrap}
.timesheet .data li:hover .bubble{opacity:1}
.timesheet .data li .date{color:#787878;font-size:14px;display:none;}
.timesheet .data li .label{font-weight:lighter;font-size:14px;padding-left:5px;line-height:21px;color:#a2a2a2;white-space:nowrap}
.timesheet .data li .bubble{width:24px;height:12px;display:block;float:left;position:relative;top:3px;border-radius:4px;margin:0 6px 0 0;opacity:0.7}
#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.min.css.map #b5b5b5 #979796*/
@media (min-width: 700px) and (min-device-width: 768px) {
  .timesheet{display:inherit;}
}
