@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.proposalBody{
	background: #f0f2f5;
	font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    color: inherit;
}
p{
	font-size: 15px;
}
.navBg{
	background-color: #0a245f;
}
.navbarAsset{
	max-width: 15%;
}
.proposalLogo > img{
	max-width: 70%;
}
.proposalPrintBtn > button{
	border: 1px solid #d9dadc;
  border-radius: 3px;
  background-color: white;
  font-size: 14px;
  padding: 3px 10px;
}
.address > p{
	margin-bottom: 0;
	line-height: 20px;
}
.estimationClr{
	color: #006600;
}
.estimationsClr{
	color: #006600;

}
.middleContain > p{
	margin-bottom: 0;
  color: red;
}
td > p{
	margin-bottom: 0;
}
.totalPrice > label:hover{
	background-color: #f0f0f0;
}
.quote > p > span{
}
ul.listContain {
  list-style-type: circle;
  list-style-position: inside;
}
.termClr{
	color: #033eff;
}
table{
	line-height: 1;
}
.pendingBtn > button{
	border: none;
  font-size: 12px;
  border-radius: 20px;
  background-color: #ffe7ab;
  color: #5c4404;
  padding: 1px 15px;
}
.endBtn > div > button{
	border: none;
  border-radius: 3px;
  padding: 6px 12px;
  color: white;
  background-color: #3c8dbc;
}
.declineBtn > button{
	background-color: #d73925!important;
}