p {
    margin: 0 !important;
}

.pedido-container {
    max-width: 1024px; 
    margin: 16px auto;
    background-color: #fff;
}

.container-status {
    padding: 20px;

    border: 1px solid rgba(0, 0, 0, 0.075);
    border-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.01);;
    border-radius: 3px 3px 0 0;
}

.container-status .container-header {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

.container-status .container-header .header-texto {
    color: #212529;
    font-size: 16px;
}

.container-status .container-header .header-texto p:first-child {
    font-weight: bold;
}

.container-status .status-transportadora {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.container-status .status-transportadora p {
    padding-left: 6px;
    color: rgba(0, 0, 0, .7);
    font-weight: bold;
    font-size: 16px;
}

.container-status .status-transportadora .rastreamento {
    margin-left: 16px;
    background: rgba(0, 0, 0, .05);
    padding: 2px 12px;
    border-radius: 2px;
}

.container-status .status-transportadora .rastreamento .link-rastreamento {
    color: #444; 
    font-weight: bold;
}

.container-status .status-info .hr-divider {
    margin: 20px auto 40px;
}

.container-status .hr-divider-top {
    margin: 0 auto 12px auto !important;
}

.container-status .hr-divider-bottom {
    margin: 12px auto 0 auto !important;
}

.container-status .status-info {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;

    padding: 20px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}

.container-status .status-info .info-datahora,
.container-status .status-info .info-detalhes,
.container-status .status-info .info-progresso {
    width: 944px;
    overflow: hidden;
}

.container-status .status-info .info-datahora,
.container-status .status-info .info-detalhes {
    display: flex;
    justify-content: space-between;
}

.container-status .status-info .info-detalhes {
    align-items: flex-start;
}

.container-status .status-info .default-width, 
.container-status .status-info .default-width-tags {
    width: 250px;
    text-align: center;
}

.container-status .status-info .default-width {
    padding: 12px;
    text-align: center;
    font-size: 16px;
    color: #6495ed;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
}

.container-status .status-info .default-width-tags {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-status .status-info .default-width-tags p {
    color: #6495ed;
    font-weight: bold;
    font-size: 16px;
    padding: 12px;
}

.container-status .status-header {
    background-color: #6495ed;
    padding: 12px 20px;

    border-radius: 3px 3px 0 0;
}

.container-status .status-header .header-entrega,
.container-status .status-header .header-previsao {
    text-align: center;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}

.container-status .status-header .header-entrega {
    font-size: 25.6px;
}

.container-status .status-header .header-previsao {
    font-size: 20px;
}

.container-status .status-header .header-entrega span,
.container-status .status-header .header-previsao span {
    font-weight: bold;
}

.container-status  .status-info .info-progresso progress {
    width: calc(100% - 24px);
    margin: 0 auto !important;
    height: 10px;
}

.container-status  .status-info .info-progresso .progress-bg-green::-webkit-progress-value {
    background-color: #28A745;
}

.container-status  .status-info .info-progresso .progress-bg-red::-webkit-progress-value {
    background-color: #DC3545;
}

.container-status .uk-icon {
    color: #6495ed;
}
.container-status .status-info .info-tabela #situacao-pedido {
    border-collapse: collapse;
    width: 100%;
}

.container-status .status-info .info-tabela #situacao-pedido td,
.container-status .status-info .info-tabela #situacao-pedido th {
    border: 1px solid #dee2e6;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.container-status .status-info .info-tabela #situacao-pedido td {
    color: #6495ed;
}

.container-status .status-info .info-tabela #situacao-pedido th {
    background-color: #6495ed;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.container-status .status-info .info-tabela #situacao-pedido tr:nth-child(odd){
    background-color: #E6E6E6;
}

.container-status .status-info .info-tabela #situacao-pedido tr.bg-red  {
    background-color: #DC3545 !important;
}

.container-status .status-info .info-tabela #situacao-pedido tr.bg-red td {
    color: #fff !important;
}

.status-footer {
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}

.status-footer p {
    padding: 12px 20px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

@media screen and (max-width: 1040px) {
    .container-status .status-info .info-container {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .container-status .hr-divider-top,
    .container-status .hr-divider-bottom {
        width: 960px;
    }
}
