body {
    font-family: 'Roboto',"Lucida Grande",Tahoma,Geneva,Verdana,sans-serif;
}

.p-5 {
    padding: 0!important;
}

.fs-4 {
    display: none!important;
}

.display-5 {
    display: none!important;
}

#oms-article-details-header {
    display: none;
}

#oms-article-tracking-history-header {
    display: none;
}


#oms-shipment-details-header {
    display: none;
}

#oms-shipment-tracking-history-header {
    display: none;
}

.oms-tracking-history-cell-point {
    text-align: center!important;
    background-image: url('../../images/background-line.png');
    background-repeat: repeat-y;
    background-position: center;
}

#oms-tracking-search-container {
    background-color: transparent!important;
    /*margin: 0 auto;*/
}

#tracking-form {
    margin-bottom: 0;
}

.oms-details {
    background-color: transparent!important;
    border: none!important;
    font-size: 14px!important;
}

.oms-tracking-history-date {
    text-align: right!important;
    font-weight: bold;
}

.oms-tracking-history-time {
    text-align: right!important;
}

.oms-tracking-history-line-2 {
    color: #95a5a6;
}

.oms-tracking-history {
    background-color: transparent!important;
    border: none!important;
    font-size: 14px!important;
}

.oms-tracking-history-table {
    outline-style: solid;
    outline-width: 1px;
    outline-color: #DDDDDD;
}


.oms-tracking-history-cell {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.oms-details-col-2 {
    text-align: right!important;
}

.table {
    /*--bs-table-striped-bg: #F3F8F9;*/
    /*--bs-table-striped-bg: rgba(243, 248, 249, 0.5);*/
    --bs-table-border-color: transparent;
}

.alert-primary {
    --bs-alert-color: #FFFFFF;
    --bs-alert-bg: #0e8345;
    --bs-alert-border-color: #0e8345;
}

.btn-primary {
    --bs-btn-bg: #78b54e;
    --bs-btn-border-color: #78b54e;
    --bs-btn-hover-bg: #78b54e;
    --bs-btn-hover-border-color: #78b54e;
    --bs-btn-active-bg: #78b54e;
    --bs-btn-active-border-color: #78b54e;
    --bs-btn-disabled-bg: #78b54e;
    --bs-btn-disabled-border-color: #78b54e;
    text-transform: uppercase;
}

.history-point {
    position: relative;
    margin: 0 auto;
}

.history-point-outer-circle {
    width: 36px;
    height: 36px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 18px;
    z-index: 10;
    margin: 0 auto;
    position: relative;
}

.history-point-inner-circle {
    content: "";
    display: block;
    background-color: #ddd;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    left: 11px;
    top: 11px;
    z-index: 9;
    margin: 0 auto;
    position: absolute;
}

@media (max-width: 768px){
    #form_save {
        margin-top: 10px;
        width: 100%;
    }
}