
.k-chip-solid-base {
    border-color: white;
    color: #ffffff;
    background-color: #3189C4 !important;
}

.k-tabstrip-items .k-link {
    white-space: nowrap !important;
}

.tb-icon-container {
    position: relative;
}

    /* these rules position the icon. Update with your own selector if you add HTML elements for click events */
    .tb-icon-container .k-icon {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0.5em;
    }

    /* no floating label */
    .tb-icon-container input.k-textbox,
    /* for the floating label */
    .tb-icon-container .k-textbox input,
    .tb-icon-container .k-state-empty .k-label {
        padding-left: 2em;
    }

    /* this rule also positions the icon for the floating label scenario, tweak it with your own selectors if you use other HTML */
    .tb-icon-container.with-label .k-icon {
        top: 0.5em;
    }