body{
  background: #f2f2f2;
  color: #767373;
}
a{
  color: #0189b1;
}
a:hover, a:focus{
  color: #0184a8;
}
.pagination > li > a, .pagination > li > span{
  color: #0184a8;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
  color: #0184a8;
  background: none;
}
.mfp-close-btn-in .mfp-close{
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  background: #f0e600;
  width: 35px;
  height: 35px;
  line-height: 0;
}
.btn{
  font-size: 13px;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.btn:hover, .btn:focus, .btn.focus{
  color: #f1f1f1;
}
.btn-primary{
  background: #f0e600;
  color: #474f51;
}
.btn-primary:hover{
  background: #fff400;
  color: #474f51;
}
.btn-default{
  background: #f1f1f1;
  color: #666;
}
.btn-default:hover{
  color: #333;
}
.form-group{
  margin-bottom: 10px;
}
header .h1{
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
footer{
  padding: 15px 20px;
  background:#f1f1f1;
}
.form-control{
  border: 0;
  background: #fff;
  border-radius: 5px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-control.error{
  border:2px solid red;
}
label.error{
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
  position: relative !important;
  background: red;
  padding: 2px 5px;
  left: 0!important;
  top: 0!important;
}
header{
  margin-bottom: 20px;
  padding-bottom: 15px;
  background: #0189b1;
}
header ่.h1{
  float: left;
}
header #btnLogout{
  float: right;
  margin-top: 25px;
  margin-right: 20px;
}
.userinfo{
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  color: #696767;
}
.userinfo h2{
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
}
.userinfo hr{
  margin: 20px 0;
  margin-bottom: 15px;
}
.row .title{
  font-weight: bold;
}
.row .datainfo::before{
  content:":";
  padding-right: 10px;
  font-weight: bold;
}
#btnEdit,
#btnChangPWD{
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.titlelist{
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
}
.headdatalist{
  padding-bottom: 20px;
}
.pagesearch{
  float: right;
}
.boxcal,
.pagesearch .boxsearch{
  position: relative;
  display: inline-block;
}
.boxcal input{
  padding-left: 35px;
  width: 160px !important;
}
.boxcal .fa{
  color: #f0e600;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
}
.pagesearch .boxsearch input[type="text"]{
  padding-right: 50px;
  border: 1px solid #f0e600;
}
.pagesearch .boxsearch button[type="submit"]{
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 4px;
  height: 40px;
  padding: 0px 12px;
  font-size: 18px;
  color: #fff;
  background: #f0e600
}
.pagesearch .boxsearch button[type="submit"]:hover{
  background: #fff400;
  color: #ccc;
}
.tablesresponsive > table{
  width: 100%;
}
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  .tablesresponsive table, 
  .tablesresponsive thead, 
  .tablesresponsive tbody, 
  .tablesresponsive th, 
  .tablesresponsive td, 
  .tablesresponsive tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  .tablesresponsive thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .tablesresponsive tr { border: 1px solid #ccc; margin-bottom: 5px;}
 
  .tablesresponsive td { 
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 15px !important; 
    white-space: normal;
    text-align:left;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
 
  .tablesresponsive td:before { 
    /* Now like a table header */
    /*position: absolute;*/
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  .tablesresponsive td:before { content: attr(data-title) " : "; width: 40%;display: inline-block; }
  .tablesresponsive td > *{
    display: inline;
  }
}
.pagefooter{
  padding-bottom: 20px;
}
.pagination{
  margin: 0;
}
.tracking-popup-block{
    background: #FFF;
    padding: 20px 30px;
    padding-top: 30px;
    text-align: left;
    max-width: 850px;
    margin: 40px auto;
    position: relative;
}
.tracking-popup-block .head{

}
.tracking-popup-block .head .left{
  float: left;  
  color: #333;
}
.tracking-popup-block .head .left .nonumber{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}
.tracking-popup-block .head .left .date{
  color: #666;
  font-size: 13px;
}
.tracking-popup-block .head .right{
  float: right; 
}
.tracking-popup-block .head .right .price{
  font-size: 16px;
  padding-top: 10px;
}
.tracking-popup-block .process{
  padding-top: 40px;
}
.tracking-popup-block .process > ul{
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 12px;
}
.tracking-popup-block .process > ul > li{
  display: inline-block;
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.tracking-popup-block .process > ul > li span.cicle{
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  top: -9px;
  margin: auto;
  border-radius: 50%;
  background: #ccc;
  z-index: 1;
}
.tracking-popup-block .process > ul > li.active.last span.cicle{
  width: 25px;
  height: 25px;
  top: -12px;
}
.tracking-popup-block .process > ul > li.active span.cicle{
  background: #0183a7;
}
.tracking-popup-block .process > ul > li::before{
  content: '';
  border-top: 1px solid #ccc;
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
}
.tracking-popup-block .process > ul > li::after{
  content: '';
  border-top: 1px solid #ccc;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
}
.tracking-popup-block .process > ul > li:first-child::before,
.tracking-popup-block .process > ul > li:last-child::after{
  display: none;
}
.tracking-popup-block .process > ul > li.active::after,
.tracking-popup-block .process > ul > li.active::before{
  border-top: 3px solid #0183a7;
  top: -1px;
}
.tracking-popup-block .process > ul > li.active:first-child::after{
  border-top: 3px solid #0183a7;
  top: -1px;
}
.tracking-popup-block .process > ul > li.active.last::after{
  border-top: 1px solid #ccc;
  top: 0;
}
.tracking-popup-block .infomation{
  background: #f7f7f7;
  padding: 15px;
  margin-top: 15px;
  font-size: 12px;
  color: #333;
}
.tracking-popup-block .infomation th{
  font-size: 14px;
}
.tracking-popup-block .process .subject{
  font-weight: bold;
  padding-bottom: 2px;
  color: #999;
}
.tracking-popup-block .process .desc{
  color: #999;
  font-size: 11px;
}
.tracking-popup-block .process > ul > li.active .subject{
  color: #333;
}
.tracking-popup-block .process > ul > li.active .desc{
  color: #666;
}
.ms_box a{
  float: right;
  display: inline-block;
  padding: 0 5px;
}
.ms_box a.delete{
  color:#c70000;
}
.ms_box strong{

}
.import-popup-block{
    background: #FFF;
    padding: 20px 30px;
    padding-top: 20px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
}
.import-popup-block .title{
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee
}
.import-popup-block .date{
  font-size: 12px;
  padding-top: 10px;
  color: #999;
}
.import-popup-block .bg{
  background: #f1f1f1;
  padding: 15px 20px;
}
.import-popup-block .help-block{
  font-size: 12px;
}

.form-popup-block{
    background: #018cb3;
    padding: 20px 30px;
    padding-top: 20px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    color: #fff;
    padding-bottom: 40px;
}
.form-popup-block .title{
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee
}
.form-popup-block .help-block{
  font-size: 12px;
}

button.mfp-close{
  font-size: 35px;
  position: absolute;
  top: -15px !important;
  right:-15px!important;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
button.mfp-close:hover{
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btnmanage{
  text-align: center;
}
.btnmanage a{
  font-size: 17px;
  line-height: 0;
  display: inline-block;
  padding: 0 2px;
}
.btnmanage a.delete{
  color: #c70000;
}
.tabmenu{
  padding-bottom: 15px;
}
.tabmenu a{
  font-size: 16px;
}
.titlelist{
  float: left;
  padding-right: 20px;
}
.btnbox{
  float: left;
}
.error404{
  text-align: center;
  padding: 50px 20px;
  padding-top: 20px;
}
.error404 h1{
  font-size: 24px;
}
#ifm_action{
  background: #ccc;
  width: 100%;
  height: 70px;
  bottom: 0;
  font-size: 12px;
  position: fixed;
  z-index: 9999;
  display: none;
}
#int_importdata{
  font-size: 11px;
  resize: vertical;
  width: 100%;
}
#LoginMessage{
  font-size: 12px;
}
#innerBox{
  background: #fff;
  padding: 20px;
}
#innerBox tr.Disable{
  opacity: 0.5;
}
#innerBox tr.selected{
  background: #eee;
}
.datanotfound{
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}
#InnerTabMenu{
  background: #fff;
  padding: 20px;
}
#InnerTabMenu .nav-tabs>li>a{
  color: #999;
}
#InnerTabMenu .nav-tabs>li.active>a{
  color: #333;
}
#BoxAddMessage{
  background: #018cb3;
  color: #fff;
}
#BoxAddMessage .table > thead > tr > th{
  border-bottom: none;
  padding: 10px 20px;
}
.typeahead__dropdown, .typeahead__list{
  background: #018cb3;
  border: none;
  color: #fff;
}
.typeahead__dropdown>li>a, .typeahead__list>li>a{
  color: #fff;
}
.typeahead__dropdown>li.active>a, .typeahead__dropdown>li>a:focus, .typeahead__dropdown>li>a:hover, .typeahead__list>li.active>a, .typeahead__list>li>a:focus, .typeahead__list>li>a:hover{
  background: #00a7d6;
  color: #fff;
}
.boxreports h4{
  text-align: center;
}
.reportfilter{
  max-width: 800px;
  margin: auto;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.reportfilter .title{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.reportfilter .rowsubmit{
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
}
.reportoption{
  padding-bottom: 15px;
}
.bootstrap-select .btn{
  margin-top: 0 !important;
}
.daterangbox{
    cursor: pointer;
    background: #fff;
    padding: 5px 15px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-top: 5px;
}