#content, .statusDiv {padding: 10px 10px 10px; background-color: white;}
.informationDiv {border:1px solid #ddd;background:#fff;border-radius:5px}
.informationDiv table {padding:15px;}
.ftitle {background:#24b9d7;color:#fff;padding:13px;border-radius:5px 5px 0px 0px;font-size:16px}
.cargoDiv .ftitle {background: #f57d42;}
.statusDiv {text-align:center}
.noActive {opacity: 0.3;}
.statusDiv span {display:inline-block;width:50px;height:50px;text-align:center;line-height:50px;background:#fff;border:1px solid #ddd;border-radius:25px;font-size:25px;margin-bottom:10px}
.statusDiv .active span {background:#1da48b;color:#fff;border-color:#1da48b}
.active {opacity: 1;}
.historyDiv {background:#fff;border:1px solid #ddd;border-radius:5px}
.historyDiv h4 {padding:10px 15px;border-bottom:1px solid #ddd;font-size:16px}
.orderFormDetail .btn {float:right;border-radius:5px}