/*variable color*/
/*-table striped color-*/
/*variable breakpoint*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
.inline_block {
  display: inline-block;
}

.vis-hide {
  visibility: hidden;
}

.none-usual {
  display: none;
}

.clove {
  color: #FF0DFF !important;
}

.none {
  display: none !important;
}

.nopaddrl {
  padding-right: 0px;
  padding-left: 0px;
}

.nopaddr {
  padding-right: 0px;
}

.nopaddl {
  padding-left: 0px;
}

.margrlauto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.padd40 {
  padding: 40px;
}

.padtop10 {
  padding-top: 10px;
}

.padbot20 {
  padding-bottom: 20px;
}

.padbot120 {
  padding-bottom: 120px;
}

.padtop120 {
  padding-top: 120px;
}

.padtop40 {
  padding-top: 40px;
}

.margl10ps {
  margin-left: 10%;
}

.margr60 {
  margin-right: 60px;
}

.margbot60 {
  margin-bottom: 60px;
}

.margtop20 {
  margin-top: 20px;
}

.margtop30 {
  margin-top: 30px;
}

.margbot30 {
  margin-bottom: 30px;
}

.margbot10 {
  margin-bottom: 10px;
}

.margbot20 {
  margin-bottom: 20px;
}

.margr20 {
  margin-right: 20px;
}

.margr10 {
  margin-right: 10px;
}

.nopadd {
  padding: 0 !important;
}

.nomargtop {
  margin-top: 0 !important;
}

.nomarg {
  margin: 0 !important;
}

.nobordrad {
  border-radius: 0px !important;
}

.hoverpointer {
  cursor: pointer;
}

.nomargl {
  margin-left: 0;
}

.nomargr {
  margin-right: 0;
}

.padd20-imp {
  padding: 20px !important;
}

.padd20 {
  padding: 20px;
}

.padd10 {
  padding: 10px;
}

.padd15 {
  padding: 15px;
}

.paddr15 {
  padding-right: 15px;
}

.paddl15 {
  padding-left: 15px;
}

/*variable color*/
/*-table striped color-*/
/*variable breakpoint*/
/*----native components---*/
body {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  background: #F2F1F3;
  height: 100vh;
  overflow: hidden;
}

/*-input text-*/
input[type="text"], input[type="email"], input[type="tel"],
input[type="search"], input[type="number"], input[type="date"], input[type="password"], select, textarea {
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #4C4E4F;
  height: 32px;
  border: 1px solid transparent;
  letter-spacing: 0.3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

input[type="text"]:not(.trans-input), input[type="email"]:not(.trans-input), input[type="tel"]:not(.trans-input),
input[type="search"]:not(.trans-input), input[type="number"]:not(.trans-input), input[type="date"]:not(.trans-input), input[type="password"]:not(.trans-input), select:not(.trans-input), textarea:not(.trans-input) {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus,
input[type="search"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
  outline: none;
}

input[type="text"]:focus:not(.trans-input), input[type="email"]:focus:not(.trans-input), input[type="tel"]:focus:not(.trans-input),
input[type="search"]:focus:not(.trans-input), input[type="number"]:focus:not(.trans-input), input[type="date"]:focus:not(.trans-input), input[type="password"]:focus:not(.trans-input), select:focus:not(.trans-input), textarea:focus:not(.trans-input) {
  border: 1px solid #F49536;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34);
}

input[type="text"].input-stretch, input[type="email"].input-stretch, input[type="tel"].input-stretch,
input[type="search"].input-stretch, input[type="number"].input-stretch, input[type="date"].input-stretch, input[type="password"].input-stretch, select.input-stretch, textarea.input-stretch {
  width: 100%;
}

input[type="text"].input-stretch.extend, input[type="email"].input-stretch.extend, input[type="tel"].input-stretch.extend,
input[type="search"].input-stretch.extend, input[type="number"].input-stretch.extend, input[type="date"].input-stretch.extend, input[type="password"].input-stretch.extend, select.input-stretch.extend, textarea.input-stretch.extend {
  height: 40px;
  font-size: 16px;
}

textarea {
  min-height: 120px;
}

/*-text-*/
a {
  color: #4C4E4F;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: inherit;
}

a:hover, a:focus {
  text-decoration: none;
}

label {
  letter-spacing: 0.3px;
  font-weight: 400;
  color: #383838;
}

p {
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #4C4E4F;
}

/*-button-*/
button[disabled] {
  background: #d1d1d1 !important;
  cursor: not-allowed !important;
  color: #848484 !important;
}

button[disabled]:hover {
  cursor: not-allowed !important;
}

.btndisabled {
  border: 0;
  padding: 6px 14px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 0;
  background: #f1f1f1;
  color: #848484;
}

.btndisabled:hover, .btndisabled:focus {
  color: #848484 !important;
  cursor: not-allowed;
}

.button:not(.btndisabled) {
  letter-spacing: 0.5px;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  top: 0;
  line-height: inherit;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.button:not(.btndisabled):not(.btntrans) {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  padding: 6px 14px;
}

.button:not(.btndisabled):not(.btntrans):focus {
  position: relative;
  top: -2px;
  outline: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.34);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.34);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.34);
}

.button:not(.btndisabled):hover {
  cursor: pointer;
}

.button:not(.btndisabled).btn-mini {
  padding: 4px 8px;
  font-size: 12px;
}

.button:not(.btndisabled).btn-mid {
  padding: 10px 16px;
}

.button:not(.btndisabled).btntrans {
  background: transparent;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 0;
}

.button:not(.btndisabled).btntrans:focus {
  outline: none;
}

.button:not(.btndisabled).btntrans:hover {
  color: #848484;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.button:not(.btndisabled).btn-xs {
  padding: 2px 5px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.button:not(.btndisabled).btn-xs:focus {
  outline: none;
  position: relative;
  top: -2px;
  outline: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.button:not(.btndisabled).btnwhite {
  background: #ffffff;
  color: #4C4E4F;
}

.button:not(.btndisabled).btnaccent {
  background: #F49536;
  color: #ffffff;
}

.button:not(.btndisabled).btnblack {
  background: #4C4E4F;
  color: #ffffff;
}

.button:not(.btndisabled).btn-wide {
  width: 100%;
  height: 40px;
  display: block !important;
}

/*-table-*/
table.table-retail thead tr {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

table.table-retail thead tr th {
  font-weight: 500;
  letter-spacing: 0.5px;
  vertical-align: middle;
  color: #4C4E4F;
}

table.table-retail thead tr th:first-child {
  padding-left: 15px;
}

table.table-retail tbody tr:nth-child(odd) {
  background: #FAFAFA;
}

table.table-retail tbody tr:nth-child(even) {
  background: #F5F5F5;
}

table.table-retail tbody tr td {
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #4C4E4F;
  vertical-align: middle;
}

table.table-retail tbody tr td:first-child {
  padding-left: 15px;
}

/*-checkbox-*/
.checkbox-app input[type="checkbox"] {
  display: none;
}

.checkbox-app label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  left: 20px;
}

.checkbox-app label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: -20px;
  top: 0.9px;
  bottom: 1px;
  background-color: #eff1f3;
  -webkit-box-shadow: 0px 0px 5px #bebebe inset;
  -o-box-shadow: 0px 0px 5px #bebebe inset;
  -ms-box-shadow: 0px 0px 5px #bebebe inset;
  -moz-box-shadow: 0px 0px 5px #bebebe inset;
  box-shadow: 0px 0px 5px #bebebe inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.checkbox-app input[type=checkbox]:checked + label:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 15px;
  background-color: #609d4f;
}

/*-radio-*/
.radio-app input[type="radio"] {
  display: none;
}

.radio-app label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  left: 20px;
}

.radio-app input[type=radio]:checked + label:before {
  content: "\2022";
  color: #609d4f;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 15px;
  background-color: #609d4f;
}

/*----custom components---*/
/*-dropdown-nav-*/
.dropdown-nav {
  position: relative;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.dropdown-nav:hover {
  color: #F49536;
  cursor: pointer;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.dropdown-nav.active ul.dropdown-nav-child {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.dropdown-nav ul.dropdown-nav-child {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  width: auto;
  z-index: 20;
  padding: 0;
  background: #fcfcfc;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.dropdown-nav ul.dropdown-nav-child.drop-right {
  right: 0;
}

.dropdown-nav ul.dropdown-nav-child.drop-left {
  left: 0;
}

.dropdown-nav ul.dropdown-nav-child li {
  list-style: none;
}

.dropdown-nav ul.dropdown-nav-child li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

.dropdown-nav ul.dropdown-nav-child li a {
  display: block;
  padding: 10px 20px 10px 15px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.dropdown-nav ul.dropdown-nav-child li a:hover {
  color: #F49536;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.card-trans {
  background: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}

.card-trans .header-trans {
  background: #79c066;
  height: 40px;
  width: 100%;
}

.card-trans .header-trans .title-trans {
  display: block;
  padding: 10px 15px 0 15px;
  font-weight: 400;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  vertical-align: middle;
}

table.table {
  margin-bottom: 0;
}

table.table thead tr {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

table.table thead tr th {
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #4C4E4F;
}

table.table thead tr th:first-child {
  padding-left: 15px;
}

table.table tbody tr:nth-child(odd) {
  background: #FAFAFA !important;
}

table.table tbody tr:nth-child(even) {
  background: #F5F5F5 !important;
}

table.table tbody tr td {
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #4C4E4F;
}

table.table tbody tr td:first-child {
  padding-left: 15px;
}

/*-panel-*/
.white-pane {
  padding: 10px;
  background: #ffffff;
  margin-bottom: 20px;
  border: 0px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border 200ms ease-in;
  -moz-transition: border 200ms ease-in;
  -ms-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  -webkit-box-shadow: 0 2px 3px #dddddd;
  -o-box-shadow: 0 2px 3px #dddddd;
  -ms-box-shadow: 0 2px 3px #dddddd;
  -moz-box-shadow: 0 2px 3px #dddddd;
  box-shadow: 0 2px 3px #dddddd;
}

.white-pane.active-pane {
  border: 3px solid #F49536;
  -webkit-transition: border 200ms ease-in;
  -moz-transition: border 200ms ease-in;
  -ms-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
}

.white-pane .header-pane .title-pane {
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #4C4E4F;
  text-transform: capitalize;
}

.white-pane .body-pane {
  padding-top: 15px;
}

.white-pane .body-pane .list-pane {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.white-pane .body-pane .list-pane:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

.white-pane .body-pane .list-pane.recent-message {
  background: #fdeedf;
}

.white-pane .body-pane .list-pane.recent-message button {
  color: #F49536;
}

.white-pane .body-pane .list-pane p {
  font-size: 14px;
  margin-bottom: 5px;
}

.white-pane .body-pane .list-pane p.content-message {
  color: #848484;
  font-weight: 300;
  margin-top: 18px;
}

/*-card-view-*/
.card-product {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  clear: both;
  overflow: hidden;
}

.card-product .card-image-wrapper {
  height: 140px;
  overflow-y: hidden;
}

.card-product .card-image-wrapper img {
  width: 100%;
  height: auto;
  z-index: 1;
}

.card-product .text-card-wrapper {
  padding: 5px 15px 5px 15px;
}

/*-flat tab-*/
.flat-tab {
  display: inline-block;
  background: transparent;
  padding: 0;
}

.flat-tab.navbar-tab li {
  color: #f9f9f9;
}

.flat-tab.navbar-tab li.active-tab {
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.flat-tab li {
  display: inline-block;
  padding: 6px 12px;
  float: left;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.flat-tab li:hover {
  cursor: pointer;
  color: #f9f9f9;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.flat-tab li.active-tab {
  border-bottom: 3px solid #F49536;
  color: #F49536;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.flat-tab-head {
  display: block;
  background: #F5F5F5;
  padding: 0;
  clear: both;
  border-bottom: 1px solid #E0E0E0;
}

.flat-tab-head li {
  display: inline-block;
  padding: 6px 12px;
  float: left;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.flat-tab-head li:hover {
  cursor: pointer;
  color: #848484;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.flat-tab-head li.active-tab {
  border-bottom: 3px solid #F49536;
  color: #F49536;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.flat-tab-content {
  display: none;
  position: relative;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.flat-tab-content.active-tab {
  opacity: 1;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/*-badge-*/
.badge-dark {
  display: inline;
  background: #4C4E4F;
  color: #ffffff;
  font-weight: 400;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.badge-dark.rel {
  position: relative;
  left: -4px;
  top: -4px;
}

.badge-accent {
  display: inline;
  background: #609d4f;
  color: #4C4E4F;
  font-weight: 400;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.badge-accent.rel {
  position: relative;
  left: -4px;
  top: -4px;
}

/*-alert-*/
.alert-succes {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 4px solid #00C853;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.alert-warning {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 4px solid #609d4f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.alert-danger {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 4px solid #f15151;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.alert-info {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 4px solid #1ca9ee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

/*-style color-*/
.caccent {
  color: #F49536;
}

.cprim {
  color: #609d4f;
}

.cblack {
  color: #609d4f;
}

.cgrey {
  color: #848484;
}

.cdeepgrey {
  color: #4C4E4F;
}

.cwhite {
  color: #ffffff;
}

.bcpure {
  background-color: #ECEFF1;
}

.bcmilk {
  background-color: #fcfcfc;
}

.bcaccent {
  background-color: #F49536;
}

.bcaccent-pag {
  background-color: #F49536 !important;
  border: 1px solid #F49536 !important;
}

.bcblack {
  background-color: #609d4f;
}

.bcgrey {
  background-color: #848484;
}

.bcwhite {
  background-color: #ffffff;
}

/*-style font weight-*/
.fw500 {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.fw400 {
  font-weight: 400;
  letter-spacing: 0.4px;
}

.fw300 {
  font-weight: 300;
  letter-spacing: 0.3px;
}

.text-default {
  font-size: 14px;
}

.text-small {
  font-size: 12px;
}

.text-big {
  font-size: 16px;
}

/*----custom animation---*/
.spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F49536;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

body {
  /*-override mscrollbar posiition-*/
}

body .mCSB_scrollTools_vertical {
  right: -5px !important;
}

body #mCSB_1_scrollbar_vertical {
  right: -15px !important;
}

body nav#nav-primary {
  position: fixed;
  height: 64px;
  background: #609d4f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px 0 15px;
  width: 100%;
  z-index: 4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

body nav#nav-primary .icon-menu {
  font-size: 15px;
  margin-right: 10px;
  margin-top: 16px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

body nav#nav-primary .icon-menu:hover {
  color: #79c066;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

body nav#nav-primary .title-nav {
  margin-right: 20px;
  height: 64px;
  width: auto;
  letter-spacing: 0.3px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
}

body nav#nav-primary .title-nav span {
  padding-top: 20px;
  display: inline-block;
}

body nav#nav-primary .title-nav img {
  height: inherit;
  width: auto;
}

body nav#nav-primary .nav-center {
  display: inline-block;
  position: absolute;
  width: 50%;
  margin: 9px auto;
  padding: 6px 10px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
}

body nav#nav-primary .nav-center input {
  font-size: 16px;
}

body nav#nav-primary .nav-center .icon-search-wrapper {
  height: 100%;
  position: relative;
  top: 8px;
}

body nav#nav-primary .nav-center .icon-search-wrapper .glyphicon-search {
  color: #727272;
}

body nav#nav-primary .nav-right {
  right: 15px;
  display: inline-block;
  height: auto;
}

body nav#nav-primary .nav-right .child-nav-right {
  display: inline-block;
  position: relative;
  top: 20px;
}

body nav#nav-primary .nav-right .child-nav-right.dropdown-nav {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

body nav#nav-primary .nav-right .child-nav-right.dropdown-nav .icon {
  font-size: 14px;
  margin-right: 8px;
}

body nav#nav-primary .nav-right .child-nav-right.dropdown-nav .caret {
  margin-left: 8px;
}

body nav#nav-primary .nav-right .child-nav-right.dropdown-nav:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #79c066 !important;
  cursor: pointer;
}

body nav#nav-secondary {
  position: fixed;
  top: 64px;
  width: 100%;
  z-index: 2;
}

body nav#nav-secondary ul.flat-tab-head {
  padding: 10px 15px 0 15px;
}

body section#main-section {
  padding: 110px 326px 0 0;
  width: 100%;
}

body section#main-section main#main {
  padding: 15px;
}

body section#main-section main#main #content-page {
  height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

body section#orders-container {
  padding: 68px 0 15px 0;
  background: #fcfcfc;
  position: fixed;
  display: block;
  height: 100vh;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 326px;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.18);
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.18);
}

body section#orders-container #orders-container-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

body section#orders-container #orders-container-wrapper #order-header {
  border-bottom: 1px solid #f9f9f9;
  padding-left: 15px;
  padding-right: 15px;
}

body section#orders-container #orders-container-wrapper #order-detail {
  /*height: 50vh;*/
  height: 44vh;
  margin-bottom: 20px;
}

body section#orders-container #orders-container-wrapper #order-footer {
  padding-left: 15px;
  padding-right: 15px;
}

body section#order-editation {
  padding: 68px 0 15px 0;
  z-index: 4;
  background: #fcfcfc;
  position: fixed;
  display: block;
  height: 100vh;
  right: -326px;
  bottom: 0;
  z-index: 3;
  width: 326px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

body section#order-editation.edit-active {
  right: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

body section#order-editation #editation-container-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

body section#order-editation #editation-container-wrapper #editation-header {
  border-bottom: 1px solid #f9f9f9;
  padding-left: 15px;
  padding-right: 15px;
}

body section#order-editation #editation-container-wrapper #edit-order-detail {
  padding: 15px;
}

body section#order-editation #editation-container-wrapper #edit-order-detail #edit-order-quantity {
  height: 40px;
  font-size: 20px;
}

body .list-order {
  position: relative;
  padding: 10px 15px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

body .list-order:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

body .list-order:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: #f9f9f9;
  cursor: pointer;
}
