@tailwind base;
@tailwind components;
@tailwind utilities;
.lh-1 {
  line-height: 1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-15 {
  line-height: 1.5;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.font-bold {
  font-weight: bold;
}

.ql-snow .ql-tooltip {
  z-index: 2000;
}

h4, .h4 {
  font-weight: normal;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1.3;
  font-size: 1.25rem;
}

.table thead small {
  font-weight: normal;
}

.border-grijs {
  border-color: #666666;
}

.bg-grijs {
  background-color: #666666;
}

.bg-primary {
  background-color: #AAC240 !important;
}

.bg-success {
  background-color: #AAC240 !important;
}

.bg-orange {
  background-color: #f05234 !important;
}

.bg-oranje {
  background-color: #e27f0e !important;
}

.border-primary {
  border-color: #AAC240 !important;
}

.btnInlineBtn {
  cursor: pointer;
}

.btn-primary {
  background-color: #AAC240 !important;
  border-color: #ffffff !important;
}

.btn-success {
  background-color: #AAC240 !important;
  border-color: #ffffff !important;
}

.btn-orange {
  background-color: #f05234 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.page-item.active .page-link {
  background-color: #AAC240 !important;
  border-color: #ffffff !important;
}

.page-link:hover {
  color: #AAC240 !important;
}

a, .nav-link:focus, .nav-link:hover, .nav-link {
  color: #292622;
}

.bg-danger {
  background-color: #df2016 !important;
}

.border-danger {
  border-color: #df2016 !important;
}

.invalid-feedback,
.text-danger {
  color: #df2016 !important;
}

.text-primary {
  color: #292622 !important;
}

.text-success {
  color: #AAC240 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}

.containered {
  position: relative;
  width: 100%;
}

.navigation {
  position: fixed;
  width: 300px;
  height: 100%;
  background: #292622;
  border-left: 10px solid #292622;
  overflow: hidden;
}

ul.sidebarmenu {
  margin-top: 150px;
}

.navigation.smallmenu {
  width: 80px;
}

.smallmenu ul.sidebarmenu li.menuToggle {
  top: -40px;
}

.smallmenu .side-bar-image {
  display: none;
}
.smallmenu ul.sidebarmenu {
  margin-top: 32px;
}

.navigation ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
}

.navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
  border-left: none;
}

.navigation ul li:hover,
.navigation ul li.hovered,
.navigation ul > li.active {
  background: #AAC240;
}

.navigation ul li:nth-child(1) {
  margin: 10px 0;
  text-align: right;
  padding: 0;
  color: #f8f8f8;
  font-size: 16px;
  max-width: 3px;
}
.navigation ul li:nth-child(1) .menuClose {
  display: none;
}
.navigation ul li:nth-child(1):hover, .navigation ul li:nth-child(1).hovered, .navigation ul li:nth-child(1).active {
  background: transparent !important;
}

.navigation.smallmenu ul li:nth-child(1) .menuClose {
  display: inline-block;
}
.navigation.smallmenu ul li:nth-child(1) .menuOpen {
  display: none;
}

.navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #f8f8f8;
}

.navigation ul li:hover a,
.navigation ul li.hovered a,
.navigation ul > li.active a {
  color: #f8f8f8;
}

.navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
}

.navigation ul li a .icon i {
  font-size: 1.75em;
  color: #f8f8f8;
}

.navigation ul li:hover a .icon i,
.navigation ul li.hovered a .icon i,
.navigation ul > li.active a .icon i {
  color: #f8f8f8;
}

.navigation ul li a .title {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  text-align: start;
  white-space: nowrap;
}

.navigation a.navbar-brand {
  margin-left: 10px;
  max-width: 52%;
}

.navigation.active a.navbar-brand {
  overflow: hidden;
  width: 300px;
  margin-left: 10px;
}

.navbar-brand img {
  width: 275px;
}

.navigation ul li.menuToggle {
  position: absolute;
  top: -49px;
  right: 10px;
  font-size: 24px;
}

/* main */
.main {
  position: absolute;
  width: calc(100% - 300px);
  left: 300px;
  min-height: 100vh;
  background: #dadcde;
  transition: 0.5s;
}

.main.smallmenu {
  width: calc(100% - 80px);
  left: 80px;
}

.topbar {
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
  background: #292622;
}
.topbar .topbarLogo {
  position: absolute;
  right: -10px;
  top: 20px;
  height: 42px;
  overflow: hidden;
}
.topbar .topbarLogo img {
  max-height: 50px;
}

.menuToggle, .logout {
  position: relative;
  font-size: 1.2em;
  cursor: pointer;
}

.noTransition {
  transition: none !important;
}

@media screen and (min-width: 767px) {
  .mobile-logo {
    display: none;
  }
}
/* responsive search and sidebar */
@media screen and (max-width: 767px) {
  .navigation {
    width: 100%;
    left: -100%;
    z-index: 5;
    overflow: scroll;
    background: #292622;
    border-left: 10px solid #292622;
  }
  .navigation ul {
    margin-top: 59px;
  }

  .navigation.smallmenu {
    width: 300px;
    left: 0;
  }

  .main {
    width: 100%;
    left: 0;
  }

  .topbar {
    background-color: #292622;
    display: flex;
    justify-content: end;
    margin-bottom: 1.3em;
  }

  .navbar-brand {
    display: none;
  }

  .main.smallmenu {
    width: 100%;
    left: 0;
  }

  .logo-container {
    display: none;
  }

  .navigation ul {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .navigation {
    width: 100%;
    left: -100%;
    z-index: 5;
  }

  .navigation.smallmenu {
    width: 100%;
    left: 0;
  }

  .main.smallmenu {
    width: 100%;
    left: 0;
  }
}
.menuMobToggle {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 6;
}
.menuMobToggle .navclose {
  display: none;
}
.menuMobToggle.smallmenu .navopen {
  display: none;
}
.menuMobToggle.smallmenu .navclose {
  display: block;
  color: #fff;
}

@media print {
  .containered .navigation {
    display: none;
  }
  .containered .main {
    width: 100%;
    left: 0;
    background: transparent;
  }
  .containered .printblock {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none !important;
    border: none !important;
  }

  .pagebreakblock {
    page-break-inside: avoid;
    page-break-after: always;
    padding-top: 20px;
  }
}
.hide-icon input[type=time]::-webkit-calendar-picker-indicator {
  background: none !important;
}

/* style projects */
.formRow label {
  color: #666666;
  display: block;
  padding-top: 5px;
}

.alertbanner .btn-close {
  color: #fff;
  font-size: 22px;
  background: transparent;
  padding: 18px;
}

.modal-dialog .modal-header {
  position: relative;
  min-height: 60px;
}
.modal-dialog .modal-header ul.nav-tabs {
  padding-top: 18px;
  position: absolute;
}

.col-05 {
  width: 4.16%;
  flex: 0 0 auto;
}

.col-15 {
  width: 12.5%;
  flex: 0 0 auto;
}

.col-17 {
  width: 14.16%;
  flex: 0 0 auto;
}

.table .bg-gray {
  background-color: #f1f2f3;
}

.bg-gray {
  background-color: #f1f2f3;
}

.fas-arrow-enter {
  position: relative;
}
.fas-arrow-enter::after {
  content: "";
  display: block;
  border-left: solid 2px #212529;
  height: 9px;
  position: absolute;
  bottom: 50%;
}

input.numberArrows {
  padding: 1px 4px;
}

input.numberArrows::-webkit-outer-spin-button,
input.numberArrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.numberArrows[type=number] {
  -moz-appearance: textfield;
}

span.displayDuiz {
  display: inline-block;
  min-width: 100px;
  text-align: right;
}

span.displayDuizSm {
  display: inline-block;
  min-width: 60px;
  text-align: right;
}

.datetime_field .datetime_date {
  display: inline-flex;
  width: auto;
  max-width: 47%;
}
.datetime_field .datetime_hour, .datetime_field .datetime_minute {
  display: inline-flex;
  width: auto;
  padding-left: 9px;
  padding-right: 25px;
  background-position: right 4px center;
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
}
.media_file_uploads input.mf_input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
.media_file_uploads input.mf_input:focus {
  background-color: #f1f1f1;
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}

thead.sortHeads th[sort_url] {
  cursor: pointer;
}

thead.sortHeads th a,
a.sortHead {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}

#sheetwrapper .sheetAction {
  cursor: pointer;
}
#sheetwrapper .dsheetitemi {
  font-size: 33px;
  opacity: 0.35;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 0;
}
#sheetwrapper .btn-blue,
#sheetwrapper .btn-blue1,
#sheetwrapper .btn-blue2,
#sheetwrapper .btn-blue3 {
  color: #fff;
  background-color: #292622;
  border-color: #265883;
}
#sheetwrapper .btn-orange,
#sheetwrapper .btn-orange1,
#sheetwrapper .btn-orange2,
#sheetwrapper .btn-orange3 {
  color: #212529;
  background-color: #df7b00;
  border-color: #e17f06;
}
#sheetwrapper .btn-red,
#sheetwrapper .btn-red1,
#sheetwrapper .btn-red2,
#sheetwrapper .btn-red3 {
  color: #fff;
  background-color: #df2016;
  border-color: #fd3b31;
}
#sheetwrapper .btn-groen,
#sheetwrapper .btn-groen1,
#sheetwrapper .btn-groen2,
#sheetwrapper .btn-groen3 {
  color: #fff;
  background-color: #1d7607;
  border-color: #2d8f14;
}
#sheetwrapper .sheetitems .sheetda {
  padding: 3px;
  overflow: hidden;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
  z-index: 4000 !important;
}

.col-header {
  background: #bababa !important;
}
