html {
}

.uk-navbar {
  z-index: 100;
}

.uk-h1 {
  float: left;
}

.right_menu_width {
  min-width: 100px;
}

.align_right {
  text-align: right!important;
}

.no-border::before {
  border-bottom: 0px;
}

.logo_image {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

.calendar_explanation {
  height: 20px;
  float: left;
  margin-left: 20px;
}

.calendar_explanation_text {
  float: left;
}

.small_box {
  height: 15px;
  width: 15px;
  float: left;
  margin-right: 8px;
  margin-top: 3px;
}

.full_width {
  width: 100%;
}

.index_width {
  width: 20px;
}
.number_width {
  width: 100px;
}

.calendarday_alert {
  background-color: #ffb0b0;
}

.calendarday_notice {
  background-color: #fdb0ff;
}

.calendarday_icon {
  padding-right: 5px;
  float: left;
}

.calendarday_item {
  font-size: small;
  color: #666;
  margin: 2px;
  padding: 4px;
  clear: both;
}

.calendarday_start_time {
  font-size: x-small;
  position: relative;
  top: 2px;
  float: left;
}

.calendarday_end_time {
  font-size: x-small;
  position: relative;
  float: right;
  top: -4px;
}

.calendarday_color_lunch {
  background-color: lightsteelblue;
}

.calendarday_color_standard {
  background-color: lightgoldenrodyellow;
}

.calendarday_color_special1 {
  background-color: lightpink;
}

.calendarday_item a {
  font-size: small;
  color: #666;
}

.calendar_day_schedule {
  font-size: small;
}

@media (min-width: 960px) {
  .calendar_day_header {
    background-color: aliceblue;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 12px;
  }
}

@media (max-width: 960px) {
  .calendar_day_header {
    background-color: aliceblue;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -6px;
    padding-top: 6px;
    padding-bottom: 4px;

  }
  .calendar td {
    margin-left: 2px;
    padding-left: 2px;
    margin-right: 2px;
    padding-right: 2px;
    margin-top: 2px;
    padding-top: 2px;
    height: 100px
  }

}

.no_margin {
  margin: 0px;
}

.hidden {
  visibility: hidden;
  display: none;
}

#file_upload_progressbar {
  background-color: #1e87f0;
}

.input-icon {
  margin-left: 20px;
}

.input-with-icon {
  width: calc(100% - 40px);
}

.margin-right {
  margin-right: 20px;
}

.margin-left {
  margin-left: 20px;
}

.margin-bottom {
  margin-bottom: 20px
}

.margin-top {
  margin-top: 40px;
  float: left;
}

.tablebutton {
  float: right;
  padding-right: 0px!important;
}

.tablebuttontd_editable {
  padding-right: 0px!important;
}

.tablebutton_editable {
  float: right;
}

#content {
  background-image: url('/static/ibex.webp');
  background-repeat: no-repeat;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  position: absolute;
  z-index: -100;
  background-attachment: fixed;
}

@media (min-width: 960px) {
  table.calendar td {
    border: 1px solid #999;
    border-color: #999;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 960px) {
  table.calendar td {
    border: 1px solid #999;
    border-color: #999;
    min-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
table.calendar th {
  overflow: hidden;
  text-overflow: ellipsis;
}

p.worktime {
  float: left;
  margin-left: 200px;
  font-size: xx-large;
  margin-top: 0px;
  position: absolute;
}

div.calendarday {
  float: right;
}

button.worktime {
  float: left;
}

.tdwork {
  background-color: #c9ffd4;
}

.tdflex {
  background-color: #fff9c9;
}

.daytitle {
  float: right;
}

.year-cell {
  text-align: center;
}

.month-cell {
  text-align: center;
}

.fixed-table {
  table-layout: fixed;
}

.cell-inner {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.inactive {
  opacity: 50%;
}

.today {
  background-color: lightblue;
}

.red_day {
  color: red;
}

nav {
	margin-bottom: 20px;
}

.right-navbar {
  height: 2em;
}

.uk-table tbody tr td a:hover {
  display: block;
  width: 100%;
  color: black;
  text-decoration: none;
}

.uk-table tbody tr td a {
  display: block;
  width: 100%;
  color: grey;
}

.uk-table tbody tr td {
  white-space: pre-line;
}

.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd) {
  background-color: rgb(220, 220, 220);
  background-color: rgba(220, 220, 220, 0.8);
}

.uk-container {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 10px;
  border-radius: 5px;
}

.uk-h1 {
	font-size: 24px;
}
.uk-h2 {
	font-size: 22px;
}
.uk-h3 {
	font-size: 20px;
}
.uk-h4 {
	font-size: 18px;
}

.table_commands {
  min-width: 30px;
  width: 30px;
}

.table_commands_items {
  float: right;
  margin-left: 10px;
}

.tablefooter {
  background-color: white!important;
}

.nowrap {
  white-space: nowrap!important;
}

.list_filter svg {
  margin-top: 10px;
}

.multi_item {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: inline-flex;
  align-items: center;
  color: #333;
  background-color: lightgrey;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
  margin-top: 5px;
  margin-left: 5px;
}

.multi_items_container {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  min-height: 30px;
  background-color: white;
}

.toolbar_container {
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.toolbar {
  margin-left: 20px;
}

.item_autocomplete_active {
  color: white;
  background-color: #1e87f0;
}

.multi_item_autocomplete_row {
  padding: 5px;
}

.multi_item_autocomplete {
  border-style: solid;
  border-width: 1px;
  border-color: #1e87f0;
  background-color: lightgrey;
}
.multi_items_input {
  position: absolute;
  border-style: none;
  background-color: white;
}

.multi_items_input:focus {
  position: absolute;
  border-style: none;
  outline: none;
}

.td_date_width {
  width: 100px;
}

em {
  color: black;
}

.uk-input, .uk-select {
  border-color: #b6b6b6;
}

.kanban-card {
  border-style: solid;
  border-width: 1px;
  margin: 5px;
}

.kanban-card a:hover {
  text-decoration: none;
}

.kanban-board h1 {
  font-size: medium;
  font-weight: bold;
}
.clear {
  clear: both;
}

.multiline_row {
  clear: both;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  margin-bottom: 20px;
}

.multiline_row_header {
  font-style: italic;
}

.multiline_row_body {
  padding: 10px;
}

.multiline_row textarea {
  width: 100%;
  height: 500px;
}

.inputborder {
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
}

.markdowneditfix {
  padding-bottom: 5px;
}

#menu {
  height: calc(100% - 50px);
  width: 210px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding: 10px;
  margin-top: 15px;
  margin-left: 15px;
}

#menu ul {
  list-style-type: none;
}

#menu ul li {
  line-height: 2;
}

#menu a {
  text-transform: uppercase;
  color: #999;
}

#menu a:hover {
  text-decoration: none;
  color: #000;
}

#main {
  margin-left: 265px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#navbar_bottom {
  background-color: transparent!important;
  position: absolute;
  bottom: 0px;
}

#navbar_bottom ul {
  list-style-type: none;
  list-style: none;
  display: flex;
}

#navbar_bottom li {
  margin: 15px;
}

#burger {
  visibility: hidden;
  display: none;
}
#navbar_bottom {
  visibility: visible;
  display: block;
  z-index: -1;
}

@media (max-width: 959px) {
  #menu {
    position: relative;
    width: calc(100% - 50px);
    margin-bottom: 0px;
  }
  #main {
    margin: 15px;
    margin-top: 0px;
  }
  #navbar_bottom {
    position: relative;
  }
  #menu_ul {
    visibility: hidden;
    display: none;
  }
  #burger {
    visibility: visible;
    display: block;
    width: 30px;
    margin-left: 15px;
  }
  #navbar_bottom {
    visibility: hidden;
    display: none;
    z-index: -1;
  }
}

.uk-card-body {
  padding: 5px 5px;
}

.uk-card-body i {
  float: right;
}

.kanban-card-head {
  width: 100%;
  display: inline-block;
}

.kanban-card-body {
  width: 100%;
}
.kanban-card-name {
  float: left;
  font-size: small;
  font-family: monaco, console, "Courier New", monospace;
}
.text-label {
  width: 200px;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.text-controls {
  margin-left: 215px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#main {
  display: flex;
}
.column {
  flex: 1;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 20px;
}
.centertext {
  text-align: center;
}
