input[type=text] {
	max-height: 20px!important;
}

input[class*="ui-inputfield"], select, textarea {
	width: 98% !important;
	padding: 1px !important;
}

[class*="span"] {
	padding: 1px !important;
}
	
.row-fluid {
	padding: 1px !important;
}

td {
	white-space: normal !important; 
}

.tab {
	border: 1px solid #a6a6a6 !important;
	border-radius: 3px !important;
	padding: 5px !important;  
	margin: 5px !important;
} 

.textDisable {
	color: #000000 !important;
}

/* https://www.bestcssbuttongenerator.com/ */
.linkButtom {
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}

.linkButtomNew {
	box-shadow: 0px 1px 0px 0px #3dc21b;
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	background-color:#44c767;
	border-radius:6px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff  !important;
	font-weight:bold;
	padding:9px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2f6627;
}