
.timesheet {
	border-top: 1px solid rgba(250,250,250,0.5);
	background-color: #ffffff;
	position: relative;
	height: 50000px;
	width: 1030px;
	margin-left:-8px;
}



.timesheet_bubble_group_zone_white {
	text-align: center;
	background-color:#f7f7f2;
 	/* border-left: 1px solid #000000;  */
/* 	border-right: 1px solid #7f7f7f; */
	margin: 0 2px 0 0;
    position: absolute;
    width: 232px;
    height: 45px;
	opacity: 0.7
}

.timesheet_bubble_group_zone_grey {
	text-align: center;
	background-color:#f7f7fd;
 	/* border-left: 1px solid #000000;  */
/* 	border-right: 1px solid #7f7f7f; */
	margin: 0 2px 0 0;
    position: absolute;
    width: 232px;
    height: 45px;
	opacity: 0.7
}



.timesheet_bubble_life_line {
	text-align: left;
/* 	color:black; */
 	border-left: 1px solid #000000;
	margin: 0 2px 0 0;
    position: absolute;
    width: 5px;
    height: 45px;
	opacity: 0.7
}

.timesheet_bubble_life_line_dashed {
	text-align: left;
 	border-left: 1px dashed #000000;
	margin: 0 2px 0 0;
    position: absolute;
    width: 5px;
    height: 45px;
	opacity: 0.7;
	border-style: dashed
}


.timesheet_bubble_life_line_start {
	text-align: center;
/*  	border-left: 1px solid #000000;  */
/* 	border-right: 1px solid #7f7f7f; */
	margin: 0 2px 0 0;
    position: absolute;
    width: 10px;
    height: 10px;
	opacity: 0.7
}


.timesheet_bubble_group_in {
	border:1px #8f8f8f solid;
	border-radius: 4px;
	width:185px;
	height:100%;
	overflow-y:auto;
}

.timesheet_bubble_group_out {
	position: absolute;
	width:200px;
	height:40px;
}


.timesheet_bubble_two {
	height:18px;
	cursor:pointer;
	text-align: left;
}


.timesheet_bubble_one {
	height:18px;
	cursor:pointer;
	text-align: left;
	padding-left:5px;
	line-height:3
}


.timesheet_bubble_to_line {
	color:black;
	font-size: 10px;
	text-align: center;
	margin: 0 2px 0 0;
	border-top: 1px solid #7f7f7f;
/* 	border-left: 1px solid #000000; */
/*     background: #00c800;  */
    position: absolute;
    width: 15px;
    height: 45px;
	opacity: 0.7
}


.timesheet_unit_left {
	text-align: right;
	color: rgba(10,10,10,0.8);
	border-right: 1px solid #7f7f7f;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 45px;
}

.timesheet_unit_left_boder_top {
	border-top: 1px solid #7f7f7f
}

.timesheet_unit_right_dashed {
	text-align: left;
	color: rgba(10,10,10,0.8);
 	border-bottom: 1px dashed #7f7f7f;
	margin-left: 20px;
	padding-top: 10px;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 30px;
 	width: 990px;
	height: 45px;
}


.timesheet_unit_right_solid {
	text-align: left;
	color: rgba(10,10,10,0.8);
 	border-top: 1px solid #000000;
 	border-bottom: 1px dashed #7f7f7f;
	margin-left: 20px;
	padding-top: 10px;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 30px;
 	width: 990px;
	height: 45px;
}





.timesheet_fix_time_yes {
	position: absolute;
    background-color:black;
    width:10px;
    height:10px;
	border-radius:5px;
}

.timesheet_fix_time_no {
    position: absolute;
    border:2px solid black;
    width:10px;
    height:10px;
	border-radius:5px;
}

/* .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-sit {
	background-color: #707d86
} */

.timesheet .scale {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
/* 	float: left */
}


.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: 12px;
	top:50%;
	overflow: hidden
}

/*# sourceMappingURL=timesheet.css.map */
