/*SHOELACE OVERRIDES*/
:root,
:host,
.sl-theme-light {

    --sl-color-primary-50: #f05d2a;
    --sl-color-primary-100: #f05d2a;
    --sl-color-primary-200: #f05d2a;
    --sl-color-primary-300: #f05d2a;
    --sl-color-primary-400: #f05d2a;
    --sl-color-primary-500: #f05d2a;
    --sl-color-primary-600: #f05d2a;
    --sl-color-primary-700: #f05d2a;
    --sl-color-primary-800: #f05d2a;
    --sl-color-primary-900: #f05d2a;
    --sl-color-primary-950: #f05d2a;
    --indicator-color:#014386;
    --sl-z-index-toast: 99999999999999;
    --sl-z-index-dialog: 9999999999999;
}

/*LOGO*/
#logo, #mobileLogo{
    background-image: url("https://sandbox-foundations.eaginc.com/media/default/logo.png");
}

/*DEFAULT*/
sl-button[variant="default"]:hover::part(label){
    color:#3f3f46;
}

sl-button[variant="default"]:hover::part(base){
    background:lightgrey;
    border:none;
}

/*PRIMARY*/

.primary-color-bg{
    background: #00264d !important;
}

.primary-color-text{
    color: #00264d !important;
}

/*SECONDARY*/

.secondary-color-bg{
    background:#014386 !important;
}

.secondary-color-text{
    color:#014386 !important;
}

/*ACCENT*/

.accent-color-bg,
.accent-color-bg::part(item--selected){
    background:#f05d2a !important;
}

.accent-color-text{
    color:#f05d2a !important;
}

/*DANGER*/
.danger-color-bg{
    background: #7c0000 !important;
}

.danger-color-text{
    color:red !important;
}

.danger-color-text:hover{
    color: #7c0000 !important;
}

/*SUCCESS*/
.success-color-bg{
    background: #1d723c !important;
}

.success-color-text{
    color:#3adf76 !important;
}

.success-color-text:hover{
    color: #1d723c !important;
}


/*NUETRAL*/
.neutral-color-bg{
    background: lightgray;
}

.neutral-color-border{
    border: 1px solid lightgray;
}

/*Special*/

/*Sidebar*/
#sideBar sl-tree-item::part(item--selected){
    background: #f05d2a;
}

sl-skeleton#sideBar{
    --color: #014386;
}

.subNavDropdown[expanded]{
    background: #014386;
    border-top: #00264d 1px solid;
    border-bottom: #00264d 1px solid;
}

/*Custom Role Selector*/
.active-role{
    background: #00264d;
    color:#ffffff;
}

/*Tom Select Overrides*/
.ts-wrapper.multi .ts-control > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #00264d !important;
    color: #fff;
    border: 1px solid #014386;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
    border-left: 1px solid #014386 !important;
    margin-left: 6px;
}

/* Power BI Bookmarks */
.pbi-bookmarks sl-icon-button::part(base) {
    color: #f05d2a;
}

/* Hierarchy Manager */

.hierarchy-manager sl-icon-button::part(base) {
    color: #00264d;
}

.hierarchy-manager sl-radio sl-spinner{
    --indicator-color: #00264d;
    --track-color: #ffffff;
}

.hierarchy-manager .selected, .hierarchy-manager .ag-row-selected{
    background: #f05d2a;
}

.hierarchy-manager .deleting{
    -webkit-animation: deleteBlink 1s infinite;  /* Safari 4+ */
    -moz-animation: deleteBlink 1s infinite;  /* Fx 5+ */
    -o-animation: deleteBlink 1s infinite;  /* Opera 12+ */
    animation: deleteBlink 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes deleteBlink {
    0%, 49% {
        background-color: #f05d2a;
    }
    50%, 100% {
        background-color: #e50000;
    }
}

/* Screen Editor */
#fdn-se sl-tree-item::part(item--selected){
    background-color: #00264d;
}

.gjs-block{
    background-color: #014386;
}

.fdn-rightbar-middle .active-panel-button{
    background-color: #00264d;
}

#fdn-se sl-icon-button.active-panel-button::part(base){
    color: #f05d2a;
}

#fdn-se .fdn-se-topbar-controls sl-icon-button.active-control::part(base){
    color: #f05d2a;
    background-color: #00264d;
}

.gjs-rte-toolbar-ui{
    background-color: #014386;
}
.gjs-rte-active{
    color: #f05d2a;
    background-color: #00264d;
}

.fdn-screen-selector .selected-screen{
    background-color: #00264d;
    border-left-color: #f05d2a;
}

/* Grapes Defaults Override*/
:root{
    --gjs-primary-color: #00264d;
    --gjs-secondary-color: #f05d2a;
    --gjs-ternary-color: #014386;
    --gjs-quaternary-color: #f05d2a;
}

