body {
  padding-top: 60px;
  padding-bottom: 40px;
}
div.container-fluid.no-gutters {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.form-control {
  border-color: #495057;
}
a {
  color: #209AAF;
}
.text-stakx {
  color: #209AAF;
}
.badge-stakx {
  color: #fff;
  background-color: #209AAF;
}
/* ALERTS */
div.alert {
  border-radius: 0;
  text-align: center;
  padding: 1rem 1.25rem 1rem 1.25rem;
}
div.alert {
  margin: 0;
}
/* BUTTONS */
.btn-big {
  width: 100%;
  border: 2px solid #000;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0 15px 0;
}
.btn-big.red {
  background-color: #e74d3d;
  border-color: #c0392b;
}
.btn-big.green {
  background-color: #2dcc70;
  border-color: #28ae61;
}
.btn-big:HOVER {
  color: #fff;
}
.card-flat {
  border-radius: 0;
}
/* BOOTSTRAP MODALS */
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/* SELECT2 */
.select2 {
  width:100% !important;
}
/* BOOTSTRAP SELECT */
.bootstrap-select div.dropdown-menu {
  min-width: 0;
  max-width: 100%;
  left: 6px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
  border: 1px solid #495057;
  border-radius: .25rem;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button {
  background-color: #fff;
  height: 36px;
} 
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button:HOVER,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button:FOCUS  {
  border: none;
}
.bootstrap-select.disabled:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button {
  background-color: #e9ecef;
  opacity: 1;
  border: none;
  color: #495057;
}
.bootstrap-select.disabled, .bootstrap-select > .disabled,
.bootstrap-select.disabled:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button:HOVER {
  cursor: inherit;
}
/* GOOGLE PLACES AUTOCOMPLETE */
.pac-container {
  box-shadow: none;
  border: 1px solid #aaa;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* PROTOCOL FORMS */
div.card div.card-header h6 a.remove-protocol {
  color: #e74d3d;
}
div.page-create-update-protocol div.card div.card-header h6,
div.page-release-protocol div.card div.card-header h6 {
  margin-bottom: 0;
  font-weight: bold;
}
div.page-create-update-protocol div.card div.card-body label,
div.page-release-protocol div.card div.card-body label {
  font-weight: bold;
}
div.page-create-update-protocol div.card.protocol-details div.card-body p,
div.page-release-protocol div.card.protocol-details div.card-body p {
  margin: 20px 0 0 0;
}
div.page-create-update-protocol div.card.create-protocol button {
  height: calc(2.25rem + 2px);
  padding: 0;
}
div.page-create-update-protocol div.protocol-row,
div.page-release-protocol div.protocol-row {
  margin-top: 30px;
}
div.page-create-update-protocol div.protocol-row div.additional-textarea,
div.page-release-protocol div.protocol-row div.additional-textarea {
  margin-top: 10px;
  display: none;
}
div.page-create-update-protocol div.protocol-row textarea,
div.page-create-update-protocol div.protocol-row div.additional-textarea textarea,
div.page-release-protocol div.protocol-row textarea,
div.page-release-protocol div.protocol-row div.additional-textarea textarea {
  height: 150px;
  resize: none;
}
div.page-create-update-protocol div.protocol-row div.form-check {
  padding-left: 0;
}

div.page-create-update-protocol div.card.create-protocol {
  margin: 50px 0 50px 0;
}
div.page-create-update-protocol div.submit-button-row {
  display: none;
}
div.page-customer-protocol-formula div.card div.card-header h6,
div.page-create-damage-protocol div.card div.card-header h6,
div.page-create-update-loading-protocol div.card div.card-header h6,
div.page-release-loading-protocol div.card div.card-header h6 {
  margin-bottom: 0;
  font-weight: bold;
}
div.page-customer-protocol-formula div.card div.card-body label,
div.page-create-damage-protocol div.card div.card-body label,
div.page-create-update-loading-protocol div.card div.card-body label,
div.page-release-loading-protocol div.card div.card-body label {
  font-weight: bold;
}
div.page-customer-protocol-formula div.card.protocol-details div.card-body p,
div.page-create-damage-protocol div.card.protocol-details div.card-body p,
div.page-create-update-loading-protocol div.card.protocol-details div.card-body p,
div.page-release-loading-protocol div.card.protocol-details div.card-body p {
  margin: 20px 0 0 0;
}
div.page-customer-protocol-formula div.card.create-protocol button,
div.page-create-damage-protocol div.card.create-protocol button,
div.page-create-update-loading-protocol div.card.create-protocol button {
  height: calc(2.25rem + 2px);
  padding: 0;
}
div.page-customer-protocol-formula div.protocol-row,
div.page-create-damage-protocol div.protocol-row,
div.page-create-update-loading-protocol div.protocol-row,
div.pdf-document-upload-container,
div.pdf-document-container,
div.page-release-loading-protocol div.protocol-row {
  margin-top: 30px;
}
div.pdf-document-container {
  margin-bottom: 30px;
}
div.page-customer-protocol-formula div.protocol-row div.additional-textarea,
div.page-create-damage-protocol div.protocol-row div.additional-textarea,
div.page-create-update-loading-protocol div.protocol-row div.additional-textarea,
div.page-release-loading-protocol div.protocol-row div.additional-textarea {
  margin-top: 10px;
  display: none;
}
div.page-customer-protocol-formula div.protocol-row textarea,
div.page-create-damage-protocol div.protocol-row textarea,
div.page-create-update-loading-protocol div.protocol-row textarea,
div.page-customer-protocol-formula div.protocol-row div.additional-textarea textarea,
div.page-create-damage-protocol div.protocol-row div.additional-textarea textarea,
div.page-create-update-loading-protocol div.protocol-row div.additional-textarea textarea,
div.page-release-loading-protocol div.protocol-row textarea,
div.page-release-loading-protocol div.protocol-row div.additional-textarea textarea {
  height: 150px;
  resize: none;
}
div.page-customer-protocol-formula div.card div.card-body .custom-file label.custom-file-label,
div.page-create-damage-protocol div.card div.card-body .custom-file label.custom-file-label,
div.page-create-update-loading-protocol div.card div.card-body .custom-file label.custom-file-label {
  font-weight: normal;
  font-size: 1rem;
  border-color: #495057;
}
div.page-customer-protocol-formula div.card div.card-body .custom-file label.custom-file-label::after,
div.page-create-damage-protocol div.card div.card-body .custom-file label.custom-file-label::after,
div.page-create-update-loading-protocol div.card div.card-body .custom-file label.custom-file-label::after {
  content: 'Auswählen';
}
div.page-customer-protocol-formula div.protocol-field.protocol-field-autocomplete-dropdown .select2-selection,
div.page-create-damage-protocol div.protocol-field.protocol-field-autocomplete-dropdown .select2-selection,
div.page-create-update-loading-protocol div.protocol-field.protocol-field-autocomplete-dropdown .select2-selection,
div.page-create-update-loading-protocol div.loading-protocol-group-fields-container div.autocomplete-dropdown .select2-selection {
  border-color: #495057;
  border-radius: .25rem;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0 4px .75rem;
  height: auto;
}
div.page-customer-protocol-formula div.protocol-field.protocol-field-autocomplete-dropdown .select2-selection__rendered,
div.page-create-damage-protocol div.protocol-field.protocol-field-autocomplete-dropdown .select2-selection__rendered,
div.page-create-update-loading-protocol div.protocol-field.protocol-field-autocomplete-dropdown .select2-selection__rendered,
div.page-create-update-loading-protocol div.loading-protocol-group-fields-container div.autocomplete-dropdown .select2-selection__rendered {
  padding-left: 0;
}
div.page-customer-protocol-formula div.protocol-field.protocol-field-autocomplete-dropdown .select2-selection__arrow,
div.page-create-damage-protocol div.protocol-field.protocol-field-autocomplete-dropdown .select2-selection__arrow,
div.page-create-update-loading-protocol div.protocol-field.protocol-field-autocomplete-dropdown .select2-selection__arrow,
div.page-create-update-loading-protocol div.loading-protocol-group-fields-container div.autocomplete-dropdown .select2-selection__arrow {
  height: 100%;
}
div.page-customer-protocol-formula div.protocol-field.protocol-field-autocomplete-dropdown select.select2-hidden-accessible,
div.page-create-damage-protocol div.protocol-field.protocol-field-autocomplete-dropdown select.select2-hidden-accessible,
div.page-create-update-loading-protocol div.protocol-field.protocol-field-autocomplete-dropdown select.select2-hidden-accessible,
div.page-create-update-loading-protocol div.loading-protocol-group-fields-container div.autocomplete-dropdown select.select2-hidden-accessible {
  display: block;
  margin: 0 auto;
  opacity: 0;
  height: 100% !important;
}
div.page-create-update-loading-protocol div.card.loading-protocol-group-status-panel div.card-header i.fa-spin {
  display: none;
}
div.page-create-update-loading-protocol div.card.loading-protocol-group-status-panel table thead th,
div.page-create-update-loading-protocol div.card.loading-protocol-group-status-panel table tbody td {
  width: 33%;
  border: 0;
}
/* LOADING PROTOCOL GROUP FIELD */
div.page-create-update-loading-protocol div.protocols-container div.loading-protocol-group-field label i {
  color: #209AAF;
}
div.page-create-update-loading-protocol div.protocols-container div.loading-protocol-group-field label i:HOVER {
  cursor: pointer;
}
div.page-create-update-loading-protocol div.protocols-container div.loading-protocol-group-field div.invalid-feedback {
  font-size: 100%;
}
div.page-create-update-loading-protocol div.protocols-container div.loading-protocol-group-field div.field-filter-information {
  margin-top: 13px;
}
div.page-create-update-loading-protocol div.loading-protocol-group-fields-container div.autocomplete-dropdown p.suggested-entry-link-container {
  display: none;
}
/* LIGHTBOX */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1100px;
  margin: 20px auto;
}
/* LOADING PROTOCOL GROUP CARD HEADER */
div.card-header.protocol-header a.btn-primary {
  font-size: 100%;
}
div.card-header.protocol-header span.highlight-on-hover {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
div.card-header.protocol-header span.highlight-on-hover:HOVER {
  color:#209AAF;
  cursor: help;
}