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

.gantt .weekends-highlight {
	fill: #a5a5a5 !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: #1E8C7C !important;
}

.form-signin {
	margin: 16% auto !important;

}