
.schedule *{
	box-sizing: initial;
}
.schedule .clear{ clear:both; height: 0; line-height: 0;}
.schedule .sc_wrapper{
}
.schedule .sc_menu{
	width:100%;
	height:26px;
}
.schedule .sc_menu .sc_header_cell{
	float:left;
}
.schedule .sc_menu .sc_header{
	float:left;
	height:26px;
	position:relative;
	overflow:hidden;
}
.schedule .sc_menu .sc_header .sc_time{
	text-align:center;
	border-left:solid 1px #FFF;
	background:#7E57C2;
}
.schedule .sc_menu .sc_header_cell,
.schedule .sc_data{
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	background:#333;
	position:relative;
}
.schedule .sc_data2{
	width: 50px;
	float:right;
	font-weight:bold;
	color:#FFFFFF;
	background:#333;
	position:relative;
}
.schedule .sc_menu .sc_header_scroll,
.schedule .sc_data .sc_data_scroll{
	position:absolute;
	left:0;
	top:0;
}
.schedule .sc_data2 .sc_data2_scroll{
	position:absolute;
	right:0;
	top:0;
}
.schedule .sc_menu .sc_header_cell,
.schedule .sc_header .sc_time,
.schedule .sc_main_scroll .sc_time{
	color:#FFFFFF;
	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_scroll{
}
.schedule .sc_main{
	position:relative;
}
.schedule .timeline{
	position:relative;
	margin: 0;
}
.schedule .sc_Bar{
	position:absolute;
	color:#4c4c4c;
	/* background:#bdbdbd; */
	background: rgba(96, 125, 139, 0.85);
	cursor:pointer;
	z-index:10;
	border: 1px solid white;	
	height: 26px!important;
	/*box-shadow: 2px 2px 4px #333;
	-moz-box-shadow: 2px 2px 4px #333;
	-webkit-box-shadow: 2px 2px 4px #333;*/
}

.schedule .sc_Bar.green{
	background: rgba(0, 166, 90, 0.80);
}

.schedule .sc_Bar.red{
	background: rgba(239, 83, 80, 0.80);
}

.schedule .sc_Bar.blue{
	background: rgba(33, 150, 243, 0.80);
}



.schedule .ui-draggable-dragging,
.schedule .ui-resizeable{
	z-index:20;
}
.schedule .sc_Bar .head{
	display:inline-block;
	padding:2px 2px;
	font-size:10px;
	height:16px;
	overflow:hidden;
	/* display: none; */
}
.schedule .sc_Bar .text{
	display:inline-block;
	padding:2px 2px;
	font-weight:bold;
	height:20px;
	overflow:hidden;
}
.schedule .timeline,
.schedule .sc_main .tb{
	border-bottom:solid 2px #666;
}
.schedule .sc_data .timeline{
	overflow:hidden;
}
.schedule .sc_data .timeline span{
	/*padding:10px;
	display:block;*/
	padding:5px;
	display:inline-block;
}
.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 .tl2{
	float:left;
	height:100%;
	background-color: rgba(156, 156, 156, 0.4);
	border-right:solid 1px #CCC;
}



.schedule .sc_main_scroll .sc_main .tl:hover{
	background:#F0F0F0;
}

.schedule .timeline::before{
	background-color: transparent!important;
}

.schedule .money{
	padding:5px;color:green;float:right;font-size:12px;
}