html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px !important;
}

.p10 {
  padding: 10px;
}

.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000 !important;
  background-color: #FFF;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}

.loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
}

.green-dot {
  height: 25px;
  width: 25px;
  background-color: #65a50b;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
}

.red-dot {
  height: 25px;
  width: 25px;
  background-color: #e50909;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
}

.little-dot {
  margin-top: 5px;
  height: 15px;
  width: 15px;
}

li.treeview {
  border-bottom: 1px solid #999;
}

li.treeview li.treeview {
  border-bottom: none;
}

li.treeview a {
  color: #999;
}

li.treeview > a > i {
  font-size: 15px;
}

.skin-black-light .sidebar a {
  color: #999;
}

.sidebar .menu-open a,
.sidebar-menu .treeview-menu > li.menu-open > a {
  color: #000;
}

.sidebar-menu > li > a {
  font-size: 14px;
}

li.treeview.menu-open {
  border-left: 5px solid #be1300;
}

li.treeview.menu-open li.treeview.menu-open {
  border-left: none;
}

ul.treeview-menu i.fa-fw {
  font-size: 14px;
  vertical-align: inherit;
}

.sidebar-menu .treeview-menu > li > a {
  font-size: 13px;
}

.main-header .navbar .nav > li > a {
  color: #be1300 !important;
}

.main-sidebar {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.skin-black-light .sidebar-menu > li.active {
  border-left-color: #be1300;
}

.btn {
  font-size: 13px;
}

.btn.btn-shiseido {
  min-width: 70px;
  background-color: #be1300;
  border-color: #be1300;
  color: #fff;
}

.btn.btn-gray {
  min-width: 70px;
  background-color: #595959;
  border-color: #595959;
  color: #fff;
}

.btn.btn-light-gray {
  min-width: 70px;
  background-color: #959595;
  border-color: #959595;
  color: #fff;
}

.btn-left {
  float: left;
}

.btn-right {
  float: right;
}

.content {
  padding: 0 15px 15px 15px;
}

.content-wrapper {
  background-color: #fafafa;
}

.content-header h1,
h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.container-fluid.max-on {
  margin: 20px 0 0 0;
  max-width: 980px;
}

div.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

h6.title-form-section {
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 10px;
  font-weight: 600;
}

form label {
  font-size: 12px;
  font-weight: 600;
}

div.well .form-control {
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

p.info-privacy {
  font-size: 11px;
}

p.cardLabel {
  font-size: 12px;
  font-weight: 600;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #be1300;
  border-color: #be1300;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.box.box-default {
  background-color: #f1f1f1;
}

/*SELECT2 CSS CUSTOM*/

.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 0;
}

.select2-container--bootstrap .select2-selection {
  border: none;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  min-width: 10em;
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
  transition: none !important;
}

.box.box-solid.box-primary {
  border: 1px solid #337ab7;
}

.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #337ab7;
  background-color: #337ab7;
}

.box.box-solid.box-aqua {
  border: 1px solid #00c0ef;
}

.box.box-solid.box-aqua > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}

.box.box-solid.box-teal {
  border: 1px solid #39cccc;
}

.box.box-solid.box-teal > .box-header {
  color: #fff;
  background: #39cccc;
  background-color: #39cccc;
}

.box.box-solid.box-shiseido-light {
  border: 1px solid #E15634;
}

.box.box-solid.box-shiseido-light > .box-header {
  color: #fff;
  background: #E15634;
  background-color: #E15634;
}

.box.box-solid.box-shiseido {
  border: 1px solid #be1300;
}

.box.box-solid.box-shiseido > .box-header {
  color: #fff;
  background: #be1300;
  background-color: #be1300;
}

.box.box-solid.box-shiseido-dark {
  border: 1px solid #9C1000;
}

.box.box-solid.box-shiseido-dark > .box-header {
  color: #fff;
  background: #9C1000;
  background-color: #9C1000;
}

.box.box-solid.box-gray {
  border: 1px solid #6D676E;
}

.box.box-solid.box-gray > .box-header {
  color: #fff;
  background: #6D676E;
  background-color: #6D676E;
}

.box.box-sellout {
  border-top-color: #be1300;
}

.bg-shiseido-light {
  color: #fff;
  background-color: #E15634;
}

.bg-shiseido {
  color: #fff;
  background-color: #be1300;
}

.bg-shiseido-dark {
  color: #fff;
  background-color: #9C1000;
}

.bg-sellout {
  color: #ffffff;
  background-color: #be1300;
}

.bg-gray {
  color: #fff;
  background-color: #6D676E !important;
}

.box-header .btn {
  color: #fff;
}

.small-box {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.small-box.rounded {
  border-radius: 4px;
}

.small-box > .inner {
  padding: 1px 15px;
}

.small-box.rounded > .inner {
  padding: 15px;
}

.small-box .icon {
  transition: all 0.3s linear;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 0;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.5);
}

.small-box.rounded .icon {
  top: 15px;
}

.small-box:hover .icon {
  font-size: 65px;
}

.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 16px;
}

.block {
  border: 1px solid #6D676E;
  text-align: center;
  vertical-align: middle;
}

.circle {
  background: #6D676E;
  border-radius: 200px;
  color: white;
  height: 200px;
  font-weight: bold;
  width: 200px;
  display: table;
  margin: 20px auto;
}

.circle p {
  vertical-align: middle;
  display: table-cell;
}

@media (max-width: 767px) {
  .skin-black-light .main-header > .logo {
    background-color: #FFF !important;
    color: #000 !important;
  }
}

@media (max-width: 1439px) and (min-width: 767px) {
  .cal-width {
    width: 66%;
  }
}

@media (min-width: 768px) {
  .ml-20-sm {
    margin-left: 20px;
  }

  .ml-40-sm {
    margin-left: 40px;
  }

  .pl-0-sm {
    padding-left: 0;
  }

  .pr-0-sm {
    padding-right: 0;
  }

  .text-left-sm div.dataTables_filter {
    text-align: left !important;
  }

  .text-right-sm {
    text-align: right !important;
  }

  .mb-15-sm {
    margin-bottom: 15px !important;
  }
}

.box-calendar {
  border-top-color: #3c8dbc;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}

.sidebar-thumb {
  width: 45px;
  height: 45px;
  background-color: #f1f1f1;
  border-radius: 50%;
  margin: 0 auto;
}

.sidebar-thumb p {
  font-size: 25px;
  line-height: 45px;
}

.fa-mr {
  margin-right: 0.4em;
}

input[type=checkbox],
input[type=radio] {
  margin: 1px 0 0;
}

p.privacy-icons {
  font-size: 16px;
  white-space: nowrap;
  margin: 0;
}

p.privacy-icons i {
  margin-left: 5px;
}

p.customer-card {
  font-size: 25px;
  margin: 0;
  text-align: center;
}

p.customer-card a {
  color: #595959 !important;
}

p.loyalty-icon {
  font-size: 16px;
  text-align: center;
  margin: 0;
}

p.loyalty-icon a {
  color: #595959 !important;
}

p.public-customer-intro {
  font-size: 16px;
  text-align: center;
  margin: 30px 0 0 0;
}

table#vendeuses tr > td,
table#trainings tr > td,
table#orders tr > td {
  vertical-align: middle;
}

.alert-info-sellout {
  color: #31708f;
  background-color: #87cad3;
  border-color: #be1300;
}

.alert-info-sellout a {
  color: #31708f !important;
}

.well.sellout {
  background-color: rgba(176, 224, 230, 0.25);
}

.login-box-body.identities {
  background-color: #be1300;
}

.login-box-body.identities p.login-box-msg {
  color: #FFF;
}

.login-box-body.identities p.icon {
  text-align: center;
  margin: -75px 0 0 0;
  font-size: 70px;
}

.login-box-body.identities p.icon i {
  background-color: #777;
  border-radius: 37.5px;
  color: #e8e8e8;
}

.login-box-body.identities p.back {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 11px;
}

.login-box-body.identities p.back a {
  color: #FFF !important;
  text-decoration: underline;
}

.login-box-body.identities .form-group.has-error .help-block {
  color: #FFF;
}

.login-box-body.identities .btn {
  background-color: #e8e8e8 !important;
  color: #333;
  font-size: 14px;
}

.identities-selector-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
}

.identities-selector-container .identities-selector-body i {
  font-size: 25px;
  color: #777777;
}

.identities-selector-container .identities-selector-body select {
  border-color: transparent;
}

