.brand-color {
    color:  #a0d04e;
}

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

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

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

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

.loader-big {
    border-top-color: #a0d04e;
}

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

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


/* MENU ICONS */
.vaultIcon {
    background-image: url("https://secure.nomadesk.com/Ynubes/images/vault.png");
}

.vaultAdminIcon {
    background-image: url("https://secure.nomadesk.com/Ynubes/images/vault-admin.png");
}

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

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

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

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

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

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

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

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

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

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

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

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

.sunsetBanner {
    border-color: #a0d04e;
}

@keyframes flash {
    0% { background: #a0d04e; }
    100% { background: transparent; }
}