.subnavigatie {
    background: #000000 none repeat scroll 0 0;
}

a, .ui-widget-content a {
    color: #000000;
}

a[href^="mailto:"] {
    color: #000000;
}

.loader {
    border-top-color: #000000;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.action-menu:hover .action-menu-btn {
    background-color: #000000;
}

.site-menu-right ul li ul li a:hover {
    border-left: 1px solid #000000;
}


/* MENU ICONS */
.vaultIcon {
    background-image: url("../branding/img/KIS/vault.png");
}

.vaultAdminIcon {
    background-image: url("../branding/img/KIS/vault-admin.png");
}

/* Breadcrumb */
#breadcrumb li a:hover {
    background: #000000 none repeat scroll 0 0;
    color: white;
}

#breadcrumb li a:hover::after {
    border-left-color: #000000;
}

/** Added specifically for RTL languages**/
html[dir="rtl"] #breadcrumb li a:hover::after {
    border-bottom-color: #000000 !important;
    border-top-color: #000000 !important;
}
html[dir="rtl"] #breadcrumb li a:hover::before {
    border-left-color: #000000 !important;
}

.dynamic-button:hover, .input-group-btn:hover, input[type="submit"]:hover, button:hover {
    background-color: #000000 !important;
}

#colorbox button:hover {
    background-color: initial !important;
}

.logon_btn {
	background-color: #000000 !important;
}

/**
 * Filebrowser 
 */
.notification-file:after, .notification-thumb:after, .locked-file:after, .locked-thumb:after {
    color: #000000;
    filter: brightness(70%);
}

/*.jtable-data-row:hover {     
    background: #000000;
    opacity:0.6;
}*/

/**
 * Misc
 */
#browserMessage {
    background-color: #000000;
    opacity:0.6;
}

tr.uploadDragAndDropHover, #fileTable.uploadDragAndDropHover {
    border: 2px dashed #000000;
}

div.uploadDragAndDropHover {
    border: 1px dashed #000000;
}

.help-container > div:hover {
    background-color: #000000;
}