﻿.k-tabstrip-items > .k-state-active[role='tab'] {
    background: #2F9CF4 !important;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: unset;
    left: unset;
    visibility: unset;
}

input[type='button']:disabled {
    opacity: 0.35;
}

.k-grid .k-hierarchy-col {
    width: 36px;
}

.k-grid td.k-hierarchy-cell {
    text-align: center;
}

.k-header.k-grid-toolbar {
    background-color: #ffffff;
    border-color: #e1e1e1;
}

.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 12px;
    font-size-adjust: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.k-chart {
    width: 99%;
}

.w-165 {
    width: 165px;
}

.k-filter-menu ul.k-multicheck-wrap li.k-item .k-label {
    font-size: 0.9rem;
    color: gray;
}

.k-filter-menu ul.k-multicheck-wrap li.k-item .k-label input[type='checkbox'] {
    margin: 0.5rem 0.25rem 0 0;
    vertical-align: top;
}

.row-narrow-0 {
    margin-top: 0rem;
}

.row-narrow-1 {
    margin-top: -1rem;
}

.row-narrow-2 {
    margin-top: -2rem;
}

.row-narrow-3 {
    margin-top: -3rem;
}

.k-header.k-grid-toolbar {
    background-color: #ffffff;
    border-color: #e1e1e1;
}

.km-widget.km-buttongroup {
    margin: 0 auto;
}

.hr {
    border: none;
    background-color: #e1e1e1;
    color: #e1e1e1;
    height: 1px;
    position: relative;
    top: 20px;
}

input.k-textbox {
    height: 2.294em;
    text-indent: .8em;
    line-height: 1.6em;
}

.disabled {
    color: gray;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.maximize-breadcrumb {
    display: none;
    margin-top: -2rem;
    padding: 0;
}

.maximize-breadcrumb > ul {
    display: flex;
    flex-flow: row nowrap;
}

.maximize-breadcrumb > ul > li > a {
    margin: 0 0.5rem 0 0.5rem;
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}

[data-tip] {
    position: relative;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: -3.5rem;
    left: -5.5rem;
    padding: 0 0.75rem 0 0.75rem;
    background: black;
    color: white;
    z-index: 99999 !important;
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
}

[data-tip]:hover:before, [data-tip]:hover:after {
    display: block;
}

.alert-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: absolute;
    top: 5.5rem;
    left: 28%;
    z-index: 99999999;
    width: 55%;
}

.alert-container > .alert {
    font-size: 1.25rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 0.5rem;
    background: gray;
    cursor: pointer;
}

.alert-container > .alert > .name {
    color: white;
    font-weight: normal;
}

.alert-container > .alert > .count {
    color: orange;
    margin-left: 1rem;
    font-weight: bold;
}

.card .title .fullscreen {
    display: flex;
    flex-flow: row nowrap;
    float: right;
    text-align: center;
    color: inherit;
    cursor: pointer;
    font-size: 1.25rem;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    margin-top: 0.05rem;
}

.card.maximize {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}
