body, html {
  color: var(--bs-body-color);
  font-family: monospace;
  font-size: 14px;
  margin: 0;
  user-select: none;
}


.caze {
  height: 80px;
  z-index: -1;
}

.FileDropper>a {
  max-width: 100% !important;
}


.nav-link {
  transition: none;
}

footer {
  display: flex;
  position: fixed;
  bottom: 0;
  height: 30px;
  pointer-events: none;
  position: fixed;
  z-index: -100;
  text-align: center;
  justify-content: center;
}

#logocontainer img {
  float: right;
  margin-top: 10px;
}

.list-group-item {
  border: 0px;
}

.nav-item {
  margin-bottom: -2px;
}

/* .nav-item:hover {
  margin-bottom: 0;
} */

.nav-item .nav-link.active {
  border-color: transparent;
}


#fd-logo-desktop, #fd-logo-mobile {
  float: left;
}

#fd-logo-mobile {
  margin-left: 20px;
}

h1 {
  /* background-position: 100% 0;
  font-size: 2rem !important;
  font-weight: 900;
  background-repeat: no-repeat;
  background-size: auto 100%; */
  color: #3b5997 !important;
  /* margin: 10px 10px 5px 10px; */
}

.wrong .bi-check {
  display: none;
}

.good .bi-x {
  display: none;
}

.valid-feedback,
.invalid-feedback {
  margin-left: calc(2em + 0.25rem + 1.5rem);
}

#employees-list [data-enabled="0"] {
  color: var(--bs-secondary-bg);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .position-sm-fixed {
    position: fixed !important;
  }

  .top-sm-50 {
    top: 50%;
  }

  .start-sm-50 {
    left: 50%;
  }

  .translate-sm-middle {
    transform: translate(-50%, -50%) !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .position-md-fixed {
    position: fixed !important;
  }

  .top-md-50 {
    top: 50%;
  }

  .start-md-50 {
    left: 50%;
  }

  .translate-md-middle {
    transform: translate(-50%, -50%) !important;
  }

  .nav-tabs .nav-link:hover {
    border-color: var(--bs-gray-400) var(--bs-gray-400) transparent var(--bs-gray-400) !important;
    /* border-bottom-style: hidden; */
  }

  .nav-link:hover {
    transition: none !important;
  }

  .nav-item .nav-link.active {
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) transparent !important;
    border-bottom-width: 4px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .position-lg-fixed {
    position: fixed !important;
  }

  .top-lg-50 {
    top: 50%;
  }

  .start-lg-50 {
    left: 50%;
  }

  .translate-lg-middle {
    transform: translate(-50%, -50%) !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .position-xl-fixed {
    position: fixed !important;
  }

  .top-xl-50 {
    top: 50%;
  }

  .start-xl-50 {
    left: 50%;
  }

  .translate-xl-middle {
    transform: translate(-50%, -50%) !important;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .position-xxl-fixed {
    position: fixed !important;
  }

  .top-xxl-50 {
    top: 50%;
  }

  .start-xxl-50 {
    left: 50%;
  }

  .translate-xxl-middle {
    transform: translate(-50%, -50%) !important;
  }
}


/*
body.loggedin .navigation ul {
  display: block;
}

.navigation {
  border-bottom: 3px solid #e87d0c;
  font-size: 1.25rem;
  position: relative;
}

.navigation ul {
  display: none;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 10px;
  z-index: 1;
}

.navigation.disabled li {
  cursor: not-allowed;
  pointer-events: none;
}

.navigation li {
  background-color: #efefef;
  border-color: #dfdfdf;
  border-width: 3px;
  border-bottom-width: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-style: solid;
  color: #bbb;
  display: none;
  margin: 0 -12px -3px 0;
  padding: 0;
  position: relative;
  z-index: 0;
}

.navigation li.active {
  background-color: #fff;
  border-color: #e87d0c;
  box-shadow: 2px -2px 2px #bbb;
  margin-bottom: -6px;
  padding-bottom: 3px;
  z-index: 10;
}

.navigation li a {
  color: #bbb;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
}

.navigation li a:hover {
  color: #999;
}

.navigation li.active a {
  color: #3b5997 !important;
  padding: 10px 10px 5px 10px;
}

.navigation .active a:active {
  color: #000;
}

.navigation .active a:visited {
  color: #000;
} */

/*
a, a:visited {
  color: #333333;
}



.main {
  padding: 10px;
}

button:disabled, select:disabled, input:disabled, textarea:disabled {
  cursor: not-allowed;
  background-color: #ebebe4 !important;
}

h1 {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #3b5997;
  margin: 10px 10px 5px 10px;
  width: calc(100% - 20px);
}

h1.desktop {
  background-image: url(../img/CiNLogo.png);
}

h1.mobile {
  background-image: url(../img/CiNLogo-small.png);
  display: none;
}

label {
  font-weight: bold;
}

select:disabled {
  cursor: not-allowed;
}

span.small {
  font-size: 0.75rem;
  font-weight: lighter;
}

.features {
  margin: 0;
}

.login, .setpassword {
  width: 400px;
}



.centered {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-center {
  text-align: center;
}

.formgroup {
  margin: 5px 0 5px 0;
}

.formgroup.right {
  text-align: right;
}

.formgroup label {
  display: block;
}

.formgroup input, .formgroup select, .formgroup textarea {
  background-color: white;
  border: 1px solid #cecece;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.25rem;
  outline-color: #cecece;
  padding: 4px 8px;
}

.formgroup input[type="text"], .formgroup input[type="password"], .formgroup textarea {
  width: calc(100% - 18px);
}

.formgroup input[type="checkbox"] {
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.formgroup input[type="checkbox"].block_licence {
  border: none;
  position: relative;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  appearance: none;
}

.formgroup input[type="checkbox"].block_licence::before {
  border: 1px solid #cecece;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}

.formgroup input[type="checkbox"]:checked.block_licence::before {
  background-color: red;
  border-color: red;
}

.formgroup input[type="checkbox"].feature {
  margin-left: 1rem;
}

.formgroup select {
  width: 100%;
}

.formgroup textarea {
  resize: none;
}

.formgroup *::placeholder {
  color: #93A1A1;
  font-weight: 100;
  opacity: 1;
}

.formgroup *:-ms-input-placeholder {
  color: #93A1A1;
  font-weight: 100;
}

.formgroup *::-ms-input-placeholder {
  color: #93A1A1;
  font-weight: 100;
}

.formgroup *:required {
  border-bottom-color: #CB4B1699;
} */

/* table {
  width: 100%;
}

table th {
  text-align: left;
}

table td.empty {
  text-align: center;
}

table tbody tr:nth-child(odd) {
  background-color: #93A1A1aa;
}

table tbody tr:nth-child(even) {
  background-color: #93A1A133;
}

table tbody tr td:last-child {
  background-color: #ffffff;
  width: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

table.licencetemplates tbody tr td, table.licences tbody tr td {
  vertical-align: top;
}

table tbody td {
  padding: 5px;
} */

/* .btn {
  background-color: #839496cc;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  border-radius: 2.5px;
  color: #EEE8D5;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  padding: 5px;
  transition: all 0.125s ease-in-out;
}

.btn.btn-large {
  padding: 10px;
  width: 100%;
}

.btn label {
  font-size: 1rem;
  pointer-events: none;
}

.btn:hover:not([disabled]) {
  background-color: #839496;
  border-color: #839496;
  color: white;
}

.btn.btn-label i.icon {
  font-size: 0.9rem;
  width: auto;
  height: auto;
  margin-right: 0.5rem;
}

.btn.btn-primary {
  background-color: #859900cc;
}

.btn.btn-primary:hover:not([disabled]) {
  background-color: #859900;
  border-color: #859900;
  color: white;
}

.btn.btn-secondary {
  background-color: #268BD2cc;
}

.btn.btn-secondary:hover:not([disabled]) {
  background-color: #268BD2;
  border-color: #268BD2;
  color: white
}

.btn.btn-warn {
  background-color: #B58900cc;
}

.btn.btn-warn:hover:not([disabled]) {
  background-color: #B58900;
  border-color: #B58900;
  color: white;
}

.btn.btn-danger {
  background-color: #DC322Fcc;
}

.btn.btn-danger:hover:not([disabled]) {
  background-color: #DC322F;
  border-color: #DC322F;
  color: white;
}

.btn:disabled {
  background-color: #93A1A133 !important;
  border-color: none !important;
  color: white !important;
  transition: none !important;
}

.interaction {
  font-size: 0;
  text-align: right;
}

.interaction.interaction-main .btn {
  margin: 0 0 10px 5px;
}

.interaction.interaction-sub {
  display: inline-block;
  width: 78px;
}

.interaction.interaction-sub .btn {
  margin: 0 0 0 5px;
}

i.icon {
  display: inline-block;
  font-size: 20px;
  height: 20px;
  pointer-events: none;
  width: 20px;
}

.heading {
  font-size: 1.75rem;
  font-weight: bold;
}

.formbutton {
  clear: both;
  font-size: 0;
  margin: 1rem 0 0 0;
  text-align: right;
}

.formbutton .btn {
  margin-left: 0.25rem;
  padding: 0.5rem;
} */

/* .modal.modal-backdrop {
  background-color: #586E75aa;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
}

.modal.modal-dialog {
  background-color: white;
  padding: 2rem;
  border: 2px solid #586E75;
  z-index: 20;
  border-radius: 0.5rem;
} */

/* .logout {
  bottom: 0.25rem;
  display: none;
  position: absolute;
  right: 10px;
}

body.loggedin .logout {
  display: block;
}

.left {
  width: 50%;
  float: left;
}

.right {
  width: 50%;
  float: right;
}

input[type="checkbox"].resetdemoperiod {
  margin-top: 9px;
  margin-left: 11px;
}

.pagination {
  text-align: center;
  font-size: 0;
  margin-top: 1rem;
}

.pagination .pagelink {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  height: 36px;
  padding: 0;
  margin: 0;
  min-width: 36px;
  vertical-align: bottom;
}

.pagination .icon {
  width: 32px;
  height: 32px;
}

.pagination .pagelink.active {
  color: #e87d0c;
}

.pagination i[class^="icon-"], .pagination i[class*=" icon-"] {
  position: relative;
}

.pagination i[class^="icon-"]:before, .pagination i[class*=" icon-"]:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.m-t-2 {
  margin-top: 2rem;
}


@media (max-width: 755px) {
  h1.desktop {
    display: none;
  }

  h1.mobile {
    display: inline-block;
  }
}

.text-right {
  text-align: right;
} */
