﻿html {
    font-size: 14px;
    height: 100vh;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

html, body {
    margin: unset;
    padding: unset;
}

body {
    height: inherit;
}

/* MainLayout
-------------------------------------------------- */
.s-main-layout-drawer{
    height:94vh;
}

.s-main-layout-drawer .k-drawer-content {
    height: 100%
}

.s-full-height-grid-layout {
    padding: 1.5%;
    height: -webkit-fill-available;
}

.s-full-height {
    height: 100%;
    max-height: 100%;
}

/* Grid Row Styles
-------------------------------------------------- */
.error-row {
    color: #e53323;
}

.warning-row {
    color: #f29224;
}

.ok-row {
    color: #28a745;
}

/* Status 
-------------------------------------------------- */
.error-status {
    color: #e53323;
}

.warning-status {
    color: #f29224;
}

.ok-status {
    color: #28a745;
}

/*Notifications
-------------------------------------------------- */
.s-notification {
    z-index: 20000;
    margin-right:5px;
}

/*Loader
-------------------------------------------------- */
.k-loader-segment {
    color: rgba(229, 51, 35, 100)
}

/*SVG Icon
-------------------------------------------------- */
.s-svg-icon{
    height:1em;
}

/*Label
-------------------------------------------------- */
.s-max-one-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*----------------------------------------------------------------------------------------------------
    Pages
---------------------------------------------------------------------------------------------------- */
/* DeviceOverview
-------------------------------------------------- */
.k-tilelayout {
    background-color: #fff;
}

/*DeviceOverview
-------------------------------------------------- */
.tiles-with-header .k-card-header,
.tile-with-header.k-card-header {
    text-align: center;
}

/*DeviceDetail
-------------------------------------------------- */

/*----------------------------------------------------------------------------------------------------
    Components
---------------------------------------------------------------------------------------------------- */
/* Header
-------------------------------------------------- */
header {
    height: 6vh;
    display: flex;
    background-image: linear-gradient(to right, rgba(229, 51, 35, 100), rgba(242, 146, 36, 100));
    color: #fff;
}

.nav-logo {
    height: 60%;
}

    .nav-logo:hover {
        cursor: pointer;
    }

.drawer-btn, .drawer-btn:focus, .drawer-btn:active, .drawer-btn:hover {
    margin-left: 0.5vw;
    background-color: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
}

    .drawer-btn:hover {
        background-color: rgba(0, 0, 0, .05);
    }

/*LoginDisplay
-------------------------------------------------- */
.login-display .k-menu-expand-arrow {
    display: none;
}

/* LanguagePicker
-------------------------------------------------- */
header .k-dropdownlist {
    background-color: transparent;
    border: none;
}

header .k-dropdownlist {
    background-color: transparent;
    border: none;
}

header .k-dropdownlist .k-input-inner {
    padding: unset;
}    

.fi {
    border-radius: 2px;
}

/*DeviceDetails
-------------------------------------------------- */
.k-tabstrip-content, .k-tabstrip > .k-content {
    padding: unset;
    padding-top: 1em;
}

/*DeviceActions
-------------------------------------------------- */
.s-device-actions {
    box-shadow: unset;
    margin-bottom: 1.5%;
}

/*DeviceStatistics
-------------------------------------------------- */

/*MinimalDeviceDetails
-------------------------------------------------- */


/*DetectorActions
-------------------------------------------------- */
.k-form-label {
    flex-direction: unset !important;
    align-items: unset !important;
}