.fa-circle-info{
	color: #3366CC ;
}
.hand {
	cursor: pointer;
}
html {
	height: 100%;
	width: 100%;
	min-width: 600px !important;
}
body {
	height: 100%;
	min-width: 600px !important;
	width: 100%;

	margin: 0;
	padding: 0;
}
header {
	background-color: #4F2683 !important;
}
#gapBar2{
	height: 100%;
	width: 90%;
	color: #000;
	text-align: center;
	z-index: 100;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.grid-container {
	display: grid;
	gap: 10px 20px;
	grid-template-areas: "label1 label2"
						"input1 input2"
						"label3 label4"
						"input3 input4";
	grid-template-columns: 1fr 1fr;
  }
  @media screen and (max-width: 700px) {
	.grid-container {
		display: grid;
		column-gap: 10px;
		grid-template-areas: "label1"
							 "input1"
							 "label2"
							 "input2"
							 "label3"
							 "input3"
							 "label4"
							 "input4";
		grid-template-columns: 1fr;
	  }
}
  .label1 {
	grid-area: label1;

  }
  .label2 {
	grid-area: label2;
  }
  .label3 {
	grid-area: label3;
  }
  .label4 {
	grid-area: label4;
  }
  .input1 {
	grid-area: input1;
  }
  .input2 {
	grid-area: input2;
  }
  .input3 {
	grid-area: input3;
  }
  .input4 {
	grid-area: input4;
  }


.uwotower {
	background-image:url(../images/ftr-logo.png);
	background-size: auto 100%;
	background-position: right;
	background-repeat:no-repeat;
	height: auto;
	width: 200px;
	margin-right: 25px;

	float:right;
}
.towertitle {
	color:#ffffff;
	font-size: 32px !important
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #4F2683 !important;
}
#rightView {
    min-width: 500px !important;
	background-color: #e9e7e7 !important;
}
	#Resources {
		background-color: #ffffff !important;
	}
	#Costs {
		background-color: #ffffff !important;
	}
#leftView {
	min-width: 500px !important;
}
table {
	border-spacing: 3px !important;
}
.modal-backdrop {
    width: 100% !important;
    height: 100% !important;
}
.purple {
	color: #4F2683 !important;
}
@media screen and (max-width: 500px) {
	.modal {
		padding-right: 00px !important;
	}
}
.positive {
	background-image: linear-gradient(  #7eaf86, #129d29);

}
.negative {
	background-image: linear-gradient( #f37b7b, #c1272d);
}
.neutral {
	background-image: linear-gradient( #818181,#3d3c3c);
}
	
