.jq-schedule * {
  box-sizing: border-box;
}
.jq-schedule .sc_wrapper::after,
.jq-schedule .sc_menu::after {
  content: "";
  display: table;
  clear: both;
}
.jq-schedule .sc_menu {
  width: 100%;
  height: 26px;
}
.jq-schedule .sc_menu .sc_header_cell {
  float: left;
}
.jq-schedule .sc_menu .sc_header {
  float: left;
  height: 26px;
  position: relative;
  overflow: hidden;
}
.jq-schedule .sc_menu .sc_header .sc_time {
  text-align: left;
  border-left: solid 1px #fff;
  background: #8172b4;
  font-size: 13px;
  padding-left: 5px;
}
.jq-schedule .sc_menu .sc_header_cell,
.jq-schedule .sc_data {
  float: left;
  font-weight: bold;
  color: #fff;
  background: #0e81ad;
  position: relative;
  border-bottom: 1px solid #fff;
}
.jq-schedule .sc_menu .sc_header_scroll,
.jq-schedule .sc_data .sc_data_scroll {
  position: absolute;
  left: 0;
  top: 0;

}
.timeline-title{
  font-size: 12px;
  line-height: 14px;
}
 .timeline a:link, .timeline a:hover, .timeline a:visited{
   color:#fff;
}

.jq-schedule .sc_menu .sc_header_cell,
.jq-schedule .sc_header .sc_time,
.jq-schedule .sc_main_scroll .sc_time {
  color: #fff;
  padding: 0;
  line-height: 26px;
  height: 26px;
  display: block;
}
.jq-schedule .sc_header .sc_time,
.jq-schedule .sc_main_scroll .sc_time {
  float: left;
}
.jq-schedule .sc_main_box,
.jq-schedule .sc_data {
  max-height: 1000px;
  overflow: hidden;
}
.jq-schedule .sc_main_box {
  float: left;
  overflow-x: auto;
  overflow-y: auto;
}
.jq-schedule .sc_main {
  position: relative;
}
.jq-schedule .timeline {
  position: relative;
}
.jq-schedule .ui-draggable-dragging,
.jq-schedule .ui-resizeable {
  z-index: 20;
}
.jq-schedule .sc_bar {
  position: absolute;
  color: #333;
  background: #eeded7;
  cursor: pointer;
  z-index: 10;

}
.time{
  font-size: 13px;
  font-weight: bold;

}
.jq-schedule .sc_bar .head {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  padding: 0 5px;
  height: 20px;
  overflow: hidden;
}
.jq-schedule .sc_bar .text {
  display: block;
  margin-top: 6px;
  font-weight: bold;
  padding: 0 14px;
  height: 1.2em;
  overflow: hidden;
}
.jq-schedule .sc_bar .ui-resizable-handle {
  display: block;
  content: " ";
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 0;
  display: none;
}
.jq-schedule .sc_bar .ui-resizable-handle.ui-resizable-e {
  right: 0;
}
.jq-schedule .sc_bar .ui-resizable-handle.ui-resizable-w {
  left: 0;
}
.timeline{
  border-bottom: solid 1px #e9e9e9;
  z-index: 777;
}

.sc_main .timeline{
  border-bottom: solid 2px #0e81ad;
  z-index: 777;
  text-align: left;
}

.sc_main .timeline a{
display: block;
height: 100%;
}

.sc_header_cell{
  border-radius:10px 0 0 0 !important;
}
.sc_wrapper{

    border-radius: 0 0 10px 10px !important;
}
.jq-schedule .sc_main .tb {

  z-index: 777;
}
.jq-schedule .sc_data .timeline {
  overflow: hidden;
  padding: 8px;
  text-align: left;
}
.jq-schedule .sc_data .timeline span {
  display: block;
}
.jq-schedule .sc_data .timeline span.timeline-subtitle {
  font-size: 0.8em;
  color: #cccccc;
}
.jq-schedule .sc_main_scroll .sc_main .tl {
  float: left;
  height: 100%;
  border-right: solid 1px #e5e5e5;
}
.jq-schedule .sc_main_scroll .sc_main .tl:hover {
  background: #f0f0f0;
}
.jq-schedule .ui-state-disabled {
  opacity: 1;
}
.jq-schedule .ui-state-disabled .ui-resizable-handle {
  display: none;
}
.jq-schedule .ui-state-disabled .ui-resizable-handle:hover {
  cursor: auto;
}
.jq-schedule .ui-draggable-disabled {
  opacity: 0.8;
}