.history-hdr
{
   background-color:#d5d2d2 !important;
   font-weight:bold !important;
}

.history-item
{
   padding:0px !important; 
   min-height:0em !important; 
}

.history-lbl
{
   text-align:left !important; 
}

.history-total
{
   font-weight:bold !important;
}
.unselected-service 
{
   background-color:pink !important;
}
.selected-service 
{
   background-color:lightgreen !important;
}
@media print
{
   .form-control-static{width:30% !important}
   .print-form-control-static
   {
      padding-top: 7px !important;
      padding-bottom: 7px !important;
      margin-bottom: 0 !important;	
   } 
}   


/* PRINT PERMIT */

#printPermitPage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	width: 8.5in;
}

div[id=printPermitPage] table
{
	border-collapse: collapse;
}
div[id=printPermitPage] table td
{
	
	vertical-align:top;
   border-collapse: collapse;
}

table[id=permit] > tbody > tr > td
{
	
   border: solid black 3px;
}
table[class=innerTable]
{
	width:100%;
	padding:0px;
	margin:0px;
}
table[class=innerTable] > tbody > tr > td
{
   padding:5px;

}
#cityName
{
	padding-top:15px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
#cityAddress1
{
	text-align:center;
	padding:0px 0px 0px 5px;
}
#cityAddress2
{
	text-align:center;
	padding:0px 0px 15px 5px;
   border-bottom: solid black 1px;
}
#editableText
{
	font-weight:bold;
	text-align:center;
}
#addressAndText
{
	width:30%;
}
#permitInfo1
{
	width:20%;
}
#permitInfo2
{
	width:20%;
}
#seal
{
	vertical-align:middle;
   width:30%;
}
#sealImg
{
	vertical-align:center;
	display:block;
	margin:auto;
   height: auto;
   width: 80%;
   align:center;
   
}
.infoAndFeeRow
{
	width:50%;
}

.data
{
	font-weight:bold;
	border-bottom: solid black 1px;
}
.dataLast
{
   font-weight:bold;
}
.datab
{
	text-align:center;
	font-weight:bold;
   border-bottom: solid black 1px;
}
.dataLastb
{
	text-align:center;
   font-weight:bold;
}
#heading
{
	padding:5px;
	background-color: #bcbcbc;
}
#permitHeadingText
{
	display:inline-block;
	width:58%;
   font-size:18px;
}
#subheadingText
{
   display:block;
   text-align:center;
   font-weight:bold;
   font-size:12px;
}
#permitNoText
{
	display:inline-block;
	width:42%;
	font-weight:bold;
	font-size:18px;
}
.feeTblDesc
{
	width:75%;
	padding:4px;
	word-break: break-all;
}
.feeTblAmt
{
	width:25%;
	padding:4px;
}
#feeTblDescTotal
{
	font-weight:bold;
   width:75%;
   padding:4px;
}
#feeTblAmtTotal
{
	font-weight:bold;
   width:25%;
   padding:4px;
}
.key{
	text-align:right;
}
.right{
	text-align:right;
}
.inspectionDesc
{
	padding:10px 0px 10px 15px !important;
}
#signatureRow
{
	padding:3px;
}

}