html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #eee;
}
html {
    zoom: 0.9; /* Old IE only */
/*    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); */
}

.ui-input-text input::-moz-placeholder,
.ui-input-search input::-moz-placeholder,
textarea.ui-input-text::-moz-placeholder {
    color: #555;
}
.backOffice .growl {
	color: inherit;
}


/*.row, .col {
	overflow: hidden;
	position: absolute;
}
.row {
	left: 0;
	right: 0;
}
.col {
	top: 0;
	bottom: 0;
}*/
.scroll-x {
	overflow-x: auto;
}
.scroll-y {
	overflow-y: auto;
}
.header.row {
	height: 55px;
	line-height: 55px;
	top: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/*.body.row {
	top: 65px;
	bottom: 50px;
}*/
.footer.row {
	height: 60px;
	line-height: 60px;
	bottom: 0;
	max-width: 97%;
}
.left {
    float: left;
    width: 280px;
}
.right {
    margin-left: 300px;
}
/*.left.col {
	width: 280px;
}
.right.col {
	left: 300px;
	right: 0;
}*/

.clearfix:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.userBtns {
	float: right;
	margin: 0 10px 0 0;
}
.locationPath {
	padding: 0 0 0 120px;
	position: absolute;
}
.locationPath>span.current {
	font-size: 110%;
	font-weight: bold;
	margin-left: 13px;
}
.locationPath>span.delim {
	font-size: 40px;
	position: absolute;
	opacity: 0.5;
	line-height: 58px;
}
.locationPath>a {
	margin: 0 3px 0 13px;
}

#backBtn {
	margin-top: 5px;
	margin-left: 5px;
}
.header .backBtnWrap {
	float: left;
	margin-left: 10px;
}

#main .content-header {
	font-size: 150%;
	margin: 20px;
}
#main .rightside {
	margin: 20px 15px 0 290px;
	overflow: auto;
	height: 100%;
}
#main .footer-stub {
	height: 30px;
}
#boItemsList ul {
	margin-top: 0;
}
.btnNewItem {
	float: right;
}

li.boItem .ui-submit {
	top: 10px;
	width: 160px;
	right: 40px;
	margin: -2px 0 0;
	position: absolute;
}
li.boItem a.btnItemSave,
li.boItem a.btnItemCancel {
	right: 40px;
	width: 160px;
	height: auto;
}
li.boItem a.btnItemSave {
	top: 10px;
}
li.boItem a.btnItemCancel {
	top: 60px;
}

li.boItem a.btnProperties .ui-btn {
	right: 30%;
}
li.boItem a.btnLevelDown {
	right: 80px;
	top: -2px;
	margin: 0;
}
li.boItem a.btnLevelDown .ui-btn-inner {
	padding: 35% 0;
}
li.boItem a.btnChPwd {
	top: -2px;
	margin: 0;
}
li.boItem a.action span.ui-btn-text {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 15% 0 0 5%;
}
li.boItem .btnLevelDown span.ui-btn-text {
	font-family: monospace;
	font-size: 21px;
	font-weight: bold;
	padding: 35% 0 0 10%;
}
form.item {
	max-width: 400px;
	margin-top: 20px;
}
form.item p.title {
	margin-top: 10px;
}
form.item label {
	padding-bottom: 5px;
}
form.item .fieldInfo {
	position: absolute;
	font-size: 80%;
	color: #f55;
	margin-top: 16px;
}
form.item .fieldError {
	font-size: 80%;
	color: #f55;
}
form.item .rolePermissions {
	padding-left: 50px;
}
form.item .controlgroup-textinput{
	padding-top:.22em;
	padding-bottom:.22em;
}