/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}

/* Custom page CSS Header & Footer
  -------------------------------------------------- */

body>.container-fluid {
  padding: 110px 15px 0;
}

body>.container {
  padding: 110px 15px 0;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

#navbarBreadcrumb {
  margin-top: 55px;
}

/* Custom Menu CSS
  ------------------------------------------------*/

#appMenuIcon {
  width: 36px;
  height: 20px;
}

/* Breadcrumb Menu
-------------------------------------------------*/

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #343a40;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb {
  z-index: 999;
}
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:before,.btn-breadcrumb .btn:after,.btn-breadcrumb .btn:hover:before,.btn-breadcrumb .btn:hover:after {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}

.btn-breadcrumb .btn.btn-outline-dark:not(:last-child):after {
  border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-outline-dark:not(:last-child):before {
  border-left: 10px solid #343a40;
}

.btn-breadcrumb .btn.btn-outline-dark:hover:not(:last-child):after {
  border-left: 10px solid #343a40;
}

.btn-breadcrumb .btn.btn-outline-dark:hover:not(:last-child):before {
  border-left: 10px solid #343a40;
}

form.compact label {
  margin-bottom: 0;
}

/* Maschine
  -----------------------------------------------*/

tr[data-active='0'] {
  color: lightgray;
  font-style: italic;
}

/* DataTable
  -----------------------------------------------*/

.top caption {
  caption-side: top;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
  display: none;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
  display: none;
}
/* PreLoadeer
  -----------------------------------------------*/
#preloader  {
  position:fixed;
  top:60px;
  left:0;
  right:0;
  bottom:60px;
  background-color:#f0f3f4;
  z-index:9999;
  overflow: hidden;
}
/* Upload Button
  -----------------------------------------------*/
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-input-filename{
  position: relative;
  top: 50%;
}

/* Validation
-----------------------------------*/
.checkedInvalid {
  border: 1px solid #cd0a0a !important;
}

.loading-layer .modal-dialog{
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

.loading-layer .modal-dialog .modal-content{
  background-color: transparent;
  border: none;
}


@media print {
  body>.container-fluid {
    padding: 10px 5px 0;
  }

  body>.container {
    padding: 10px 5px 0;
  }

  body .form-control{
    border: none;
  }

  select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  label {
    font-weight: bold;
  }
}

.ui-autocomplete.ui-front{
  z-index: 100000000 !important;
}

.modal #service-providers {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 1rem 1rem 0 1rem;
  height: 13.5rem;
  overflow-y: scroll;
}