<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ipFormContainer{
	display: inline-block;
   	width: 100%;
   	clear:both;
}

.ipHeader{
/*	display tabs*/
}

	.ipTabButton{
		background-color: #efefef;   
		border-radius: 4px; 
		border: 1px solid #AAAAAA;
		padding: 5px;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	    margin: 0;
	    margin-bottom:-1px;
	    padding-left: 8px;
	    padding-right: 8px;
	    font-size: 13px;
	    cursor: pointer;
	    color: #000000;
	    display:inline-block; /* stops new line tab overlap */
	}

		.ipTabButton:hover{
			background-color: white; 
		}

	.ipTabSelected{
		background-color: #ffffff; 
		border-bottom: 1px solid #ffffff;
	}

	.ipTabWrapper{
		border-bottom: 1px solid #aaaaaa;
		padding-bottom: 0px;
		font-size: 0; /* gets rid of space between tab spans */
	}

	.ipEditTitle{
		font-family: Arial, Helvetica, sans-serif;
	}

.ipContent{
/*	form / view*/
}

	.ipFormQuestionsWrapper{
		width: 100%;
		float: left;
	}

	.ipSubformContainer{
		height:600px;
		overflow-y:scroll;
		overflow-x:hidden;
	}

	.ipButton{
		height: 21px;
		font-size: 12px;
		border-width: 2px;
		border-radius: 3px;
		cursor: pointer;
		transition: all 0.5s;
	}

	.ipButtonReplace{
		float: left;  
		border-color: #222121;
		background-color: #222121;
		margin-left: 20px;
	}

	.ipButtonDecomission{
		float: left;  
		border-color: #454545;
		background-color: #454545;

	}

	.ipButtonPrimary{

	}

	/*delete button*/
	/*add button*/

	.ipQuestionWrapper{
		width: 48%;
	   	float:left;
	   	border: 1px solid #efefef;
	   	min-height: 22px;
	   	max-height:22px;
	   	padding: 3px;
	   	overflow: hidden;
	   	align-content: center;
	   	vertical-align:middle; 
	}

	.ipQuestionFullLine{
		width: 97.2%;
	   	float:left;
	   	border: 1px solid #efefef;
	   	min-height: 22px;
	   	min-height: 22px;
	   	padding: 3px;
	   	overflow: hidden;
	   	align-content: center;
	}

	.ipFormHeader{
		background-color: #efefef;
		color: black;

	}

	.ipLabel{
		display: inline-block;
		font-size: 13px;
		width: 40%;
		line-height: 22px;
	}

	#ipClientSiteInstallationBox .ipLabel{
		font-size: 11px;
	}

	#ipClientSiteAssetBox .assetInstallationInformation {
		display: none;
	}

	.ipLabelExpanded{
		width: 65%;
	}

	.ipLabelLong{
		width:100%;
		margin-bottom: 0px;
	}

	.ipLabelSmall{
		font-size: 10px;
	}

	.ipLabelBigText{
		color: black;
		font-size: 14px;
	}

	.ipHeaderDropdown{
		max-width:35%;
		float:right;
		height:22px;
	}

	.ipHeaderDropdownBtn{
		padding:3px;
		margin:0;
	}

	.ipInlineAnswer{
		width: 55%;
		float: right;
		text-align: right;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.ipLabelOverflow{
		overflow-x: scroll;
		overflow-y: hidden;
		margin-bottom: 10px;
	}

	input.ipInlineAnswer, select.ipInlineAnswer{
		text-align: left;
	}

	.ipRadioLabel{
		width: 100%;
		display: flex;
		align-items: center;
	}

	.ipSmallInput{
		width: 22%;
	}

	.ipCheckRadioInput{
		width: 40px;
	}

	.ipSubformTblData{
		border: 1px solid #efefef;
		padding:2px 4px 2px 4px;
		white-space: nowrap;
		width:100%;
	}

	.ipSubformTblHeader{
		border: 1px solid #efefef;
		padding: 2px 6px 2px 6px;
		white-space: nowrap;
		display:table-cell;
	}

	.ipSubformTblDataOverflow {
	    max-width:200px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	    display:inline-block;
	}

	.ipSubformTblDataOverflow:hover{
		display:table-cell;
	    overflow: visible; 
	    min-width:200px;
	    overflow-wrap: anywhere;
	    word-wrap: break-word;
	    white-space: normal;
	}

	.ipEndButtonContainer{
		text-align: right;
		width: 99%;
		height: 20px;
		padding: 5px 0px 5px 0px;
		clear: left;
	}


#ip_title, #ip_location {

		width: 98%;
}

#ip_description {

		width: 100%;
}

.ipFooter{
/*	tbd / paging*/
}

.ipTab{

}

.ipTab&gt; .ipHeader




















</pre></body></html>