/*
 * This file is part of the g7system.local project.
 *
 * @copyright Copyright (c) 2023 GROUP7 AG
 * @authors GROUP7 Software/Web Developer Team
 *
 * base.css created on 18.04.23, 14:07.
 */

/**
 * fixes faulty position in v2.2.5 datatables-responsive/responsive-bootstrap4.css
 */
table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > th:first-child:before {
    top: 50%;
}

/* AM, cursors */
.cursor-pointer {cursor: pointer;}
.cursor-wait {cursor: wait;}

/*.pl-own {*/
/*    padding-left: 17%;*/
/*}*/

@media only screen and (max-width: 1199px) {

    #trackingNumberList .col-md-4, #trackingNumberList .col-md-8 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex: unset;
        max-width: unset;
    }
}
@media only screen and (max-width: 767px) {
    /*.detail-info.border-left {*/
    /*    border-left: 0px solid #dee2e6 !important;*/
    /*    border-top: 1px solid #dee2e6 !important;*/
    /*    margin-top: 15px;*/
    /*    padding-top: 20px;*/
    /*}*/
}
