#containerGantt .dragstart, #containerGantt .dragstop {
  cursor: col-resize;
  fill: black;
}

#containerGantt .lockstart, #containerGantt .lockstop {
  cursor: pointer;
  fill: black;
}

#containerGantt .canvas {
  fill : #eee;
}


#containerGantt .pentagon {
  cursor: pointer;
}
#containerGantt .number {
  cursor: pointer;
  font-size: 10px;
  text-anchor: middle;
  fill: white;
  color: white;
}

#containerGantt .link {
  stroke: black; 
  stroke-width : 3;
  fill : none;
}

#containerGantt .brush {
  fill : none;
  opacity: 0.6;
}



#containerGantt .links {
  stroke: #555; 
  stroke-width : 3;
  fill : none;
  stroke-dasharray : 4,2;
}


#containerGantt .area {
  fill: steelblue;
  clip-path: url(#clip);
}

#containerGantt .zoom {
  cursor: zoom-in;
  fill: none;
  pointer-events: all;
}

#containerGantt .brush rect.selection {
  fill : rgba(41, 182, 246, 1) !important;
}

/*#containerGantt .rectangle {
  opacity: 0;
}*/

/*#containerGantt .rectangle:hover {
  cursor: move;
  opacity: 1;
}*/

#containerGantt .circle:hover {
  cursor: move;
  opacity: 1;
}

.gantt_tooltip {
  color: white; 
  background-color: black; 
  padding: 10px;
  border-radius: 10px;
  -webkit-user-select: none; 
  -khtml-user-select: none;
  -moz-user-select: none; 
  -o-user-select: none;
  user-select: none;
  z-index: 999; 
  visibility: hidden;
  position: absolute;
}

.gantt_tooltip span {
  font-size: 16px; 
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.gantt_title{
  font-size: 14px;
}
.gantt_period{
  font-size: 10px;
}







#containerBigGantt {

  overflow-x: hidden;

}

#containerBigGantt rect.canvas {
  fill : #eee;
}

#containerBigGantt .divtitles {
  padding-top: 10px;
  padding-bottom: 10px;
  /*padding-left: 30px;*/
  /*padding-right:30px;*/
}

#containerBigGantt .mainTitle {
  font-size: 16px;
  margin-top: 10px;
}

#containerBigGantt .subTitle {
  font-size: 12px;
}