body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
  max-width: 280px;
}
.navbar-inverse {
  background-color: #007788;
}
.k-notification-wrap {
  white-space: normal;
}
.check-list {
  list-style: none;
  margin-left: 0.5em;
  padding-left: 0;
}
.check-list label {
  font-size: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 40px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: whitesmoke;
  padding-top: 0.5em;
}
#footer .container {
  margin-top: 0.5em;
}
/* Allow column header text to wrap. */

.k-grid .k-grid-header .k-header {
  white-space: normal;
}
/* Login.
----------------------------------------------------------*/

.credentials-panel {
  background-color: lightgray;
  background-color: rgba(110, 110, 110, 0.5);
}
.credentials-panel h2,
.credentials-panel label {
  color: white;
}
.dancing-wav {
  position: fixed;
  bottom: -200px;
  opacity: 0.4;
}
/* Application menu.
----------------------------------------------------------*/

.menu-selected-page {
  background-color: #00a4bb;
}
.navbar-brand img {
  margin-top: -5px;
}
/* Train list.
----------------------------------------------------------*/

.k-state-selected .fa {
  color: white;
}
.blaa {
  cursor: pointer;
}
/* Train summary.
----------------------------------------------------------*/

.bootbox .modal-content {
  display: inline-block;
}
.container h2:first-child,
.container-fluid h2:first-child {
  margin-top: 10.5px;
}
div.measurement-list col:first-child {
  width: 45%;
}
div.measurement-list td:last-child {
  text-align: right;
}
div.measurement-list .k-widget {
  font-size: 12px;
  width: 100%;
}
div.measurement-list table,
div.measurement-list .btn,
div.measurement-list .k-widget {
  margin-bottom: 0.5em;
}
.chart-containter {
  position: relative;
}
.chart-export-button {
  position: absolute;
  right: 5px;
  bottom: 30px;
}
.carousel-badge {
  background-color: #dddddd;
  bottom: 0.5em;
  font-size: 12px;
  left: 20px;
  position: absolute;
  padding: 3px 7px;
  text-align: center;
  width: 170px;
}
/* Statistics.
----------------------------------------------------------*/

.col-parameters .k-datepicker,
.col-parameters .checkbox {
  margin-left: 0.5em;
}
#statisticGrid tr:nth-of-type(3n+1) {
  background-color: white;
}
#statisticGrid tr:nth-of-type(3n+2) {
  background-color: #f2fcff;
}
#statisticGrid tr:nth-of-type(3n) {
  background-color: #e3f8ff;
}
#statisticGrid tr:nth-last-of-type(3) td {
  border-top: 5px double lightgray;
}
#statisticGrid tr.k-state-selected {
  background-color: #00b0ff;
}
/* User roles.
----------------------------------------------------------*/

#usersGrid .fa-unlock {
  color: green;
}
#usersGrid .fa-lock {
  color: red;
}
#usersGrid .fa-unlock,
#usersGrid .fa-lock {
  width: 100%;
}
/* Grids.
----------------------------------------------------------*/

.k-grid td {
  padding: 0.4em 0.6em;
}
.k-grid-header .k-header .k-link,
.k-grid-header .k-header,
.k-grid-header .k-link {
  color: #333333;
}
.k-grid-header th.filtered {
  background-image: none, -webkit-linear-gradient(top, white 0, #cccccc 100%);
  background-image: none, linear-gradient(to bottom, white 0, #cccccc 100%);
  border-top-color: #c09853;
  border-top-width: 2px;
}
.k-grid-pager .grid-export-widget,
.k-grid-pager .grid-reset-widget {
  color: #333333;
  cursor: pointer;
  float: right;
  padding-right: 0.5em;
  text-decoration: none;
}
/* Release note.
----------------------------------------------------------*/

.release-note h1 {
  border-bottom: 1px solid #dddddd;
}
.release-note h3 {
  border-bottom: 1px solid #eeeeee;
}
@media print {
  a[href]:after {
    content: none;
  }
}
