/*Write your custom css in this file.*/
.gantt .bar{
	height: 25px !important;
}

.gantt .weekends-highlight {
	fill: #f2f2f2 !important;
}

html, body {
  background-color: #EEF1F9;
  color: #4e5e6a;
  font-family: "Open Sans", sans-serif;
  font-size: 13.5px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  overflow-x: hidden;
}

.widget-details h1 {
	font-size: 1.7em;
}

.bg-success {
	background-color: #6321a9 !important;
}


.b-form-signin{
	z-index:1;
	position: fixed;
	width:100%;
	height:100%;
	/* From https://css.glass */
background: rgba(0, 0, 0, 0);

backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);

}
.card-header .mw100p{
	max-width: 80%;
}

.threejs{
	z-index:0;
}

.form-signin .btn-primary{
	background-color: #6321a9;
}

#project-timeline-container  p a{
	font-weight: 400 !important;
	color: #1db592;
	
	
}

 thead {
	background-color: #f3f3f3;
	
}

.btn-primary, .sidebar-menu li.active > a{
	background-color: #6321a9;
}

.w-100{
	width:95% !important;
	
}

.card-header h6{
	font-size: larger;
	font-weight: 500;
}


