.main-container {
	text-align: center;
	margin-top: 30px;
	margin-left: 200px;
	margin-right: 200px;
	color: #000;
}

.main-container h1 {
	color: #6c757d;
}

.main-container p {
	color: #6c757d;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.buttons-container {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.buttons-container button {
	margin: 10px;
}

#graph-container {
	height: calc(100vh - 250px);
}

.card-title {
	color: #A00;
	font-weight: bold;
	margin-bottom: 0px;
}

.card-img {
	object-fit: cover;
	width: 100%;
	height: 225px;
}

.card-text {
	height: 70px;
	color: #707070;
}

.card-button {
	background-color: #A00;
	color: #FFF;
}

/**
 *
 */
.close-slide-active {
	width: 26px;
	height: 26px;
	border-radius: 3px;
	border-style: none;
	background-color: white;
}

.open-slide-active {
	width: 26px;
	height: 26px;
	border-radius: 3px;
	border-style: none;
	background-color: white;
}

.add-markers-active {
	width: 26px;
	height: 26px;
	border-radius: 3px;
	border-style: none;
	background-color: white;
}

.remove-markers-active {
	width: 26px;
	height: 26px;
	border-radius: 3px;
	border-style: none;
	background-color: white;
}



/* .state-close-slide,
.state-open-slide{
  transition-duration: .5s;
  transform: scaleY(0);
  position: absolute;
  display: block;
  top: 0;
  width: 100%;}

.state-close-slide{
  transform-origin: 50% 0; }
.state-open-slide{
  transform-origin: 50% 100%; }

.state-close-slide.close-slide-active{
  transform: scaleY(1); }

.state-open-slide.open-slide-active{
  transform: scaleY(1); } */
  
  
.graph-info-container {
	margin-top: 10px;
	
}