﻿body {
  /*Alle Tabellen innerhalb eines container-fluid Tags*/
  /*Alle Tabellen innerhalb eines container-fluid Tags*/
}
body .k-grid td {
  text-align: left !important;
}
body .linkCard {
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  cursor: pointer;
  overflow: hidden;
  height: 150px;
  width: 100%;
  border-style: dashed;
  border-color: gray;
  margin-top: 18px;
  background-color: whitesmoke;
  border-width: 0px 0px 0 0px;
  /*float:left;
             margin-right:20px;*/
  text-align: center;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
body .linkCard .count {
  font-size: 35px;
}
body .linkCard.duty {
  height: 450px!important;
  overflow-y: auto;
  overflow-x: hidden;
}
body .container-fluid .k-widget.k-grid {
  /*Container-fluid Padding ausgleichen*/
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
  overflow-x: auto;
}
body .container-fluid .row .k-widget.k-grid {
  /*Container-fluid Padding ausgleichen*/
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
  overflow-y: auto;
}
body .k-grid-header {
  display: none;
}
body tr[role="row"] {
  height: 50px;
}
body .k-grid tr td {
  border-width: 0px 0 0px 0px !important;
  border-style: none;
}
body #dispatchedDateStatusGrid tbody tr.k-master-row:hover {
  cursor: pointer;
  background: #EAEAEA;
}
body .k-widget {
  border: none;
}
body .k-alt.k-state-selected {
  background-color: #428bca !important;
}