/* Scss Document */
/* color Style */
/*screen*/
/* font Style */
html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  color: #333;
  direction: ltr;
  text-align: left; }

body.mobile {
  position: fixed;
  margin: 0 0 0 280px; }

* {
  -webkit-overflow-scrolling: touch; }

body.mobile {
  position: fixed;
  margin: 0 0 0 280px; }

select, input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif"; }

input[type=text], input[type=password], textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
  padding: 8px  15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px; }

input[type=image] {
  margin: 0; }

button, input[type=submit], input[type=cancel], input[type=button] {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 8px 15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px; }

select {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
  padding: 8px 15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px;
  color: #333; }

h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
  font-weight: 500; }

h1 {
  line-height: 30px; }

p {
  margin: 3px 0; }

img {
  border: 0;
  margin: 0;
  vertical-align: top; }

a {
  color: #f36f21;
  text-decoration: none; }
  a:hover {
    /*color: #333;*/
    text-decoration: underline; }

/* HEADER */
/* color Style */
/*screen*/
/* font Style */
header {
  position: relative;
  z-index: 10;
  margin: 0 0 10px 0; }

/* TOP BAR */
.top {
  padding: 15px 0 5px 0; }
  @media screen and (max-width: 576px) {
    .top {
      padding: 20px 0 0 0; } }
  .top img {
    float: left; }
    @media screen and (max-width: 768px) {
      .top img {
        height: 30px; } }
    @media screen and (max-width: 385px) {
      .top img {
        height: 25px; } }

.topbar {
  position: relative;
  margin: 0 0 0 200px;
  font-size: 13px;
  margin: 0 0 0 200px; }
  @media screen and (max-width: 870px) {
    .topbar {
      margin: 0;
      clear: both; } }
  @media screen and (max-width: 576px) {
    .topbar {
      margin: 0;
      padding: 0 0 0 0; } }

.topbar-right {
  font-size: 11px;
  float: right; }
  @media screen and (max-width: 870px) {
    .topbar-right {
      position: absolute;
      top: -28px;
      right: 0;
      z-index: 1000; } }
  @media screen and (max-width: 385px) {
    .topbar-right {
      position: absolute;
      top: -22px; } }

.topbar-right > div {
  display: inline-block;
  vertical-align: top; }

.lang {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .lang:before {
    position: absolute;
    bottom: 5px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    pointer-events: none;
    right: 6px; }

.lang div {
  font-size: 14px;
  color: #f36f21;
  display: inline;
  float: left; }
  .lang div:first-child {
    padding: 0 5px; }

.lang select {
  width: 100%;
  border: 0;
  box-shadow: inherit;
  padding: 0;
  cursor: pointer;
  font-size: 11px;
  padding: 0 20px 0 0; }

.logout {
  border-left: 1px solid #000;
  padding: 0 0 0 10px; }
  .logout a {
    color: #333;
    text-decoration: none; }
    .logout a i {
      font-size: 14px;
      color: #f36f21;
      margin: 0 2px 0 0; }

.profile {
  padding: 0 20px 0 0;
  font-size: 12px;
  margin: 0;
  overflow: hidden; }
  @media screen and (max-width: 870px) {
    .profile {
      width: 100%;
      clear: both;
      text-align: right;
      padding: 10px 0 0 0; } }
  @media screen and (max-width: 576px) {
    .profile {
      text-align: center; } }

.profile i {
  font-size: 14px; }

.profile > div {
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 476px) {
    .profile > div {
      text-align: center;
      display: block; } }

.profile-user span {
  font-weight: 500;
  color: #f36f21; }

.profile-rank {
  padding: 5px 10px;
  margin: 0 0 0 10px; }
  .profile-rank div {
    border-top: 1px solid #ccc; }
    .profile-rank div:last-child {
      border-bottom: 1px solid #ccc;
      font-size: 0; }
  @media screen and (max-width: 870px) {
    .profile-rank {
      padding: 5px 0;
      margin: 0 0 0 10px; } }
  @media screen and (max-width: 476px) {
    .profile-rank {
      display: none !important; } }

.profile-rank > div span {
  display: inline-block;
  padding: 2px 5px;
  line-height: 16px;
  width: 80px;
  font-size: 12px;
  vertical-align: top;
  text-align: left;
  border-right: 1px solid #ccc; }
  .profile-rank > div span:last-child {
    border: 0; }

.rank {
  color: #f36f21; }

.nav-icon {
  background: #f36f21;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  display: none;
  float: left;
  margin: 0 10px 0 0; }
  @media screen and (max-width: 768px) {
    .nav-icon {
      display: block; } }
  .nav-icon i {
    font-size: 16px;
    line-height: 20px; }
  .nav-icon a {
    color: #fff; }

/* END TOP BAR */
/* FOOTER */
.footer {
  padding: 10px 0;
  color: #666;
  overflow: hidden;
  font-size: 11px;
  line-height: 15px; }
  .footer div:first-child {
    float: left; }
  .footer div:last-child {
    text-align: right; }
  @media screen and (max-width: 1024px) {
    .footer {
      text-align: center; }
      .footer div:first-child {
        width: 100%;
        text-align: center;
        float: none; }
      .footer div:last-child {
        float: none;
        margin: 10px 0 0 0;
        text-align: center; } }

.nav-bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0; }
  .nav-bottom ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 11px; }
    .nav-bottom ul li:after {
      content: '|';
      margin: 0 4px; }
    .nav-bottom ul li:last-child:after {
      content: '';
      margin: 0; }

.nav-bottom ul li a {
  color: #666;
  transition: all .2s ease-in-out; }
  .nav-bottom ul li a:hover {
    color: #f36f21;
    text-decoration: none; }

/* END FOOTER */
/* Scss Document */
/* color Style */
/*screen*/
/* font Style */
.form-group {
  margin: 0 0 10px 0; }

.form-group label {
  display: block;
  margin: 0 0 5px 0;
  font-weight: 500; }

.form-group label i {
  font-size: 10px;
  margin: 0 2px;
  color: #eb670a; }

.form-group-center {
  text-align: center; }

.form-inline {
  margin: 0 0 5px 0;
  overflow: hidden;
  font-size: 0; }
  .form-inline .form-group {
    display: inline-block;
    margin: 0 .5%;
    width: auto;
    font-size: 12px; }
    .form-inline .form-group label, .form-inline .form-group .form-control {
      display: inline-block; }
    .form-inline .form-group label {
      padding: 8px 5px 0 0; }
    .form-inline .form-group .btn {
      width: 100%; }
    .form-inline .form-group:last-child {
      margin: 0 0 0 .5%; }

.form-inline-right {
  text-align: right; }

.form-inline-center {
  text-align: center; }

.form-inline .form-group.col-md-4 {
  width: 32.33%;
  box-sizing: border-box;
  padding: 0; }
  .form-inline .form-group.col-md-4 .btn {
    width: 100%; }

.form {
  padding: 15px 0; }
  .form .form-group {
    margin: 0 0 10px 0; }
    .form .form-group .label {
      display: block;
      margin: 0 0 5px 0;
      font-weight: 500; }

.btn-group {
  padding: 33px 0 15px 0;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .btn-group {
      padding: 0 0 15px 0; } }
  .btn-group button, .btn-group input[type=submit], .btn-group input[type=cancel] {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 5px 0; }

.btn, input[type=submit].btn, input[type=cancel].btn {
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding: 8px 15px;
    box-sizing: border-box;
    background: #ababab;
    font-size: 12px;
    line-height: 16px;
    border-radius: 4px;
    background: #ababab;
    /*color: #f36f21;
    border: 1px solid #f36f21;*/
    transition: all .3s ease-in-out;
}

a.btn {
  display: block;
  text-decoration: none; }

.message-box {
  padding: 0 0 20px 0; }

.message {
  border-top: 1px;
  border-bottom: 1px;
  border-left: 8px;
  border-right: 1px;
  border-style: solid;
  border-color: DarkGray;
  background: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 0;
  line-height: 18px;
  color: LightGray; }

.message h3 {
  color: DarkGray; }

.message.alert {
  border-color: #d52121;
  color: #d53232; }

.message.alert h3 {
  color: #d52121; }

.message.important {
  border-color: #f36f21;
  color: #f36f21;
  background: #fbefe6; }

.message.important h3 {
  color: #f36f21; }

.message.success {
  border-color: #257000;
  color: #3a970c; }

.message.success h3 {
  color: #257000; }

.message.warning {
  border-color: #d1b014;
  color: #d8be47; }

.message.warning h3 {
  color: #d1b014; }

/* Scss Document */
/* color Style */
/*screen*/
/* font Style */
.container-login {
  background: #e9e9e9;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #e9e9e9;
  border-radius: 6px;
  margin: 10px 0 0 0;
  padding: 10px;
  clear: both; }
  .container-login > div {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    overflow: hidden; }
    .container-login > div > div:first-child {
      width: 195px;
      float: left; }
    .container-login > div > div:last-child {
      margin: 0 0 0 195px;
      padding: 15px 15px 15px 30px; }
    @media screen and (max-width: 600px) {
      .container-login > div > div:first-child {
        display: none; }
      .container-login > div > div:last-child {
        margin: 0;
        padding: 0; } }

.login-content h1 {
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500; }

.login-form {
  padding: 10px 0 0 0;
  overflow: hidden; }

.login-form .rows > div {
  float: left; }

.login-form .rows > div > div {
  padding: 15px 0; }

.login-form .rows > div:last-child > div {
  padding: 30px 0; }

.login-form h2 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  background: #efefef;
  padding: 10px 5px;
  border-right: 6px; }

@media screen and (max-width: 991px) {
  .login-form .rows div {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .login-form .rows > div {
    width: 100%; }

  .login-form .rows > div > div {
    padding: 15px 0 0 0; }

  .login-form .rows > div:last-child > div {
    padding: 15px 0; } }
.btn-Login {
  text-align: center;
  color: #fff;
  background: #999;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
  border: 1px solid #fff;
  font-weight: 500;
  margin: 2px 0;
  background: #fea443;
  background: -moz-linear-gradient(top, #fea443 50%, #fd7400 100%);
  background: -webkit-linear-gradient(top, #fea443 50%, #fd7400 100%);
  background: linear-gradient(to bottom, #fea443 50%, #fd7400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea443', endColorstr='#fd7400',GradientType=0 ); }

.btn-Login:hover {
  /*background: #dfdfdf;
  color: #333;
  border: 1px solid #999;*/ }

.verify {
  text-align: center;
  vertical-align: top;
  padding: 20px 0; }

.btn-login_orange, input.btn-login_orange {
  background: #f36f21;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  width: 100%;
  max-width: 100px;
  transition: all .2s ease-in-out; }
    .btn-login_orange:hover, input.btn-login_orange:hover {
        background: #ababab;
        color: #fff;
    }

.verify table {
  border-collapse: collapse;
  width: 100%; }

.verify table td {
  padding: 5px 10px;
  width: 33.33%;
  box-sizing: border-box; }
  @media screen and (max-width: 991px) {
    .verify table td {
      padding: 5px 0;
      width: 100%;
      float: left; } }

/* Dashboard */
/* color Style */
/*screen*/
/* font Style */
/* Navigator BAR */
.nav-bar {
  position: relative;
  padding: 0 0 5px 0;
  line-height: 16px;
  color: #fff;
  border-radius: 6px;
  clear: both;
  background: #efefef; }

.nav-bar ul.nav {
  list-style: none;
  border-radius: 6px;
  margin: 0;
  font-size: 0;
  background: #fea443;
  background: -moz-linear-gradient(top, #fea443 50%, #fd7400 100%);
  background: -webkit-linear-gradient(top, #fea443 50%, #fd7400 100%);
  background: linear-gradient(to bottom, #fea443 50%, #fd7400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea443', endColorstr='#fd7400',GradientType=0 );
  padding: 10px 150px 10px 15px; }
  .nav-bar ul.nav li {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    font-size: 12px; }
    .nav-bar ul.nav li a {
      color: #fff;
      text-decoration: none;
      line-height: 20px; }

ul.social-icon {
  position: absolute;
  top: 5px;
  list-style: none;
  font-size: 0;
  padding: 4px;
  background: #fff;
  border-radius: 6px;
  right: 6px; }
  @media screen and (max-width: 768px) {
    ul.social-icon {
      display: none; } }

ul.social-icon li {
  display: inline-block;
  font-size: 11px;
  line-height: 17px; }

ul.social-icon li a {
  display: block;
  background: #898989;
  color: #fff;
  padding: 2px;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 0 solid #fff;
  border-radius: 4px;
  text-align: center;
  transition: all .3s ease-in-out;
  margin: 0 4px 0 0; }

ul.social-icon li a:hover {
  border-radius: 20px; }

ul.social-icon li:last-child a {
  margin: 0; }

@media screen and (max-width: 768px) {
  .nav-bar ul.nav {
    text-align: center;
    padding: 10px; }

  .nav-bar ul.nav li {
    font-size: 14px;
    width: 14.28%;
    padding: 0; }

  .nav-bar ul.nav li a {
    border-right: 1px solid #fff; }

  .nav-bar ul.nav li:last-child a {
    border-right: 0; }

  .nav-bar ul.nav li a {
    display: block; }

  .nav-bar ul.nav li a span {
    display: none; } }
/* End Navigator BAR */
.container-dashboard {
  padding: 0 0 20px 0; }
  @media screen and (max-width: 768px) {
    .container-dashboard {
      padding: 30px 0 0 0; } }
  @media screen and (max-width: 768px) {
    .container-dashboard {
      padding: 20px 0 0 0; } }

.container-dashboard > div {
  overflow: hidden; }

.container-dashboard > div > div:first-child {
  width: 100%;
  margin: 0 -250px 0 0;
  padding: 0 250px 0 0;
  float: left; }

.container-dashboard > div > div:last-child {
  width: 240px;
  float: right; }

@media screen and (max-width: 600px) {
  .container-dashboard > div > div {
    width: 100%; }

  .container-dashboard > div > div:first-child {
    width: 100%;
    float: none;
    margin: 0 auto 20px auto;
    margin: 0;
    padding: 0; }

  .container-dashboard > div > div:last-child {
    width: 100%;
    float: none; } }
.link-group ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  font-size: 0;
  text-align: center; }

.link-group ul li {
  background: #fea740;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  line-height: 18px;
  width: 15.66%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #fea740;
  transition: all .2s ease-in-out;
  margin: 0 .5% 5px .5%;
  color: #fff; }
  .link-group ul li:hover {
    background: #619fdb;
    box-shadow: 0 0 0 1px #619fdb; }

.link-group ul li i {
  display: inline-block;
  margin: 0 5px 2px 0; }

.link-group ul li a {
  color: #fff;
  display: inline-block;
  text-decoration: none; }

@media screen and (max-width: 992px) {
  .link-group ul li {
    width: 25%; } }
@media screen and (max-width: 768px) {
  .link-group ul {
    padding: 0; }

  .link-group ul li {
    width: 32.33%;
    padding: 2px;
    font-size: 11px; }

  .link-group ul li a {
    padding: 5px 2px; } }
.banner-rotating ul {
  list-style: none;
  margin: 0;
  padding: 10px 0; }

.banner-rotating ul li {
  margin: 0;
  padding: 0; }

.banner-rotating > ul {
  direction: ltr; }

.banner-rotating img {
  width: 100%;
  height: auto; }

/* Side Bar */
.sidebar-banner {
  overflow: hidden; }

.sidebar-banner > div {
  overflow: hidden; }

.sidebar-banner input[type=image] {
  float: left;
  width: 50%; }

.sidebar-banner input[type=image].img-large {
  width: 100%;
  float: left; }

.sidebar-banner h1 {
  padding: 10px 0 5px 0;
  line-height: 18px;
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  background: #fea443;
  background: -moz-linear-gradient(top, #fea443 50%, #fd7400 100%);
  background: -webkit-linear-gradient(top, #fea443 50%, #fd7400 100%);
  background: linear-gradient(to bottom, #fea443 50%, #fd7400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea443', endColorstr='#fd7400',GradientType=0 ); }

.sidebar-banner h1 span {
  font-size: 12px;
  display: block;
  clear: both;
  text-transform: none; }

/* End Side Bar */
.container-pallet {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap; }

.container-pallet > div {
  width: 50%;
  padding: 5px;
  display: flex;
  flex-direction: column; }

.container-pallet > div.fitWidth {
  width: 100%; }

.pallet {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 0 10px 0;
  height: 100%; }

.pallet-head {
  background: #eee;
  padding: 5px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 2px solid #fff;
  font-weight: 500;
  overflow: hidden; }

.pallet-head span.title {
  line-height: 32px; }

.pallet-head .btn-showAll {
  background: #999;
  color: #fff;
  border: 1px solid #fff;
  float: right; }
  .pallet-head .btn-showAll:hover {
    background: #fff;
    color: #f36f21;
    border: 1px solid #f36f21; }

.pallet-head i {
  font-size: 18px;
  margin: 0 5px 0 0;
  color: #f36f21; }

.pallet-body {
  background: #fff;
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.pallet-result {
  display: block;
  padding: 10px 0 0 0;
  overflow: hidden; }

.pallet-rsp .pallet-body {
  text-align: center;
  flex-direction: column; }

.flex-row2 > div:first-child {
  width: 66.67%; }

.flex-row2 > div:last-child {
  width: 33.33%; }

.bvCounterResult > div {
  border-radius: 6px;
  float: left;
  width: 49%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #fea443;
  background: -moz-linear-gradient(top, #fea443 50%, #fd7400 100%);
  background: -webkit-linear-gradient(top, #fea443 50%, #fd7400 100%);
  background: linear-gradient(to bottom, #fea443 50%, #fd7400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea443', endColorstr='#fd7400',GradientType=0 ); }

.bvCounterResult > div > span {
  display: block;
  clear: both;
  line-height: 14px; }

.bvCounterResult > div > a {
  text-decoration: none;
  color: #fff; }

.bvCounterResult > div:first-child {
  margin-right: 1%; }

.bvCounterResult > div:last-child {
  margin-left: 1%; }

a.rsp {
  padding: 10px;
  display: block; }

.rspResult {
  border: 2px solid #f36f21;
  border-radius: 6px;
  clear: both;
  padding: 10px; }

.rspNo {
  display: block;
  clear: both;
  font-size: 30px;
  line-height: 32px;
  color: #f36f21;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .container-pallet {
    flex-direction: column; }

  .container-pallet > div {
    width: 100%;
    padding: 0 0 8px 0; }

  .flex-row2 > div:first-child {
    width: 100%; }

  .flex-row2 > div:last-child {
    width: 100%; } }
/* Control Panel */
.control-panel > div {
  position: relative;
  padding: 0 0 0 30px; }

.control-panel > div > ul li.panelToggle {
  position: absolute;
  top: -1px;
  width: 30px;
  height: 52px;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  border: 0;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  background: #a9a9a9;
  left: -30px; }

.control-panel > div > ul li.panelToggle a {
  line-height: 30px;
  display: block;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  height: auto;
  color: #fff; }

.control-panel > div > ul li.panelToggle:hover {
  background: #a9a9a9; }

.control-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  background: #666;
  box-sizing: border-box;
  text-align: center; }

.control-panel ul li {
  font-size: 12px;
  padding: 0;
  margin: 0;
  text-align: left; }

.control-panel > div > ul {
  position: relative;
  background: #d9d9d9;
  border: 1px solid #c9c9c9; }

.control-panel > div > ul > li {
  width: 20%;
  vertical-align: top;
  background: #eeeeee;
  display: inline-block; }

.control-panel > div > ul > li:hover {
  background: #eeeeee; }

.control-panel > div > ul > li:hover > a {
  color: #333; }

.control-panel > div > ul > li:last-child {
  border: 0; }

.control-panel > div > ul > li > a {
  padding: 10px 10px;
  line-height: 15px;
  height: 50px;
  color: #464646;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px solid #c9c9c9; }

.control-panel > div > ul > li:last-child > a {
  border: 0; }

.control-panel > div > ul > li > a i {
  font-size: 20px;
  line-height: 30px;
  margin: 0 5px 10px 0;
  float: left; }

.control-panel > div > ul > li > a span {
  display: block;
  line-height: 30px;
  margin: 0 0 0 35px; }

.control-panel > div > ul > li > a span.two-line {
  line-height: 15px; }

.control-panel ul li a {
  display: block; }

.control-panel ul li ul {
  clear: both;
  padding: 5px 10px;
  display: none;
  background: #d9d9d9; }

.control-panel ul li ul li {
  padding: 8px 0;
  font-size: 11px;
  line-height: 14px;
  border-bottom: 1px dotted #999; }

.control-panel ul li ul li:last-child {
  border: 0; }

.control-panel ul li ul li a {
  color: #454545;
  text-decoration: none; }

.control-panel ul li a.nav-show {
  display: none;
  line-height: 24px;
  margin: 0 8px;
  float: right; }

.control-panel ul li ul li a.nav-show {
  display: block;
  line-height: 16px; }

.control-panel ul li ul li ul li {
  padding: 2px 0;
  border: 0; }

.nav-close {
  display: none;
  position: fixed;
  top: 0;
  width: 280px;
  text-align: center;
  padding: 5px 10px;
  line-height: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
  background: #666;
  color: #fff;
  margin: 0 0 5px 0;
  left: 0; }

@media screen and (max-width: 990px) {
  .control-panel > div > ul li.panelToggle {
    height: 34px;
    display: block;
    line-height: 24px;
    padding: 5px 0; }

  .control-panel > div > ul li.panelToggle a {
    line-height: 24px; }

  .control-panel ul li {
    font-size: 10px; }

  .control-panel > div > ul > li > a {
    padding: 5px 10px;
    height: 34px; }

  .control-panel > div > ul > li > a span {
    margin: 0 0 0 20px;
    line-height: 24px; }

  .control-panel > div > ul > li > a span.two-line {
    line-height: 12px; }

  .control-panel > div > ul > li > a i {
    font-size: 14px;
    line-height: 20px;
    margin: 0 5px 0 0; } }
@media screen and (max-width: 768px) {
  .control-panel {
    display: none; }

  .nav-close {
    display: block; } }
@media screen and (max-width: 768px) {
  .container-dashboard {
    padding: 30px 0 0 0; }

  .control-panel.mobile-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8); }

  .control-panel.mobile-view > div {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 280px;
    height: 100%;
    overflow: auto;
    background: #eeeeee;
    padding: 35px 0 0 0;
    box-sizing: border-box;
    left: 0; }

  .control-panel.mobile-view > div > ul {
    border: 0; }

  .control-panel.mobile-view > div > ul > li.panelToggle {
    display: none; }

  .control-panel.mobile-view > div > ul > li {
    width: 100%;
    font-size: 13px;
    border-bottom: 1px solid #ccc; }

  .control-panel.mobile-view ul li ul li:last-child {
    border: 0; }

  .control-panel.mobile-view > div > ul > li a span {
    line-height: 24px !important;
    margin: 0 0 0 30px; }

  .control-panel.mobile-view > div > ul > li a {
    padding: 5px 10px;
    border-right: 0; }

  .control-panel.mobile-view > div > ul > li a.nav-show {
    display: block;
    margin: 0; }

  .control-panel.mobile-view ul li ul li ul li {
    padding: 0;
    font-size: 11px;
    line-height: 14px;
    border: 0px; } }
.container-promo {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap; }

.container-promo > div {
  display: flex;
  flex-direction: column; }

.container-promo > div.rotating-box {
  width: 70%; }

.container-promo > div.announce-box {
  width: 30%;
  box-sizing: border-box;
  padding: 10px 0 10px 10px; }

.container-promo > div.announce-box .pallet {
  margin: 0; }

.announce-content {
  text-align: center; }

.announce-content img {
  width: 100%;
  max-width: 190px;
  margin: 0 0 10px 0; }

.announce-content a {
  display: block;
  text-align: center;
  clear: both; }

.viewMore {
  background: #666;
  color: #fff;
  border-radius: 4px;
  padding: 2px 15px;
  line-height: 30px; }

@media screen and (max-width: 768px) {
  .container-promo > div.rotating-box {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0; }

  .container-promo > div.announce-box {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0; } }
/* Scss Document */
/* color Style */
/*screen*/
/* font Style */
.steps {
  position: relative;
  padding: 0;
  clear: both; }

.steps ul {
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  font-size: 0;
  line-height: 13px; }

.steps ul li {
  position: relative;
  margin: 0;
  padding: 20px 10px 0 10px;
  display: inline-block;
  text-align: center;
  width: 16.66%;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 10px; }

.steps ul li:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  background: #cccccc;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  display: block;
  border: 2px solid #fff;
  margin: 0 0 0 -7px;
  box-shadow: 0 0 0 1px #000; }

.steps:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 0; }

.steps ul li:before {
  content: '';
  border-top: 1px solid #848484;
  position: absolute;
  top: 7px;
  width: 100%; }

.steps ul li:last-child:before {
  content: '';
  border-top: 0 solid #848484;
  right: 50%; }

.steps ul li:hover:before {
  /*background-color: #e76d2a;*/ }

.steps ul li.active:after {
  background-color: #f36f21; }

.steps ul li span {
  clear: both;
  display: none; }

.steps ul li.active span {
  clear: both;
  display: block; }

@media screen and (max-width: 870px) {
  .steps {
    width: 100%;
    padding: 30px 0 10px 0; }

  .steps ul {
    width: 100%; } }
/* Scss Document */
/* color Style */
/*screen*/
/* font Style */
.brand-logo {
  font-size: 0;
  text-align: center;
  padding: 0 0 10px 0; }

.brand-logo > span {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0 2px 2px 2px; }

.brand-logo > span img {
  border-radius: 6px;
  height: 30px;
  width: auto; }

.container-product-row {
  overflow: hidden; }

.container-product-row > div {
  float: left; }

.container-product-row .category {
  width: 20%;
  padding: 0 10px 0 0;
  box-sizing: border-box; }
.container-product-row .products {
  width: 80%;
  padding: 0 0 0 10px;
  box-sizing: border-box; }
@media screen and (max-width: 768px) {
  .container-product-row > div {
    float: none; }
  .container-product-row .category {
    display: none; }
  .container-product-row .products {
    width: 100%;
    padding: 0; } }

.category h1 {
  font-size: 14px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px;
  line-height: 24px; }

.category ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.category > ul > li {
  position: relative;
  padding: 0;
  line-height: 20px;
  border-bottom: 1px solid #dfdfdf; }

.category > ul > li.sub:after {
  position: absolute;
  top: 14px;
  right: 5px;
  content: '';
  width: 6px;
  height: 6px;
  line-height: 20px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  transform: rotate(45deg);
  display: block;
  font-size: 0;
  transition: all .2s ease-in-out;
  pointer-events: none; }

.category > ul > li.show:after {
  transform: rotate(225deg); }

.category ul li:last-child {
  border-bottom: 0 solid #999; }

.category ul li a {
  padding: 5px 15px 5px 0;
  line-height: 20px;
  display: block;
  font-size: 12px;
  text-decoration: none;
  color: #333; }

.category ul li a:hover {
  color: #f36f21; }

.category ul li ul {
  display: none; }

.category ul li ul li a {
  color: #f36f21;
  font-size: 11px;
  line-height: 15px;
  padding: 0 0 0 10px;
  line-height: 20px; }

.productsList {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap; }

.productsList > div {
  width: 33.33%;
  padding: 5px;
  display: flex;
  flex-direction: column; }

.productsList table {
  width: 100%; }

.productsList table tr td {
  width: 50%;
  vertical-align: top;
  word-wrap: break-word;
  font-size: 11px;
  line-height: 13px; }

.productsList > div > table > tbody > tr > td:last-child {
  padding: 0 0 0 5px; }

.productsList table tr td input[type=checkbox] {
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  margin: 0 2px 0 0; }

.productsList img {
  width: 100%;
  height: auto; }

.text_red {
  font-size: 10px;
  color: #c00;
  line-height: 14px; }

@media screen and (max-width: 768px) {
  .productsList > div {
    width: 50%; } }
@media screen and (max-width: 414px) {
  .productsList > div {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc; } }
.addCart-box {
  margin: 0 0 15px 0;
  vertical-align: bottom;
  font-size: 0;
  background: #f9f9f9;
  padding: 5px 0;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: 0 0 1px #ccc;
  box-sizing: border-box; }

.addCart-box .form-inline {
  margin: 0; }

.addCart-box > div {
  width: 50%;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top; }

.addCart-box > div:first-child {
  padding: 5px 10px 5px 15px;
  line-height: 24px; }

.addCart-box > div:last-child {
  text-align: right;
  padding: 0 5px 0 0;
  font-weight: bold; }
