
@font-face {
    font-family: "Open Sans";
    src: local('Open Sans'), url("OpenSans-Regular-webfont.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans Semibold";
    src: local('Open Sans Semibold'), url("OpenSans-Semibold-webfont.woff") format("woff");
    font-style: normal;
    font-weight: bold;
}

:root {
    --main-component-bg-color: #292929;
    --headerbutton-bg-color: #22252a;
    --headerbutton-bg-hover-color: #2f2f2f;
    --main-popup-bg-color: #2929297a;
    --page-bg-color: #171a1e;
    --scrollbox-bg-color: #171a1e;
    --mainmenu-bg-color: #191c21;
    --list-header-font-color: #898989;
    --indicator-font-color: #cadfff;
    --caption-color: var(--indicator-font-color);
    --system-status-font-color: #0000007a;
    --banner-bg-color: #101214;
    --banner-icon-bg-color: #262626;
    --panel-dashboard-action-bg-color: #2f2f2f;
    --panel-dashboard-action-font-color: #d3d3d3;
    --link-font-color: #8bc4ff;
}

body {
    font-family: "Open Sans", sans-serif;
}

.GlobalArea.Mobile {
    flex-direction: column;
}

.GlobalArea.Mobile .Box.PageBody {
    padding-left: 20px;
    padding-right: 20px;
}

.StyledLabel {
    color: var(--indicator-font-color);
}

.WorkArea {
    height: 100%;
}

.WindowIcon {
    margin-left: 15px;
}

.Scrolldata {
    transition: none;
}

.Box.SettingsBlock {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.WindowIcon svg circle, .WindowIcon svg path {
    fill: var(--caption-color);
}

.AboutLogo svg circle, .AboutLogo svg path {
    fill: var(--caption-color);
}

.Tooltip {
    opacity: 1;
    backdrop-filter: blur(15px);
}

.Toggle {
    flex-shrink: 0;
}

.Label {
    white-space: break-spaces;
}

.PInfo {
    display: flex;
    align-items: center;
}

.PInfo div {
    margin-right: 20px;
}

.PopupMenu {
    background-color: #2929297a;
    box-shadow: 0 0 3px #00000063;
    backdrop-filter: blur(18px);
}

.WindowCaption {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    color: var(--caption-color);
    padding-left: 3px;
    display: flex;
    align-items: center;
}

#WC:after {
    content: 'BETA';
    border: solid 2px var(--caption-color);
    font-size: 9px;
    margin-left: 8px;
    padding: 3px;
    border-radius: 6px;
}

.HeaderButtonsBlock {
    margin-right: 110px;
}

.HeaderButtonsBlock.Web {
    margin-right: 15px;
}

.HeaderButton {
    width: 128px;
    height: 29px;
    font-size: 13px;
    border-radius: 5px;
}

.Button {
    width: 200px;
}

.Edit.Rounded {
    border-radius: 8px;
}

.Box.Panel {
    padding: 27px;
}

.Link.Actions {
    /*font-family: "Open Sans Semibold";*/
    font-size: 11px;
    color: var(--panel-dashboard-action-font-color);
    font-weight: bold;
    background-color: var(--panel-dashboard-action-bg-color);
    padding: 5px;
    border-radius: 5px;
}

.Link.Actions:before {
    /*font-family: "Material Design Icons", sans-serif;*/
    /*content: '\F0142';*/
    /*font-size: 19px;*/
    /*display: block;*/
}

.Link.Actions:hover {
    color: var(--link-font-hover-color);
}

.AppLoadingScreen {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(6, 6, 6);
    transition: 0.3s;
    z-index: 201;
    display: flex;
    align-items: center;
    justify-content: center;

    /*background-image: radial-gradient(#252c37 1px, transparent 2px);*/
    /*background-size: 78px 78px;*/

    /*background-image: repeating-linear-gradient(45deg, var(--indicator-font-color) 0, var(--indicator-font-color) 0.5px, transparent 0, transparent 50%);*/
    /*background-size: 76px 76px;*/
}

.AppLoadingScreen:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--indicator-font-color) 10%, transparent 11%);
    background-size: 20px 20px;
    animation: 6s linear 2s infinite animateWave;
    mask-image: radial-gradient(circle at center, #0000001c 30%, black 40%, #0000001c 50%);
    mask-repeat: no-repeat;
    mask-size: 0 0;
    mask-position: center;
}

@keyframes animateWave {
    0% {
        mask-size: 0 0;
    }

    50% {
        mask-size: 400vw 400vh;
    }

    100% {
        mask-size: 500vw 500vh;
    }
}

.AppLoadingIcon {
    transition: 0.6s;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(26px);
    animation: animate-app-loading-icon 2.2s cubic-bezier(0.99, 0.6, 0.4, 0.92) infinite
}

.AppLoadingIcon svg circle, .AppLoadingIcon svg path {
    fill: var(--caption-color);
}

@keyframes animate-app-loading-icon {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

.AppLoadingIcon.Animated {
    filter: blur(0px);
}

.HeaderButton.Support.Mobile, .HeaderButton.Rate.Mobile {
    width: 29px;
    border-radius: 999px;
}

.HeaderButton.Support:before {
    content: "\F02D6";
    margin-right: 5px;
}

.HeaderButton.Support.Mobile:before {
    margin-right: 0;
}

.HeaderButton.Support.Mobile:after {
    content: "";
}

.HeaderButton.Rate:before {
    content: "\F04CE";
    font-size: 15px;
    margin-right: 5px;
}

.HeaderButton.Rate.Mobile:before {
    margin-right: 0;
}

.HeaderButton.Rate.Mobile:after {
    content: "";
}

.LoadingIndicator {
    font-family: "Material Design Icons", sans-serif;
    font-size: 75px;
    width: 75px;
    height: 75px;
    color: var(--main-component-additional-color);
    animation: loading-indicator 2s infinite linear;
}

.LoadingIndicator:before {
    content: "\F0772";
}

@keyframes loading-indicator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.MainMenu *[data-pagename="Dashboard"]::before {
    content: '\F056E';
}

.MainMenu *[data-pagename="Metrics"]::before {
    content: '\F027A';
}

.MainMenu *[data-pagename="Events"]::before {
    content: '\F15FE';
}

.MainMenu *[data-pagename="Options"]::before {
    content: '\F1542';
}

.MainMenu .Attention:after {
    content: '';
    position: absolute;
    background-color: #FB6614;
    border-radius: 700px;
    width: 7px;
    height: 7px;
    right: 18px;
    margin-top: -35px;
    box-sizing: border-box;
    display: block;
}

.AttentionMark:after {
    content: '';
    background-color: #FB6614;
    border-radius: 700px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
}

.Grid.MainPanels {
    max-width: 1050px;
    width: 100%;
}

.List.DashboardEventList li {
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent !important;
}

.List.DashboardEventList {
    margin: 0;
}

.List.DashboardEventList.Header {
    padding: 0;
}

.List.DashboardEventList.Header > li {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.List.DashboardEventList li > div {
    width: 30px;
}

.List.DashboardEventList li > div:nth-child(1) {
    width: 80px;
    flex-shrink: 1;
}

.List.DashboardEventList li > div:nth-child(2) {
    width: 130px;
    flex-shrink: 1;
}

.List.DashboardEventList li > div:nth-child(3) {
    width: 130px;
    flex-shrink: 1;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

.List.DashboardEventList li > div:last-child {
    display: none;
}

.List.Blocks li {
    padding-top: 1px;
    padding-bottom: 1px;
}

.List.List2.Blocks li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.List.List1:not(.Header) li > div:not(:last-child) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.List.List1 li > div {
    width: auto;
    margin-right: 10px;
}

/*.List.List1 li > div:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 10px; !* match parent padding-right *!*/
/*    height: 100%;*/
/*    width: 100px;*/
/*    background-image: linear-gradient(to right, rgba(255,255,255,0), white);*/
/*    z-index: 2;*/
/*    pointer-events: none;*/
/*}*/

/*.List.List1 li > div:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: linear-gradient(transparent 150px, white);*/
/*}*/

.List.List1 li > div:nth-child(1) {
    flex-basis: 24px;
    flex-shrink: 0;
    flex-grow: 1;
}

.List.List1 li > div:nth-child(2) {
    flex-basis: 200px;
    flex-grow: 1;
}

.List.List1 li > div:nth-child(3) {
    width: 130px;
    margin-right: 20px;
}

.List.List1 li > div:nth-child(4) {
    width: 120px;
    margin-right: 20px;
}

.List.List1 li > div:nth-child(5) {
    flex-basis: 200px;
    flex-grow: 1;
}

.List.List1 li > div:nth-child(6) {
    flex-basis: 74px;
    flex-shrink: 0;
}

.List.List1 li > div:nth-child(7) {
    flex-basis: 75px;
    flex-shrink: 0;
    flex-grow: 1;
}

.List.List1 li > div:nth-child(8) {
    flex-basis: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    width: 20px;
}

.List.List1 li > div:nth-child(8):before {
    display: block;
    position: relative;
    box-sizing: border-box;
    right: 30px;
}

.List.List1 li > div:last-child {
    margin-right: 0;
    width: 26px;
}

.List.List1.Compact li > div {
    font-size: 12px;
}

.List.List1.Compact li > div:nth-child(8) {
    width: 20px;
}

.List.List1.Compact li > div:nth-child(2) {
    display: none;
}

.List.List1.Compact li > div:nth-child(3) {
    margin-right: 10px;
    font-size: 11px;
}

.List.List1.Compact li > div:nth-child(4) {
    display: none;
}

.List.List1.Compact#FSL li > div:nth-child(8), .List.List1.Compact#FSLD li > div:nth-child(8) {
    margin-right: 0;
}

.List.List1.Compact#FSL li > div:last-child, .List.List1.Compact#FSLD li > div:last-child {
    display: none;
}

.List.List1.Mobile li > div {
    font-size: 12px;
}

.List.List1.Mobile li > div:nth-child(8) {
    width: 20px;
}

.List.List1.Mobile li > div:nth-child(2) {
    display: none;
}

.List.List1.Mobile li > div:nth-child(3) {
    margin-right: 10px;
    font-size: 11px;
}

.List.List1.Mobile li > div:nth-child(4) {
    display: none;
}

.List.List1.Mobile li > div:nth-child(6) {
    display: none;
}

.List.List1.Mobile#FSL li > div:nth-child(8), .List.List1.Mobile#FSLD li > div:nth-child(8) {
    margin-right: 0;
}

.List.List1.Mobile#FSL li > div:last-child, .List.List1.Mobile#FSLD li > div:last-child {
    display: none;
}

.List.AnalyticsParametersList {
    border-radius: 8px;
    /* border: 3px solid #1f2125; */
    overflow: hidden;
}

.List.AnalyticsParametersList li > div {
    width: 30px;
}

.List.AnalyticsParametersList li > div:nth-child(1) {
    width: 250px;
}

.List.AnalyticsParametersList li > div:nth-child(2) {
    width: 130px;
}

.List.AnalyticsParametersList li > div:nth-child(3) {
    width: 150px;
}

.List.AnalyticsParametersList li > div:nth-child(4) {
    width: 250px;
}

.List.AnalyticsParametersList li > div:nth-child(5) {
    width: 500px;
    justify-content: left;
}

.List.AnalyticsParametersList li > div:nth-child(6) {
    width: 60px;
}

.List.Header {
    margin-top: 0;
}

.List.AnalyticsParametersList.Header {
    margin-top: 30px;
    padding-top: 20px;
}

.List.AnalyticsParametersList li:nth-child(odd), .List.AnalyticsParametersList li:nth-child(even) {
    background-color: var(--panel-bg-color);
}

.List.AnalyticsParametersList li:nth-child(1) {
    padding-bottom: 0;
    color: var(--list-header-font-color);
    font-weight: 600;
}

.Grid.AProblem {
    margin-bottom: 10px;
}

.AnalyticsProblem .Box.Panel.Problem .Header, .AnalyticsProblem .Box.Panel.Solve .Header {
    font-size: 18px;
    margin-bottom: 15px;
}

.PulseChart.ProblemParameters {
    height: 22px;
}

.PulseChart.ProblemParameters .PulseBlock {
    width: 6px;
    padding-top: 0;
    padding-bottom: 0;
}

.PulseChart.ProblemParameters .PulseValueBox {
    width: 3px;
    height: 100%;
    padding-bottom: 0;
    justify-content: end;
}

.PulseChart.ProblemParameters .PulseValue {
    background-color: var(--indicator-font-color);
    border-color: var(--indicator-font-color);
}

.PulseChart.ProblemParameters .PulseBlock .PulseLabel {
    display: none;
}

.List.List2 li > div {
    width: 30px;
}

.List.List2 li > div:nth-child(1) {
    width: 20px;
    flex-shrink: 0;
}

.List.List2 li > div:nth-child(2) {
    width: 105px;
    flex-shrink: 0;
}

.List.List2 li > div:nth-child(3) {
    width: 130px;
    flex-shrink: 0;
}

.List.List2 li > div:nth-child(4) {
    width: 130px;
    flex-shrink: 0;
}

.List.List2 li > div:nth-child(5) {
    width: 130px;
    flex-shrink: 0;
}

.List.List2 li > div:nth-child(6) {
    width: 600px;
}

.List.List2 li > div:nth-child(7) {
    display: none;
}

.Panel1Circlebar1 {
    height: 120px;
}

.Panel1Circlebar2 {
    height: 120px;
    margin-top: 5px
}

.Panel1Circlebar2 .CircleLine {
    stroke: #3fe839;
}

.Panel1Circlebar3 {
    height: 120px;
    margin-top: 5px
}

.Panel1Circlebar3 .CircleLine {
    stroke: #e8cb39;
}

.ItemPicker.Colors > div:nth-child(1):after {
    background-color: #e8cb39;
}

.ItemPicker.Colors > div:nth-child(2):after {
    background-color: #5cd2fd;
}

.ItemPicker.Colors > div:nth-child(3):after {
    background-color: #45e839;
}

.ItemPicker.Colors > div:nth-child(4):after {
    background-color: #e83953;
}

.ItemPicker.Colors > div:nth-child(5):after {
    background-color: #4a39e8;
}

.ItemPicker.Colors > div:nth-child(6):after {
    background-color: #b7b7b7;
}

.WindowHeader {
    background-color: transparent;
    height: 60px;
}

.MainMenu {
    width: 85px;
}

.WindowControlsBlock {
    background-color: var(--mainmenu-bg-color);
    width: 85px;
}

.WindowControlsBlock.Mobile {
    background-color: transparent;
}

.GlobalArea.Mobile .Page {
    padding-top: 0;
}

.WindowControl {
    margin-left: 2px;
    margin-right: 2px;
}

.WindowControl.Min > div {
    font-size: 19px;
}

.WindowControl.Max > div {
    font-size: 14px;
}

.WindowControl.Max > div:after {
    content: "\F14FC";
}

.WindowControl.Restore > div {
    font-size: 15px;
}

.WindowControl.Restore > div:after {
    content: "\F10AC";
}

.SensorHardwareType {
    width: 130px;
    border-radius: 9999px;
    /*text-transform: uppercase;*/
}

.SensorParameterName {
    width: 40px;
    border-radius: 9999px;
    background: none;
    padding: 5px 0;
}

.SensorParameterName:hover {
    background: none;
}

.EventFiltersGrid {
    margin: 0 5px;
}

.SensorFiltersGrid > div, .EventFiltersGrid > div {
    margin-right: 15px;
}

.PulseChart.SensorDeviationChart {
    height: 30px;
    flex-direction: column;
}

.PulseChart.SensorDeviationChart .PulseLabel {
    display: none;
}

.PulseChart.SensorDeviationChart .PulseBlock {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
    width: 11px;
    height: 6px;
}

.PulseChart.SensorDeviationChart .PulseValueBox {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

.PulseChart.SensorDeviationChart .PulseValue {
    background-color: var(--indicator-font-color);
    border: 1px solid var(--indicator-font-color);
}

.PulseChart.SensorDeviationChart .Deviated .PulseValue {
    background-color: #e57568;
    border: 1px solid #e57568;
}

.PulseChart.SensorHistoryChart {
    height: 33px;
    justify-content: left;
}

.PulseChart.SensorHistoryChart .PulseLabel {
    display: none;
}

.PulseChart.SensorHistoryChart .PulseBlock {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 2px;
    width: auto;
}

.PulseChart.SensorHistoryChart .PulseValueBox {
    width: 3px;
    height: 100%;
    padding-bottom: 0;
    justify-content: flex-end;
    background-color: rgba(202, 223, 255, 0.18);
}

.PulseChart.SensorHistoryChart .PulseValue {
    background-color: var(--indicator-font-color);
    border: 1px solid var(--indicator-font-color);
}

.Button.Filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.Button.Filter.Tuned {
    background-color: var(--main-component-additional-color);
}

.Button.Filter:before {
    font-family: "Material Design Icons";
    font-size: 26px;
    margin-right: 5px;
}

.Button.Filter.Group:before {
    content: '\F0F82';
}

.Button.Filter.Parameters:before {
    content: '\F05E3';
}

.Button.Filter.Deviation:before {
    content: '\F0E93';
}

.EventItemLevelIndicator:before {
    border-radius: 999px;
    width: 10px;
    height: 10px;
    background-color: #aaa;
    content: '';
    display: inline-block;
    margin-right: 8px;
}

.Button.Filter.Level:before {
    content: '\F0236';
}

.Button.Filter.Period:before {
    content: '\F144E';
}

.DesignColorPicker > div:nth-child(1):after {
    background-color: #0c1b41;
}

.DesignColorPicker > div:nth-child(2):after {
    background-color: #cccccc;
}

.DesignColorPicker > div:nth-child(3):after {
    background-color: #481e91;
}

.Label.WelcomeText {
    font-size: 20px;
    margin-left: 5px;
    color: var(--indicator-font-color);
}

.Label.WelcomeTextSub {
    margin-left: 5px;
    margin-bottom: 15px;
    color: var(--indicator-font-color);
}

.Grid .Panel {
    width: 100%;
}

.Grid.Stats:not(.Vertical) {
    width: 100%;
}

.Grid.Vertical.Stats.Right {
    width: 100%;
}

.Grid.Stats .Main {
    width: 400px;
    height: 235px;
    flex-shrink: 0;
    /*background-color: #0d415b;*/
    background-color: var(--indicator-font-color);
}

.Grid.Stats .Events {
    width: 400px;
    height: 380px;
    flex-shrink: 0;
}

.Box.Panel.Dashboard.ComponentsStatus {
    height: 235px;
}

.Grid.Stats div {
    /*width: 100%;*/
    /*height: 200px;*/
    /*align-items: flex-start;*/
}

.PulseChart.SystemStatusChart {

}

.PulseChart.SystemStatusChart .PulseBlock {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    width: auto;
}

.PulseChart.SystemStatusChart .PulseBlock:hover {
    background-color: transparent;
}

.PulseChart.SystemStatusChart .PulseValueBox {
    width: 11px;
    height: 100%;
    padding-bottom: 0;
}

.PulseChart.SystemStatusChart .PulseValue {
    background-color: var(--system-status-font-color);
    border: none;
}


.PulseChart.IncidentsChart {
    margin-bottom: 20px;
}

.PulseChart.IncidentsChart .PulseBlock {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 7px;
}

.PulseChart.IncidentsChart .PulseValueBox {
    width: 10px;
    height: 100%;
    padding-bottom: 0;
}

.PulseChart.IncidentsChart .PulseValue {
    background-color: var(--indicator-font-color);
    border: none;
}

.PulseChart.IncidentsChart .PulseLabel {
    transform: rotate(-30deg);
    margin-top: 7px
}

/*.BoxTitle {*/
/*    font-size: 16px;*/
/*}*/

.BoxTitle.Small {
    margin-top: -18px;
    font-size: 13px;
    margin-bottom: 20px;
    color: var(--indicator-font-color);
}

.Panel.Dashboard.Main .Label.State {
    text-align: center;
    font-size: 21px;
    color: var(--system-status-font-color);
}

.Panel.Dashboard.Indicator .Label {
    font-size: 34px;
    text-align: center;
    color: var(--indicator-font-color);
}

.Box.Indicator {
    color: var(--indicator-font-color);
}

.Grid.Usages {
    font-size: 18px;
    display: flex;
    justify-content: center;
    color: var(--system-status-font-color);
    align-items: center !important;
}

.Grid.Usages div.Delim {
    transform: rotate(90deg);
}

.Grid.Usages div:before {
    font-family: "Material Design Icons";
}

.Grid.Usages div.Delim:before {
    font-size: 27px;
    content: '\F0374';
}

.Grid.Usages div#S-PC:before {
    content: '\F04F1';
}

.Grid.Usages div#S-CPU:before {
    content: '\F035B';
}

.Grid.Usages div#S-MEM:before {
    content: '\F003B';
}

.Grid.SystemIndicators {
    /*margin-bottom: 55px;*/
    margin-top: 38px;
}

.SystemIndicators .Indicator {
    display: flex;
    justify-content: center;
}

.Box.Indicator .IndicatorInner {
    width: 100px;
}

.SystemIndicators .Indicator .Name {

}

.SystemIndicators .Indicator .Value {
    font-size: 42px;
}

.SystemIndicators .Indicator .Value:before {
    font-family: "Material Design Icons";
    margin-right: 5px;
}

.SystemIndicators .Indicator .Value#S-SC1 {
    margin-left: -3px;
}

.SystemIndicators .Indicator .Value#S-SC1:before {
    content: '\F0697';
}

.SystemIndicators .Indicator .Value#S-SC2 {
    margin-left: -4px;
}

.SystemIndicators .Indicator .Value#S-SC2:before {
    content: '\F035B';
}

.SystemIndicators .Indicator .Value#S-SC3 {
    margin-left: -3px;
}

.SystemIndicators .Indicator .Value#S-SC3:before {
    content: '\F08AE';
}

.SystemIndicators .Indicator .Value#S-SC4 {
    margin-left: -6px;
}

.SystemIndicators .Indicator .Value#S-SC4:before {
    content: '\F02CA';
}

.Box.Panel.Banner {
    height: 133px;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}

.Box.Panel.Banner:hover .BannerWrapper {
    opacity: 1;
    --angle: 0deg;
    background: conic-gradient(from var(--angle), #373e48, #645e9f, #035a7c, #373e48);
    animation: 6s rotate linear infinite;
}

.BannerWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    transition: 0.3s;
}

/*.BannerWrapper:hover {*/

/*}*/

.BannerBody {
    width: 98%;
    height: 90%;
    background-color: var(--banner-bg-color);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/*.Box.Panel.Banner:hover {*/
/*    --angle: 0deg;*/
/*    border-image: conic-gradient(from var(--angle), #373e48, #645e9f, #035a7c, #373e48) 1;*/
/*    animation: 7s rotate linear infinite;*/
/*}*/

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}

@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.BannerIcon {
    font-family: "Material Design Icons";
    font-size: 227px;
    position: absolute;
    top: -10px;
    box-sizing: border-box;
    color: var(--banner-icon-bg-color);
    right: 20px;
}

.BannerIcon:before {
    content: '\F1004';
}

.BannerText {
    font-size: 25px;
    width: 300px;
    color: #979797;
    margin-left: 10px;
    z-index: 1;
}

.SensorSearchWrapper {
    margin-right: 0 !important;
    box-sizing: border-box;
    position: relative;
    max-width: 540px;
    width: 100%;
}

.SensorSearchWrapper:before {
    font-family: "Material Design Icons";
    content: '\F0349';
    font-size: 25px;
    position: absolute;
    top: 9px;
    margin-left: 9px;
}

.SensorSearch {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 32px;
}

.SensorSearchClear {
    font-family: "Material Design Icons";
    font-size: 21px;
    top: 12px;
    /* margin-left: -28px; */
    /* margin-top: 11px; */
    /* margin-right: 0 !important; */
    position: absolute;
    right: 10px;
}

.SensorSearchClear:before {
    content: '\F0156';
}

.SensorSearchClear:hover {
    color: #aaa;
}

.Box.Panel.HardwareStatus {
    /*width: 300px;*/
}

.Box.Panel.HardwareStatus .Label {
    font-size: 30px;
}

.Box.Panel.FavoriteSensors {
    margin-bottom: 25px;
}

.EventDashboardNon {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    color: #aaa;
    margin-top: 40px;
}

.EventDashboardNon:before  {
    font-family: "Material Design Icons", sans-serif;
    content: '\F0E93';
    font-size: 85px;
    display: block;
}

.FavoriteNon {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    color: #aaa;
}

.FavoriteNon:before {
    font-family: "Material Design Icons", sans-serif;
    content: '\F0DF2';
    font-size: 85px;
    display: block;
}

.Box.Flexible {
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
}

.Box.NoMargin {
    margin-left: 0;
    margin-right: 0;
}

.FirstStartAlert {
    border-top: none;
    width: 500px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.FirstStartAlert .AlertText {
    text-align: center;
    font-size: 20px;
    padding: 50px;
}

.LicensesNotice {
    max-width: 700px;
    margin-top: 30px;
    font-size: 12px;
    white-space: normal;
}

.AssistantListEmpty {
    display: flex;
    align-items: center;
    max-width: 500px;
    flex-direction: column;
    text-align: center;
    margin: 10px auto;
    color: #aaa;
}

.AssistantListEmpty:before {
    content: '';
    font-family: "Material Design Icons", sans-serif;
    font-size: 75px;
    display: block;
    position: relative;
}

.AssistantListEmpty.Actual:before {
    content: '\F0DF2';
}

.AssistantListEmpty.NonActual:before {
    content: '\F05C7';
}

.InfoIcon {
    padding-left: 4px;
    opacity: 0.8;
    transition: 0.3s;
}

.InfoIcon:hover {
    opacity: 1;
}

.InfoIcon:before {
    content: '\F02D7';
    font-family: "Material Design Icons", sans-serif;
    font-size: 21px;
    display: block;
    position: relative;
}

.Tooltip.InfoTooltip {
    text-align: left;
    font-size: 14px;
}

.MobileWidth {
    width: auto !important;
}

.MobileBlock {
    display: block;
}

.Combobox.EventsN {
    width: 300px;
}

.LinkCode {
    background-color: #292929;
    width: 200px;
    padding: 15px;
    border-radius: 15px;
    margin: 0 auto;
}
