﻿:root {
    --cip-color-blue-title-block: #0067af;
}

/* some rules to fix some telerik theme that we don't want */
    /* Remove the Menu focus border when clik on it*/
    .k-menu:not(.k-context-menu) > .k-item:focus, .k-menu:not(.k-context-menu) > .k-item.k-focus {
    box-shadow: none; /* inset 0 0 0 2px rgba(0, 0, 0, 0.12); */
}
