/* Font-Icons ***************/
.k-icon {
    width: 1em;
    height: 1em;
    outline: 0;
    font-size: 16px;
    font-family: "WebComponentsIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-decoration: none;
    flex-shrink: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* GRID *****************************************************/
.k-grid .k-table {
    font-family: 'Roboto-Regular';
    font-size: 14px;
}

/* DATE RANGE CALENDAR POPUP ***************************************************/
.smaller-popup .k-calendar-range {    
    font-size: 12px;
}

.smaller-popup .k-calendar-range .k-calendar-view {
    min-height: auto;
    top: -10px;
}

.smaller-popup .k-calendar-monthview .k-link {
    width: unset;
    height: 25px;
}

.smaller-popup .k-calendar-monthview .k-calendar-td {
    height: 28px;
}

.smaller-popup .k-calendar-header {
    justify-content: space-evenly;
    font-size: 13px;
    margin-top: -5px;
    height: 55px;
}

.smaller-popup .k-calendar-th {
    font-size: 12px;
}

.smaller-popup .k-icon-button.k-button-md {
    width: 30px;
    height: 30px;
}

.smaller-popup .k-calendar-header .k-title,
.k-calendar-header .k-calendar-title {
    font-size: 15px;
}

/* TEXTBOX *****************************************************/
#app .k-input-inner {
    height: 27px;
    font-size: 15px;
    font-family: 'Roboto-Regular', sans-serif;
    padding-left: 7px;
    padding-right: 2px;
}

/* DATE/TIME TEXTBOX FIELD *****************************************************/
.datetimefld, .k-input-solid {
    height: 28px !important;
}

/* AUXILIARY BUTTONS SOLID BASE *****************************************************/
.grey-buttons .k-button-solid-base {
    height: 25px;
    font-size: 13px;
    font-family: 'Roboto-Regular', sans-serif;
    font-weight: 400;
    border-color: #61A745;
    color: #407E93;
    background-color: #fff;
    padding-top: 7px;
}

.grey-buttons .k-button-solid-base:hover,
.k-button-solid-base.k-hover {
    border-color: #c7cdd5;
    background-color: #ced3db;
}

/* SWITCH *****************************************************/
.default-switch,
.k-switch-md .k-switch-track {
    height: 20px;
    width: 45px;
}

.default-switch,
.k-switch-md .k-switch-thumb {
    width: 14px;
    height: 14px;
    right: -17px;
}

.default-switch,
.k-switch-md.k-switch-on .k-switch-thumb-wrap {
    left: calc(-13% - -35px) !important;
}

.default-switch,
.k-switch-md.k-switch-off .k-switch-thumb-wrap {
    left: 6px;
}

.mytabs {
    font-size: 13px;
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: 400;
    color: #002639;
}

.k-picker {
    height: 28px;
}

/* TABSTRIP *****************************************************/
.k-tabstrip-md .k-tabstrip-items .k-link {
    font-size: unset;
    padding-inline: var(--kendo-spacing-5, 1rem);
}

.k-tabstrip-content, .k-tabstrip > .k-content {    
    border-radius: 8px 8px 8px 8px !important;
    box-shadow: 0px 2px 11px -1px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.70) !important;
    overflow-x: hidden;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-bottom-width: inherit;
    border-color: transparent;
}

.k-tabstrip-items .k-link {
    padding: 0.5rem 1.2rem;
    cursor: pointer;
    display: inline-flex;
    vertical-align: middle;
    flex: 1 1 auto;
    flex-direction: row;
    align-content: center;
    align-items: center;    
    Border-radius: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item, .k-item {
    border-color: #DEE1E6;
    color: #666666;
    background-color: #DEE1E6;
    font-weight: 400;
    margin-right: 2px;
}

.k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-items-wrapper .k-item.k-state-active,
.k-tabstrip-items-wrapper .k-item.k-active,
.k-tabstrip-items-wrapper .k-item.k-state-selected,
.k-tabstrip-items-wrapper .k-item.k-selected {
    border-color: #61A744 !important;
    color: #fff !important;
    background-color: #61a744 !important;
    font-weight: 400;
}

.k-tabstrip-items-wrapper .k-item:focus,
.k-tabstrip-items-wrapper .k-item.k-state-focused,
.k-tabstrip-items-wrapper .k-item.k-focus {
    box-shadow: unset !important;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    margin-bottom: 0px;
    margin-left: 18px;
}

/* GRID FILTER POPUP *****************************************************/
.k-column-menu-popup, .k-grid-columnmenu-popup {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto-Regular';
    width: 215px;
}

/* GRID FILTER/SORTING MENU BUTTONS *****************************************************/
.k-grid-columnmenu-popup .k-actions .k-button {
    padding: 0rem 0rem;
    font-size: 14px;
    font-family: 'Roboto-Regular';
}

/* TABLET - MY PROFILE - NAV Menu Settings */
@media (max-width: 560px) {
    .mytabs, .k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items {
        display: unset;
        margin-left: -15px;
    }
}

/* TOOLTIP *****************************************************/
.mytooltip .k-tooltip {
    background: #fff;
    border-color: #4A85E1;
    border-radius: 5px;
    color: black;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 3%), 0 4px 5px 0 rgb(0 0 0 / 4%);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #333333;
}

.mytooltip .k-tooltip .k-callout {
    color: #fff !important;
}

/* OPTIMAL ICON *****************************************************/
.optimal-icon {
    color: #61a744;
    padding-bottom: 3px;
}

/* MOBILE - iPhone 12 and over - MY PROFILE - NAV Menu Settings */
@media (max-width: 430px) {
    .mytabs {
        padding-top: 35px;
    }    

    .k-tabstrip-content, .k-tabstrip > .k-content {
        margin-right: -4px !important;
        margin-left: -4px !important;
    }

    /* TOOLTIP *****************************************************/
    .mytooltip .k-tooltip {
        left: 12px;
    }

    .mytooltip .k-tooltip .k-callout {
        left: 17px !important;
    }
}

@media (max-width: 280px) {
    #app .k-input-inner {
        font-size: 13px;
    }

    /* DATE RANGE CALENDAR POPUP ***************************************************/
    .smaller-popup .k-calendar-header .k-title,
    .k-calendar-header .k-calendar-title {
        font-size: 13px;
        padding-left: 60px;
    }

    .k-button {
        font-size: 13px !important;
    }

    .k-calendar-th {
        font-size: 13px;
    }

    .k-month-calendar .k-calendar-td, .k-calendar-monthview .k-calendar-td {
        font-size: 13px;
        block-size: unset;
    }

    .k-calendar-view {
        min-height: unset;
    }

    .k-calendar-table {        
        margin-left: 36px;
    }
}   