body {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

div {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

td, th {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

p {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}


.ui-tab {
		font-size: 12pt;
}

.ui-front {
		z-index:2000;
}

.input-group-for-addon {
  padding: 0px 0px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  
}

.input-group-addon {
  padding: 0px 0px;
  background-color: transparent;
  border: none;
  width: auto; 
}

.input-group-for-left-addon {
	border-radius: 4px;
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
}

.input-group-for-right-addon {
	border-radius: 4px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
}

.input-group-for-both-addon {
	border-radius: 0px;
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
}

.input-group-for-addon input, 
.input-group-for-addon select,
.input-group-for-addon textarea
{
  float:none !important;
}

.form-control-inline-button {
	line-height: 14px;
	display: inline-block;
}

.tableinputform table {
		border:1px solid gray;
    width: min-content;
}

.tableinputform input {
		height:26px;
		width:100%;
		border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.tableinputform input[type=checkbox] {
		height:21px;
    width: 21px;
		border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.tableinputform select {
		height:26px;
		border: none; 
}

.tableinputform select, .tableinputform input[type=number] {
		text-align:right;
}

.tableinputform td {
	 vertical-align:middle;
	 border:1px solid silver;
   text-align:center;
   height: 26px;
}

.tableinputform th {
	 vertical-align:middle;
	 height:26px;
	 text-align:center;
	 padding:0px;
	 border:1px solid silver;
	 margin-left:10px;
	 margin-right:10px;
}

label {
  margin-bottom:0px;
}

.text_display {
padding-left:10px;
}

@media print {
	.no-print, .no-print *
	{
		display: none !important;
	}

   a[href]:after {
    content: none !important;
   }
  
   .printonly, .printonly *
	{
		display: inline !important;
	}

}

@media screen {
	.printonly, .printonly *
	{
		display: none !important;
	}
}
