body {
    color: #525252;
}

strong {
    font-weight: bold;
}

b {
    font-weight: bold;
    text-transform: uppercase;
    color:#f49300 ;
}

.title-order {
    font-size: 20px;
    color: #f49300;
}

.order-border {
    border: 1px solid #ddd;
    padding: 15px 15px 0;
    text-align: center;
}
/*Kiểm tra tình trạng đơn hàng*/
.ss-order {
    font-size: 11px;
    margin-top: 52px;
}

.new-tracking {
    padding: 0;
    position: relative;
}

.order-tracking p {
    margin-bottom: 0;
    font-weight: 700;
}

.order-tracking span {
    display: block;
    height: 15px;
    white-space: nowrap;
}

.space-order {
    height: 3px;
    margin: 22px 0;
    position: relative;
}

.space-order:before{
    content: '';
    background: #4ec8ff;
    height: 3px;
    width: 50%;
    position: absolute;
    left: 0;
}

.space-order:after{
    content: '';
    background: #4ec8ff;
    height: 3px;
    width: 50%;
    position: absolute;
    right: 0;
}

.new-tracking:first-child .space-order:before{
    display: none;
}

.new-tracking:last-child .space-order:after{
    display: none;
}

.checked .space-order:before,
.checked .space-order:after {
    background: #2c55a5;
}

.current .space-order:after{
    background: #4ec8ff;
}

.space-order-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #2c55a5;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.new-tracking>.ss-order-icon {
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    top: 55px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    color: #000;
    border: 2px solid #4ec8ff;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    background: #4ec8ff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checked .ss-order-icon {
    background: #2c55a5 url('../img/check.png') 5px 7px no-repeat;
    border-color: #2c55a5;
}

.order-content, .check-order {
    border: 1px solid #ddd;
    margin-top: 15px;
    padding: 15px 0;
}

.top {
    padding: 0 15px 0 15px;
}

.top>.col-md-3 h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
}

.top>.col-md-3 p {
    margin-bottom: 0px;
    font-size: 13px;
}

.border-right {
    border-right: 1px solid #ddd
}

/*Table*/

.order-content>h4, .history>h4 {
    margin-bottom: 30px;
}

.history>h4 {
    margin-top: 30px;
    color: #2c55a5;
}

.one-box {
    margin-top: 20px;
}

.check-order>h4 {
    color: #f49300;
    font-weight: bold;
    text-align: center;
    margin-bottom:5px;
}

.check-order>p {
    margin-bottom: 0;
    text-align: center;
}

.text-box {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
}

.form-group {
    margin-right: 15px;
    margin-left: 15px;
}

.text-box>label {
    text-align: left;
    display: block;
}

.input-text {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-text:focus {
    border-color: rgba(244, 147, 0, 0.45);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(247, 170, 23);
}

.one-box>button {
    background: #2c55a5;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    padding: 3px 22px;
}

.one-box>button:hover {
    background: #f49300;
    color: #ffffff;
}

@media (min-width: 992px) {
    .table-responsive-2, .history-table {
        display: table;
        margin: 0 auto;
        font-size: 13px;
        max-width: 90%;
        border: 1px solid #ddd;
        width: 100%;
    }

    thead tr th {
        display: table-cell;
        padding: 8px;
        background: #f8f8f8;
        border-top: none;
        border-left: 1px solid #ddd;
    }

    thead tr:first-child {
        border-top: 1px solid #ccc;
    }

    thead tr td {
        display: table-cell;
        padding: 10px;
        border-top: 1px solid #ddd;
    }

    tbody {
        border-top: 1px solid #ddd;
    }

    tbody tr td {
        padding: 10px;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

a.tracking{
    color: #12a5f4;
    font-weight: bold;
}