@charset "utf-8";
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,body,p,ul,li,h1,h2,h3,h4,h5,img,fieldset,input,textarea,select{margin:0;padding:0;border:0}
a:focus{outline:0}
a:active,a:hover{outline:0}
h1{font-size:2em}
h2{font-size:1em}
strong{font-weight:bold}
dfn{font-style:italic}
code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
small{font-size:80%}
sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-0.25em}
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-0.5em}
img{border:0}legend{border:0;padding:0}
button,input,select,textarea{font-size:100%}
textarea,input{outline:none}
input{line-height:normal}
ul,ul li{list-style-type:none;margin:0;padding:0}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
html,body{margin:0;padding:0;background-color:#3d3d3d}


/* timesheet */
.timesheet{width:720px;height:292px;margin:40px auto 0 auto}
.timesheet{border-top:1px solid rgba(250,250,250,0.5);background-color:#333333;position:relative}
.timesheet.color-scheme-default .bubble-default{background-color:RGBA(252, 70, 74, 1)}
.timesheet.color-scheme-default .bubble-lorem{background-color:RGBA(154, 202, 39, 1)}
.timesheet.color-scheme-default .bubble-ipsum{background-color:RGBA(60, 182, 227, 1)}
.timesheet.color-scheme-default .bubble-dolor{background-color:RGBA(244, 207, 48, 1)}
.timesheet.color-scheme-default .bubble-sit{background-color:RGBA(169, 105, 202, 1)}
.timesheet.color-scheme-alternative .bubble-default{background-color:#f3552e}
.timesheet.color-scheme-alternative .bubble-lorem{background-color:#88c33a}
.timesheet.color-scheme-alternative .bubble-ipsum{background-color:#436ae0}
.timesheet.color-scheme-alternative .bubble-dolor{background-color:#f4d234}
.timesheet.color-scheme-alternative .bubble-set{background-color:#707d86}
.timesheet .scale{height:100%;position:absolute;top:0;left:0;float:left}
.timesheet .scale section{float:left;width:59px;text-align:center;color:rgba(250,250,250,0.8);font-family:"Signika Negative";font-size:13px;line-height:24px;font-weight:lighter;border-left:1px dashed rgba(250,250,250,0.2);height:100%}
.timesheet .data{margin:28px 0 0 0;padding:0;text-align:left;list-style-type:none;color:rgba(250,250,250,0.8);font-family:"Signika Negative";font-size:13px;overflow:hidden}
.timesheet .data li{margin:0 0 3px 0;line-height:22px;height:21px;display:block;cursor:pointer;clear:both;position:relative;white-space:nowrap}
.timesheet .data li:hover .bubble{opacity:1}.timesheet .data li .date{color:#b5b5b5;font-size:14px}
.timesheet .data li .label{font-weight:lighter;font-size:14px;padding-left:5px;line-height:21px;color:#979796;white-space:nowrap}
.timesheet .data li .bubble{width:24px;height:7px;display:block;float:left;position:relative;top:7px;border-radius:4px;margin:0 10px 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)}
