html,body{
    margin:0px;
    padding:0px;
    font-family:tahoma;
    font-size:13px;
    height:100%;
    width:100%;
    color:#333;
}
header{
    padding:20px;
}
.logo img{
    height: 40px;
}
html{
    display:table;
}
body{
    display:table-cell;
    vertical-align:middle;
}
.container{
    background: url("../img/frame-bg.jpg");
    width:90%;
    padding:30px;
    margin:20px auto 0px auto;
}
.content{
    width: 94%;
    height: auto;
    background: #fff;
    overflow:hidden;
    padding:3%;
}
.step{
    overflow:hidden;
    margin-top:-60px;
}
.step li{
    float:left;
    text-align:center;
    position:relative;
    font-size:10px;
    width:16.66666666666667%;
}
.step li div{
    display:block;
    margin:0 auto;
    width:61px;
}
.step li span{
    display:table-cell;
    width:60px;
    height:60px;
    border:1px dashed #ff0000;
    border-radius:50%;
    background:#f5f5f5;
    text-align:center;
    vertical-align:middle;
}
.step li i{
    font-size:30px;
    color:#666;
}
.step li p{
    margin:5px 0px 0px 0px;
    font-weight:bold;
}
.tracking-form i{
    color:#ff0000;
    padding:0 10px;
}
.tracking-form i.fa-angle-down,.tracking-form i.fa-angle-up{
    padding:0px;
    font-size:16px;
    cursor:pointer;
}
.tracking-form strong span{
    text-transform:uppercase;
}
.btn-more{display:block;}
.tracking-form button,.btn-more{
    background:#fff;
    border:1px solid #ff0000;
    border-radius:3px;
    color:#ff0000;
    padding:10px 20px;
}
.button{
    background:#fff !important;
    border:1px solid #ff0000 !important;
    border-radius:3px !important;
    color:#ff0000 !important;
    padding:10px 20px !important;
}
.tracking-form button i{
    padding-right:0px;
}
.booking-form i{
    color:#ccc;
    padding:0px;
    font-size:10px;
    margin-left:-18px;
    margin-top:7px;
}
.shipment-detail .wrapper,.shipment-update .wrapper{
    cursor: pointer;
}
.detail-list i,.update-list i{
    padding:0px !important;
    cursor:pointer;
}
.home .update-list i{
    font-size:25px;
}
.line{
    border-bottom:1px dashed #ff0000;
    width:85%;
    margin:30px auto;
}
.login i{
    font-size:12px;
    color:#666;
    margin-top:-18px;
    margin-left:5px;
}
.login a{
    color: #ff0000;
    display: inline-block;
}
input, select, textarea, button{
  font-family:tahoma;
  font-size:12px;
  padding: 5px;
  border: solid 1px #999;
}
input, select, textarea{
  background: #f5f5f5;
}
.content input, .content select, .content textarea{
    width:100%;
    background:#fff;
}
button,.button,.but{
    background:#ff0000;
    border:1px solid #ff0000;
    color:#fff;
    cursor:pointer;
    font-weight:bold;
}
.fa-check,.step .active,.complete{
    color:#00bf36;
}
.step .active span{
    background:#00bf36;
    border:1px solid #00bf36;
}
.step .active i{
    color:#fff !important;
}
.step .active-red{
    color:#ff0000 !important;    
}
.step .active-red span{
    background:#ff0000;
    border:1px solid #ff0000;
}
.step .active-orange{
    color:#f58d42 !important;    
}
.step .active-orange span{
    background:#f58d42;
    border:1px solid #f58d42;
}
.step .active-dark-yellow{
    color:#e6ac30 !important;    
}
.step .active-dark-yellow span{
    background:#e6ac30;
    border:1px solid #e6ac30;
}
.step .active-yellow{
    color:#f7c136 !important;    
}
.step .active-yellow span{
    background:#f7c136;
    border:1px solid #f7c136;
}
.step .active i,.step .active-red i,.step .active-yellow i,.step .active-dark-yellow i,.step .active-orange i{
    color:#fff !important;
}

.update-list small{
    font-size:10px;
}
.update-list div{
    padding:20px 0px 20px 40px;
    border-bottom:1px solid #e5e5e5;
}
.update-list div:first-child{
    padding:0px 0px 20px 40px;
}
.update-list div:last-child{
    border-bottom:none;
}
.hide,.hide-box{
    display:none;
}
.hide-important{
    display:none !important;
}
.print-bill{
    width: 9cm;
    min-height: 10cm;
    margin:0 auto;
    border: 1px solid #333;
}
.print-bill dl{
    overflow: hidden;
    margin:0px;
}
.print-bill dl dt,.print-bill dl dd{
    float:left;
    margin:0px;
    font-size:10px;
}
.print-bill dl dt{
    clear:both;
    width:40px;
}
.print-bill dl dd{
    font-weight:bold;
}
.print-bill dl dd textarea{
    min-width:270px;
    max-width:270px;
    background:none;
    border:none;
    padding:0px;
    font-size:10px;
    line-height:9px;
    margin-top:2px;
    font-weight:bold;
    resize: none;
}
.print-bill dl dd textarea.row5{
    min-height:48px;
    max-height:48px;
}
.print-bill dl dd textarea.row2{
    min-height:24px;
    max-height:24px;
}
.print-bill dl dd textarea:focus,.print-bill dl dd input:focus,input.none:focus { outline: none; }
.print-bill dl dd input,.none{font-size:10px;border:none;background:none;padding:0px;font-weight:bold;}
.upper{
    text-transform:uppercase;
}
p{
    margin:0;
}
ul,ol{
    padding:0px;
}
.ul li,ol li{
    list-style:none;
}
.wrapper{
    overflow:hidden;
    clear:both;
}
.overflow{
    overflow:hidden;
}
.text-center{
    text-align:center;    
}
.left{
    float:left;
}
.right{
    float:right;
}
.center{
    margin:0 auto;
    display:table;
}
.float-center{
    margin:0 auto;
    display:block;
}

.border{
    border:1px solid #ccc;
}
.not-found,.red{
    color:#ff0000 !important;
}
.control{
    display:table;
    margin:10px auto;
}
.pay-option dl dt,.pay-option dl dd{
    text-align:center;
    width:100%;
}
table{
    font-size:12px;
    border-spacing: 0px;
    width:100%;
}
table.more-detail tr:nth-child(odd) td{
    background: #e5e5e5;
}
table.more-detail tr:nth-child(even) td,table tbody tr:nth-child(odd) td{
    background: #fff;
}
table tbody tr:nth-child(even) td{
    background: #f5f5f5;
}
table tbody tr td input,table tbody tr td select{background:none !important;font-size:10px;}
table.more-detail tr td{
    padding:10px;
}
table.detail-list tr th,table.update-list tr th{
    background: #e5e5e5;
    padding:6px;
    text-align:left;
}
table.detail-list tr td input,table.detail-list tr td select,table.update-list tr td input,table.update-list tr td select{
    border:none;
}
table.detail-list select{
    height:40px;
}
.table{
    width:100%;
    overflow-y:hidden;
    overflow-x:auto;
}
.table table{
    width:100%;
}
.absolute{
    position:absolute;
}
.relative{
    position:relative;
}
.col-1{
    width:100%;
}
.col-2{
    width:50%;
    float:left;
}
.col-3{
    width:33.33333333333333%;
    float:left;
}
.col-4{
    width:25%;
    float:left;
}
.col-5{
    width:20%;
    float:left;
}
.col-6{
    width:16.66666666666667%;
    float:left;
}
.col-7{
    width:14.28571428571429%;
    float:left;
}
.col-8{
    width:12.5%;
    float:left;
}
.col-9{
    width:11.11111111111111%;
    float:left
}
.col-10{
    width:10%;
    float:left
}
.mt-0{
    margin-top:0px !important;
}
.mt-5{
    margin-top:5px;
}
.mt-10{
    margin-top:10px;
}
.mt-20{
    margin-top:20px;
}

.ml-10{
    margin-left:10px;
}
.ml-20{
    margin-left:20px;
}
.ml--35{
    margin-left:-35px;
}
.mr-5{
    margin-right:5px;
}
.mb-20{
    margin-bottom:20px;
}
.pd-5{
    padding:5px;
}
.pd-10{
    padding:10px;
}
.pd-20{
    padding:20px;
}
.pd-25{
    padding:25px;
}
.pd-27{
    padding:27px;
}
.pl-6{
    padding-left:6px;
}
.pl-20{
    padding-left:20px;
}
.pr-10{
    padding-right:10px;
}
.w50-per{
    width:50%;
}
.booking-form .w50-per{
    width:49% !important;
}
.booking-form .w30-per{
    width:32% !important;
}
.w65-per{
    width:65%;
}
.w80-per{
    width:80% !important;
}
.w100-per{
    width:100%;
}
.w320{
    width:320px;
}
.h-33{
    height:33px;
}
.orange{
    color: #fc8803 !important;
}
h1,h2,h3,h4,h5,h6,form{
    margin:0px;
}
a{
    text-decoration:none;
    color:#333;
}
.loading td{
    text-align:center;
    padding:20px;
}
.clear{
    clear:both;
}
.price{
    font-size:14px !important;
}
.col-2{
    width:50%;
    float:left;
}
.print-bill .col-2 dl dt,.print-bill .col-2 dl dd{
    width:100%;
}
.col-4{
    width:25%;
    float:left;
}
.col-6{
    width:16.66666666666667%;
    float:left;
}
.pd-5{padding:5px;}
.border-none{border:none !important;}
ol li.col-4 dl dt,ol li.col-4 dl dt{float:left;}
ol li.col-4 dl dt{clear:both;}
ol li.col-4 dl dd input{margin-top:-3px;width:70%;}
ol li.col-4 dl dd input:focus{outline:none;}
.booking-form .row{
    overflow:hidden;
}
.left{float:left;}
.right{float:right;}
.responsive-map{
overflow: hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.green{
    color:#49be25 !important;
}
.gray{
    color:#cccccc !important;
}
.bold{font-weight:bold;}
#map-canvas {
  height: 400px;
  margin: 0;
  padding: 0;
  border: solid 1px #999;
}
canvas[resize] {
  width: 100%;
  height: 100%;
}
.controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
  background: #fff;    
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
  border: solid 1px #999;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.pac-container {
  font-family: Roboto;
}
#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}
#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
.pending{color:#be4d25;}
.complete{color:#49be25;}
.cancel{color:#ff0000;}
.booking{position:relative;display:inline-block;}
.noti{display:block;position:absolute;width:15px;height:15px;background:#ff0000;color:#ffffff;text-align:center;vertical-align:middle;border-radius:50%;margin-left:30px;margin-top:-23px;}

@media only screen and (max-width: 1080px) {
    html,body{
        overflow-x:hidden;
        overflow-y:auto;
    }
    .container{
        width: 100%;
        padding:4% 0px;
    }
    .content{
        width: 86%;
        margin: 0 auto;
        
    }
}
@media only screen and (max-width: 931px) {
    .table table{
        width:130%;
    }
   .booking-form .w30-per {width: 31.7% !important;}
}
@media only screen and (max-width: 430px) {
    .container{
        padding:8% 0px;
    }
    .content{
        width: 78%;
    }
    .line{
        display: none;
    }
    .step{
      margin-top:0px;
    }
    .step li {
      width:100%;
      padding: 10px 0px;
    }
    .table table{
        width:200%;
    }
    .tracking-form button.left,.tracking-form div.right{
      float:none;
      margin:0 auto;
      display:block;
      height: auto;
    }
    .tracking-form div.right img:first-child{
      width:100% !important;
      margin-top:20px;
    }
    .tracking-form div.right img:last-child{
      margin-top:20px !important;
      margin:0 auto !important;
      float:none !important;
      width:100px !important;
      height: auto !important;
      display:table;
    }
    .shipment-detail div.right,.shipment-update div.right{
      float:right;
      margin: auto;
    }
    .tracking-form strong span{
      clear:both;    
      display:inline-block;
    }
    .booking-form .w50-per,.booking-form .w30-per {width: 100% !important;margin-left:0px !important;}
    .first-name,.postal-code,.city{margin-bottom:20px;}
    #pac-input{
        left:-3px !important;
        top:40px !important;
        width:94% !important;
    }
}
