.hz-heading-home {
	display:inline-block;
	float:right;
	margin:10px 6px;
}

.hz-heading-home a {
	color:white;
}


.hz-item-error:not(.btCheckBoxItem):not(.btMultiCheckBoxItem):not(.btRadioGroupItem) {
	border:1px solid red;
}
.hz-item-error-sign {color:red;cursor:pointer;font-size:20px;}
.hz-item-error{padding-right:20px;}
.hzWindow .header .headerIcon{background-image: url(/images/headerIcon.png);}
.hzWindow .header .headerIcon{background-image: url(/images/headerIcon.png);}

.hz-apform-title {
	display:inline-block;
}

.hzTextItem input, .hzColorItem input, .hzImageItem input, .hzUploadItem input {

	float:none;
}

.btDbGrid table tbody tr.active td:first-child>div:before {
    content: "\f0a4";
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    color: dimgray;
}

.btDbGrid table tbody tr.active td:first-child>div {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.btDbGrid table tbody tr.active td:first-child>div {
    height: 20px;
}

.btDbLookupItem {
	padding-right:18px;
	display:inline-block;
}
