/* @trumpf/ux.integration-web-styleguide v1.6.8-feat-DEVTHCEXP-13456-mymachine-logbook.451453 */ 
/*---------------------------------
-----  dimension variables --------
----------------------------------*/
/*------  standard elements padding & margin  -------*/
/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
/**
**  Official Font sizes
------------------------------- */
.machine-detail {
  margin-top: 35px;
}
@media (min-width: 769px) {
  .machine-detail {
    margin-top: 40px;
  }
}

.machine-detail__headline {
  display: flex;
  align-items: center;
}
.machine-detail__headline > * {
  width: auto;
}
.machine-detail__headline .ux-iws-status-label {
  margin-left: 30px;
}
@media only screen and (max-width: 468px) {
  .machine-detail__headline {
    margin-bottom: 30px;
  }
  .machine-detail__headline .ux-iws-status-label {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
  }
}

.machine-detail__header {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: stretch;
}
.machine-detail__header > div {
  float: none;
}

.machine-detail .machine-detail__image {
  margin-bottom: 20px;
}
@media (min-width: 569px) {
  .machine-detail .machine-detail__image {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .machine-detail .machine-detail__image {
    margin-bottom: 10px;
  }
}

.machine-detail .machine-detail__details {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .machine-detail .machine-detail__details {
    margin-bottom: 0;
  }
}

.machine-detail__options {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}
.machine-detail__options .ux-button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 15px;
}
.machine-detail__options .ux-button .ux-icon {
  flex: 0 0 auto;
  font-size: 20px;
  margin-left: 15px;
}
@media (max-width: 568px) {
  .machine-detail__options .ux-button {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 569px) and (max-width: 768px) {
  .machine-detail__options {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
  }
  .machine-detail__options .ux-button {
    flex: 1 1 auto;
    width: calc(50% - 8px);
  }
  .machine-detail__options .ux-button:nth-child(odd) {
    margin-right: 8px;
  }
  .machine-detail__options .ux-button:nth-child(even) {
    margin-left: 8px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .machine-detail__options {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: stretch;
  }
  .machine-detail__options .ux-button {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .machine-detail__options .ux-button:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 1025px) {
  .machine-detail__options {
    align-self: flex-start;
  }
  .machine-detail__options .ux-button {
    display: flex;
    width: 100%;
  }
}

.machine-detail .ux-toggle-button {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
}
.machine-detail .ux-toggle-button .ux-icon__inner {
  width: 20px;
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .machine-detail .ux-toggle-button {
    left: -5px;
  }
}
@media only screen and (max-width: 568px) {
  .machine-detail .ux-toggle-button .ux-icon__inner {
    width: 20px;
    height: 20px;
  }
}

.machine-detail .btn .ux-icon {
  font-size: 17px;
}

.machine-detail .btn:hover .ux-icon {
  fill: white;
}

.machine-detail .wrap-link:hover .ux-icon {
  fill: white;
}

.machine-detail .btn-icon-absolute .ux-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.machine-detail .timeline__circle .ux-icon {
  font-size: 24px;
}

.machine-detail .headline-icon .ux-icon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  margin: auto;
  font-size: 26px;
}

.machine-detail .machine-detail__checkmark {
  fill: #bbd03a;
}

/*# sourceMappingURL=my-machine-detail.css.map */
