/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.card {
  height: 100%;
}

#mainBody{
	margin-top:20px;
}

.form-control{
	
	width: 75%;

}

#disclaimer1{

	font-family: 'Open Sans';
	width: 75%;
	font-size: 10px;

}

.details-container{

	margin-left: -15px;

}

#footerContainer{

	background-color: #232323;
	width: 100%;

}

#testCont{

	background-color: #232323;
	width: 100%;
	padding: -100px;

}

#datetimepicker1{

	width: 75%;

}

#submitDiv{

	text-align: center;

}

#submitButton{

	postion: absolute;
	width: 20%;

}

#yourConcerns td{
	width:50%;
}

#futureChanges td{
	width:50%;
}
#discussion td{
	width:50%;
}

#otherInfo td{
	width:50%;
}

#client1Name{
	width:50%;
}
#client2Name{
	width:50%;
}

#sign1 {
  position: relative;
  width: 350px;
  height: 150px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100px;
  background-color: white;
  border-style:solid;
  border-width:thin;
  margin-top:10px;

}

#clear1{
	width:25%;
	margin-top:20px;
}

#sign1{

	height:100px;
}

#clear2{
	width:25%;
	margin-top:20px;
}

#sign2{

	height:100px;
}

#needsArea{
	width:100%;
	height:100px;
}

#otherArea{
	height:100px;
}

#changesArea{
	height:100px;
}

#formHeader{
	margin-top:50px;
}
#detailsTable{
	margin-top:15px;
}

#submitDiv{
	margin-bottom:20px;
}