/* line 1, app/assets/stylesheets/jquery_gantt.css.scss */
.gantt {
  width: 100%;
  margin: 20px auto;
  border: 14px solid #ddd;
  position: relative;
  border-radius: 6px;
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/jquery_gantt.css.scss */
.gantt:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 22, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt {
  width: 100%;
}

/* line 26, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt *,
.fn-gantt *:after,
.fn-gantt *:before {
  box-sizing: border-box;
}

/* line 34, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .fn-content {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 40, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .row {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0;
}

/* === LEFT PANEL === */
/* line 50, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .leftPanel {
  float: left;
  width: 225px;
  overflow: hidden;
  border-right: 1px solid #DDD;
  position: relative;
  z-index: 20;
}

/* line 59, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .leftPanel .fn-label {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #484A4D;
  width: 110px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 69, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .leftPanel .row {
  border-bottom: 1px solid #DDD;
}

/* line 72, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .leftPanel .name, .fn-gantt .leftPanel .desc {
  float: left;
  height: 24px;
  width: 50%;
  background-color: #f6f6f6;
}

/* line 79, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .leftPanel .name {
  font-weight: bold;
}

/* line 83, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .leftPanel .fn-wide, .fn-gantt .leftPanel .fn-wide .fn-label {
  width: 100%;
}

/* line 87, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .leftPanel .spacer {
  background-color: #f6f6f6;
  width: 100%;
}

/* === RIGHT PANEL === */
/* line 97, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .rightPanel {
  overflow: hidden;
}

/* line 101, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .dataPanel {
  margin-left: 0;
  outline: 1px solid #DDD;
  /* TODO: Replace image with gradient?
    background-size: 24px 24px;
    background-image: linear-gradient(to left, rgba(221, 221, 221, 0.7) 1px, transparent 1px), linear-gradient(to top, rgba(221, 221, 221, 0.7) 1px, transparent 1px);
    */
  background-image: url(../img/grid.png);
  background-repeat: repeat;
  position: relative;
}

/* line 113, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .row.header {
  margin-right: -1px;
  width: 100%;
}

/* line 118, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .day, .fn-gantt .date {
  overflow: visible;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 11px;
  color: #484a4d;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-align: center;
}

/* line 131, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .sa, .fn-gantt .sn, .fn-gantt .wd {
  height: 24px;
  text-align: center;
}

/* line 136, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .sa, .fn-gantt .sn {
  color: #939496;
  background-color: #f5f5f5;
  text-align: center;
}

/* line 142, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .wd {
  background-color: #f6f6f6;
  text-align: center;
}

/* line 147, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .holiday {
  background-color: #ffd263;
  height: 24px;
}

/* line 152, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .today {
  background-color: #fff8da;
  height: 24px;
  font-weight: bold;
  text-align: center;
}

/* line 159, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .rightPanel .month, .fn-gantt .rightPanel .year {
  float: left;
  overflow: hidden;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  height: 24px;
  background-color: #f6f6f6;
  font-weight: bold;
  font-size: 11px;
  color: #484a4d;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-align: center;
}

/* line 173, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt-hint {
  border: 5px solid #edc332;
  background-color: #fff5d4;
  padding: 10px;
  position: absolute;
  display: none;
  z-index: 11;
  border-radius: 4px;
}

/* line 185, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .bar {
  background-color: #D0E4FD;
  height: 18px;
  margin: 0 3px 3px 0;
  position: absolute;
  z-index: 10;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset;
  border-radius: 3px;
}

/* line 200, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .bar .fn-label {
  line-height: 18px;
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #414B57 !important;
  text-align: center;
  font-size: 11px;
}

/* line 213, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .ganttRed {
  background-color: #F9C4E1;
}

/* line 216, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .ganttRed .fn-label {
  color: #78436D !important;
}

/* line 220, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .ganttGreen {
  background-color: #D8EDA3;
}

/* line 223, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .ganttGreen .fn-label {
  color: #778461 !important;
}

/* line 227, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .ganttOrange {
  background-color: #FCD29A;
}

/* line 230, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .ganttOrange .fn-label {
  color: #714715 !important;
}

/* === BOTTOM NAVIGATION === */
/* line 237, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .bottom {
  clear: both;
  background-color: #f6f6f6;
  width: 100%;
}

/* line 242, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate {
  border-top: 1px solid #DDD;
  padding: 10px 0 10px 225px;
}

/* line 247, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-slider {
  height: 20px;
  display: inline-block;
}

/* line 252, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-slider-left, .fn-gantt .navigate .nav-slider-right {
  text-align: center;
  height: 20px;
  display: inline-block;
}

/* line 258, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-slider-left {
  float: left;
}

/* line 262, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-slider-right {
  float: right;
}

/* line 266, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-slider-content {
  text-align: left;
  width: 160px;
  height: 20px;
  display: inline-block;
  margin: 0 10px;
}

/* line 274, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-slider-bar, .fn-gantt .navigate .nav-slider-button {
  position: absolute;
  display: block;
}

/* line 279, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-slider-bar {
  width: 155px;
  height: 6px;
  background-color: #838688;
  margin: 8px 0 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
  border-radius: 3px;
}

/* line 292, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-slider-button {
  width: 17px;
  height: 60px;
  background: url(/assets/slider_handle-59d20a24e46b3ef2f2dfea4215d9c7a4051e576a27795052722f2717cce274dc.png) center center no-repeat;
  left: 0;
  top: 0;
  margin: -26px 0 0 0;
  cursor: pointer;
}

/* line 302, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .page-number {
  display: inline-block;
  font-size: 10px;
  height: 20px;
}

/* line 308, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .page-number span {
  color: #666666;
  margin: 0 6px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}

/* line 316, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate a:link, .fn-gantt .navigate a:visited, .fn-gantt .navigate a:active {
  text-decoration: none;
}

/* line 320, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .nav-link {
  padding: 0rem 0rem !important;
  margin: 0 3px 0 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: #595959;
  background-image: url(/assets/icon_sprite-1e38fe9b6c51b837ba80c730c7f58283e1a60b2acdc758ce47f9415705c371c0.png) !important;
  border: 1px solid #454546;
  cursor: pointer;
  vertical-align: top;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

/* line 342, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .nav-link:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #FFF;
}

/* line 348, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-page-back {
  background-position: 1px 0 !important;
  margin: 0;
}

/* line 353, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-page-next {
  background-position: 1px -16px !important;
  margin-right: 15px;
}

/* line 358, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-slider .nav-page-next {
  margin-right: 5px;
}

/* line 362, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-begin {
  background-position: 1px -112px !important;
}

/* line 366, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-prev-week {
  background-position: 1px -128px !important;
}

/* line 370, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-prev-day {
  background-position: 1px -48px !important;
}

/* line 374, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-next-day {
  background-position: 1px -64px !important;
}

/* line 378, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-next-week {
  background-position: 1px -160px !important;
}

/* line 382, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-end {
  background-position: 1px -144px !important;
}

/* line 386, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-zoomOut {
  background-position: 1px -96px !important;
}

/* line 390, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-zoomIn {
  background-position: 1px -80px !important;
  margin-left: 15px;
}

/* line 395, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-now {
  background-position: 1px -32px !important;
}

/* line 399, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt .navigate .nav-slider .nav-now {
  margin-right: 5px;
}

/* line 403, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000',GradientType=0 );
  background: rgba(0, 0, 0, 0.75);
  cursor: wait;
  z-index: 30;
}

/* line 414, app/assets/stylesheets/jquery_gantt.css.scss */
.fn-gantt-loader-spinner span {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 1em;
  line-height: 1em;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}

/* line 430, app/assets/stylesheets/jquery_gantt.css.scss */
.row:after {
  clear: both;
}
