﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

* {
    font-family: 'Sora', sans-serif;
}

#main-content {
  padding: 10px 11px 10px 9px;
}
#sensors-panel {
  padding: 10px 11px 10px 9px;
}
.dx-vam {
    width: 20px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    background: linear-gradient(to bottom, #eaeaea 0%, #dfdfdf 100%);
    font: 14px "Sora", sans-serif;
}

.dx-vam:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #1d85cd 0%, #086cb3 100%);
  color: white;
}

/*
DevExtreme Custom configurations.
 */
.dx-form .dx-field-item-label, .dx-texteditor-input, .dx-list-item-content, .dx-calendar-cell {
    font-weight: normal;
    font-size: 8pt;
    font-family: "Sora", sans-serif;
}
.filter-form-item {
  padding: 0 5px 0 0 !important;
}
.dx-button-has-text .dx-button-content {
    padding: 3px 18px 3px;
    font-size: 8pt;
    font-family: "Sora", sans-serif;
}

/* Chart tooltips */
.tooltip-header {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
  width: 170px;
}

.tooltip-body .series-name {
  font-weight: normal;
  opacity: 0.6;
  display: inline-block;
  line-height: 1.5;
  padding-right: 10px;
  width: 126px;
}

.tooltip-body .value-text {
  display: inline-block;
  line-height: 1.5;
  width: 30px;
}