.schedule-view {

}

.schedule-view .fullheight-btn-left, .schedule-view .fullheight-btn-right {
	z-index: 88;
	border: 1px solid #A6A6A6;
	width: 40px;
	height: 100%;
	cursor: pointer;
	text-align: center;
	background-color: #E6E6E6;
	color: #A6A6A6;
}
.schedule-view .fullheight-btn-left:hover, .schedule-view .fullheight-btn-right:hover {
	background-color: #CCCCCC;
	color: #808080;
}
.schedule-view .fullheight-btn-left {
	position: fixed;
	left: 0;
	top: 0px;
}
.schedule-view .fullheight-btn-right {
	position: fixed;
	right: 0;
	top: 0px;
}

.schedule-view .fullheight-btn-left span, .schedule-view .fullheight-btn-right span {
	position: relative;
	top: 50%;
	display: inline-block;
	vertical-align: middle;
}

.schedule-view .fixed-header {
	position: fixed;
	z-index: 99;
	border-bottom: 1px solid #A6A6A6;
	background-color: #FFF;
	width: 100%;
	padding: 5px 40px;
}

.schedule-view .org-logo-box, .schedule-view .efish-logo-box {
	height: 40px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	color: #666666;
}
.schedule-view .org-logo-box img {
	max-height: 40px;
	margin-right: 20px;
}
.schedule-view .efish-logo-box img {
	max-height: 40px;
}

.schedule-view .filters-box {

}
.schedule-view .new-account-prompt {
}
.schedule-view .schedule-box {
	margin: 40px 40px 0px 40px;
}

.schedule-view .edit-table {
	width: 100%;
}
.schedule-view .edit-table thead th {
	padding: 4px 4px;
}
.schedule-view .edit-table thead a {
	text-decoration: none;
	color: #808080;
}
.schedule-view .edit-table thead a:hover {
	color: #5C5C5C;
}
.schedule-view .edit-table .jobgroup-row {
	border-bottom: 2px solid #b2b2b2;
}
.schedule-view .edit-table .jobgroup-title {
	background-color: #5c5c5c;
	color: #fff;
}
.schedule-view .edit-table .jobgroup-title td{
	padding: 4px 6px;
	vertical-align: top;
}
.schedule-view .edit-table .employee-row {
	border-bottom: 1px solid #b2b2b2;
}
.schedule-view .edit-table .employee-row .employee-info {
	vertical-align: top;
	font-weight: bold;
}
.schedule-view .edit-table .employee-row .employee-info .employee-contact {
	font-weight: normal;
	font-size: 11px;
}

.schedule-view .data-table {
	width: 100%;
}
.schedule-view .data-table .dayshift-row {
	border-bottom: 1px dotted #b2b2b2;
}
.schedule-view .data-table .dayshift-row:last-child {
	border-bottom: 1px dotted transparent;
}
.schedule-view .data-table .dayshift-row td {
	padding: 4px 4px;
	border-left: 1px dotted #b2b2b2;
}
.schedule-view .data-table .dayshift-row td:first-child {
	border-left: 1px dotted transparent;
}
.schedule-view .data-table .dayshift-row .dayshift-box {
	vertical-align: top;
}
.schedule-view .data-table .dayshift-row .job-box {
	padding: 2px;
	cursor: default;
}
.schedule-view .data-table .dayshift-row .job-box:hover {
	background-color: #D9DCD3;
}

.schedule-view .data-table .dayshift-row .job-box .job-name {
	font-weight: bold;
}
.schedule-view .data-table .dayshift-row .job-box .job-time {
	font-size: 12px;
}
.schedule-view .data-table .dayshift-row .job-box .job-tags {
	font-size: 10px;
	color: #993300;
	line-height: 12px;
}

.progress {
	margin-bottom: 5px;
}