body {
  background: #f8f9fe;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.top_bg {
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
  background: #189cc9;
}
.wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-height: 1000px;
  position: relative;
  padding-bottom: 70px;
}
.header {
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 2px solid #28a2cb;
}
.header .searchbox {
  width: 80%;
  height: 48px;
  float: left;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  margin-top: 14px;
  color: #828282;
}
.header .searchbox .left {
  width: 40%;
  height: 100%;
  float: left;
  border-right: 1px solid #dfdfdf;
}
.header .searchbox .left .icon {
  width: 20%;
  height: 100%;
  color: #a8a8a8;
  float: left;
  text-align: right;
  line-height: 52px;
}

.header .searchbox .left .icon .btn {
  background: none;
  border: none;
  font-size: 20px;
}

.header .searchbox .left .select {
  width: 70%;
  height: 100%;
  color: #a8a8a8;
  float: left;
  line-height: 48px;
  margin-right: 10px;
}
.header .searchbox .left .select .selectItem {
  border: none;
  font-size: 20px;
  margin-top: 7px;
}
.header .searchbox .left .select .selectItem:disabled {
  background: none;
  cursor: default;
}
.header .searchbox .right {
  width: 60%;
  height: 100%;
  float: left;
}
.header .searchbox .right .textbox {
  width: 85%;
  height: 100%;
  float: left;
}

.header .searchbox .right .textbox .textboxSearch {
  border: none;
  outline: none;
  font-size: 24px;
  margin-top: 8px;
  padding-right: 5px;
}
.header .searchbox .right .icon {
  width: 15%;
  height: 100%;
  color: #a8a8a8;
  float: left;
  text-align: left;
  line-height: 52px;
}

.header .searchbox .right .icon .btnCustom {
  background: none;
  border: none;
  outline: none;
  padding-left: 0;
  font-size: 20px;
}

.btnCustom:hover,
.btnCustom:focus,
.btnCustom.focus {
  text-decoration: none;
}
.btnCustom:active,
.btnCustom.active {
  background-image: none;
}

.header .lefticon {
  width: 20%;
  float: left;
  overflow: hidden;
}

.header .lefticon .icon_1 {
  margin-left: 20px;
  margin-top: 30px;
}

.header .lefticon .icon_2 {
  margin-left: 20px;
  margin-top: 30px;
}

.header .right  {
  float: right;
}
/*
.header .right .menuicon {
  height: 48px;
  margin-top: 14px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #46b0d4;
} */

.header .right .menuicon {
  height: 48px;
  margin-top: 14px;
  float: left;
  overflow: hidden;
}

.header .right .menuicon .icon_burger {
  margin-top: 12px;
  cursor: pointer;
}

.header .right .menuicon .icon_bell {
  margin-top: 12px;
  margin-left: 20px;
}

.header .right .menuicon .icon_cart {
  margin-top: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.header .right .menuprofile {
  height: 48px;
  margin-top: 14px;
  margin-left: 20px;
  float: left;
  overflow: hidden;
}

.header .right .menuprofile .profileicon {
  width: 36px;
  height: 36px;
  margin-top: 6px;
  background: #fff;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}

.header .right .menuprofile .profilename {
  height: 36px;
  margin-top: 6px;
  margin-left: 20px;
  color: #fff;
  line-height: 36px;
  float: left;
}

.titile_h {
  width: 100%;
}

.titile_h .icon {
  float: left;
  margin-top: 15px;
}

.titile_h .title {
  float: left;
  margin-left: 10px;
  color: #fff;
}

.blogitem {
  width: 100%;
  background: #fff;
  padding: 15px;
  overflow: hidden;
}

.blogitem .title_left {
  width: 80%;
  color: #b6b6b6;
  float: left;
  overflow: hidden;
}

.blogitem .pointer {
  cursor: pointer;
}

.blogitem .title_right {
  width: 20%;
  color: #b6b6b6;
  float: right;
  overflow: hidden;
  cursor: pointer;
}

.blogitem .title_right .text {
  width: 90%;
  color: #b6b6b6;
  font-size: 80%;
  line-height: 34px;
  float: left;
  text-align: right;
  overflow: hidden;
}

.blogitem .title_right .icon {
  width: 10%;
  text-align: right;
  float: left;
  overflow: hidden;
}

.blogitem .innerblog {
  width: 90%;
  margin: auto;
  overflow: hidden;
}

.blogitem .innerblog .tilte{
  color: #525d80;
}

.blogitem .innerblog .selectBox{
  margin-top: 10px;
  color: #a0a0a0;
  font-size: 20px;
  border-radius: 5px;
  outline: none;
}

.blogitem .clearitem{
  width: 100%;
  text-align: center;
}

.btnSubmit {
  background: #009eca;
  font-size: 80%;
  width: 200px;
  border-radius: 10px;
  border-color: #009eca;
}

.btnRecal {
  background: #f8ac59;
  font-size: 80%;
  width: 200px;
  border-radius: 10px;
  border-color: #f8ac59;
}

.btnClear {
  margin: auto;
  font-size: 80%;
  width: 200px;
  border-radius: 10px;
}

.btnSave {
  background: #00afcd;
  margin: auto;
  font-size: 80%;
  width: 200px;
  border-radius: 10px;
  color: #fff;
  border-color: #00afcd;
}

.blueBorder {
  border-top: 5px solid #00afcd;
}

.colorBlue {
  color: #00afcd !important;
}

.colorBlack {
  color: #000 !important;
}

.table_import {
  font-size: 80%;
}

.table_import_header {
  background: #f6f9fd;
}

.table_import_leftborder {
  border-left: 3px solid #00afcd;
}

.table_import_check {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 20px;
}

input[type=checkbox] {
    visibility: hidden;
}

.geekmark {
    position: absolute;
    top: 7px;
    left: 40%;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

.table_import_check input:checked ~ .geekmark {
    background: #ff6f00;
}

.geekmark:after {
    content: "";
    position: absolute;
    display: none;
}

.table_import_check input:checked ~ .geekmark:after {
    display: block;
}

.table_import_check .geekmark:after {
    left: 6px;
    bottom: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.table_color_1 {
  color: #5a6888;
}

.table_tr_grey {
  background: #f9f9f9;
}

.table_valing_middle {
  vertical-align: middle !important;
}

.qtyblog {
  width: 100%;
}

.qtyblog .minusplus {
  float: left;
  overflow: hidden;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #525d80;
  border: 2px solid #f0f1f3;
  font-size: 60%;
  padding-top: 9px;
  cursor: pointer;
}

.qtyblog .qtyinput {
  float: left;
  overflow: hidden;
  width: 70px;
  height: 34px;
  text-align: center;
}

.qtyblog .qtyinput .inputtext {
  text-align: center;
  font-size: 100%;
}

.qtyblog .cart {
  float: right;
  margin-right: 20px;
  overflow: hidden;
}

.qtyblog .cart .btncart {
  font-size: 80%;
  background: #ff6f00;
}

.title_headquick {
  color: #2e4375;
}

.txtbox_quick {
  font-size: 100%;
  color: #b6b6b6;
  border-radius: 5px;
}

.select_quick {
  color: #a0a0a0;
  font-size: 20px;
  border-radius: 5px;
  outline: none;
}

.order_code {
  background: #f6f9fd;
  border-radius: 10px;
  padding: 5px;
}

.datepicker_text {
  font-size: 100%;
}

.pointer_class {
  cursor: pointer;
}

.tr_head_order {
  background: #f6f9fd !important;
}

.order_blog_left {
  width: 20%;
  height: 60px;
  float: left;
  text-align: center;
  background: #f5f5f5;
  color: #00abcb;
  line-height: 60px;
  border-left: 1px solid #00abcb;
}

.order_blog_right {
  height: 60px;
  float: right;
  color: #afbac8;
  line-height: 60px;
  padding-right: 15px;
}

.blogitem_order {
  padding: 0;
}

.Saleprofileicon {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: 6px;
  background: #fff;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}

.SaleprofileiconSM {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: 6px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.salecolorblue {
  color: #727b97 !important;
  font-weight: bold;
}


@media screen and (max-width: 991px) {

  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header .right  {
    float: left;
    width: 100%;
  }

  /* .header .right .menuicon {
    width: 46%;
    height: 48px;
    margin-top: 14px;
    float: left;
    text-align: right;
    overflow: hidden;
    border-right: 1px solid #46b0d4;
  } */

  .header .right .menuicon {
    width: 46%;
    height: 48px;
    margin-top: 14px;
    float: left;
    text-align: right;
    overflow: hidden;
  }

  .header .right .menuprofile {
    width: 45%;
    height: 48px;
    margin-top: 14px;
    margin-left: 20px;
    float: left;
    overflow: hidden;
  }
}

.loadingoverlay { position: fixed; z-index: 999999999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; display:none;}
/* Transparent Overlay */
.loadingoverlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loadingoverlay:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loadingoverlay:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fafbfc; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.nav_logo {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.nav_blog {
  width: 90%;
  font-size: 90%;
  margin: auto;
  background: #ededed;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #4a4a4a;
  cursor: pointer;
  overflow: hidden;
}

.nav_blog_active {
  width: 90%;
  font-size: 90%;
  margin: auto;
  background: #1596cf;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}

.nav_blog_left {
  width: 12%;
  float: left;
}

.nav_blog_right {
  width: 85%;
  float: right;
}

.blogitem_order_history {
  padding: 10px;
  font-size: 80%;
}

.profile_blog_pic {
  position: relative;
  padding-top: 100px;
}


.profile_blog {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.profile_blog_picture {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20px;
  z-index: 1;
}

.profile_blog_picture_icon {
  width: 150px;
  height: 150px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.profile_blog_picture_icon_inner {
  width: 140px;
  height: 140px;
  margin: auto;
  margin-top: 5px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.profile_title_text {
  color: #1c84c6;
  padding-top: 15px;
}

.profile_line {
  margin-top: 10px;
}


.menu_blog {
  height: 60px;
  overflow: hidden;
  background: #fff;
  padding: 0;
}

.menu {
  list-style: none;
  padding: 0;
}

.menu .item {
  line-height: 60px;
  font-size: 85%;
  list-style: none;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.menu .item2 {
  line-height: 60px;
  font-size: 85%;
  list-style: none;
  float: right;
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}

.menu a {
  color: #000;
}

.menu a:hover {
  color: #1667c2;
}

.menu a.active {
  color: #1667c2;
}
