.modal-dialog {
  max-width: 100% !important;
}

.logo {
  height: 50px;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: #666 !important;
}

.select2-results__option {
  color: #000 !important;
}

select[multiple] option:checked {
  background-color: #df691a;
}

#modal-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: black;
  display: none;
  opacity: .5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
}

#modal-overlay h3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20%;
}

.jqx-expander-content {
  background-color: #73a0c8 !important;
}

.main-panel {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: auto;
  color: #000;
}

.mid-panel {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 10px;
  color: #000;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.odd {
  background-color: #ddd;
  padding: 10px;
}

.even {
  background-color: #fff;
  padding: 10px;
}

.divided {
  border-bottom: solid 1px #666;
}

.calendar {
  border: solid 1px transparent;
  width: 100%;
  margin-bottom: 10px;
}

.calendar thead tr th {
  font-size: 10px;
  font-weight: bold;
  background-color: #666;
  padding: 5px;
  border-collapse: collapse;
  border: solid 1px white;
  color: white;
  text-align: center;
}

td.project {
  background-color: #666;
  border: solid 1px #fff;
  border-collapse: collapse;
  color: white;
}

td.hours {
  border: solid 1px #fff;
  border-collapse: collapse;
  text-align: center;
}

.lejart {
  background-color: red;
}

.kozel {
  background-color: yellow;
}

.normal {
  background-color: white;
}

.toast-top-right {
  left: 12px !important;
  right: auto !important;
}

.navbar {
  font-size: 11px;
}