<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sb-timesheet_wrapper table {
	border-spacing: 0;
}
#sb-timesheet_wrapper button {
	outline: 0;
}
.sb-modal .modal-backdrop {
	background: #fff;
}
.sb-modal .modal-footer {
	text-align: left;
}
#sb-timesheet_wrapper {
	width: 760px;
	margin: 40px auto;
}
#sb-timesheet_content {
	margin-left: -479px;
}
#sb-timesheet_wrapper .mask {
	width: 721px;
	position: relative;
	overflow: hidden;
	margin: auto
}
#sb-timesheet_nav {
	margin-bottom: 20px;
	text-align: center;
	width: 721px;
	margin: auto;
}
#sb-timesheet_nav .btn-toggle .btn:focus {
	outline: 0;
}
#sb-timesheet_nav .btn-toggle .active {
	background: #0E68C5;
	border-color: #0E68C5;
	color: #fff;
	box-shadow: none;
}
#sb-timesheet_nav .current-date {
	font-size: 15px;
	font-weight: 600;
}
#sb-datepicker_toggle {
	background: none;
	border: none;
	margin-right: 4px;
	color: #999;
}
#sb-datepicker_toggle .fa {
	font-size: 16px;
}
#sb-prev_date,
#sb-next_date,
#sb-prev_month,
#sb-next_month {
	background: none;
	border: 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin: 0 30px;
	height: 34px;
	width: 34px;
	line-height: 1;
}
#sb-prev_date .fa,
#sb-next_date .fa,
#sb-prev_month .fa,
#sb-next_month .fa {
	font-size: 20px;
}
#sb-datepicker {
	margin-bottom: 30px;
	margin-top: 10px;
}
#sb-datepicker table {
	margin: 0 auto;
	border-collapse: collapse;
}
#sb-datepicker td {
	border: 1px solid #ddd;
	padding: 0;
	font-weight: 600;
	text-align: center;
	position: relative;
}
#sb-datepicker td.content {
	padding: 4px;
}
#sb-datepicker tr.head td, 
#sb-datepicker tr.sub-head td {
	border: 0;
	padding: 10px;
}
#sb-datepicker td a {
	display:block;
	color: #555;
	width: 36px;
	height: 36px;
	cursor: pointer;
	line-height: 2.5;
	font-size: 14px;
}
#sb-datepicker tr.head td {
	font-size: 17px;
}
#sb-datepicker td label {
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background: #0e8ac5;
	border-radius: 50px;
	position: absolute;
	bottom: 0px;
	left: 20px;
}
#sb-datepicker td.active a:hover {
	text-decoration: none;
	background: #0e8ac5;
	color: #fff;
	border-radius: 50px;
}
#sb-datepicker td.today a {
	color: #ff3f00;
}
#sb-timesheet {
	position: relative;
}
#sb-timesheet .sb-staff-name {
	position: absolute;
	top: 65px;
	left: -120px;
	text-align: right;
}
#sb-timesheet .sb-staff-name label {
	position: relative;
	display: block;
	height: 41px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#sb-prev_hours,
#sb-next_hours {
	background: none;
	border: 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 34px;
	width: 34px;
	line-height: 1;
	position: absolute;
	top: 30px;
}
#sb-prev_hours,
#sb-prev_month {
	padding: 0 14px 0 11px;
}
#sb-next_hours,
#sb-next_month {
	padding: 0 11px 0 14px;
}
#sb-prev_hours .fa,
#sb-next_hours .fa {
	font-size: 20px;
}
#sb-prev_hours:hover,
#sb-next_hours:hover {

}
#sb-prev_hours {
	left: -30px;
}
#sb-next_hours {
	right: -30px;
}
#sb-timesheet td {
	padding: 3px;
}
#sb-timesheet_nav,
#sb-timesheet_header,
#sb-timesheet_cell {
	position: relative;
}
#sb-timesheet_header {
	clear: both;
}
#sb-timesheet_header &gt; div {
	display: table;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto;
}
#sb-timesheet_header &gt; div &gt; div {
	display: table-cell;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 60px;
	padding: 8px 0;
}
#sb-timesheet_header &gt; div &gt; div:last-child {
	border-right: 1px solid #ddd;
}
.sb-event_canvas {
	min-height: 40px !important;
	background: #fff !important;
	position: relative;
}
.sb-event {
	position: absolute;
	top: 7px;
	height: 26px;
	background: rgba(36, 169, 104, 0.75);
	overflow: hidden;
	z-index: 1;
	cursor: hand;
}
.sb-event .title {
	color: #fff;
	font-size: 12px;
	line-height: 2.1;
	margin-left: 10px;
	position: absolute;
}
.sb-event .step {
	color: rgba(36, 169, 104, 0.75);
	margin-left: 9px;
	line-height: 2.1;
	display: inline-block;
	position: relative;
	z-index: 0;
	font-size: 12px;
	font-weight: 600;
}
.sb-event .step:before {
	content: "";
	background: #fff;
	display: block;
	border-radius: 50px;
	position: absolute;
	height: 16px;
	width: 16px;
	z-index: -1;
	top: 5px;
	left: -5px;
}
.sb-event .anchor {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#sb-x_guide {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	padding-left: 6px;
	border-left: 1px solid #1bffdf;
	font-size: 11px;
	line-height: 3.4;
	color: rgba(0, 0, 0, 0.5)
}
#sb-timesheet_cell table {
	background: #fff;
	margin: 0 auto;
}
#sb-timesheet_cell td {
	height: 40px;
	width: 60px;
	text-align: center;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
#sb-timesheet_cell td:last-child {
	border-right: 1px solid #ddd;
}
.sb-timesheet-nav-right {
	float: right;
	width: 25%;
	height: 10px;
}
</pre></body></html>