.content {
    border:none;
    border-top: 4px solid #55709B;
}
.main {
    padding:20px 0;
}
.icon {
    position: relative;
    display: inline-block;
    *zoom:1;
    *display: inline;
    background:url(imgs/icons.png) 0px 0px no-repeat;
}
.icon.lg-truck {
    width: 70px;
    height:50px;
    background:url(imgs/truck.png) center center no-repeat;
}
.icon.lg-steamer {
    width: 70px;
    height:50px;
    background:url(imgs/steamer.png) center center no-repeat;
}
.icon.lg-aircraft {
    width: 70px;
    height:50px;
    background:url(imgs/aircraft.png) center center no-repeat;
}
.icon.up {
    width:16px;
    height: 16px;
    background: url(imgs/icons.png) -132px -1500px no-repeat;
    vertical-align: middle;
}
.icon.add {
    width: 14px;
    height: 12px;
    background-position: -130px -460px;
}
.icon.edit {
    width: 14px;
    height: 15px;
    background-position: -130px -100px;
    display: inline-block;
}
.edit-btn span {
    display:inline-block;
    vertical-align: top;
}

.clock {
    background: url(imgs/icons.png) -131px -1427px no-repeat;
    padding-left:20px;
}

.grid-large-menu {
    position:relative;
    display:inline-table;
    width:188px;
    height:144px;
    border: 3px solid #E6ECF2;
    background:#FAFBFC;
    color:#2E324F;
    font-size:16px;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 20px;
    
}
.grid-large-menu:hover {
    color:#2E324F;
}
.grid-large-menu span {
    position:relative;
    display:table-cell;
    vertical-align: middle;
}
.grid-large-menu p {
    margin: 5px auto;
}
.grid-large-menu.on {
    border-color: #82ABD9;
    background-color:#F2F8FF;
    color:#2E324F;
}

.grid-width {
    width:650px;
    margin:0px auto;
}
.grid-width .input-sm {
    padding:4px 8px;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;      
}

.collapse {
    border: 1px solid #BCC6D1;
    padding:20px 20px 10px;
    margin-bottom: 20px;
}
.collapse .collapse-heading {
    margin-bottom: 30px;
}
.collapse .collapse-heading .step-num {
    position:absolute;
    background: url(imgs/icons.png) -121px -20px no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 2px;
    color:#FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 14px; 
    line-height: 22px;
    text-align: center;
    margin-right:10px;
    left:0px;
}
.collapse .collapse-heading .title {
    position:relative;
    padding-left:28px;
    font-size:16px;
}
.collapse .collapse-heading .toolbar {
    font-size:14px;
}
.collapse .collapse-body {
    
}
.collapse.on {
    border-color:#82ABD9;
    border-width: 2px;
}
.btn.btn-blue {
    background-color:#447FC2;
}

.float-right {
    float: right;
}
.error-text {
    color:#EF6751;
}
.grey-text {
    color:#888888;
}

.margin-right-10 {
    margin-right: 10px;
}
.margin-left-10 {
    margin-left: 10px;
}

/**
 * .tablelist
 */
.tablelist {
    border:1px solid #C7D3E3;
    width: 100%;
    background:#FFFFFF;
    text-align:center;
    margin:10px 0px;
}
.tablelist tr { width:100%;}
.tablelist tr th {
    background:#F5F8FA;
    color:#4C4C4C;
    word-wrap: break-word;
}
.tablelist tr th.sort {
    cursor:pointer;
    background:#F5F8FA url(imgs/sort_both.png) right center no-repeat;
}
.tablelist tr th.asc {
    background-image:url(imgs/sort_asc.png);
}
.tablelist tr th.desc {
    background-image:url(imgs/sort_desc.png);
}
.tablelist tbody > tr:hover { background: #F9F9F9; }
.tablelist tr th,
.tablelist tr td {
    padding:10px 2px;
    border-bottom:1px solid #C7D3E3;
}
.tablelist tr th.tl,
.tablelist tr td.tl,
table.tl tr th,
table.tl tr td{
    padding-left: 10px;
}
.tablelist tr.nobottomborder td {
    border-bottom:none !important;
}
.tablelist tr td input[type=text] {
    width: 40px;
    padding:2px 10px;
    text-align: right;
    border:1px solid #C7D3E3;
}
.tablelist tr th > .tr ,
.tablelist tr td > .tr {
    position:relative;
    margin-right:10px;
}
.tablelist tr th > .tl ,
.tablelist tr td > .tl {
    position:relative;
    margin-left:10px;
}
.tablelist tr td .novalid {
    position:relative;
    text-align:left;    
}
.tablelist tr td div.error {
    border:2px solid #FFCCBB;
    background:#FFFFFF;
    padding:4px 6px;
    text-align:left;
    position:absolute;
    top:-28px;
    right:0px;
    color:#EE5543;
    white-space:nowrap;
}
.tablelist tr td .novalid div.error {
    left:0px;
    right:auto;
}
.tablelist tbody tr td .edit {
    visibility:hidden;
}
.tablelist tbody tr:hover td .edit {
    visibility: visible;
}
.tablelist tbody tr td .text {
    position:relative;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:60px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 4px;
    text-align: right;
}
.tablelist tbody tr td .text input {
    position: relative;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    padding:0px 4px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.tablelist tfoot tr td { 
    position: relative;
    background:#F5F5F5;
}
.tablelist tfoot tr td .showMore {
    position: relative; 
    text-align: center;
    display: block;
    width: 100%;
}
.tablelist.bordered {
    border:1px solid #C7D3E3;
}
.tablelist.bordered td, .tablelist.bordered th {
    border:1px solid #C7D3E3;
}
.tablelist.table-form tr td input[type=text] {
    width:90%;
    text-align: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tablelist-inner thead th,
.tablelist-inner tbody td{
    padding: 4px 2px;
}

select,
input[type=text] {
    height: 34px;
    line-height: 34px;
    padding: 0px 5px;
    border:1px solid #D7D7D7;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;;
}
input[type=text].date {
    background-image: url(imgs/datepicker_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}
select.input-md,
input[type=text].input-md {
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
}
.form-group .control-wrap .view {
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:100%;
    padding-top:4px;
}

.goto-address .goto {
    padding-left:18px;
    background: url(imgs/icons.png) -132px -1473px no-repeat;
    color:#6280B3;
    font-size:14px;
    font-weight: bolder;
}
.goto-address .country {
    font-size:14px;
}
.goto-address .address {
    color: #888888;
    margin-left:10px;
    padding-left:10px;
    border-left: 1px solid #D0D0D0;
}

.package-group {
    position:relative;
    display:inline-block;
    vertical-align: top;
    width: 310px;
    border: 1px solid #C7D3E3;
    padding: 7px;
    margin-right:20px;
    margin-bottom: 20px;
}
.package-group.view {
    width:auto;
    padding: 7px 15px;
}
.package-group select {
    width: 154px;
}
.package-group input {
    width:110px;
}
.package-group .close {
    position:absolute;
    width: 23px;
    height:23px;
    right: -11.5px;
    top: -11.5px;
    background: url(imgs/delete.png) center center no-repeat;
    z-index: 1;
}

#addPackage {
    background: url(imgs/plus_1.png) center no-repeat;
    width: 40px;
    height:40px;
    display:inline-block;
    vertical-align: top;
}

.order-title {
    margin-bottom: 20px;
}
.order-title .title {
    font-size:16px;
    font-weight: bolder;
    margin-bottom:20px;
}


/*  reserve style  */
.appointmentContent{
    height: 460px;
    padding: 0;
    border: 1px solid #ececec;
}
.grid-width{
    margin-top: 80px;
}
.enter-appointment{
    margin-top: 200px;
}
.check-appointment{
    padding-left: 40px;
}
.send-title{
    font-size: 16px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
}
.error-tip{
    margin-left: 142px;
    font-size: 14px;
    color: #FF6E00;
}
.btn-submit{
    font-size: 16px;
    width: 90px;
    height: 35px;
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 34px;
    background-color:#0066a7 !important;
    margin-left: 10px;
    border-radius: 3px;
    cursor: pointer;
}
.enter-appointment-code{
    padding: 25px 0 25px 0;
    text-align: center;
    background-color: #ececec;
}
.send-container-top,
.send-container-btm{
    width: 100%;
}
.lf-container-code,
.lf-container-no,
.rg-container-person,
.lf-contact-no,
.rg-container-email{
    width: 400px;
    padding-left: 70px;
    margin: 0 auto;
}
.lf-container-code,
.lf-container-no,
.rg-container-person{
    margin-top: 15px;
}
.lf-contact-no,
.rg-container-email{
    margin-top: 15px;
}
.lf-container-code label,
.lf-container-no label,
.rg-container-person label,
.lf-contact-no label,
.rg-container-email label{
    font-size: 16px;
    display: inline-block;
    width: 120px;
    text-align: left;
}
.lf-container-no input,
.rg-container-person input,
.lf-contact-no input,
.rg-container-email input{
    width: 240px;
    height: 30px;
    line-height: 30px
}
.lf-container-code span{
    width: 240px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.lf-container-code span input{
    width: 240px;
}
.no-appointment{
    margin-top: 80px;
}
.btns-group{
    width: 430px;
    margin:  0 auto;
}
.btns-group span.appointment{
    margin:40px 0 0 173px;
    display: inline-block;
    width: 140px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background-color: #EF4F34;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
}
.appointment-success-result{
    font-size: 16px;
}
.appointment-no-exist{
    width: 650px;
    margin: 0 auto;
    text-align: center;
    padding-top: 160px;
}
.send-container-top,
.send-container-btm{
    width: 100%;
}
.cancel-appointment,
.return-appointment,
.close-appointment{
    display: inline-block;
    width: 110px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
}
.cancel-appointment,
.return-appointment {
    background-color: #0066a7;
    color: #ffffff;
    cursor: pointer;
}
.close-appointment{
    margin-left: 15px;
    background-color: #e2e2e2;
    color: #333333;
    cursor: pointer;
}
.appointment-over{
    width: 400px;
    margin: 0 auto;
    padding:165px 0 0 200px;
    position: relative;
}
.appointment-over em.send-book-appointment{
    position: absolute;
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("imgs/icons.png") no-repeat -120px -218px;
    left: 170px;
}
.appointment-over span.appointment-over-tip{
    font-size: 18px;
    font-weight: bold;
}
.appointment-over span.appointment-over-submit{
    width: 90px;
    background-color: #0066a7;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
}
.appointment-success{
    width: 400px;
    margin: 0 auto;
    padding: 80px 0 0 200px;
    position: relative;
}
.appointment-success em.send-book-appointment{
    position: absolute;
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("imgs/icons.png") no-repeat -120px -190px;
    left: 170px;
}
.appointment-success-tip{
    width: 100%;
}
.appointment-success-tip .appointment-tip-message{
    font-size: 18px;
    display:block;
    font-weight: bold;
    margin-bottom: 15px;
}
.appointment-success-tip .appointment-tip-follow{
    font-size: 14px;
    display:block;
    font-weight: bold;
}
.appointment-success-tip .appointment-tip-time{
    font-size: 16px;
    display:block;
    color: #FF6E00;
    font-weight: bold;
    margin: 5px 0;
}
.appointment-success-message{
    width: 100%;
}
.appointmentSuccess-code,
.appointmentSuccess-number,
.appointmentSuccess-contact,
.appointmentSuccess-tel,
.appointmentSuccess-email{
    width: 100%;
}
.appointmentSuccess-code label,
.appointmentSuccess-number label,
.appointmentSuccess-contact label,
.appointmentSuccess-tel label,
.appointmentSuccess-email label{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    text-align: left;
    margin-right: 10px;
}
.appointmentSuccess-code span,
.appointmentSuccess-number span,
.appointmentSuccess-contact span,
.appointmentSuccess-tel span,
.appointmentSuccess-email span{
    font-size: 12px;
}
.appointmentSuccess-buttons{
    width: 100%;
}
.appointmentSuccess-buttons .success-appointment{
    width: 110px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #0066a7;
    color: #ffffff;
    margin-top: 10px;
    border-radius: 3px;
    cursor: pointer;
}
.appointment-had{
    width: 400px;
    margin: 0 auto;
    padding: 80px 0 0 200px;
    position: relative;
}
.appointment-had em.send-book-appointment{
    position: absolute;
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("imgs/icons.png") no-repeat -120px -218px;
    left: 170px;
}
.appointment-had .appointmentCode{
    width: 350px;
    height: 30px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ececec;
}
.appointment-had .appointmentCode label{
    width: 125px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
}
.appointment-had .appointmentCode span{
    font-size: 16px;
}
.appointmentTip{
    width: 100%;
    margin-top: 10px;
}
.appointmentTip label{
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.appointmentTip span{
    width: 100%;
    display: block;
    font-size: 14px;
    color: #FF6E00;
    margin: 5px 0;
}
.appointmentMessage{
    width: 100%;
}
.appointmentMessage-number,
.appointmentMessage-contact,
.appointmentMessage-tel,
.appointmentMessage-email,
.appointmentMessage-buttons {
    width: 100%;
}
.appointmentMessage-number label,
.appointmentMessage-contact label,
.appointmentMessage-tel label,
.appointmentMessage-email label{
    width: 100px;
    text-align: left;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    margin-right: 10px;
}
.appointmentMessage-number span,
.appointmentMessage-contact span,
.appointmentMessage-tel span,
.appointmentMessage-email span{
    font-size: 12px;
    display: inline-block;
}
.appointmentMessage-buttons{
    margin-top: 10px;
}
.warm-tips {
    position:relative;
}
.warm-tips .warm-tips-title {
    position: relative;
    padding-left: 18px;
    background: url(imgs/bulb.png) 0px 1px no-repeat;
    color: #EE5544;
    font-weight: bolder;
}
.warm-tips .warm-tips-item {
    padding-left:18px;
    margin:6px 0px;
    color:#888888;
}
.re-appointment-message .dialog-bd{
    padding: 30px !important;
    text-align: center;
}
.appointment-required-tip{
    color: #FF583D;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    width: 0.5em;
}