@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }
    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
    .sidebar .nav>li.active-pro {
        position: absolute;
        width: 100%;
        bottom: 10px;
    }
}

.ingtmap{
    position: relative;
    width: 100%;
    height: 600px;
    border: 0;
}
#map {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn {
    margin-bottom: 30px
}

.space-70 {
    height: 70px;
    display: block;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}

.tim-typo .tim-note {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.tim-row {
    padding-top: 50px;
}

.tim-row h3 {
    margin-top: 0;
}

.divDroppableOrigem {
    height: 500px;
    padding: 10px;
    border: 1px solid #aaaaaa;
}

.divDroppableDestino {
    min-height: 90px;
    padding: 10px;
    border: 1px solid #aaaaaa;
}

.component {
    height: 50px;
    padding: 10px;
    background-color: cadetblue;
    border: 1px solid #aaaaaa;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 5px;
}

@media print {
      @page {
        size: 62mm 90mm;
        margin: 0;
      }
      .no-print {
        display: none !important;
      }
      .label-wrapper-cracha {
        width: 62mm;
        height: 90mm;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(90deg);
        transform-origin: left top;
        position: absolute;
        top: 0;
        left: 0;
      }
      .label-cracha {
        width: 90mm;
        height: 62mm;
        box-sizing: border-box;
        padding: 5mm;
        font-family: sans-serif;
        border: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
    }

    .label-wrapper-cracha {
      width: 62mm;
      height: 90mm;
      margin: 30px auto;
      transform: rotate(90deg);
      transform-origin: left top;
    }

    .label-cracha {
      width: 90mm;
      height: 62mm;
      box-sizing: border-box;
      padding: 5mm;
      font-family: sans-serif;
      border: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }