/**
* @description: main.less
* @copyright: (C) 2023 by pan-x zurich. All rights reserved.
* @version: 1.01 - 30.03.2023
*/
/*Import Google Font*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
/* */
*,
:after,
:before {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
html {
  color: #4D4651;
  font-size: 100%;
  box-sizing: border-box;
  font-weight: 300;
  background: #f2f2f2;
  line-height: 1.4;
}
body {
  font-size: 1rem;
  font-family: 'Roboto', "Helvetica Neue", Arial, sans-serif;
}
h1,
h2,
h3 {
  color: #1e87f0;
  text-transform: none;
  font-family: 'Roboto', "Helvetica Neue", Arial, sans-serif;
}
h1 {
  font-size: 1.4rem;
  margin: 0 0 15px 0;
}
h2 {
  font-size: 1.3rem;
}
h3 {
  font-size: 1rem;
}
.headline {
  color: #ffffff;
  margin-left: 0px;
  padding: 10px 15px;
  background: #1e87f0;
}
.headline h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}
.headline .title {
  color: #ffffff;
  padding-right: 10px;
  font-size: 1rem;
  font-weight: 600;
}
.headline .description {
  color: #ffffff;
  font-size: 0.8rem;
}
.uk-link,
a,
a:link,
a,
a:visited {
  color: #1e87f0;
}
ol,
ul {
  list-style: none;
  padding-left: 0px;
}
.strong {
  font-weight: 600;
}
.blue {
  padding: 8px;
  background: #f2f2f2;
}
.padding-small-right {
  padding-right: 15px;
}
/* uk-table */
.uk-table th {
  padding: 0 10px 10px 10px;
  font-weight: 300;
  color: #888888;
  font-size: 1rem;
  text-transform: none;
}
.uk-table-hover tbody tr:hover,
.uk-table-hover > tr:hover {
  background: none;
}
/* datatables */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #4D4651;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: none;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 20px 10px 10px;
  font-weight: 300;
  color: #888888;
  white-space: nowrap;
}
table.dataTable td {
  white-space: nowrap;
  color: #4D4651;
}
/*** header navbar ***/
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #ffffff;
}
.nav-header {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.logo {
  background: #1e87f0;
  width: 230px;
}
.main-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
}
/* circle with letter*/
[data-letters]:before {
  content: attr(data-letters);
  display: inline-block;
  letter-spacing: 1px;
  font-size: 1.3em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.35em;
  text-align: center;
  border-radius: 50%;
  background: #1e87f0;
  vertical-align: middle;
  color: white;
  padding: 2px 0 0 0;
}
.uk-navbar-nav > li a {
  color: #4D4651;
  height: 45px;
  min-height: 80px;
  padding: 0 20px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Roboto', "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}
.uk-navbar-nav > li.active > a,
.uk-navbar-nav > li > a:active,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus {
  color: #1e87f0;
}
.uk-navbar-toggle {
  color: #4D4651;
}
.uk-navbar-toggle:hover {
  color: #1e87f0;
}
/* offcanvas */
.uk-offcanvas-bar {
  background: #4D4651;
}
.uk-offcanvas-bar .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-close {
  color: #ffffff;
  text-transform: uppercase;
}
.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-close:focus,
.uk-offcanvas-bar .uk-close:hover {
  color: #1e87f0;
}
/**** general all sides ****/
/* sidebar */
#sidebar {
  position: fixed;
  left: 0;
  top: 80px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  width: 230px;
  height: 100%;
}
#sidebar .nav-sidebar {
  margin-top: 20px;
}
#sidebar .nav-sidebar-lower {
  margin-top: 60px;
}
#sidebar .nav-sidebar > li {
  padding: 8px 20px;
}
#sidebar .nav-sidebar > li a {
  color: #4D4651;
}
#sidebar .nav-sidebar li:hover {
  background: #0e6dcd;
}
#sidebar .nav-sidebar li.title:hover {
  background: none;
}
#sidebar .nav-sidebar > li.uk-active {
  background: #1e87f0;
}
#sidebar .nav-sidebar li:hover a,
#sidebar .nav-sidebar > li.uk-active a {
  color: #ffffff;
}
/**** formular ****/
.InputfieldForm fieldset,
.InputfieldForm .InputfieldFieldset {
  margin: 0 0 0 0;
  padding-bottom: 0;
}
.uk-legend {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.InputfieldForm .InputfieldSubmit {
  margin-bottom: 0;
}
.InputfieldFormWidths textarea {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #4D4651;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #1e87f0;
}
.uk-button-primary {
  background-color: #1e87f0;
}
.uk-button-primary.uk-active,
.uk-button-primary:active,
.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #0e6dcd;
}
.uk-alert-primary {
  background: #0e6dcd;
  color: #ffffff;
}
/*** reload datepicker in modal ***/
#ui-datepicker-div {
  z-index: 1100 !important;
}
/**** content ****/
#content {
  padding: 20px 20px 0 20px;
  margin-left: 230px;
  height: 100%;
}
.uk-section {
  padding-top: 10px;
  padding-bottom: 20px;
}
.uk-modal {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.uk-card-body {
  padding: 20px 20px;
}
.uk-card-default {
  background: #fff;
  color: #4D4651;
  box-shadow: none;
}
@media (max-width: 960px) {
  .uk-section {
    padding-top: 30px;
  }
  #sidebar {
    display: none;
  }
  #content {
    margin-left: 0px;
  }
}
/*** home login page ***/
.LoginRegisterPro .Inputfield:not(.InputfieldSubmit) {
  margin: 0 0 15px 0;
  padding: 0px;
  border: none;
  background: none;
}
/*** tagesübersicht ***/
.tagesuebersicht {
  margin-bottom: 10px;
}
.tages-eintrag {
  padding: 20px;
  margin-bottom: 10px;
  background: #ffffff;
}
/**** igel/tagespflege editieren ****/
a.new-igel-tag,
a.new-ausleihliste-item,
a.edit-ausleihliste-item,
a.delete-ausleihliste-item,
a.edit-tagespflege {
  color: #ffffff;
}
/*** suche ***/
/* subnav */
.sub-nav {
  margin-bottom: 10px;
  background: none !important;
}
.sub-nav .uk-navbar-nav > li {
  background: #ffffff;
  padding: 0;
}
.sub-nav .uk-navbar-nav > li > a {
  color: #4D4651;
  height: auto;
  min-height: auto;
  padding: 12px 30px;
  margin: 0;
  font-size: 1rem;
  text-transform: none;
  font-weight: 300;
}
.sub-nav .uk-navbar-nav > li > a:hover,
.sub-nav .uk-navbar-nav > li.uk-active a {
  color: #ffffff;
  background: #0e6dcd;
}
.sub-nav .uk-navbar-nav > li.uk-active a {
  color: #ffffff;
  background: #1e87f0;
}
/* search */
.uk-search-default .uk-search-input {
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}
/**** footer ****/
