.right {
    text-align: right;
}

.date {
    text-transform: capitalize;
}

.travel {
    /*     max-width: 300px;
 */
}

.fakeTable-width {
    width: 1140px;
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.link_order {
    min-height: 100%;
    height: 100%;
}

.table>tbody>tr>td {
    padding-top: 20px;
}

.btn-outline-details {
    background: #ffffff;
    background-image: url(../../../ico/site/ico_dettagli.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 5px;
    color: #000000;
    border-color: #44cf6c;
    border-radius: 10px;
    align-self: flex-end;
}

.btn-outline-details:hover {
    background-color: #44b973;
}

.headerRow, .bodyOrdersRow {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.header, .bodyOrdersRowCol {
    width: 30%;
}

.ten {
    width: 10%;
}

.twenty {
    width: 20%;
}

.header {
    font-weight: bold;
}

.headerRow {
    border-bottom: 2px solid #44cf6c;
}

.bodyOrders {
    padding: 10px;
    width: 100%;
}

.bodyOrdersRowCol {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 2px;
    align-self: center;
}

.bodyOrdersRow {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 15px;
    padding-top: 15px;
}

#myorders .title {
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.bodyOrdersRowColStateLabel {
    font-weight: bold;
    display: none;
    padding-right: 2px;
}

.btnContainer {
    align-items: flex-end;
}

.orderDetails .divProduct {
    display: flex;
    flex-direction: row;
    color: black;
}

.divProductData, .divProductTravelers {
    padding: 5px;
    display: flex;
    flex-direction: column;
    width: 30%;
}

.divProductDate {
    font-weight: bold;
}

.divProductRowData {
    display: flex;
}

.divProductTravelersTitle img {
    width: 20px;
    height: 20px;
}

.divProductTravelersTitle {
    font-weight: bold;
}

.divProductDescription {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 5px;
}

.print {
    cursor: pointer;
    font-weight: normal;
}

.divProductPhoto {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
    margin-right: 15px;
    max-width: 70%;
}

.divProductData *, .divProductTravelers * {
    margin-bottom: 5px;
}

/* Desktop */

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .fakeTable-width {
        width: 95%;
        margin: 0 auto;
    }
    .amount {
        text-align: right;
        align-items: end;
    }
}

/* Tablet */

@media screen and (max-width: 991px) and (min-width: 768px) {
    #myorders .title {
        text-align: left;
    }
    .fakeTable-width {
        width: 95%;
        margin: 0 auto;
    }
    .headerRow {
        display: none;
    }
    .bodyOrdersRowColStateLabel {
        display: block;
    }
    .date {
        font-weight: bold;
    }
    .amount {
        justify-content: right;
        vertical-align: top;
        align-items: end;
    }
    .btnContainer {
        justify-content: right;
    }
    .orderDetails .divProduct {
        flex-direction: column;
    }
    .divProductData, .divProductTravelers {
        flex-direction: column;
        width: 100%;
    }
    .divProductDescription {
        width: 100%;
    }
    .divProductPhoto {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
}

/* Smartphone grandi dimensioni */

@media screen and (max-width:767px) and (min-width: 481px) {
    #myorders .title {
        text-align: left;
    }
    .fakeTable-width {
        width: 95%;
        margin: 0 auto;
    }
    .headerRow {
        display: none;
    }
    .bodyOrdersRowCol {
        flex-direction: row;
        width: 100%;
        padding-right: 5px;
    }
    .bodyOrdersRow {
        flex-direction: column;
    }
    .bodyOrdersRowColStateLabel {
        display: block;
    }
    .date {
        font-weight: bold;
    }
    .btnContainer {
        justify-content: right;
    }
    .orderDetails .divProduct {
        flex-direction: column;
    }
    .divProductData, .divProductTravelers {
        flex-direction: column;
        width: 100%;
    }
    .divProductDescription {
        width: 100%;
    }
    .divProductPhoto {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
}

/* Smartphone piccole dimensioni */

@media screen and (max-width:480px) {
    #myorders .title {
        text-align: left;
    }
    .fakeTable-width {
        width: 95%;
        margin: 0 auto;
    }
    .headerRow {
        display: none;
    }
    .bodyOrdersRowCol {
        flex-direction: row;
        width: 100%;
        padding-right: 5px;
    }
    .bodyOrdersRow {
        flex-direction: column;
    }
    .bodyOrdersRowColStateLabel {
        display: block;
    }
    .date {
        font-weight: bold;
    }
    .btnContainer {
        justify-content: right;
    }
    .orderDetails .divProduct {
        flex-direction: column;
    }
    .divProductData, .divProductTravelers {
        flex-direction: column;
        width: 100%;
    }
    .divProductDescription {
        width: 100%;
    }
    .divProductPhoto {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
}