﻿body,
html {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#vertical {
  height: 100%;
  margin: 0 auto;
}

#horizontal {
  height: 100%;
}

#mouse-position {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: 'Verdana,Tahoma,sans-serif';
  color: black;
  font-size: smaller;
}

#map {
  height: 100%;
}

.gps_tabs {
  padding: 5px 5px;
  font-size: 11.6px;
  font-weight: bold;
}

.leftpanelinner {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.leftpanel-profile {
  height: 78px;
}

#gpsmonitoring {
  height: calc(100% - 24px);
}

.pane-content {
  height: 100%;
}

.stdTextBlack {
  font-family: 'Verdana,Tahoma,sans-serif';
  color: black;
  font-size: 14px;
}

.textSmTable {
  font-family: 'FontAwesome';
  color: black;
  font-size: 12px;
  font-weight: 500 !important;
}

.companylink {
  width: 50%;
  position: absolute;
  right: 40px;
  bottom: 5px;
  color: black;
  font-size: small;
  font-family: 'Verdana,Tahoma,sans-serif';
}

.gps-select-regime {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.gps-leftpanel-select {
  margin: 5px;
}

.gpsDate {
  width: 100%;
}

.gpsReportDate {
  width: 100%;
}

.leftFormGroup {
  margin-bottom: 10px !important;
}

.my-ol-zoom {
  top: 0.8em;
  right: 0.8em;
}

.my-ol-zoom-slider {
  top: 4.8em;
  right: 0.8em;
  height: 200px;
}

.k-reset {
  overflow: auto;
}

.sui-treeview-list {
  padding-left: 8px !important;
}

.closeHref {
  color: black;
  margin-left: 5px;
}

.addSubGroupInput {
  height: 24px;
  font-family: 'Verdana,Tahoma,sans-serif';
  font-size: 13px;
}

.addReportGroupInput {
  height: 24px !important;
  font-family: 'Verdana,Tahoma,sans-serif' !important;
  font-size: 13px !important;
  color: black !important;
  padding-left: 8px !important;
}

.instrumentHeader {
  padding-left: 10px;
  margin-bottom: 10px !important;
}

.reportaccordion {
  margin: 5px;
  font-size: 12px;
}

.quirk-icon {
  width: 16px;
  font-size: 15px;
  text-align: center;
  margin-right: 7px;
  color: #2574ab;
}

.report-panel-body {
  padding-left: 7px !important;
  padding-right: 7px !important;
  margin-top: -15px !important;
}

.select2-std {
  height: 34px !important;
  padding: 6px 12px !important;
}

.addlinkreport {
  padding-left: 0px !important;
  margin-left: -3px !important;
  margin-top: 9px !important;
}

.emptylist {
  color: #939393;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}

#routeAttrTable_wrapper .dataTables_filter label {
  margin-bottom: 5px !important;
}

#routeAttrTable_wrapper .dataTables_filter {
  margin-left: -32px !important;
  float: none !important;
}

#routeAttrTable_wrapper .dataTables_filter input {
  height: 26px !important;
}

#routeAttrTable_wrapper
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button {
  padding: 0px !important;
  margin: 0px !important;
}

#devicesTable_wrapper .dt-layout-row .dt-search {
  display: none;
}

.k-widget.k-treeview {
  overflow: inherit;
}

.attr-panel {
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  height: 300px;
  margin-bottom: 0 !important;
  overflow-y: scroll;
  overflow-x: auto;
}
.attributes-table {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
.attributes-table tr {
  font-size: 14px;
  font-weight: 550;
}

.attributes-table td {
  padding: 5px;
}

.attributes-table tr:nth-child(even) {
  background-color: #ffffff;
}

.attributes-table tr:nth-child(odd) {
  background-color: #ede6e6;
}

#gpscharts .panel-body {
  padding: 8px;
  margin-top: -10px;
}

#sliderContainer {
  position: absolute;
  top: 0px;
  left: 20px;
  right: 55px;
  z-index: 10;
  text-align: center;
  overflow: hidden;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(60, 67, 84, 0.2);
  display: none;
}

#chartsTooltip .table > thead > tr > th,
#chartsTooltip .table > tbody > tr > th,
#chartsTooltip .table > tfoot > tr > th,
#chartsTooltip .table > thead > tr > td,
#chartsTooltip .table > tbody > tr > td,
#chartsTooltip .table > tfoot > tr > td {
  padding: 3px 7px;
}

#chartsTooltip .table > tbody > tr > td:last-child {
  text-align: right;
}

/*modal-dialog*/
#equipmentListModal .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 30px auto;
}

@media (min-width: 1168px) {
  #equipmentListModal .modal-dialog {
    max-width: 1168px;
    width: 1168px;
  }
}

@media (max-width: 1168px) {
  #equipmentListModal .modal-dialog {
    max-width: 90%;
    width: 90%;
  }
}

#allusers .modal-dialog,
#allobjects .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 30px auto;
}

@media (min-width: 900px) {
  #allusers .modal-dialog,
  #allobjects .modal-dialog {
    max-width: 900px;
    width: 900px;
  }
}

@media (max-width: 900px) {
  #allusers .modal-dialog,
  #allobjects .modal-dialog {
    max-width: 90%;
    width: 90%;
  }
}

#equipmentListDataTable1 .equipments-child-rows,
#equipmentListDataTable2 .equipments-child-rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-auto-flow: column; */
  /* grid-gap: 20px; */
  column-count: 2;
  column-gap: 20px;
  padding-left: 3em;
}

#equipmentListDataTable1 tr[data-dt-row] td,
#equipmentListDataTable2 tr[data-dt-row] td {
  background-color: #fdfdfd;
  border-left: 1px solid #f0f1f4;
  border-right: 1px solid #f0f1f4;
}

#equipmentListDataTable1 .dt-type-numeric.text-center,
#equipmentListDataTable2 .dt-type-numeric.text-center {
  text-align: center !important;
}

#groupOfEquipments1,
#groupOfEquipments2 {
  padding-left: 24px;
  border-left: 1px solid rgb(204, 204, 204);
}

.eqpassport-accordion-header {
  cursor: pointer;
  background-color: #f1f1f1;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 5px;
}

.eqpassport-accordion-header:hover {
  background-color: #ddd;
}

.eqpassport-accordion-header::after {
  content: '\002B';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.eqpassport-collapse.in + .eqpassport-accordion-header::after {
  content: '\2212';
}

.k-popup.k-notification {
  font-size: 16px !important;
}

#divLocomotiveStatusLegends {
  display: grid;
  height: 127px;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #ddd;
}

#divLocomotiveStatusLegends > div {
  display: grid;
  grid-template-columns: 36px auto;
  align-items: center;
}

#divLocomotiveStatusLegends img {
  width: 32px;
}

.monitoring-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.monitoring-content {
  flex-grow: 1;
}

#devicesTable th:first-child,
#devicesTable td:first-child {
  width: 20px;
}
#devicesTable th:nth-child(2),
#devicesTable td:nth-child(2) {
  width: auto;
}
