/* Style the tab */
/* try to match side panel tabs */
.vi_tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}
	
/* Style the buttons inside the tab */
.vi_tab button {
	background-color: inherit;
	border-top-left-radius: 5px; /* Rounded top left corner */
    border-top-right-radius: 5px; /* Rounded top right corner */
	float: left;
	border: 1px solid #ccc;
	outline: none;
	cursor: pointer;
	padding: 8px 8px;
	transition: 0.3s;
	font-size: 13px;
	font-weight: bold;
}

/* Change background color of buttons on hover */
.vi_tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.vi_tab button.vi_active {
	background-color: #ccc;
}
		
/* Style the tab content */
.vi_tabcontent {
	display: none;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-top: none;
}
	
.valveIsoTbl td {
	padding: 2px 6px;
}
.vi_error {
	margin: 4px;
	padding: 4px;
	border: 2px solid red;
	background-color: lightyellow;
}
