/* MG Dealer Portal — replaces ownCloud's default navy (#041e42) with black
 * across the logged-in / login UI. Loaded last so it wins the cascade. */

#body-user #header,
#body-settings #header,
#body-public #header {
	background-color: #000000;
}

#body-login form #selectDbType label {
	background-color: #000000;
}

.tabHeader.selected {
	border-bottom: 2px solid #000000;
}

.primary,
input[type="submit"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
	border-color: #000000;
	background-color: #000000;
}

.primary:hover,
input[type="submit"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover,
.primary:focus,
input[type="submit"].primary:focus,
input[type="button"].primary:focus,
button.primary:focus,
.button.primary:focus {
	background-color: #262626;
}

.primary:active,
input[type="submit"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active,
.primary:disabled,
input[type="submit"].primary:disabled,
input[type="button"].primary:disabled,
button.primary:disabled,
.button.primary:disabled {
	background-color: #000000;
}

.ui-widget-header {
	border-color: #000000 !important;
	background-color: #000000 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border-color: #000000;
	color: #000000;
}

.system-tag-list .system-tag-list-item {
	background-color: #000000;
}

/* CSS background-image url()s resolve in the browser relative to the CSS
 * file itself, so ownCloud's theme path-mirroring never kicks in here —
 * point at our theme's static assets with a path relative to this file
 * (apps-external/dealerportal_icons/css/) so it survives being served
 * under a subpath (e.g. /drive) in production. */
#header .logo {
	background-image: url('../../../themes/dealerportal/core/img/logo.svg');
}

#header .logo-icon {
	background-image: url('../../../themes/dealerportal/core/img/logo-icon.svg');
	background-size: 34px 34px;
	padding-left: 40px;
}
