body {
  font-size: 14px; }

.sidebar-toggle {
  height: 50px;
  line-height: 37px; }

.login-page, .register-page {
  background-color: #232429;
  height: 100vh; }
  .login-page h3, .register-page h3 {
    color: #ffffff;
    font-size: 22px; }
  .login-page .box, .register-page .box {
    width: 100%;
    max-width: 480px;
    margin: auto;
    border: none;
    box-shadow: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .login-page .box-footer, .register-page .box-footer {
    padding: 10px 0px; }

.card-header-gray {
  background-color: rgba(0, 0, 0, 0.08); }

.btn-edit {
  padding-right: 28px;
  padding-left: 28px; }

.table thead th {
  border-bottom: 1px solid #dee2e6; }

.p-5 {
  padding: 3rem !important; }

.login-box {
  margin: 0px auto;
  width: 100%; }

.login-box-body {
  border-radius: 0px; }

.login-box-msg {
  color: #ead264; }

.clearPrefix {
  float: none !important;
  clear: both; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.marginAuto {
  margin: auto; }

.font20px {
  font-size: 20px; }

.font26px {
  font-size: 26px; }

.color-red {
  color: #ff0000; }

.color-green {
  color: #009900; }

.textupper {
  text-transform: uppercase; }

.recom-img {
  color: #d39f22; }

.mpding0 {
  margin: 0;
  padding: 0; }

.browse_file {
  position: relative; }
  .browse_file input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 38px;
    opacity: 0; }

.content-wrapper .content .box-primary {
  padding: 25px; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */ }

.image-package-popup {
  display: none; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.btn-manage button {
  border-radius: 3px !important;
  font-size: 14px;
  margin-left: 15px !important; }
.btn-manage i {
  margin-right: 5px; }
.btn-manage span {
  border-right: 1px solid;
  margin-right: 5px; }

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

.list-manager-title {
  text-align: center; }

.list-manager {
  padding: 0 !important;
  text-align: center; }
  .list-manager a {
    margin: 0 15px; }
  .list-manager i {
    padding: 8px 0; }
  .list-manager span {
    border-right: 1px solid;
    margin: 0 10px; }

.loginbg {
  background-image: url("../../assets/images/bg.jpg");
  background-size: cover;
  background-position: center; }
  .loginbg .fa {
    color: #F58A1F; }
  .loginbg .btn-light {
    color: #F58A1F;
    border-radius: 20px;
    font-weight: bold; }

.f-20 {
  font-size: 20px; }
  .f-20 i {
    font-size: 26px !important; }

.f_orange {
  color: #d05902;
  font-weight: bold; }

.f_red {
  color: #E52521;
  font-weight: bold;
  text-transform: uppercase; }

.f_black {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px; }

.f_blue {
  color: #022658;
  font-weight: bold; }

.list-manager-title {
  padding: 0; }

.display_img_file {
  max-width: 150px;
  display: block;
  margin: 10px 0; }

.txt_area {
  display: block; }

.clearPrefix {
  float: none !important;
  clear: both; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.marginAuto {
  margin: auto; }

.font20px {
  font-size: 20px; }

.font26px {
  font-size: 26px; }

.color-red {
  color: #ff0000; }

.color-green {
  color: #009900; }

.list-manager-title {
  text-align: center; }

.list-manager {
  padding: 0 !important;
  text-align: center; }
  .list-manager i {
    padding: 8px 0; }
  .list-manager span {
    border-right: 1px solid;
    margin: 0 10px; }

.list-manager-title {
  padding: 0; }

.box-60 {
  width: 60% !important; }

.box-header {
  padding: 20px 15px 10px; }

.fileinput-upload-button {
  display: none !important; }

#frm_create .form-control {
  max-width: 480px; }
#frm_create .order-text, #frm_create .ddl_status {
  width: 140px; }

.mw-100 {
  max-width: 100% !important; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }
  .card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem; }
    .card .card-body .red {
      color: orange; }
  .card img {
    max-width: 100%; }
  .card .choose_img:hover {
    background-color: rgba(0, 0, 0, 0.2); }
  .card .choose_img {
    background-color: rgba(0, 0, 0, 0.125);
    width: 100%;
    height: 40px;
    position: relative;
    cursor: pointer; }
    .card .choose_img label {
      line-height: 40px;
      text-align: center;
      width: 100%;
      cursor: pointer; }
    .card .choose_img input {
      width: 100%;
      height: 100%;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer; }

.product-container .tab-content {
  margin-top: 50px; }

.best_sell_v1 {
  width: 80%;
  float: left; }
  .best_sell_v1 select {
    text-align: center; }

.best_sell_v2 button {
  margin: 0 15px; }

.bestsell_group {
  width: 30%;
  margin: auto; }

.box {
  background-color: transparent; }

.box-footer {
  background-color: transparent; }

.login-box-body {
  background-color: transparent; }
  .login-box-body h1 {
    margin: 0px auto 30px;
    width: 100%;
    text-align: center; }
  .login-box-body .lock {
    text-align: center;
    font-size: 72px;
    margin: 0px auto; }

.image-item-box {
  float: left;
  text-align: center; }
  .image-item-box .image-item {
    width: 200px;
    height: 200px;
    border: 1px solid #cccccc;
    margin: 5px;
    position: relative;
    text-align: center; }
  .image-item-box i {
    font-size: 62px;
    line-height: 160px; }
  .image-item-box button {
    margin-top: 5px; }
    .image-item-box button i {
      font-size: 18px;
      line-height: 22px; }
  .image-item-box input[type='file'] {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.content-header {
  padding: 15px;
  background-color: #ffffff;
  margin-bottom: 10px;
  border-bottom: 1px solid #dee2e6; }
  .content-header h5 {
    margin-bottom: 0;
    font-size: 18px !important; }
    .content-header h5 i {
      font-size: 28px !important;
      position: relative;
      top: 4px; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "\00BB"; }

.orders h1 {
  font-size: 24px;
  font-weight: bold; }
.orders h3 {
  font-size: 18px; }
.orders h3 {
  font-size: 18px; }
.orders .row {
  margin-left: 0;
  margin-right: 0; }
.orders .order-head {
  text-align: center;
  margin: 20px 0; }
.orders .order-no {
  text-align: right; }
.orders .order-customer {
  margin-top: 40px; }
  .orders .order-customer .col-md-6, .orders .order-customer .col-md-12 {
    margin: 5px 0; }
  .orders .order-customer .col-xs-6, .orders .order-customer .col-xs-12, .orders .order-customer .col-xs-3 {
    margin: 5px 0; }
.orders .order-detail {
  margin-top: 20px; }
  .orders .order-detail th {
    background-color: #eee; }
  .orders .order-detail .order-total {
    background-color: #eee; }
.orders .order-image img {
  width: auto;
  max-width: 280px;
  max-height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
.orders .order-image .col-md-12 {
  padding: 0; }
.orders .order-image .col-md-3 {
  border: 1px solid #cccccc;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  height: 200px;
  position: relative; }

.box-footer {
  text-align: right; }
  .box-footer button {
    margin-left: 15px; }

.main-header .sidebar-toggle {
  padding: 6.5px 15px; }

.input-group-text {
  border: none; }

.nav-tabs > li > a {
  font-weight: bold;
  color: #000000; }

.box {
  border-radius: 0; }

.form-control {
  border-radius: .25rem; }

.file-caption-main .form-control {
  padding: 0; }

.input-group-btn .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.informationform input {
  height: 40px;
  padding: 0 10px; }
.informationform .col-md-6 input {
  width: 100%; }
.informationform .col-md-6, .informationform .col-md-3, .informationform .col-md-12 {
  padding: 15px; }
.informationform textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #cccccc; }

#map {
  height: 450px;
  width: 100%; }

.image-item-box {
  float: left;
  text-align: center;
  position: relative;
  margin-top: 20px; }
  .image-item-box .image-item {
    width: 130px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 5px;
    position: relative;
    text-align: center;
    border-radius: 4px;
    overflow: hidden; }
    .image-item-box .image-item img {
      height: 100%;
      width: auto; }
  .image-item-box i {
    font-size: 32px;
    line-height: 100px;
    color: #ffffff; }
  .image-item-box button {
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background-color: transparent; }
    .image-item-box button i {
      font-size: 18px;
      line-height: 22px;
      color: red; }
  .image-item-box input[type='file'] {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }
  .image-item-box .addImage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer; }

.payment {
  text-align: center; }

.color-red {
  color: red;
  padding-top: 5px;
  margin-left: 20px; }

.require {
  background-color: #fcd3d3;
  border: 1px solid #ffa1a1; }

.popover {
  background-color: #faa9a9;
  border: 1px solid #fa7c7c;
  width: 100%; }
  .popover .arrow {
    border-top-color: #fa7c7c; }
  .popover .arrow::after {
    border-top-color: #faa9a9 !important; }

.status-icon {
  width: 50px;
  height: 50px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  background-color: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 8px;
  top: 0;
  padding: 10px; }
  .status-icon img {
    width: 100%; }

.daily-body {
  width: 595px;
  height: 421px;
  margin: 0 auto 25px;
  font-size: 10px;
  background-color: #f5f5f5f5; }
  .daily-body .form-group {
    border-bottom: 1px solid #6E6E6E;
    padding: 0 15px;
    margin: 0;
    height: 30px; }
    .daily-body .form-group label {
      margin: 0; }
    .daily-body .form-group ul {
      padding: 0;
      margin: 0; }
      .daily-body .form-group ul li {
        list-style: none;
        float: left; }
        .daily-body .form-group ul li input {
          width: 25px;
          height: 25px;
          margin-right: 3px;
          margin-top: 2px;
          text-align: center; }
      .daily-body .form-group ul .text_title {
        margin-right: 15px; }
      .daily-body .form-group ul .text_title_left {
        margin-left: 15px; }
      .daily-body .form-group ul .post_title {
        margin-right: 45px; }
  .daily-body .form-groups {
    border-bottom: 1px solid #6E6E6E;
    padding: 0 15px;
    margin: 0; }
    .daily-body .form-groups span {
      display: block;
      margin-bottom: 2px; }
  .daily-body .col-xs-12, .daily-body .col-xs-6, .daily-body .col-xs-3 {
    padding: 0; }
  .daily-body .sender-name {
    padding-left: 20px; }
  .daily-body .daily-body-head .col-xs-6, .daily-body .daily-body-head .col-xs-3 {
    padding-top: 9px; }
  .daily-body .daily-body-info {
    border-left: 1px solid #6E6E6E;
    border-right: 1px solid #6E6E6E; }
  .daily-body .daily-body-footer {
    margin-top: 5px; }
    .daily-body .daily-body-footer .col-xs-4 {
      font-size: 14px;
      text-align: center;
      background-color: #e6e6e6;
      height: 152px;
      padding: 10px 0 0; }
      .daily-body .daily-body-footer .col-xs-4 .col-md-12 {
        padding: 0; }
      .daily-body .daily-body-footer .col-xs-4 .daily-lug {
        width: 20%;
        height: 30px;
        float: left;
        border: 1px solid #e6e6e6;
        background-color: #fff; }

.daily-head {
  margin: 0;
  padding: 10px 20px; }
  .daily-head img {
    width: 40px; }

.img-circle {
  border-radius: 22.5px; }

.navbar-nav {
  flex-direction: row; }

.main-header .navbar {
  padding: 0rem 1rem; }

.fa {
  font-size: 18px; }

.mail-setting .box-header {
  width: 70%;
  margin: 25px auto; }
.mail-setting .box-body {
  width: 70%;
  margin: auto; }

.ddl_style {
  width: 100%;
  height: 40px;
  border: 1px solid #d2d6de;
  background-color: #ffffff;
  padding: 8px 20px 4px;
  line-height: 36px;
  color: #000000;
  font-size: 18px;
  display: none; }

.login-fail {
  text-align: center;
  color: #ff0000;
  margin-bottom: 25px; }

#tbl-summary thead > tr > th {
  vertical-align: middle;
  text-align: center; }

.admin-container .row {
  margin: 0; }
.admin-container .box-search {
  padding-top: 20px; }
  .admin-container .box-search .col-lg-3 button {
    position: absolute;
    bottom: 0; }

.input-group-addon {
  min-width: 44px;
  padding: 5px 10px 0 14px;
  background-color: #e9ecef !important;
  border: 1px solid #ced4da !important;
  color: #495057;
  font-size: 20px;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
  border-left: none !important; }

.startdate {
  float: left; }

.txtto {
  width: 50px;
  float: left;
  padding-top: 4px; }

.enddate {
  float: left; }

#file_photo {
  opacity: 0;
  position: absolute;
  top: 0; }

.amin-tabs-irin li {
  margin-right: 1px; }
  .amin-tabs-irin li a {
    background-color: #3c8dbc;
    color: #fff;
    padding: 5px 20px;
    display: block; }
  .amin-tabs-irin li a:hover {
    color: #000; }
.amin-tabs-irin .active a {
  padding: 5px 20px;
  background-color: #e6e6e6;
  color: #000; }
.amin-tabs-irin .active a:hover {
  background-color: #e6e6e6;
  color: #000; }

.pro_name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.pro_sub {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px; }

.widget-user .widget-user-header {
  height: 240px;
  background-position: center;
  background-size: cover;
  position: relative; }
  .widget-user .widget-user-header .view {
    font-size: 14px; }
  .widget-user .widget-user-header .liked {
    font-size: 14px; }
  .widget-user .widget-user-header .action {
    position: absolute;
    left: 0px;
    bottom: 16px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 34px;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    padding: 10px 16px;
    line-height: 100%; }
    .widget-user .widget-user-header .action i {
      font-size: 12px !important;
      margin-bottom: 0;
      font-weight: normal; }

.widget-user .widget-user-username {
  font-size: 18px;
  font-weight: bold; }

.widget-user .card-footer {
  padding-top: 16px; }

.widget-user .widget-user-desc {
  font-size: 14px; }

.description-block > .description-text {
  text-transform: uppercase;
  font-size: 12px; }

.mypagination .pagination {
  justify-content: center; }

.widget-user .action i {
  font-size: 24px;
  margin: 0px 0px 14px; }

.order-tab li {
  margin-right: 1px;
  background-color: #3c8dbc;
  color: #fff;
  padding: 10px; }
.order-tab .active-o {
  background-color: #e6e6e6;
  color: #000; }

.admin-box-irin {
  border-bottom: 2px solid #dee2e6; }

.login-page .has-feedback {
  position: relative; }
  .login-page .has-feedback span {
    position: absolute;
    top: 0;
    right: 10px; }

.headtab {
  margin: 20px 0; }

.history-tab li {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  height: 40px;
  overflow: hidden;
  font-size: 14px; }
  .history-tab li a {
    text-align: center;
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding: 20px 40px; }
  .history-tab li .active {
    background-color: #eeeeee; }

.product-highlight img {
  width: 100%; }

.guide-highlight {
  display: none; }

.order-input {
  font-size: 30px;
  display: inline-flex;
  width: 100%;
  position: relative; }
  .order-input input {
    width: 100%;
    text-align: center;
    font-size: 16px; }

.border-red {
  border: 1px solid #ff0000 !important; }

.order-manage {
  position: relative;
  font-size: 30px; }
  .order-manage i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center; }

.head_tag {
  position: relative;
  padding: 15px;
  background-color: #232429;
  background-image: url("../image/bg-header.png");
  background-position: center bottom;
  background-size: auto;
  background-repeat: repeat-x; }
  .head_tag img {
    max-width: 60px; }

.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  border-top-color: transparent;
  margin-bottom: -2px;
  margin-right: 5px;
  height: 40px;
  padding: 8px 20px; }

.nav-sidebar .nav-link p {
  display: inline-block;
  margin: 0; }

.unlocked {
  color: #599d01;
  font-size: 20px; }

.locked {
  color: #c84005;
  font-size: 20px; }

.highlight {
  color: #fd7e14 !important; }

.highlight_active {
  color: #6aa502 !important; }

@media only screen and (max-width: 1024px) {
  .login-box, .register-box {
    width: 40%; } }
@media only screen and (max-width: 480px) {
  .login-box, .register-box {
    width: 80%; } }

/*# sourceMappingURL=style-custom.css.map */
