#menubar {
    background: #FFF;
}

    #menubar .k-link .k-icon {
        /*position: absolute;*/
        top: 50%;
        margin: -8px 0 0 0;
        right: 4px;
    }

    #menubar .k-popup[role='menu'] {
        background: #FFF;
    }

    #menubar .k-button:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: 0px 0px 0px 1px #FFF inset !important;
    }

    /*#menubar .k-button:hover {
        background-image: none*/ /*, linear-gradient(to bottom, #02b4df 0px, #02b4df 100%)*/ /*!important;
        background: #FFF;
    }*/

    #menubar .k-button:hover {
        border-color: #FFF !important;
        background-color: #FFF !important;
    }

    #menubar .k-button:focus, .k-button.k-state-focused {
        border-color: #FFF !important;
    }

    #menubar .k-state-selected {
        background-color: #FFF !important;
        border-color: #FFF !important;
        color: #00a7e1 !important;
    }

    #menubar .k-state-active {
        border-color: #FFF !important;
        background: #FFF !important;
    }

    #menubar .k-state-hover {
        border-color: #FFF !important;
        background-color: #FFF;
        background-image: none;
    }

    #menubar .k-grid-export-image {
        background-image: url("/Content/images/excel.png") !important;
        margin: 0 5px 0 0 !important;
        padding: 4px !important;
    }

    #menubar .k-dropdown-wrap.k-state-focused {
        background-color: #FFF !important;
        background-image: none !important;
    }

    #menubar .k-textbox:hover {
        border-color: #FFF !important;
    }

    #menubar .k-item {
        border: none !important;
        /*float: left !important;*/
    }

    #menubar .k-menu {
        border: none !important;
        width: auto !important;
        line-height: inherit !important;
    }

    #menubar .k-link {
        color: #87898C;
        text-decoration: none;
        padding: 10px;
        font-size: 18px;
        padding-top: 20px;
    }

    /*#menubar .k-link {
        color: #787878 !important;
    }*/

    #menubar .k-icon:not(.k-i-close) {
        background-position: -0px -32px !important;
    }


    #menubar .k-link:hover .k-icon, #menubar .k-link:hover, #menubar .k-state-active .k-icon {
        background-position: -16px -32px !important;
    }

.k-menu#settings {
    background: url("/Content/kendo/Metro/sprite_2x.png");
}



.topSplashLogo {
    background-image: url('/Content/images/Aflac_Logo.png');
    height: 50px;
    width: 143px;
    background-size: contain;
    margin-bottom: 5px;
    margin-right: 25px;
}

#home .panelCol {
    background: #D3ECF7;
}

button, button > a,
input[type=button],
input[type=submit] {
    background: #00a7e1;
}


.splashLogo {
    background-image: url('/Content/images/Aflac_Logo.png');
    margin-bottom: 18px;
    height: 100px;
    width: 287px;
}

.splash-container {
    background-color: #FFF;
}

.forgotPasswordLink {
    color: #00a7e1;
}

#wfMenu li {
    background: #D3ECF7;
}

    #wfMenu li.selected > a {
        border-color: #D3ECF7;
    }

    #wfMenu li.selected.Active > a {
        border-color: #FFF;
    }

    #wfMenu li.selected.Completed > a {
        border-color: #A7A9AC;
    }

    #wfMenu li > a {
        color: #787878;
        border: 3px solid #FFF;
        border-left: none;
        border-right: 1px solid #FFF;
    }

    #wfMenu li.Active {
        background-color: #FFF;
    }

        #wfMenu li.Active > a {
            color: #FFF;
        }


    #wfMenu li.Incomplete {
        background-color: #A7A9AC;
    }

    #wfMenu li.Locked {
        background-color: #D3ECF7;
    }

        #wfMenu li.Locked > a {
            color: #787878;
        }

    #wfMenu li.Incomplete > a {
        color: #FFF;
    }










/* MENU BAR */
#menubar ul.k-group.k-menu-group.k-popup.k-reset {
    overflow: visible;
}

    #menubar ul.k-group.k-menu-group.k-popup.k-reset .k-link .k-i-arrow-e {
        position: relative;
        margin-top: 0;
        margin-left: 3px;
    }

#menubar span .k-icon.k-i-arrow-s {
    margin-left: 3px;
}

#menubar .k-group {
    overflow-y: visible;
}
/* MENU BAR */

/* KENDO CONTROLS */
.k-button:hover {
    background: #00a7e1;
    color: white;
}

.k-button:focus {
    background: #00a7e1;
    color: white;
}

/* KENDO DROP DOWN */
.k-dropdown .k-state-focused .k-input {
    background: #00a7e1;
    color: white;
}

.k-dropdown .k-state-hover .k-input {
    background: #00a7e1;
    color: white;
}

.k-state-focused .k-select, .k-state-hover .k-select {
    background: #00a7e1;
    color: white;
}

.k-state-selected, span.k-input {
    background: #00a7e1;
    color: white;
}
/* KENDO DROP DOWN */


/* KENDO GRID CHECKMARK */
.k-grid span.checkmark {
    color: #00a7e1;
}
/* KENDO GRID CHECKMARK */

/*KENDO DATE PICKER ICON*/
.k-picker-wrap .k-state-default {
    color: white;
}
/*KENDO DATE PICKER ICON*/

/*KENDO Tab Strip Tab Item*/
.k-tabstrip-items .k-state-active .k-link, .k-panelbar > li.k-state-active > .k-link {
    background: rgba(0, 167, 225, 1);
    color: white;
}

.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
    background: rgba(3, 133, 216, 0.5);
    color: white;
}
/*KENDO Tab Strip Tab Item*/

li.k-state-hover, li.k-state-selected {
    background: #00a7e1 !important;
    color: white;
}
/* KENDO CONTROLS */

/* MENU ITEMS ALIGN WITH BOTTOM, BG LOGO HEIGHT */
#menu > li.k-item.k-state-default > span, #menu > li.k-item.k-state-default, #menu > li.k-item.k-state-default.k-first > a {
    height: 62px;
}

#settings, #settings > li, #groupSet, #groupSet > li, #groupSet > li > span, #settings_mn_active > span, #settings > li > span {
    height: 62px;
}
/* MENU ITEMS ALIGN WITH BOTTOM, BG LOGO HEIGHT */

.k-item.k-state-default.k-first.k-state-hover {
    background: #00a7e1 !important;
}

.isApproved {
    color: #00a7e1;
}
