@charset "utf-8";
@IMPORT url("/portal/javax.faces.resource/css/bootstrap.min.css.xhtml?ln=bootstrap");

@IMPORT url("/portal/javax.faces.resource/css/bootstrap-theme.min.css.xhtml?ln=bootstrap");
@IMPORT url("/portal/javax.faces.resource/css/jquery.ui.theme.css.xhtml?ln=jquery");

@IMPORT url("/portal/javax.faces.resource/css/jquery.ui.core.css.xhtml?ln=jquery");

@IMPORT url("/portal/javax.faces.resource/css/jquery.ui.datepicker.css.xhtml?ln=jquery");
@font-face {
	font-family: "Glyphicons Halflings";
	src:
		url("/portal/javax.faces.resource/fonts/glyphicons-halflings-regular.eot.xhtml?ln=bootstrap");
	src:
		url("/portal/javax.faces.resource/fonts/glyphicons-halflings-regular.eot.xhtml?ln=bootstrap#iefix")
		format("embedded-opentype"),
		url("/portal/javax.faces.resource/fonts/glyphicons-halflings-regular.woff.xhtml?ln=bootstrap")
		format("woff"),
		url("/portal/javax.faces.resource/fonts/glyphicons-halflings-regular.ttf.xhtml?ln=bootstrap")
		format("truetype"),
		url("/portal/javax.faces.resource/fonts/glyphicons-halflings-regular.svg.xhtml?ln=bootstrap#glyphicons_halflingsregular")
		format("svg");
}

html, body {
	height: 100%;
}
#body {
	min-height:600px;
	min-width:1000px;
	background-color:#fff;
}

.table>tbody>tr>td {
	padding: 4px;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}

.page-header {
	margin: 10px;
}
.inline > *{
	display: inline-block;
}
form button{
	border:none;
	outline:none;
}

button:disabled{
	cursor:default !important;
	 -webkit-filter: saturate(20%) brightness(120%);
 	 -moz-filter: saturate(20%) brightness(120%);
 	 filter: saturate(20%) brightness(120%);
}
