﻿@font-face {
  font-family: "skolasansregular";
  src: url("../fonts/skolasans-regular-webfont.eot");
  src: url("../fonts/skolasans-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/skolasans-regular-webfont.ttf") format("truetype"),
    url("../fonts/skolasans-regular-webfont.svg#skolasansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
p {
  margin: 0;
  padding: 0;
}
.input[type="checkbox"] {
  outline: none !important;
  box-shadow: none !important;
}

input[type="checkbox"] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type="checkbox"] + label.checkbox_label {
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 44% 0;
  vertical-align: middle;
  cursor: pointer;
  width: 95%;
  margin-top: 6px;
  line-height: 24px;
}
input[type="checkbox"]:checked + label.checkbox_label {
  background-position: 44% -24px;
}
label.checkbox_label {
  background-image: url(/compliance-qm-systems-js-core/css/images/login_checkbox_sprite.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ganttChart {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "skolasansregular";
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ganttContainer {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}

.ganttHeaderGroup {
  display: table-header-group;
}

/*old
.ganttHeader {
    display: table-row;
    height: 50px;
}
    */

.ganttHeader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
}

.ganttHeaderCell {
  display: table-cell;
}

.ganttHeaderTable {
  display: table;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  margin-top: -1px;
}

.ganttHeaderRow {
  display: table-row;
  line-height: 50px;
}

.ganttaskHeader {
  display: table-cell;
  width: 420px;
  border-right: 1px solid #cecece;
  text-align: center;
  vertical-align: top;
  font-size: 15px;
  text-transform: uppercase;
}
.ganttaskHeader .add {
  width: 27px;
  height: 26px;
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  float: right;
  margin-right: 65px;
}

.ganttDaysHeader {
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 0 40px;
  justify-content: space-between;
  align-items: center;
}

.ganttDaysContainer {
  display: block;
  position: relative;
  height: 50px;
  margin-right: 17px;
}

.ganttDaysTable,
.ganttWeeksTable,
.ganttMonthsTable {
  display: table;
  height: 100%;
  position: absolute;
}

.ganttDaysRow,
.ganttWeeksRow,
.ganttMonthsRow {
  display: table-row;
}

.ganttDaysRow > div,
.ganttWeeksRow > div,
.ganttMonthsRow > div {
  display: table-cell;
  height: 100%;
  text-align: left;
  font-size: 12px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index: -1;
  min-width: 40px;
  position: relative;
}

.ganttDaysHeader .ganttDaysRow > div,
.ganttDaysHeader .ganttWeeksRow > div,
.ganttDaysHeader .ganttMonthsRow > div {
  border-right: 1px solid #cecece;
}
.ganttDaysRow > div.blue {
  background-color: blue;
}

.ganttDaysDataSlider,
.ganttWeeksDataSlider,
.ganttMonthsDataSlider {
  position: relative;
}

.ganttDaysCells,
.ganttWeeksCells,
.ganttMonthsCells {
  user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
}

/* old


    .ganttData {
    display: table-row;
}*/

.ganttData {
  position: absolute;
  top: 50px;
  left: 0px;
  bottom: 71px;
  width: 100%;
}

/* old
    .ganttDataContainer {
    display: table-cell;
}*/

.ganttDataContainer {
  height: 100%;
  overflow-y: scroll;
}

.ganttDataContainerTable {
  display: table;
  width: 100%;
}

.ganttDataContainerRow {
  display: table-row;
}

.ganttDataScrollContainer {
  height: 700px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ganttTaskData {
  display: table-cell;
  width: 420px;
  max-width: 420px;
  border-right: 1px solid #cecece;
  vertical-align: top;
  overflow: visible;
}
.ganttTaskData .ganttObjectContainer {
  position: relative;
  width: 420px;
  max-width: 420px;
  height: 30px;
  display: block;
}
.ganttTaskData .ganttObjectContainer > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 419px;
  height: 30px;
  overflow: hidden;
  background-color: #fafafa;
}

.ganttTaskData .ganttObjectContainer .ganttDataTask.full_width,
.ganttTaskData .ganttObjectContainer .ganttDataPhase.full_width {
  overflow: visible;
  background-color: #fff;
  z-index: 1;
  border-right: 1px solid #cecece;
}
.ganttTaskData .ganttObjectContainer .ganttDataTask.full_width .objName,
.ganttTaskData .ganttObjectContainer .ganttDataPhase.full_width .objName {
  width: auto;
}

.objName {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 260px;
}

.ganttDaysData {
  display: table-cell;
  position: relative;
  overflow: hidden;
}

.ganttDataPhase {
  display: block;
  height: 40px;
  border-bottom: 1px solid #cecece;
  line-height: 30px;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: top;
}
.ganttDataPhase.level_0 {
  padding-left: 15px;
}
.ganttDataPhase.level_1 {
  padding-left: 40px;
}

.ganttDataTask {
  display: block;
  height: 40px;
  border-bottom: 1px solid #cecece;
  line-height: 30px;
  font-size: 13px;
  white-space: nowrap;
}
.ganttDataTask.level_1 {
  padding-left: 60px;
}
.ganttDataTask.level_2 {
  padding-left: 80px;
}
.ganttDataTask.strikeout p {
  text-decoration: line-through;
}
.toggle_icon {
  float: left;
}
.ganttDataPhase.collapsed > .toggle_icon {
  background-image: url(/compliance-qm-systems-js-core/css/images/arrows_up_down_sprite.png);
  background-position: 0 -42px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 7px;
  display: inline-block;
  margin: 0;
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
}
.ganttDataPhase.expanded > .toggle_icon {
  background-image: url(/compliance-qm-systems-js-core/css/images/arrows_up_down_sprite.png);
  background-position: 0 -12px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 7px;
  display: inline-block;
  margin: 0;
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
}

.ganttDataPhase.collapsed.selectedLine > .toggle_icon {
  background-image: url(/compliance-qm-systems-js-core/css/images/white_arrows_up_down_sprite.png);
  background-position: 0 -36px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 7px;
  display: inline-block;
  margin: 0;
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
}
.ganttDataPhase.expanded.selectedLine > .toggle_icon {
  background-image: url(/compliance-qm-systems-js-core/css/images/white_arrows_up_down_sprite.png);
  background-position: 0 -12px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 7px;
  display: inline-block;
  margin: 0;
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
}

.ganttTaskData .add.phase {
  width: 27px;
  height: 26px;
  display: inline-block;
  margin: 0;
  /*margin-top: 4px;*/
  cursor: pointer;
  float: right;
  position: absolute;
  right: 35px;
}
.ganttTaskData .add.task {
  width: 27px;
  height: 26px;
  display: inline-block;
  margin: 0;
  /*margin-top: 4px;*/
  cursor: pointer;
  float: right;
  position: absolute;
  right: 3px;
}
.ganttaskHeader .add.phase_inactive {
  background-image: url(/compliance-qm-systems-js-core/css/images/level_1_inactive.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ganttaskHeader .add.phase {
  background-image: url(/compliance-qm-systems-js-core/css/images/level_1_active.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  outline: none;
}

.ganttTaskData .add.phase_inactive {
  background-image: url(/compliance-qm-systems-js-core/css/images/level_2_inactive.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ganttTaskData .add.phase {
  background-image: url(/compliance-qm-systems-js-core/css/images/level_2_active.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ganttTaskData .add.task_inactive {
  background-image: url(/compliance-qm-systems-js-core/css/images/level_3_inactive.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ganttTaskData .add.task {
  background-image: url(/compliance-qm-systems-js-core/css/images/level_3_active.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ganttaskHeader .selectedLine .add.phase {
  background-image: url(/compliance-qm-systems-js-core/css/images/level_1_hover.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.ganttTaskData .selectedLine .add.phase {
  background-image: url(/compliance-qm-systems-js-core/css/images/level_2_hover.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.ganttTaskData .selectedLine .add.task {
  background-image: url(/compliance-qm-systems-js-core/css/images/level_3_hover.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ganttDaysContent {
  display: table-cell;
  border-right: 1px solid #cecece;
  height: 100%;
  text-align: center;
  font-size: 12px;
}

.ganttDaysDataBox {
  height: 40px;
  border-bottom: 1px solid #cecece;
}

.ganttDaysDataBoxContent {
  display: inline-block;
  border-right: 1px solid #cecece;
  width: 150px;
  height: 100%;
  text-align: center;
}

.PhaseBar {
  background-color: red;
  height: 10px;
  position: absolute;
  margin-top: 5px;
  border-radius: 10px;
}

.PhaseProgressBar {
  background-color: yellow;
  height: 10px;
  position: absolute;
  margin-top: 25px;
  border-radius: 10px;
}

.TaskBar {
  background-color: blue;
  height: 10px;
  position: absolute;
  margin-top: 5px;
  border-radius: 10px;
}

.TaskProgressBar {
  background-color: yellow;
  height: 10px;
  position: absolute;
  margin-top: 25px;
  border-radius: 10px;
}

.ganttDaysDataContainer {
  display: block;
  position: relative;
  height: 30px;
  border-bottom: 1px solid #cecece;
}

.ganttDaysDataContainer * .ganttCell {
  position: relative;
  display: table-cell;
  height: 100%;
  min-width: 40px;
}
.ganttDaysDataContainer * .ganttCell.left_border {
  border-left: 1px solid #cecece;
}
.ganttDaysDataContainer * .ganttCell.right_border {
  border-right: 1px solid #cecece;
}

.ganttDaysContainer * .ganttCell > p {
  position: absolute;
  display: inline;
  line-height: 18px;
  font-size: 12px;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  margin-top: 6px;
}
.ganttDaysContainer * .ganttCell .day {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}
.ganttDaysContainer * .ganttCell .full_date {
  display: block;
  font-size: 11px;
}
.ganttDaysDataContainer.strikeout .gantt_taskActualBar,
.ganttDaysDataContainer.strikeout .gantt_taskScheduledBar {
  display: none !important;
}

.ganttObjectContainer.closed,
div[parent].closed {
  display: none;
}

.gantt_PhaseCell {
  background-image: url("/css/images/FullPhase.png");
  background-repeat: repeat-x;
}

.gantt_TaskCell {
  background-image: url("/css/images/FullTask.png");
  background-repeat: repeat-x;
}

.gantt_PhaseCell.gantt_Actual {
  background-image: url("/css/images/FullPhaseWithActual.png") !important;
  background-repeat: repeat-x;
}

.gantt_TaskCell.gantt_Actual {
  background-image: url("/css/images/FullTaskWithActual.png") !important;
  background-repeat: repeat-x;
}

.gantt_Actual {
  background-image: url("/css/images/Actual.png");
  background-repeat: repeat-x;
}

.gantt_rightDrag {
  display: none;
  position: absolute;
  right: -29px;
  top: -6px;
  width: 20px;
  height: 40px;
  cursor: e-resize;
  background-color: transparent;
  border-left: none;
  z-index: 10;
  background-image: url(/compliance-qm-systems-js-core/css/images/right_arrow_gantt.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}

.ganttDaysDataContainer:hover * .gantt_rightDrag {
  display: block;
}

.gantt_leftDrag {
  display: none;
  position: absolute;
  left: -29px;
  top: -6px;
  width: 20px;
  height: 40px;
  cursor: e-resize;
  background-color: transparent;
  z-index: 10;
  background-image: url(/compliance-qm-systems-js-core/css/images/left_arrow_gant.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}

.ganttDaysDataContainer:hover * .gantt_leftDrag {
  display: block;
}

.gantt_WeekrightDrag {
  position: absolute;
  right: -1px;
  top: 0;
  width: 3px;
  height: 52px;
  /*cursor: e-resize;*/
  opacity: 1;
  background-color: #979797;
}

.gantt_WeekleftDrag {
  position: absolute;
  left: -1px;
  top: 0;
  width: 3px;
  height: 52px;
  cursor: e-resize;
  opacity: 1;
  background-color: #979797;
}

.gantt_rightDrag > .gantt_subDrag_right {
  background-color: #65c16f;
  height: 12px;
  width: 0;
  position: absolute;
  left: 1px;
  cursor: e-resize;
}

.gantt_rightDrag > .gantt_subDrag_left {
  height: 12px;
  width: 0;
  position: absolute;
  right: -1px;
  cursor: e-resize;
  background-color: white;
}

.gantt_leftDrag > .gantt_subDrag_right {
  background-color: #b2bfac;
  height: 9px;
  width: 0;
  position: absolute;
  left: 0;
  cursor: e-resize;
}

.gantt_leftDrag > .gantt_subDrag_left {
  background-color: #65c16f;
  height: 9px;
  width: 0;
  position: absolute;
  right: 0;
  cursor: e-resize;
}

.WeekMainContainer {
  height: 71px;
  width: 100%;
  bottom: 0px;
  position: absolute;
  font-size: 15px;
  z-index: 101;
}

.WeekSubContainer {
  display: block;
  margin-left: 420px;
  margin-right: 17px;
  position: relative;
}

.WeekContainer {
  display: block;
  position: absolute;
  width: 100%;
  height: 71px;
  background-color: white;
  top: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  border: 1px solid #e2e2e2;
  user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
}

.WeekRow {
  display: block;
  white-space: nowrap;
  height: 52px;
  width: auto;
  clear: none;
}

.WeekCell {
  width: 140px;
  line-height: 25px;
  position: relative;
  float: left;
  height: 52px;
}

.WeekCell > span {
  padding-left: 5px;
  border-left-color: #e2e2e2;
  border-left-width: 2px;
  border-left-style: solid;
  display: block;
  height: 100%;
  font-size: 13px;
}

.WeekContainerTable {
  height: 50px;
  width: 100%;
  position: relative;
  display: table;
}

.MonthRow {
  display: block;
  position: relative;
  white-space: nowrap;
}

.MonthCell {
  line-height: 30px;
  position: relative;
  display: inline-block;
  font-size: 17px;
  float: left;
}

.MonthCell > span {
  padding-left: 5px;
  border-left-color: black;
  border-left-width: 2px;
  border-left-style: solid;
}

.ProgressContainer {
  position: absolute;
  display: block;
  height: 15px;
  top: 0;
  left: 0;
  right: 0;
}

.ProgressBar {
  height: 3px;
  position: absolute;
  left: 0;
  width: 0;
}
.ProgressBar.scheduled {
  background-color: #00a3d3;
  border: 1px solid #00a3d3;
  top: 0;
}
.ProgressBar.actual {
  background: #a5dbee;
  border: 1px solid #a5dbee;
  top: 3px;
}

.WeekSelector {
  position: absolute;
  display: block;
  width: 140px;
  height: 52px;
  left: 0;
  top: 0;
  cursor: -webkit-grab;
}
.WeekSelector .gantt_WeekOpacity {
  opacity: 0.5;
  background-color: #d7d7d7;
  width: 136px;
  height: 100%;
  margin: 0 2px;
}

.WeekButton {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  opacity: 0.3;
  background-color: black;
  top: 15px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
.WeekButton:hover {
  opacity: 1;
}
.WeekButton.AddNewWeekButton {
  right: 0;
  background-image: url(/compliance-qm-systems-js-core/css/images/add_new_week.png);
}
.WeekButton.GoToWeekStartButton {
  left: 0;
  background-image: url(/compliance-qm-systems-js-core/css/images/scroll_home.png);
}
.WeekButton.GoBackOneWeek {
  left: 26px;
  background-image: url(/compliance-qm-systems-js-core/css/images/go_back_week.png);
}

.WeekButton.GoForwardOneWeek {
  right: 0;
  background-image: url(/compliance-qm-systems-js-core/css/images/go_forward_week.png);
}
.gantt_taskActualBar,
.gantt_taskScheduledBar,
.gantt_phaseActualBar,
.gantt_phaseScheduledBar {
  position: absolute !important;
  width: 0px;
  height: 8px;
  width: 100px;
}

.gantt_taskActualBar {
  top: 21px;
  /*background: #99D4EA;
    border: 1px solid #99D4EA;*/
  opacity: 1;
  z-index: 1;
}

.gantt_taskScheduledBar {
  top: 13px;
  /*background-color: #0093CB;
    border: 1px solid #0093CB;*/
  cursor: -webkit-grab;
  opacity: 1;
  z-index: 1;
}

.gantt_phaseActualBar {
  top: 21px;
  /*background: #CECECE;
    border: 1px solid #CECECE;*/
  opacity: 1;
  z-index: 1;
}

.gantt_phaseScheduledBar {
  top: 13px;
  /*background-color: #858585;
    border: 1px solid #858585;*/
  opacity: 1;
  z-index: 1;
}

.gantt_taskActualBar .line {
  background: #5fb9db;
  border: 1px solid #5fb9db;
  width: 100%;
  height: 100%;
}
.gantt_taskScheduledBar .line {
  background-color: #0093cb;
  border: 1px solid #0093cb;
  width: 100%;
  height: 100%;
}
.overObject .gantt_taskScheduledBar .line .arrows {
  position: absolute;
  top: -17px;
  width: 43px;
  height: 40px;
  left: 50%;
  margin-left: -22px;
  cursor: -webkit-grab;
  background-color: transparent;
  border-left: none;
  z-index: 10;
  background-image: url(/compliance-qm-systems-js-core/css/images/arrows_gantt.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
}
.gantt_phaseActualBar .line {
  background: #aeaeae;
  border: 1px solid #aeaeae;
  width: 100%;
  height: 100%;
}
.gantt_phaseScheduledBar .line {
  background-color: #858585;
  border: 1px solid #858585;
  width: 100%;
  height: 100%;
}

.gantt_taskDependencyCircle {
  position: absolute;
  top: -4px;
  width: 14px;
  height: 14px;
  background-color: #0093cb;
  border: 1px solid #2898b0;
  border-right: none;
  border-radius: 50%;
  cursor: move;
  display: none;
  z-index: 10;
}
.gantt_taskDependencyCircle:hover .arrows {
  background-image: url(/compliance-qm-systems-js-core/css/images/arrow_up_down_gantt.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 0px;
  height: 30px;
  position: absolute;
  left: 2px;
  width: 20px;
  top: -9px;
}

.gantt_taskDependencyCircle.left {
  left: -9px;
}
.gantt_taskDependencyCircle.right {
  right: -9px;
}
.gantt_taskScheduledBar:hover .gantt_taskDependencyCircle {
  display: inline;
}

.ganttDaysDataContainer:hover * .gantt_taskDependencyCircle {
  display: inline;
}

.gantt_taskLine {
  position: absolute;
  width: 5px;
  z-index: 1000;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  right: -2px;
  top: 4px;
  background-image: url(/compliance-qm-systems-js-core/css/images/dependency_line.png);
  background-size: contain;
  background-repeat: repeat-y;
}

/* modal */
.field_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0 0 0;
}
.field_wrapper .custom_label {
  color: #000;
  font-size: 13px;
  float: left;
  font-weight: bold;
  line-height: 30px;
  width: 40%;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.field_wrapper .input_text {
  color: #000;
  font-size: 13px;
  float: right;
  height: auto;
  width: 60%;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.field_wrapper.input-group .input_text {
  width: 50%;
}
.input-group-addon {
  border-radius: 0;
}
#gantt_DeleteObject {
  float: left;
}
/* modal end*/

.horizontal_line {
  position: absolute;
  height: 2px;
  background-color: red;
  z-index: 1000;
}
.vertical_line {
  position: absolute;
  width: 2px;
  background-color: red;
  background-color: red;
  z-index: 1000;
}
/* dependency */
.dependency_lines {
  position: absolute;
  top: -1px;
  right: 0;
  width: 2px;
  height: 10px;
  z-index: 1;
}
.dependency_lines .start_line {
  position: absolute;
  width: 20px;
  height: 2px;
  top: 4px;
  left: 2px;
  border-top: 2px solid #999999;
}
.dependency_lines .start_vertical {
  position: absolute;
  width: 2px;
  height: 33px;
  top: 4px;
  left: 20px;
  border-left: 2px solid #999999;
}
.dependency_lines .line_through {
  position: absolute;
  width: 2px;
  height: 12px;
  top: 5px;
  left: 0px;
  background-image: url(/compliance-qm-systems-js-core/css/images/dependency_line.png);
  background-size: contain;
  background-repeat: repeat-y;
}
.dependency_lines .line_through .gantt_DependencyArrow {
  position: absolute;
  left: -5px;
  bottom: -5px;
  width: 13px;
  height: 15px;
  background-color: transparent;
  z-index: 10;
  background-image: url(/compliance-qm-systems-js-core/css/images/down_arrow_gant.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.dependency_lines .end_line {
  position: absolute;
  width: 20px;
  height: 2px;
  top: 44px;
  left: -17px;
  border-bottom: 2px solid #999999;
}
.dependency_lines .arrow_left {
  position: absolute;
  width: 8px;
  height: 11px;
  top: 0;
  left: 3px;
  background-repeat: no-repeat;
  background-position: -12px 0px;
  background-image: url(/compliance-qm-systems-js-core/css/images/right_arrow.png);
}

.ganttOverlay {
  position: absolute;
  left: 0;
  width: 600%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
.scroll_left {
  width: 26px;
  height: 26px;
  background-image: url(/compliance-qm-systems-js-core/css/images/go_back_week.png);
  background-position: right center;
  background-repeat: no-repeat;
  left: 0;
  top: 14px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(156, 156, 156, 1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(156, 156, 156, 1);
  box-shadow: 0px 0px 2px 0px rgba(156, 156, 156, 1);
  opacity: 0.3;
  z-index: 10;
}

.scroll_right {
  width: 26px;
  height: 26px;
  background-image: url(/compliance-qm-systems-js-core/css/images/go_forward_week.png);
  background-position: right center;
  background-repeat: no-repeat;
  right: 0;
  top: 14px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(156, 156, 156, 1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(156, 156, 156, 1);
  box-shadow: 0px 0px 2px 0px rgba(156, 156, 156, 1);
  opacity: 0.3;
  z-index: 10;
}
.scroll_left:hover,
.scroll_right:hover {
  opacity: 1;
}

.popup_text {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: auto;
  height: auto;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 2px 10px;
  line-height: 20px;
  white-space: nowrap;
  text-transform: initial;
}
.popup_text.status {
  position: absolute;
  height: 90px;
}
.popup_text.status.three_boxes {
  height: 30px;
}
.popup_text:after,
.popup_text:before {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.popup_text:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: 8px;
}
.popup_text:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #e8e8e8;
  border-width: 7px;
  margin-left: 7px;
}
.ganttaskHeader > .add {
  position: relative;
}
.ganttTaskData > .add {
  position: relative;
}
/* VIEW MODE */
.mode_view .ganttOverlay {
  display: block;
}
.mode_view .add {
  /*display:none;*/
  background-image: url(/compliance-qm-systems-js-core/css/images/level_1_inactive.png) !important;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* SELETED MODE */
.mode_selected .ganttDaysDataContainer .line,
.mode_selected .ganttDaysDataContainer .dependency_lines {
  opacity: 0.3;
}
.mode_selected .ganttDaysDataContainer.selectedLine .line,
.mode_selected .ganttDaysDataContainer.selectedLine .dependency_lines {
  opacity: 1;
}

/* SELECTED TASK */
.ganttDaysDataContainer.overObject .gantt_taskScheduledBar {
  -webkit-box-shadow: 0px 0px 7px 0px #0093cb;
  -moz-box-shadow: 0px 0px 7px 0px #0093cb;
  box-shadow: 0px 0px 7px 0px #0093cb;
}
.mode_selectedTask
  .ganttDaysDataContainer.selectedLine
  .gantt_taskScheduledBar {
  -webkit-box-shadow: 0px 0px 7px 0px #0093cb;
  -moz-box-shadow: 0px 0px 7px 0px #0093cb;
  box-shadow: 0px 0px 7px 0px #0093cb;
}
.mode_selectedTask .ganttDaysDataContainer.selectedLine,
.mode_selectedTask .ganttDataTask.selectedLine {
  background-color: #9fd3e6;
}
.ganttDaysDataContainer.overRow[task],
.ganttDataTask.overRow {
  background-color: #9fd3e6 !important;
  /*opacity:1;*/
}
.ganttDaysDataContainer.overRow[task] .line {
  opacity: 1;
}

/* SELECTED PHASE*/
.ganttDaysDataContainer.overObject .gantt_phaseScheduledBar {
  -webkit-box-shadow: 0px 0px 7px 0px #858585;
  -moz-box-shadow: 0px 0px 7px 0px #858585;
  box-shadow: 0px 0px 7px 0px #858585;
}
.mode_selectedPhase
  .ganttDaysDataContainer.selectedLine
  .gantt_phaseScheduledBar {
  -webkit-box-shadow: 0px 0px 7px 0px #858585;
  -moz-box-shadow: 0px 0px 7px 0px #858585;
  box-shadow: 0px 0px 7px 0px #858585;
}

.mode_selectedPhase .ganttDaysDataContainer.selectedLine,
.mode_selectedPhase .ganttDataPhase.selectedLine {
  background-color: #cacaca;
}

.ganttDaysDataContainer.overRow[phase],
.ganttDataPhase.overRow {
  background-color: #cacaca !important;
  /*opacity:1;*/
}
.ganttDaysDataContainer.overRow[phase] .line {
  opacity: 1;
}

/* SELECTED DEPENDENCY LINE */
.ganttDaysDataContainer .dependency_lines.selectedLine {
  opacity: 1;
}
.ganttDaysDataContainer .dependency_lines.overObject {
  opacity: 1;
}
/* ACTION DEPENDENCY */

.mode_action_dependency .possibleDependency .gantt_phaseScheduledBar .line {
  opacity: 0.9;
  -webkit-box-shadow: 0px 0px 7px 0px #858585;
  -moz-box-shadow: 0px 0px 7px 0px #858585;
  box-shadow: 0px 0px 7px 0px #858585;
}
.mode_action_dependency .possibleDependency .gantt_taskScheduledBar .line {
  opacity: 0.9;
  -webkit-box-shadow: 0px 0px 7px 0px #0093cb;
  -moz-box-shadow: 0px 0px 7px 0px #0093cb;
  box-shadow: 0px 0px 7px 0px #0093cb;
}

/* MOVE/RESIZE Dates */
.ganttDaysHeader .selectedCellStart {
  /*background-color:#dddddd;*/
}

.ganttDaysHeader .selectedCellEnd {
  /*background-color:#efefef;*/
}
.ganttDaysCells .selectedCellStart {
  /*background-color:#e5f4fa;*/
  border-left: 1px solid #009ac8 !important;
}
.ganttDaysCells .selectedCellEnd {
  /*background-color:#e5f4fa;*/
  border-right: 1px solid #009ac8 !important;
}

.gantt_btn_control {
  overflow: hidden;
  z-index: 2;
}
.gantt_btn_control .btn {
  margin-right: 20px;
  float: right;
  background-color: #e4e4e4;
  border-radius: 0;
}

.gantt_btn_control .btn:focus {
  outline: none;
}

.gantt_btn_control .btn:hover {
  background-color: #0a55a4;
  color: #fff;
}

.view_mode_selector {
  /*width: 420px;
    height:100%;
    position:absolute;
    left:-420px;*/
  width: 420px;
  height: 100%;
  right: 100px;
  overflow: hidden;
  z-index: 2;
}

.mode_selector {
  /*height: 50px;
    border: 1px solid #BBBBBB;
    background-color: #E4E4E4;
    width: 28.3%;
    float: left;
    margin: 10px 2.5% 0 2.5%;*/
  height: 35px;
  border: 1px solid #bbbbbb;
  background-color: #e4e4e4;
  width: 20%;
  float: left;
  margin: 0 10px 0 0;
}
.mode_selector:hover,
.mode_selector.active {
  background-color: #0a55a4;
}
.mode_selector p {
  /*color:#333333;
    font-size:10px;
    cursor:pointer;
    text-transform:uppercase;
    margin: 5px 15px;
    padding:0;
    font-family: 'skolasansregular';*/
  color: #333333;
  font-size: 10px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0;
  font-family: "skolasansregular";
  text-align: center;
  vertical-align: middle;
  line-height: 34px;
}
.mode_selector:hover p,
.mode_selector.active p {
  color: #fff;
}
.mode_selector .big {
  font-size: 13px;
}

.gantt_loading {
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 10000 !important;
}
.gantt_loading .container {
  width: 400px;
  height: 450px;
  background-color: transparent;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -225px;
}
.gant_timetracking_3 {
  background-color: #e74c3c;
}
.gant_timetracking_2 {
  background-color: #f1c40f;
}
.gant_timetracking_1 {
  background-color: #58d68d;
}
.gant_timetracking_0 {
  background-color: #e3e3e3;
}
.gant_timetracking {
  position: absolute;
  float: left;
  z-index: 1;
  width: 4px;
  height: 90%;
}

.tooltipContainer:hover .tooltiptext {
  visibility: visible;
}
.tooltipContainer .tooltiptext {
  visibility: hidden;
  width: auto;
  max-width: 200px;
  height: auto;
  background-color: #007f93;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  line-height: 15px;
  right: 10%;
}
.tooltiptext > p {
  font-weight: bold;
  white-space: normal;
  width: 100%;
}
