div#navTree.accordion li#nav-menu-item-administration > a:before { background-image:url(../images/administration_nav.png); }
div#navTree.accordion li#nav-menu-item-administration-groups > a:before { background-image:url(../images/roles_nav.png); }
div#navTree.accordion li#nav-menu-item-administration-users > a:before { background-image:url(../images/users_nav.png); }
div#navTree.accordion li#nav-menu-item-administration-error-log > a:before { background-image:url(../images/logs_nav.png); }
div#navTree.accordion li#nav-menu-item-administration-license > a:before { background-image:url(../images/licenses_nav.png); }
div#navTree.accordion li#nav-menu-item-administration-newsflash > a:before { background-image:url(../images/newsflash_nav.png); }
div#navTree.accordion li#nav-menu-item-administration-journeymapper > a:before { background-image:url(../../journey-mapper/images/journeymapper_nav.png); }

#objects-container  .df_form_table select {
	height: 100%;
	width: 100%;
}
#objects-container button {
	width: 40px;
}
#objects-container td.buttons_wrapper {
	min-width: 35px;vertical-align: middle !important;max-width: 35px;width: 35px;
}

#objects-container span.btn {
	background: #080d1d !important;
	color: white;
}

#objects-container span.btn:hover {
	background: #393d4a !important;
	color: white;
}

#objects-container tr.fields div.controls {height: 400px; }


.audit_object_data, .audit_diff {max-width: 800px}

#assign_group-content div.panel_content {min-height: 410px}

#emailresult {
	margin-left: 10px;
	vertical-align: text-top;
}

#panel-module_notes .close_panel {
	margin-bottom: 10px;
}
.admin-role-btn {
    background: url(../images/roles.png) no-repeat center center;
}
.admin-user-btn {
    background: url(../images/users.png) no-repeat center center;
}
.admin-licence-btn {
    background: url(../images/licenses.png) no-repeat center center;
}
.admin-errorlog-btn {
    background: url(../images/logs.png) no-repeat center center;
}
.admin-newsflash-btn {
    background: url(../images/newsflash.png) no-repeat center center;
}

.admin-journey-mapper-btn {
    background: url(../../dashboard/images/buttons/journey-mapper-button.png) no-repeat center center;
}

#license_details > tfoot, #panel-view_error-content tfoot {
    display: none;
}
#generated_table-error_log-surround table.generated-table tfoot th {
    background: none;
}
#generated_table-error_log-surround table.generated-table tr th div.paging a {
    color: #080d1d;
}
#license_details th, #license_details td{
    width: 33%;
}

#dialog-ad_config form input {
    width: 97%;
}
#panel-view_error-content .table-surround table.generated-table{
	table-layout: fixed;
}
#panel-view_error-content .table-surround table.generated-table th, #panel-view_error-content .table-surround table.generated-table td {
	width: 50%;
    word-break: break-word;
}

#panel-view_group #edit_group_form .df_form_table tr.actions > td {
        padding-bottom: 0;
}
#panel-view_group #edit_group_form #fieldset-actions {
        margin-bottom: 0;
}

#domain_users_domains, #domain_groups_domains {
    margin-bottom: 5px;
}
#domain_user_filter, #domain_group_filter {
    width: 180px;
}
#role_domain_user_info {
	border-top: 0;
}
#role_domain_user_info div.inner {
	background-color: #cccccc;
}


.roles-view_user-objects .btn {
    min-width: auto;
    margin-left: 0;
}