﻿@charset "UTF-8";

@media print {
    body {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
}

.f-widget-content {
    border-color: #e6e6e6;
    background-color: #fff;
    color: #444;
}

    .f-widget-content a {
        color: #444;
    }

.f-widget-header {
    border-color: #e6e6e6;
    background-color: #fff;
    color: #444;
}

    .f-widget-header a {
        color: #444;
    }

    .f-state-default, .f-widget-content .f-state-default, .f-widget-header .f-state-default {
        border-color: #e6e6e6;
        background-color: #fff;
        color: #444;
    }

        .f-state-default a, .f-state-default a:link, .f-state-default a:visited {
            color: #444;
        }

    .f-state-focus, .f-state-hover, .f-widget-content .f-state-focus, .f-widget-content .f-state-hover, .f-widget-header .f-state-focus, .f-widget-header .f-state-hover {
        border-color: #76a6cb;
        background-color: #edf6fd;
        color: #00599f;
    }

        .f-state-focus a, .f-state-focus a:hover, .f-state-focus a:link, .f-state-focus a:visited, .f-state-hover a, .f-state-hover a:hover, .f-state-hover a:link, .f-state-hover a:visited {
            color: #00599f;
        }

    .f-state-active, .f-widget-content .f-state-active, .f-widget-header .f-state-active {
        border-color: #76a6cb;
        background-color: #e5eef5;
        color: #00599f;
    }

        .f-state-active a, .f-state-active a:link, .f-state-active a:visited {
            color: #00599f;
        }

    .f-state-error, .f-widget-content .f-state-error, .f-widget-header .f-state-error {
        border-color: #ffa8a8;
        background-color: #fff8f8;
        color: #ff6c6c;
    }

        .f-state-error a, .f-widget-content .f-state-error a, .f-widget-header .f-state-error a {
            color: #ff6c6c;
        }

    .f-state-error-text, .f-widget-content .f-state-error-text, .f-widget-header .f-state-error-text {
        color: #ff6c6c;
    }

    .f-state-disabled, .f-widget-content .f-state-disabled, .f-widget-header .f-state-disabled {
        opacity: .5;
    }

.f-icon, .f-widget-content .f-icon {
    color: #444;
}

.f-widget-header .f-icon {
    color: #444;
}

.f-state-default .f-icon {
    color: #444;
}

.f-state-focus .f-icon, .f-state-hover .f-icon {
    color: #00599f;
}

.f-state-active .f-icon {
    color: #00599f;
}

.f-state-error .f-icon {
    color: #ff6c6c;
}

.f-state-error-text .f-icon {
    color: #ff6c6c;
}

.f-corner-all, .f-corner-left, .f-corner-tl, .f-corner-top {
    border-top-left-radius: 6px;
}

.f-corner-all, .f-corner-right, .f-corner-top, .f-corner-tr {
    border-top-right-radius: 6px;
}

.f-corner-all, .f-corner-bl, .f-corner-bottom, .f-corner-left {
    border-bottom-left-radius: 6px;
}

.f-corner-all, .f-corner-bottom, .f-corner-br, .f-corner-right {
    border-bottom-right-radius: 6px;
}

.f-accordion > .f-panel-bodyct > .f-panel-body {
    background-color: #fff;
}

.f-tab-header.f-state-hover {
    border-color: #edf6fd;
}

.f-tabstrip-connected > .f-panel-header .f-tab-header.f-state-active {
    border-color: #e6e6e6;
    background-color: #fff;
    color: #444;
}

    .f-tabstrip-connected > .f-panel-header .f-tab-header.f-state-active:after {
        background-color: #fff;
    }

    .f-tabstrip-connected > .f-panel-header .f-tab-header.f-state-active .f-icon {
        color: #444;
    }

.f-tabstrip-bordercolor .f-tab-header {
    border-color: rgba(230,230,230,.4);
}

.f-tabstrip-separated > .f-panel-header {
    border-color: #e5eef5;
}

    .f-tabstrip-separated > .f-panel-header .f-tab-header.f-state-active {
        border-color: #e5eef5;
        background-color: #e5eef5;
        color: #00599f;
    }

.f-tabstrip-header .f-tabstrip-header-inkbar {
    background-color: #00599f;
}

.f-tabstrip-inkbar > .f-panel-header .f-tab-header.f-state-active, .f-tabstrip-inkbar > .f-panel-header .f-tab-header.f-state-active .f-icon {
    color: #444;
}

.f-tabstrip-plain > .f-panel-bodyct > .f-panel-body, .f-tabstrip-plain > .f-panel-header, .f-tabstrip-plain > .f-panel-header .f-panel-tools {
    border-color: #e6e6e6;
}

.f-tabstrip-plain > .f-panel-bodyct > .f-panel-bodyct > .f-toolbar {
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
}

.f-tabstrip-plain.f-tabstrip-header-right > .f-panel-header .f-tabstrip-scroller, .f-tabstrip-plain.f-tabstrip-header-top > .f-panel-header .f-tabstrip-scroller {
    border-bottom-color: #e6e6e6;
}

.f-tabstrip-plain.f-tabstrip-header-bottom > .f-panel-header .f-tabstrip-scroller, .f-tabstrip-plain.f-tabstrip-header-left > .f-panel-header .f-tabstrip-scroller {
    border-top-color: #e6e6e6;
}

.f-tabstrip-plain > .f-panel-header .f-tab-header.f-state-active {
    border-color: #e6e6e6;
}

.f-grid-row-alt {
    background-color: rgb(252.45,252.45,252.45);
}

.f-grid-show-selected-cell .f-grid-cell-selected:after {
    border-color: #76a6cb;
}

.f-grid-colheader-divide {
    background-color: rgba(230,230,230,.6);
    border-color: #fff;
}

.f-grid-colheader.f-haschildren .f-grid-colheader-divide-bottom {
    background-color: rgba(230,230,230,.6);
    border-color: #fff;
}

.f-datalist-list .f-datalist-item, .f-grid-card .f-grid-card-row, .f-grid-column-lines .f-grid-row .f-grid-cell, .f-grid-row-lines .f-grid-row .f-grid-cell, .f-grid-row-lines .f-grid-row-summary .f-grid-cell, .f-grid-row-lines .f-grid-rowexpander-details .f-grid-cell {
    border-color: rgb(242.25,242.25,242.25);
}

    .f-datalist-list .f-datalist-item.f-state-hover, .f-grid-card .f-grid-card-row.f-state-hover, .f-grid-column-lines .f-grid-row.f-state-hover .f-grid-cell, .f-grid-row-lines .f-grid-row.f-state-hover .f-grid-cell, .f-grid-row-lines .f-grid-rowexpander-details.f-state-hover .f-grid-cell {
        border-color: rgb(214.95,234.975,250.55);
    }

    .f-datalist-list .f-datalist-item.f-state-active, .f-grid-card .f-grid-card-row.f-state-active, .f-grid-column-lines .f-grid-row.f-state-active .f-grid-cell, .f-grid-row-lines .f-grid-row.f-state-active .f-grid-cell, .f-grid-row-lines .f-grid-rowexpander-details.f-state-active .f-grid-cell {
        border-color: rgb(211.8833333333,226.8083333333,238.4166666667);
    }

.f-grid .f-grid-static-checkbox.f-icon {
    color: red;
}

.f-grid .f-grid-static-checkbox.f-checked.f-icon {
    color: green;
}

.f-grid .f-state-hover .f-grid-static-checkbox.f-icon {
    color: #00599f;
}

.f-grid .f-state-active .f-grid-static-checkbox.f-icon {
    color: #00599f;
}

.f-grid-cell-locked {
    background-color: #fff;
}

.f-grid-row-alt .f-grid-cell-locked {
    background-color: rgb(252.45,252.45,252.45);
}

.f-grid-row .f-grid-cell-locked.f-state-hover, .f-grid-row.f-state-hover .f-grid-cell-locked {
    background-color: #edf6fd;
}

.f-grid-row .f-grid-cell-locked.f-state-active, .f-grid-row.f-state-active .f-grid-cell-locked {
    background-color: #e5eef5;
}

.f-grid-cell-locked-left-last:before {
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    content: " ";
    box-shadow: inset 10px 0 8px -8px rgba(230,230,230,.6);
    pointer-events: none;
}

.f-grid-cell-locked-right-first:before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    content: " ";
    box-shadow: inset -10px 0 8px -8px rgba(230,230,230,.6);
    pointer-events: none;
}

.f-grid-row-summary .f-grid-cell-locked-left-last:before, .f-grid-row-summary .f-grid-cell-locked-right-first:before {
    display: none;
}

.f-grid-columnlocking-separated.f-grid-column-lines .f-grid-cell-locked-right:before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    content: " ";
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(242.25,242.25,242.25);
    pointer-events: none;
}

.f-grid-columnlocking-separated.f-grid-column-lines .f-grid-colheader.f-grid-cell-locked-right:before {
    border-right-color: #e6e6e6;
}

.f-toolbar-buttonplain, .f-toolbar-buttonplain .f-buttongroup .f-btn:after {
    border-color: #e6e6e6 !important;
}

.f-checkbox.f-icon, .f-radiobutton.f-icon {
    background-color: #fff;
    color: rgba(68,68,68,.6);
}

.f-checkbox.f-checkbox-indeterminate, .f-checkbox.f-checked {
    background-color: #00599f;
    border-color: #00599f;
}

.f-radiobutton.f-checked {
    border-color: #00599f;
    background-color: #00599f;
}

.f-radiobutton:after {
    background-color: #fff;
}

.f-checkbox.f-state-focus, .f-radiobutton.f-state-focus {
    box-shadow: 0 0 0 4px rgba(118,166,203,.4);
    background-image: none;
}

.f-checkbox.f-checked.f-state-focus, .f-radiobutton.f-checked.f-state-focus {
    box-shadow: 0 0 0 4px rgba(0,89,159,.4);
    background-image: none;
}

.f-state-error .f-checkbox.f-state-focus, .f-state-error .f-radiobutton.f-state-focus {
    box-shadow: 0 0 0 4px rgba(255,108,108,.4);
}

.f-state-active .f-checkbox.f-checkbox-indeterminate, .f-state-active .f-checkbox.f-checked {
    background-color: rgb(0,71.2,127.2);
    border-color: rgb(0,71.2,127.2);
}

.f-state-active .f-radiobutton.f-checked {
    border-color: rgb(0,71.2,127.2);
    background-color: rgb(0,71.2,127.2);
}

.f-field-checkbox-switch {
    background-color: rgb(142.8,142.8,142.8);
    border-color: rgb(142.8,142.8,142.8);
}

    .f-field-checkbox-switch.f-state-focus {
        background-color: rgb(142.8,142.8,142.8);
        border-color: rgb(142.8,142.8,142.8);
        box-shadow: 0 0 0 4px rgba(142.8,142.8,142.8,.4);
        background-image: none;
    }

    .f-field-checkbox-switch.f-checked {
        background-color: #00599f;
        border-color: #00599f;
    }

        .f-field-checkbox-switch.f-checked.f-state-focus {
            background-color: #00599f;
            border-color: #00599f;
            box-shadow: 0 0 0 4px rgba(0,89,159,.4);
            background-image: none;
        }

.f-state-error .f-state-focus.f-field-checkbox-switch {
    box-shadow: 0 0 0 4px rgba(255,108,108,.4);
}

.f-state-active .f-field-checkbox-switch.f-checked {
    background-color: rgb(0,71.2,127.2);
    border-color: rgb(0,71.2,127.2);
}

.f-field-textbox.f-state-focus {
    box-shadow: 0 0 0 4px rgba(118,166,203,.4);
}

.f-field-textbox.f-state-error.f-state-focus {
    box-shadow: 0 0 0 4px rgba(255,168,168,.4);
}

.f-progressbar.f-widget-content {
    background-color: rgb(229.5,229.5,229.5);
    border-color: rgb(229.5,229.5,229.5);
}

.f-progressbar .f-progressbar-value {
    background-color: #00599f;
}

.f-progressbar-outer.f-progressbar-text-inside .f-progressbar-text {
    color: #fff;
}

.f-state-active .f-progressbar .f-progressbar-value {
    background-color: rgb(0,71.2,127.2);
}

.f-rate .f-rate-star .f-rate-star-first .f-rate-star-icon, .f-rate .f-rate-star .f-rate-star-second .f-rate-star-icon {
    color: rgb(229.5,229.5,229.5);
}

.f-rate .f-rate-star.f-rate-star-full .f-rate-star-first .f-rate-star-icon, .f-rate .f-rate-star.f-rate-star-full .f-rate-star-second .f-rate-star-icon, .f-rate .f-rate-star.f-rate-star-half .f-rate-star-first .f-rate-star-icon {
    color: #00599f;
}

.f-state-active .f-rate .f-rate-star.f-rate-star-full .f-rate-star-first .f-rate-star-icon, .f-state-active .f-rate .f-rate-star.f-rate-star-full .f-rate-star-second .f-rate-star-icon, .f-state-active .f-rate .f-rate-star.f-rate-star-half .f-rate-star-first .f-rate-star-icon {
    color: rgb(0,71.2,127.2);
}

.f-field-body-fixgroup > .f-field-body-cell-leftpart, .f-field-body-fixgroup > .f-field-body-cell-rightpart {
    background-color: rgb(252.45,252.45,252.45);
}

.f-qtip-position .f-qtip-arrow {
    border-color: #e6e6e6;
}

.f-qtip-position .f-qtip-arrow-inside {
    border-color: #fff;
}

.f-qtip-position .f-state-error .f-qtip-arrow {
    border-color: #ffa8a8;
}

.f-qtip-position .f-state-error .f-qtip-arrow-inside {
    border-color: #fff8f8;
}

.f-qtip-inner {
    box-shadow: 0 0 8px 0 #e6e6e6;
}

    .f-qtip-inner.f-state-error {
        box-shadow: 0 0 8px 0 #ffa8a8;
    }

.f-shadow {
    box-shadow: 0 0 8px 0 #e6e6e6;
}

.f-field-datepicker-pop, .f-field-dropdownlist-pop, .f-menu {
    border-width: 1px;
}

.f-calendar-day.f-calendar-today {
    border-color: #76a6cb;
}

.f-calendar-day, .f-calendar-float td a {
    border-radius: 6px;
}

.f-btn.f-state-focus {
    box-shadow: 0 0 0 4px rgba(118,166,203,.4);
}

.f-btn.f-state-default.f-btn-color-primary {
    border-color: rgb(0,80.1,143.1);
    background-color: #00599f;
    color: #fff;
}

.f-btn.f-btn-color-primary.f-state-focus, .f-btn.f-btn-color-primary.f-state-hover {
    border-color: rgb(0,80.1,143.1);
    background-color: rgb(0,108.6471698113,194.1);
}

.f-btn.f-btn-color-primary.f-state-focus {
    box-shadow: 0 0 0 4px rgba(0,80.1,143.1,.4);
}

.f-btn.f-state-default.f-btn-color-primary .f-btn-icon.f-icon {
    color: #fff;
}

.f-btn.f-btn-pressable.f-btn-pressed {
    border-color: #cfcfcf !important;
    color: #444 !important;
    background-color: rgb(229.5,229.5,229.5) !important;
}

    .f-btn.f-btn-pressable.f-btn-pressed .f-icon {
        color: #444 !important;
    }

    .f-btn.f-btn-pressable.f-btn-pressed.f-state-focus {
        box-shadow: 0 0 0 4px rgba(207,207,207,.4);
    }

@keyframes f-ripple {
    from {
        box-shadow: 0 0 0 0 #76a6cb;
    }

    to {
        box-shadow: 0 0 0 8px #76a6cb;
        opacity: 0;
    }
}

.f-custom-scrollbar ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.f-custom-scrollbar ::-webkit-scrollbar-thumb {
    background-color: rgb(178.5,178.5,178.5);
    border: 2px solid transparent;
    border-radius: 5px;
    background-clip: padding-box;
}

    .f-custom-scrollbar ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(165.75,165.75,165.75);
    }

    .f-custom-scrollbar ::-webkit-scrollbar-thumb:active {
        background-color: #999;
    }

.mainpanel {
    background-color: rgb(0,53.4,95.4);
}

.sidebarregion {
    border-radius: 0;
}

    .sidebarregion .leftregion {
        border-radius: 0;
    }

.bodyregion .centerregion {
    border-width: 0;
    border-radius: 0;
}

    .bodyregion .centerregion .f-tabstrip-header {
        border-bottom-width: 0;
        z-index: 2000;
        box-shadow: 0 2px 4px 0 rgba(230,230,230,.5);
    }

.bodyregion .topregion .f-mainheader {
    border-bottom: solid 1px rgb(242.25,242.25,242.25);
}

.sidebarregion {
    z-index: 2001;
    box-shadow: 0 0 8px 0 rgba(0,53.4,95.4,.6);
}

    .sidebarregion .f-widget-header {
        border-color: rgb(0,53.4,95.4);
        background-color: rgb(0,53.4,95.4);
        color: rgba(255,255,255,.9);
    }

        .sidebarregion .f-widget-header .f-icon, .sidebarregion .f-widget-header a {
            color: rgba(255,255,255,.9);
        }

        .sidebarregion .f-widget-header .f-state-hover {
            border-color: #76a6cb;
            background-color: rgba(0,89,159,.4);
            color: #fff;
        }

    .sidebarregion .f-state-hover .f-icon, .sidebarregion .f-state-hover a, .sidebarregion .f-state-hover a:link, .sidebarregion .f-state-hover a:visited {
        color: #fff;
    }

    .sidebarregion .f-widget-header .f-state-focus {
        border-color: #76a6cb;
        background-color: rgba(0,89,159,.4);
        color: #fff;
    }

    .sidebarregion .f-state-focus .f-icon, .sidebarregion .f-state-focus a, .sidebarregion .f-state-focus a:link, .sidebarregion .f-state-focus a:visited {
        color: #fff;
    }

    .sidebarregion .f-widget-header .f-state-active {
        border-color: #76a6cb;
        background-color: rgba(0,89,159,.8);
        color: #fff;
    }

    .sidebarregion .f-state-active .f-icon, .sidebarregion .f-state-active a, .sidebarregion .f-state-active a:link, .sidebarregion .f-state-active a:visited {
        color: #fff;
    }

.bodyregion .f-widget-header {
    border-color: #e6e6e6;
    background-color: #fff;
    color: #444;
}

    .bodyregion .f-widget-header .f-icon, .bodyregion .f-widget-header a {
        color: #444;
    }

    .bodyregion .f-widget-header .f-state-hover {
        border-color: #76a6cb;
        background-color: #edf6fd;
        color: #00599f;
    }

.bodyregion .f-state-hover .f-icon, .bodyregion .f-state-hover a, .bodyregion .f-state-hover a:link, .bodyregion .f-state-hover a:visited {
    color: #00599f;
}

.bodyregion .f-widget-header .f-state-focus {
    border-color: #76a6cb;
    background-color: #edf6fd;
    color: #00599f;
}

.bodyregion .f-state-focus .f-icon, .bodyregion .f-state-focus a, .bodyregion .f-state-focus a:link, .bodyregion .f-state-focus a:visited {
    color: #00599f;
}

.bodyregion .f-widget-header .f-state-active {
    border-color: #76a6cb;
    background-color: #e5eef5;
    color: #00599f;
}

.bodyregion .f-state-active .f-icon, .bodyregion .f-state-active a, .bodyregion .f-state-active a:link, .bodyregion .f-state-active a:visited {
    color: #00599f;
}

body.f-dark-top .mainpanel {
    background-color: transparent;
}

body.f-dark-top .sidebarregion {
    box-shadow: none;
}

    body.f-dark-top .sidebarregion .leftregion {
        box-shadow: 4px 0 8px 0 rgba(230,230,230,.5);
    }

body.f-dark-top .bodyregion .topregion .f-mainheader {
    border-bottom: none;
}

body.f-dark-top .bodyregion .topregion .f-widget-header {
    border-color: rgb(0,53.4,95.4);
    background-color: rgb(0,53.4,95.4);
    color: rgba(255,255,255,.9);
}

    body.f-dark-top .bodyregion .topregion .f-widget-header .f-icon, body.f-dark-top .bodyregion .topregion .f-widget-header a {
        color: rgba(255,255,255,.9);
    }

    body.f-dark-top .bodyregion .topregion .f-widget-header .f-state-hover {
        border-color: #76a6cb;
        background-color: rgba(0,89,159,.4);
        color: #fff;
    }

body.f-dark-top .bodyregion .topregion .f-state-hover .f-icon, body.f-dark-top .bodyregion .topregion .f-state-hover a, body.f-dark-top .bodyregion .topregion .f-state-hover a:link, body.f-dark-top .bodyregion .topregion .f-state-hover a:visited {
    color: #fff;
}

body.f-dark-top .bodyregion .topregion .f-widget-header .f-state-focus {
    border-color: #76a6cb;
    background-color: rgba(0,89,159,.4);
    color: #fff;
}

body.f-dark-top .bodyregion .topregion .f-state-focus .f-icon, body.f-dark-top .bodyregion .topregion .f-state-focus a, body.f-dark-top .bodyregion .topregion .f-state-focus a:link, body.f-dark-top .bodyregion .topregion .f-state-focus a:visited {
    color: #fff;
}

body.f-dark-top .bodyregion .topregion .f-widget-header .f-state-active {
    border-color: #76a6cb;
    background-color: rgba(0,89,159,.8);
    color: #fff;
}

body.f-dark-top .bodyregion .topregion .f-state-active .f-icon, body.f-dark-top .bodyregion .topregion .f-state-active a, body.f-dark-top .bodyregion .topregion .f-state-active a:link, body.f-dark-top .bodyregion .topregion .f-state-active a:visited {
    color: #fff;
}

body.f-dark-top .leftregion .f-widget-header {
    border-color: #e6e6e6;
    background-color: #fff;
    color: #444;
}

    body.f-dark-top .leftregion .f-widget-header .f-icon, body.f-dark-top .leftregion .f-widget-header a {
        color: #444;
    }

    body.f-dark-top .leftregion .f-widget-header .f-state-hover {
        border-color: #76a6cb;
        background-color: #edf6fd;
        color: #00599f;
    }

body.f-dark-top .leftregion .f-state-hover .f-icon, body.f-dark-top .leftregion .f-state-hover a, body.f-dark-top .leftregion .f-state-hover a:link, body.f-dark-top .leftregion .f-state-hover a:visited {
    color: #00599f;
}

body.f-dark-top .leftregion .f-widget-header .f-state-focus {
    border-color: #76a6cb;
    background-color: #edf6fd;
    color: #00599f;
}

body.f-dark-top .leftregion .f-state-focus .f-icon, body.f-dark-top .leftregion .f-state-focus a, body.f-dark-top .leftregion .f-state-focus a:link, body.f-dark-top .leftregion .f-state-focus a:visited {
    color: #00599f;
}

body.f-dark-top .leftregion .f-widget-header .f-state-active {
    border-color: #76a6cb;
    background-color: #e5eef5;
    color: #00599f;
}

body.f-dark-top .leftregion .f-state-active .f-icon, body.f-dark-top .leftregion .f-state-active a, body.f-dark-top .leftregion .f-state-active a:link, body.f-dark-top .leftregion .f-state-active a:visited {
    color: #00599f;
}

body.f-dark-top-left .mainpanel .sidebarregion {
    z-index: auto;
    box-shadow: none;
}

body.f-dark-top-left .bodyregion .topregion .f-mainheader {
    border-bottom: none;
}

body.f-dark-top-left .centerregion {
    border-width: 0;
    border-top-left-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(230,230,230,.6);
}

body.f-dark-top-left .bodyregion .topregion .f-widget-header {
    border-color: rgb(0,53.4,95.4);
    background-color: rgb(0,53.4,95.4);
    color: rgba(255,255,255,.9);
}

    body.f-dark-top-left .bodyregion .topregion .f-widget-header .f-icon, body.f-dark-top-left .bodyregion .topregion .f-widget-header a {
        color: rgba(255,255,255,.9);
    }

    body.f-dark-top-left .bodyregion .topregion .f-widget-header .f-state-hover {
        border-color: #76a6cb;
        background-color: rgba(0,89,159,.4);
        color: #fff;
    }

body.f-dark-top-left .bodyregion .topregion .f-state-hover .f-icon, body.f-dark-top-left .bodyregion .topregion .f-state-hover a, body.f-dark-top-left .bodyregion .topregion .f-state-hover a:link, body.f-dark-top-left .bodyregion .topregion .f-state-hover a:visited {
    color: #fff;
}

body.f-dark-top-left .bodyregion .topregion .f-widget-header .f-state-focus {
    border-color: #76a6cb;
    background-color: rgba(0,89,159,.4);
    color: #fff;
}

body.f-dark-top-left .bodyregion .topregion .f-state-focus .f-icon, body.f-dark-top-left .bodyregion .topregion .f-state-focus a, body.f-dark-top-left .bodyregion .topregion .f-state-focus a:link, body.f-dark-top-left .bodyregion .topregion .f-state-focus a:visited {
    color: #fff;
}

body.f-dark-top-left .bodyregion .topregion .f-widget-header .f-state-active {
    border-color: #76a6cb;
    background-color: rgba(0,89,159,.8);
    color: #fff;
}

body.f-dark-top-left .bodyregion .topregion .f-state-active .f-icon, body.f-dark-top-left .bodyregion .topregion .f-state-active a, body.f-dark-top-left .bodyregion .topregion .f-state-active a:link, body.f-dark-top-left .bodyregion .topregion .f-state-active a:visited {
    color: #fff;
}

.f-tabstrip-inkbar > .f-panel-header .f-tab-header.f-state-active, .f-tabstrip-inkbar > .f-panel-header .f-tab-header.f-state-active .f-icon {
    color: #00599f;
}

/*************************自定义样式2025-06-24***********************/
/**********************菜单搜索框样式**************************/
.search_box {
    background:transparent;
    border: 0px;
}
.input_search input[type="text"] {
    background:transparent;
}
.search_box .f-icon,
.search_box .f-field-focus .f-icon {
    color:#444;
}
.input_search input[type="text"],
.input_search input[type="text"]::placeholder {
    color:#FFF;
}
body.f-dark-top .input_search input[type="text"],
body.f-dark-top .input_search input[type="text"]::placeholder {
    color:#444;
}
body.f-dark-left .input_search input[type="text"],
body.f-dark-top-left .input_search input[type="text"],
body.f-dark-left .input_search input[type="text"]::placeholder,
body.f-dark-top-left .input_search input[type="text"]::placeholder {
    color: #FFF;
}