/*
body {
	margin: 0;
	padding: 0;
	background: #94aebc;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", Geneva,
		Verdana, Arial, sans-serif;
	height: 100%;
}
*/

.icon-cow {
	background: url(../resources/images/cow-simple_25.png) !important;
	background-size: contain !important;
	height: 16px;
	width: 16px;	
}

#footer {
	line-height: 2;
	overflow:hidden;
}
#build {
	font-size: 9px;	
	float:right;
	padding-right: 20px;
}
.editor table {
	width: 100%;
}

.editor .labels {
	width: 140px;
}


.editor .inputs, .editor .inputs input, .commands .item_selector,
	.editor .ui-picklist, .item_selector {
	/*width: 327px !important;*/
}


.ui-toolbar label {
	padding-left: 5px;
	padding-right: 10px;
}

.ui-picklist .ui-picklist-list {
	width: 145px !important;
}

.ui-selectonemenu {
	vertical-align: top;
}

.ui-cell-editor-input input, .ui-cell-editor-input select {
	width: 100%;
}

.ui-panelgrid td, .ui-panelgrid tr {
	border: none !important;
}

.ui-panelgrid .label {
	width: 160px;
}

.ui-panelgrid .value .ui-chkbox-box {
/*	width: auto;*/
}
.ui-panelgrid .value .ui-widget:not(.ui-chkbox-box, .ui-radiobutton-box) {
	width: 280px;
}

.ui-chkbox label, .ui-selectmanycheckbox label {
	margin: 0;
}
#templates #uuid {
	width: 300px;
}

body .ui-panel .ui-panel-content, body .ui-menu {
	border: none;
}

body .ui-menu {
	padding-left: 20px;	
}

.ui-datatable .ui-datatable-footer {
	text-align: left;
}

.ui-scrollpanel .ui-datatable table {
	width: auto !important;	
}

* {
	font-size: 10pt !important;
}

.ui-datatable table {
   table-layout: auto !important;
}

.forty-percent {
     width: 40%;
}

.sixty-percent {
     width: 60%;
}

.top-alignment {
     vertical-align: top;
}

.bold {
	font-weight: bold;	
}
