﻿.modal-dialog {
  z-index: 5000 !important;
}
.navbar-brand img {
  max-height: 100%;
}
.dotvvm-bootstrap-DateTimePicker-popup {
  width: 200px;
  padding: 4px;
  margin: 0px;
  border: solid 1px gray;
  border-radius: 6px;
  position: fixed;
  background-color: white;
  z-index: 10000;
}
.dotvvm-bootstrap-DateTimePicker-popup table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.dotvvm-bootstrap-DateTimePicker-popup table tr:first-child a {
  font-weight: bold;
}
.dotvvm-bootstrap-DateTimePicker-popup table td {
  text-align: center;
  font-weight: bold;
}
.dotvvm-bootstrap-DateTimePicker-popup table td a,
.dotvvm-bootstrap-DateTimePicker-popup table td span {
  display: block;
  padding: 6px 3px;
}
.dotvvm-bootstrap-DateTimePicker-popup table td a {
  color: #333333;
  font-weight: normal;
  border-radius: 5px;
  text-decoration: none;
}
.dotvvm-bootstrap-DateTimePicker-popup table td a.active {
  background-color: #337ab7;
  color: white;
  font-weight: bold;
}
.dotvvm-bootstrap-DateTimePicker-popup table td a.active:hover {
  background-color: #3b87c8;
}
.dotvvm-bootstrap-DateTimePicker-popup table td a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}