/*
Name: FFV Media tempalte
Author: tienduydng
Version: 1.0
*/
body {
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: arial !important;
  background-color: #000;
}

.clear {
  clear: both;
}

.wrap, header, footer {
  width: 800px;
  margin: auto;
  max-width: 100%;
}

header {
  position: relative;
}

header img {
  width: 100%;
  height: auto;
}

header .userinfo {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
}

header .userinfo a {
  color: white;
}

header .userinfo a i {
  padding: 0 5px;
}

.wrap {
  background: #fff;
  min-height: 100vh;
}

.wrap #menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.wrap #menu li {
  padding: 10px 5px;
  list-style: none;
  width: calc(100%/5);
}

.wrap #menu li a {
  padding: 5px;
  display: block;
  text-align: center;
  color: #fff;
  background: #2AAD6F;
  text-decoration: none;
}

.wrap #menu li a i {
  display: block;
  padding: 5px;
  font-size: 1.5em;
}

.wrap #menu li a:hover {
  color: yellow;
}

.wrap .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .action a {
  color: #fff;
  cursor: pointer;
  background: #2AAD6F;
  margin: 5px;
  text-decoration: none;
  padding: 0 5px;
}

.wrap .action a i {
  padding-right: 5px;
  font-size: 1.3em;
  display: block;
  text-align: center;
}

.wrap .action a:hover {
  color: yellow;
}

.wrap .action-thuchi {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .lichsu p {
  margin-bottom: 0;
}

.wrap .lichsu li {
  color: #888;
  font-size: .8em;
  font-style: italic;
  padding: 0 !important;
}

.wrap .page-panel {
  padding: 10px;
}

.wrap .page-panel h4 {
  text-align: center;
  color: blue;
}

.wrap .page-panel form .form-group {
  margin: 10px 0;
}

.wrap .page-panel .themhoadon #chonkhachhang {
  position: relative;
}

.wrap .page-panel .themhoadon #chonkhachhang .khachhang-response {
  position: absolute;
  top: 100%;
  width: 98%;
  left: 1%;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 3px #333;
          box-shadow: 1px 0px 3px #333;
}

.wrap .page-panel .themhoadon #chonkhachhang .khachhang-response li {
  list-style: none;
  padding: 5px 10px;
  cursor: pointer;
}

.wrap .page-panel .themhoadon #chonkhachhang .khachhang-response li:hover {
  background-color: #eee;
}

.wrap .page-panel .themhoadon #hoatdongthuchi {
  position: relative;
}

.wrap .page-panel .themhoadon #hoatdongthuchi #dscongno {
  position: absolute;
  top: 100%;
  width: 98%;
  left: 1%;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 3px #333;
          box-shadow: 1px 0px 3px #333;
}

.wrap .page-panel .themhoadon #hoatdongthuchi #dscongno li {
  list-style: none;
  padding: 5px 10px;
  cursor: pointer;
}

.wrap .page-panel .themhoadon #hoatdongthuchi #dscongno li:hover {
  background-color: #eee;
}

.wrap .page-panel .themsanpham {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .page-panel .xoasp {
  cursor: pointer;
  padding: 5px;
}

.wrap .page-panel .xoasp:hover {
  color: red;
}

.wrap #taomoikhachhang {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: black;
  z-index: 999;
}

.wrap #taomoikhachhang .taomoikh {
  width: 50%;
  padding: 10px;
  margin: auto;
  background: #fff;
}

.wrap #taomoikh {
  border: 1px solid #ddd;
  padding: 2px 5px;
  cursor: pointer;
  background-color: #eee;
}

.wrap .content-panel {
  padding: 20px 0;
}

.wrap .content-panel h4 {
  padding: 20px 0;
  color: blue;
  text-align: center;
}

.wrap .content-panel .result-panel .item-row {
  position: relative;
}

.wrap .content-panel .result-panel .item-row:nth-child(odd) {
  background-color: #ededed;
}

.wrap .content-panel .result-panel .item-row a {
  text-decoration: none;
}

.wrap .content-panel .result-panel .item-row .bi {
  padding: 5px;
  color: white;
  font-size: 1.5em;
}

.wrap .content-panel .result-panel .item-row .off i {
  background-color: #EF4B4C;
}

.wrap .content-panel .result-panel .item-row .being i {
  background-color: #F49C07;
}

.wrap .content-panel .result-panel .item-row .on i {
  background-color: #17A086;
}

.wrap .content-panel .result-panel .item-row .bmoitao {
  color: #222;
}

.wrap .content-panel .result-panel .item-row .adanggiao {
  color: #F49C07;
}

.wrap .content-panel .result-panel .item-row .congno {
  color: #EF4B4C;
}

.wrap .content-panel .result-panel .item-row .dhoanthanh {
  color: #17A086;
}

.wrap .content-panel .result-panel .item-row .ehuy {
  color: #bbb;
}

.wrap .content-panel .result-panel .item-row .item-detail {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 96%;
  display: none;
  z-index: 9;
  left: 2%;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 1px 0px 3px #333;
          box-shadow: 1px 0px 3px #333;
}

.wrap .content-panel .result-panel .item-row .item-detail li {
  padding: 3px;
}

.wrap .content-panel .result-panel .item-row .item-detail p {
  margin-bottom: 0;
}

.wrap .content-panel .result-panel .item-row .item-detail textarea {
  resize: none;
  height: 400px;
}

.wrap .content-panel .result-panel .item-row:hover {
  background-color: bisque;
}

.wrap .content-panel .result-panel .trow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .content-panel .result-panel .trow span {
  padding: 5px;
}

.wrap .content-panel .result-panel .thead {
  background-color: #bbb;
}

.wrap .content-panel .result-panel .thead span {
  font-weight: bold;
}

.wrap .content-panel .result-panel .tfoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #bbb;
}

.wrap .content-panel .result-panel .tfoot span {
  font-weight: bold;
  color: black;
}

.wrap .content-panel .sanpham .thead span:nth-child(1) {
  width: 45%;
}

.wrap .content-panel .sanpham .thead span:nth-child(2) {
  width: 20%;
}

.wrap .content-panel .sanpham .thead span:nth-child(3) {
  width: 20%;
}

.wrap .content-panel .sanpham .thead span:nth-child(4) {
  width: 15%;
  text-align: center;
}

.wrap .content-panel .sanpham .tbody span:nth-child(1) {
  width: 45%;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap .content-panel .sanpham .tbody span:nth-child(2) {
  width: 20%;
}

.wrap .content-panel .sanpham .tbody span:nth-child(3) {
  width: 20%;
}

.wrap .content-panel .sanpham .tbody span:nth-child(4) {
  width: 15%;
  text-align: center;
}

.wrap .content-panel .sanpham .tbody .itemclick {
  cursor: pointer;
}

.wrap .content-panel .khachhang .thead span, .wrap .content-panel .khachhang .tbody span {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap .content-panel .khachhang .thead span:nth-child(1) {
  width: 35%;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap .content-panel .khachhang .thead span:nth-child(2) {
  width: 20%;
}

.wrap .content-panel .khachhang .thead span:nth-child(3) {
  width: 35%;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap .content-panel .khachhang .thead span:nth-child(4) {
  width: 10%;
  text-align: center;
}

.wrap .content-panel .khachhang .tbody span:nth-child(1) {
  width: 35%;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap .content-panel .khachhang .tbody span:nth-child(2) {
  width: 20%;
}

.wrap .content-panel .khachhang .tbody span:nth-child(3) {
  width: 35%;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap .content-panel .khachhang .tbody span:nth-child(4) {
  width: 10%;
  text-align: center;
}

.wrap .content-panel .khachhang .tbody .itemclick {
  cursor: pointer;
}

.wrap .content-panel .nguyenlieu .thead span:nth-child(1) {
  width: 20%;
}

.wrap .content-panel .nguyenlieu .thead span:nth-child(2) {
  width: 45%;
}

.wrap .content-panel .nguyenlieu .thead span:nth-child(3) {
  width: 20%;
}

.wrap .content-panel .nguyenlieu .thead span:nth-child(4) {
  width: 15%;
  text-align: center;
}

.wrap .content-panel .nguyenlieu .tbody span:nth-child(1) {
  width: 20%;
}

.wrap .content-panel .nguyenlieu .tbody span:nth-child(2) {
  width: 45%;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap .content-panel .nguyenlieu .tbody span:nth-child(3) {
  width: 20%;
}

.wrap .content-panel .nguyenlieu .tbody span:nth-child(4) {
  width: 15%;
  text-align: center;
}

.wrap .content-panel .nguyenlieu .tbody .itemclick {
  cursor: pointer;
}

.wrap .content-panel .nguyenlieu .tfoot {
  position: fixed;
  width: 800px;
  bottom: 0;
  z-index: 999;
  max-width: 100%;
}

.wrap .content-panel .nguyenlieu .tfoot span:nth-child(1) {
  width: 65%;
}

.wrap .content-panel .nguyenlieu .tfoot span:nth-child(2) {
  width: 35%;
}

.wrap .content-panel .donhang-panel {
  position: relative;
}

.wrap .content-panel .donhang-panel .thead span:nth-child(1) {
  width: 15%;
}

.wrap .content-panel .donhang-panel .thead span:nth-child(2) {
  width: 20%;
}

.wrap .content-panel .donhang-panel .thead span:nth-child(3) {
  width: 30%;
}

.wrap .content-panel .donhang-panel .thead span:nth-child(4) {
  width: 25%;
}

.wrap .content-panel .donhang-panel .thead span:nth-child(6) {
  width: 10%;
  text-align: center;
}

.wrap .content-panel .donhang-panel .tbody span {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap .content-panel .donhang-panel .tbody span:nth-child(1) {
  width: 15%;
}

.wrap .content-panel .donhang-panel .tbody span:nth-child(2) {
  width: 20%;
}

.wrap .content-panel .donhang-panel .tbody span:nth-child(3) {
  width: 30%;
}

.wrap .content-panel .donhang-panel .tbody span:nth-child(4) {
  width: 25%;
}

.wrap .content-panel .donhang-panel .tbody span:nth-child(6) {
  width: 10%;
  text-align: center;
}

.wrap .content-panel .donhang-panel .tbody .itemclick {
  cursor: pointer;
}

.wrap .content-panel .donhang-panel .tfoot {
  position: fixed;
  width: 800px;
  bottom: 0;
  z-index: 999;
  max-width: 100%;
}

.wrap .content-panel .donhang-panel .tfoot span:nth-child(1) {
  width: 54%;
}

.wrap .content-panel .donhang-panel .tfoot span:nth-child(2) {
  width: 20%;
}

.wrap .content-panel .donhang-panel .tfoot span:nth-child(3) {
  width: 26%;
}

.wrap .content-panel .danggiao .thead span:nth-child(1) {
  width: 20%;
}

.wrap .content-panel .danggiao .thead span:nth-child(2) {
  width: 20%;
}

.wrap .content-panel .danggiao .thead span:nth-child(3) {
  width: 20%;
}

.wrap .content-panel .danggiao .thead span:nth-child(4) {
  width: 15%;
}

.wrap .content-panel .danggiao .thead span:nth-child(5) {
  width: 15%;
}

.wrap .content-panel .danggiao .thead span:nth-child(6) {
  width: 10%;
  text-align: center;
}

.wrap .content-panel .danggiao .tbody span {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap .content-panel .danggiao .tbody span:nth-child(1) {
  width: 20%;
}

.wrap .content-panel .danggiao .tbody span:nth-child(2) {
  width: 20%;
}

.wrap .content-panel .danggiao .tbody span:nth-child(3) {
  width: 20%;
}

.wrap .content-panel .danggiao .tbody span:nth-child(4) {
  width: 15%;
}

.wrap .content-panel .danggiao .tbody span:nth-child(5) {
  width: 15%;
}

.wrap .content-panel .danggiao .tbody span:nth-child(6) {
  width: 10%;
  text-align: center;
}

.wrap .content-panel .danggiao .tbody .itemclick {
  cursor: pointer;
}

.wrap .content-panel .locbaocao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

.wrap .content-panel .baocao-khachhang {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content-panel .baocao-donhang {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .content-panel .baocao-donhang #chonkhachhang {
  position: relative;
}

.wrap .content-panel .baocao-donhang #chonkhachhang .khachhang-response {
  position: absolute;
  top: 100%;
  width: 98%;
  left: 1%;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 3px #333;
          box-shadow: 1px 0px 3px #333;
}

.wrap .content-panel .baocao-donhang #chonkhachhang .khachhang-response li {
  list-style: none;
  padding: 5px 10px;
  cursor: pointer;
}

.wrap .content-panel .baocao-donhang #chonkhachhang .khachhang-response li:hover {
  background-color: #eee;
}

.wrap .content-panel .baocao-donhang .form-group {
  margin-bottom: 10px;
}

.wrap .content-panel #baocaonguyenlieu {
  margin-bottom: 10px;
}

.wrap .content-panel #baocaonguyenlieu .baocao-nguyenlieu {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .content-panel #baocaonguyenlieu .baocao-nguyenlieu #chonkhachhang {
  position: relative;
}

.wrap .content-panel #baocaonguyenlieu .baocao-nguyenlieu #chonkhachhang .khachhang-response {
  position: absolute;
  top: 100%;
  width: 98%;
  left: 1%;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 3px #333;
          box-shadow: 1px 0px 3px #333;
}

.wrap .content-panel #baocaonguyenlieu .baocao-nguyenlieu #chonkhachhang .khachhang-response li {
  list-style: none;
  padding: 5px 10px;
  cursor: pointer;
}

.wrap .content-panel #baocaonguyenlieu .baocao-nguyenlieu #chonkhachhang .khachhang-response li:hover {
  background-color: #eee;
}

.wrap .overscroll {
  overflow-x: scroll;
  min-height: 100vh;
}

footer {
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  background: #2AAD6F;
}

footer p {
  color: #fff;
  margin: 0;
}

/**/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px black;
  background-color: #999;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #999;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 2px solid #000;
}

/*smaller then 1024*/
/*****************************************
May tinh bang chieu dung smaller than 770
******************************************/
@media screen and (max-width: 800px) {
  .wrap #taomoikhachhang .taomoikh {
    width: 90%;
  }
  .wrap .overscroll .scroll-content {
    width: 120vw;
  }
}

/************************************************************************************
smaller than 580
*************************************************************************************/
@media screen and (max-width: 725px) {
  .wrap .overscroll .scroll-content {
    width: 130vw;
  }
}

/************************************************************************************
smaller than 490
*************************************************************************************/
@media screen and (max-width: 500px) {
  .wrap #menu li a {
    font-size: .9em;
  }
  .wrap .overscroll .scroll-content {
    width: 150vw;
  }
}

/************************************************************************************
smaller than 360
*************************************************************************************/
/*# sourceMappingURL=style.css.map */