
#schedule{

}
#schedule .clear{ clear:both; height: 0; line-height: 0;}
#schedule .sc_wrapper{
}
#schedule .sc_control_load {
	background-color: #c0c0c0;
	color: #000;
	font-size: 12px;
	font-weight: 200;
	filter: alpha(opacity=4);
	opacity: 0.4;
	width: 100px;
	height: 28px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	left: 50%;
	z-index: 9999;
	display: none;
	cursor: pointer;
	background-image: url('images/load_more.gif');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#schedule .sc_control_days {
	width:100%;
	height:20px;
	/*background-color: #eee;*/
	display: flex;
	position: absolute;
	z-index: 9;
}
#schedule .sc_control_days .scrollbarX,
#schedule .sc_control_days .btnPrev,
#schedule .sc_control_days .btnNext {
	width:16px;
	height: 100%;
	text-align: center;
	cursor:pointer;
	color: #c0c0c0;
	font-size: 30px;
	line-height: 20px;
	border:solid 1px #c0c0c0;
	border-radius: 5px;
}
#schedule .sc_control_days .btnClear {
	width:27px;
	height:27px;
}
#schedule .sc_control_days .scroll {
	width: 100%;
}
#schedule .sc_control_days .btnNext svg,
#schedule .sc_control_days .btnPrev svg,
#schedule .sc_control_employees .btnUp svg,
#schedule .sc_control_employees .btnDown svg {
	margin-top:-7px;
	width: 15px !important;
}
#schedule .sc_control_days .btnPrev {
	border-radius: 3px 0px 0px 3px;
}
#schedule .sc_control_days .btnNext {
	margin-left: auto;
	border-radius: 0px 3px 3px 0px;
}
#schedule .sc_control_employees .btnUp {
	border-radius: 3px 3px 0px 0px;
}
#schedule .sc_control_employees .btnDown {
	border-radius: 0px 0px 3px 3px;
}

#schedule .sc_control_days .scroll {
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	position: relative;
}

#schedule .sc_control_employees {
	height:100%;
	width:15px;
	/*background-color: #eee;*/
	display: block;
	right: 1px;
	margin-top:80px;
	margin-right:5px;
	position: absolute;
}
#schedule .sc_control_employees .scrollbarY,
#schedule .sc_control_employees .btnUp,
#schedule .sc_control_employees .btnDown {
	height:16px;
	width: 100%;
	text-align: center;
	cursor:pointer;
	color:#c0c0c0;
	font-size: 28px;
	line-height: 1px;
	border:solid 1px #c0c0c0;
	border-radius: 5px;
}
#schedule .sc_control_employees .scroll {
	height: 100%;
}
#schedule .sc_control_employees .btnDown {
	margin-bottom: auto;
}
#schedule .sc_control_employees .scroll {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	position: relative;
}
#schedule .sc_control_employees .scrollbarY {
	/*background-image: url('images/bg_barraX.png');
	background-repeat:repeat-y*/
	background-color: #c0c0c0;
}
#schedule .sc_control_days .scrollbarX {
	/*background-image: url('images/bg_barraY.png');
	background-repeat: repeat-x;*/
	background-color: #c0c0c0;
}

#schedule .sc_menu{
	width:100%;
	height:26px;
}
#schedule .sc_menu .sc_header_cell{
	float:left;
}
#schedule .sc_menu .sc_header{
	float:left;
	height:66px;
	position:relative;
	overflow:hidden;
	margin-top: 27px;
}
#schedule .sc_menu .sc_header .sc_time{
	text-align:center;
	border-left:solid 1px #FFF;
	background:#6187AE;
	border-color: #c0c0c0;
}
#schedule .sc_menu .sc_header_cell,
#schedule .sc_data{
	float:left;
	/*font-weight:bold;
	background:#6187AE;*/
	border-color: #c0c0c0;
	color: #000;
	position:relative;
}

#schedule .sc_menu .sc_header_date_scroll{
	position:absolute;
	left:0;
	top:35px;
}
#schedule .sc_menu .sc_header_week_scroll{
	position:absolute;
	left:0;
	top:20px;
	height:15px;
}
#schedule .sc_menu .sc_header_month_scroll{
	position:absolute;
	left:0;
	top:0;
	height:15px;
}

#schedule .sc_menu .sc_header_scroll,
#schedule .sc_data .sc_data_scroll{
	position:absolute;
	left:0;
	top:0;
}

#schedule .sc_menu .sc_header_cell,
#schedule .sc_header .sc_time,
#schedule .sc_main_scroll .sc_time{
	color:#000;
	padding:4px 0;
	line-height:18px;
	height:18px;
	display:block;
}
#schedule .sc_header .sc_time,
#schedule .sc_main_scroll .sc_time{
	float:left;
}
#schedule .sc_main_box,
#schedule .sc_data{
	/*max-height:500px;*/
	overflow:hidden;
}
#schedule .sc_main_box{
	float:left;
	overflow-x:auto;
	overflow-y:auto;
}
#schedule .sc_main_box {
	scrollbar-width: none;
}
#schedule .sc_main_box::-webkit-scrollbar {
    display: none;
}

#schedule .sc_main_scroll{
	overflow: hidden;
}
#schedule .sc_main{
	position:relative;
}
#schedule .timeline{
	position:relative;
	margin:1px;
	border-right:solid 1px #ccc;
	box-shadow: 5px 0px 5px #ccc;
}
#schedule .timeline:before {
	background:none;
}
#schedule .sc_Bar{
	position:absolute;
	/*color:#FFF;
	background:#ff4800;*/
	cursor:pointer;
	z-index:10;
	box-shadow: 2px 2px 4px #ccc;
	-moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
}
#schedule .sc_Bar.ghost {
	filter: alpha(opacity=6);
  	opacity: 0.6;
}

#schedule .ui-draggable-dragging,
#schedule .ui-resizeable{
	z-index:20;
}
#schedule .sc_Bar .head{
	display:block;
	padding:2px;
	font-size:12px;
	line-height: 12px;
	height:16px;
	overflow:hidden;
	text-overflow: ellipsis;
	position: absolute;
}
#schedule .sc_Bar .text{
	display:block;
	padding:2px;
	font-size:14px;
	line-height: 14px;
	height:18px;
	overflow:hidden;
	text-overflow: ellipsis;
	position: absolute;
	top:16px;
}
#schedule .timeline,
#schedule .sc_main .tb{
	border-bottom:solid 1px #666;
}
#schedule .sc_data .timeline{
	overflow:hidden;
}
#schedule .sc_data .timeline span{
	padding:1px;
	display:block;
	font-size:12px;
}
#schedule .sc_data .timeline span.photo{
	float:left;
	width:36px;
	height:36px;
	padding:10px 0 10px 10px;
}
#schedule .sc_data .timeline span.title{
	float:left;
	padding:10px 0 10px 10px;
	width:92px;
}
#schedule .sc_main_scroll .sc_main{
}
#schedule .sc_main_scroll .sc_main .tl{
	float:left;
	height:100%;
	border-right:solid 1px #CCC;
}
#schedule .sc_main_scroll .sc_main .tl:hover{
	background:#F0F0F0;
}
#schedule .sc_main_scroll .sc_main .tl.disabled:hover{
	background: initial;
}

#schedule .sc_header .sc_month,
#schedule .sc_header .sc_week,
#schedule .sc_header .sc_date {
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	/*background: black;*/
	color: #666;
	float:left;
	padding: 1px;
}

#schedule .sc_header .sc_header_month_fixed {
	position: absolute;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#schedule .sc_header .sc_date {
	border-left: 1px solid #ccc;
}

#schedule .sc_header .sc_date.sunday,
#schedule .sunday {
	color: #ddd;
}
#schedule .sc_header .sc_date.today,
#schedule .today {
	background-color: #ff0;
}

#schedule .sc_header_time {
	float:left;
}

#schedule .sc_time {
	font-size: 10px;
}

#schedule .cant_res {
	background-color: #eee !important;
}

#schedule .selected_time,
#schedule .newAdd {
	background-color: #00a0d0 !important;
}
#schedule .can_res {
	cursor: pointer;
}
#schedule .can_res.disabled {
	cursor:default;
}

.filter_schedule label {
	padding-left:10px;
}
.filter_schedule label:first-child {
	padding-left:0px;
}
.filter_schedule span {
	white-space: nowrap;
}