/*
 * General
 */
.dev-table-cell {
  width: 100%;
  height: 24px;
}

/*
 * Dictionary
 */
.dev-dict-item {
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.dev-dict-item-sel {
  font-weight: bold;
  background-color: #eee;
}

.dev-dict-detail {
  padding-left: 15px;
  padding-right: 0;
}

.dev-dict-form {
  max-height: 210px;
  overflow-y: auto;
}

/*
 * Registry
 */
.dev-reg-tab {
  padding-left: 10px !important;
  padding-right: 0 !important;
}

.dev-reg-tab-content {
  margin-top: 10px;
  height: 305px;
}

.dev-calibration{
  overflow-y: auto;
  max-height: 300px;
}

.dev-calibration-row {
  height: 41px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.dev-calibration-active {
  font-weight: bold;
  background-color: #ccdcec;
}

.dev-calibration-col {
  cursor: pointer;
  padding-left: 4px;
}

.dev-no-calibration {
  font-weight: bold;
  text-align: center;
}

/*
 * Calendar
 */
.dev-serv-cal-modal {
  height:520px;
}

.dev-serv-cal-list {
  overflow-y: auto;
  max-height: 415px;
}

.dev-serv-cal-list-row {
  height: 41px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.dev-serv-cal-list-row:hover {
  background-color: #e4e4e4;
}

/*Reimplemented css angular bootstrap calendar*/
mwl-calendar .cal-year-box [class*="span"],
mwl-calendar .cal-month-box [class*="cal-cell"] {
  min-height: 50px;
  position: relative;
}

mwl-calendar .cal-month-day {
  height: 50px;
}

/*
 * Stock
 */
.dev-stock-tab-content {
  padding-top: 10px;
  max-height: 410px;
  overflow-y: auto;
}

.dev-stock-logbook-list {
  padding: 15px;
}

.dev-stock-logbook-list-row {
  font-size: 12px;
  border-bottom: 1px solid #999;
}

/*
 * Device Service sheet
 */
.dev-service-sheet-list {
  overflow-y: auto;
  max-height: 420px;
}

.dev-service-sheet-row {
  height: 41px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.dev-service-sheet-active {
  font-weight: bold;
  background-color: #ccdcec;
}

.dev-service-sheet-col1 {
  width: 30px;
  text-align: center;
}

.dev-service-sheet-col2 {
  cursor: pointer;
  padding-left: 4px;
}

.dev-service-sheet-tab {
  height: 40px;
  padding: 2px !important;
  font-size: 12px;
  font-weight: 600;
}

.dev-service-sheet-tab-content {
  height: 400px;
  margin-top: 10px;
  max-height: 400px;
  overflow-y: auto;
}

.dev-service-sheet-table-action-no-margin{
  margin-bottom: 0px;
  border: 2px solid #ccc;
}

.dev-service-sheet-table-action-item-sel {
  font-weight: bold;
  background-color: #eee;
}

/* Historical data */
.histData {
  height: 450px;
  overflow-y: auto;
}

.export-btn {
  margin-right:3px;
}

/*
 * DataTable custom
 */
.historicalData .dt-buttons{
  margin-bottom: 5px !important;
}

.historicalData .dataTables_paginate {
  margin-top: 10px !important;
}

.historicalData .dataTables_info {
  margin-top: 10px !important;
}