/* List view customized style */
.synocommunity-debianchroot-list {
	background-color: #E1ECFA !important;
}

.synocommunity-debianchroot-list .x-list-selected {
	background-image: url(images/list_item_active.png);
	background-position: right top;
	color: #FFF;
}
.synocommunity-debianchroot-list .x-list-over {
	background-image: url(images/list_item_hover.png);
	background-position: right top;
	color: #FFF;
}

.synocommunity-debianchroot-list-column div {
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
}

.synocommunity-debianchroot .synocommunity-debianchroot-list .x-panel-body {
	background-color: #E1ECFA;
	background-image: url(images/synocommunity.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* List view icons */
.synocommunity-debianchroot-list-overview {
	background-image: url(images/overview.png);
	margin-left: 16px;
}
.synocommunity-debianchroot-list-services {
	background-image: url(images/services.png);
	margin-left: 16px;
}

/* Titles */
.synocommunity-debianchroot-list-column div.synocommunity-debianchroot-list-console_title {
	margin-top: 8px;
	padding-left: 0;
	color: #003C66 !important;
	font-weight: bold;
}

.x-list-over .synocommunity-debianchroot-list-column div.synocommunity-debianchroot-list-console_title {
	cursor: default;
}

.synocommunity-debianchroot-compositefield-button {
    left: auto;
    right: 0;
}

.ext-ie8 .synocommunity-debianchroot .x-toolbar-cell .x-form-field-trigger-wrap .x-form-trigger {
	right: auto
}
