/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
/**
 * Color Variables
 */
/*@primary-color: #0b6dd6;
@background-color: #1e1e2f;
@card-color: #27293d;
@primary-custom-color-dark: #03468d;
@primary-custom-color: #0b6dd6;
@primary-custom-hover-color: #03468d;
@primary-custom-border-color: #03468d;
@primary-custom-color-light1: #0b6dd6;
@primary-custom-color-light2: #0b6dd6;
@danger-custom-color: #e30018;
@success-custom-color: #28a745;
@bg-dark-gray: #ffffff;
@color-gray: #C5C7CB;
@bg-gray: #F7F7F7;
@shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
@side-bar-background:linear-gradient(0deg, rgb(1, 78, 158) 0%, rgb(41, 137, 239) 54%, rgb(0, 106, 218) 100%);
@main-panel-background:linear-gradient(#1e1e2f,#1e1e24);*/
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
* {
  box-sizing: border-box;
}
img {
  display: block;
}
.form-control {
  min-height: 44px;
}
.btn,
[type='button'] {
  -webkit-appearance: none;
}
.shadow {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
}
.round-shadow {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 300px;
}
.square-shadow {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.bottom-shadow {
  -webkit-box-shadow: 0px -2px 19px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -2px 19px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -2px 19px 2px rgba(0, 0, 0, 0.75);
}
.top-shadow {
  -webkit-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.75);
}
.border-primary {
  border-color: #86C232 !important;
}
.show-td {
  display: none;
}
@media screen and (max-width: 600px) {
  .hiden-td {
    display: none;
  }
  .show-td {
    display: block;
  }
}
.table thead th {
  vertical-align: bottom;
  background-color: #1e1e2f;
  border-bottom: none!important;
}
.th-left {
  border-top: 1px solid #4f515a!important;
  border-top-left-radius: 0.25rem;
}
.th-right {
  border-top: 1px solid #4f515a!important;
  border-top-right-radius: 0.25rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #4f515a;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #26283b;
  border: 1px solid #4f515a;
}
.table-secondary tr {
  background-color: #31334d!important;
}
.table-secondary td {
  background-color: #31334d!important;
}
.form-check {
  padding-left: 0px!important;
}
.btn-primary {
  color: #fff;
  background-color: #86C232;
  border-color: #86C232;
}
.btn-primary:hover {
  color: #fff;
  background-color: #68a218;
  border-color: #4b7f03;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem #c1ee83;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #86C232;
  border-color: #86C232;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #68a218;
  border-color: #c1ee83;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a1d955;
}
.btn-danger {
  color: #fff;
  background-color: #e30018;
  border-color: #e30018;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e30018;
  border-color: #e30018;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e30018;
  border-color: #e30018;
}
.btn-green {
  color: #fff;
  background-color: #86C232;
  border-color: #86C232;
}
.btn-green:hover {
  color: #fff;
  background-color: #86C232;
  border-color: #86C232;
}
.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #86C232;
  border-color: #86C232;
}
.bg-green {
  background-color: #86C232 !important;
}
.bg-dark-gray {
  background-color: #222629;
}
.text-primary {
  color: #86C232 !important;
}
.text-primary-dark {
  color: #4b7f03 !important;
}
.text-danger {
  color: #e30018 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #86C232;
}
.btn-table {
  padding: 0 10px !important;
  height: 30px !important;
}
.text-white {
  color: #6c757d !important;
}
.pac-container {
  z-index: 20;
  position: fixed;
  display: inline-block;
  border: 1px solid #86C232;
  border-radius: 5px;
}
.modal {
  z-index: 20;
}
.modal-backdrop {
  z-index: 10;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal {
  margin-top: 50px;
}
.modal .modal-header {
  border: none;
  /*
    .modal-title {
      font-weight: 600;
    }

    a {
      margin-top: 1px;
      font-size: 20px;

      &:hover {
        cursor: pointer;
      }
    }*/
}
.modal .modal-header h4 {
  font-weight: 200;
}
.modal .modal-header .btn-custom-close {
  display: block;
  height: 30px;
  background-color: transparent;
  border: none;
  outline: none;
}
.modal .modal-header .btn-custom-close:active {
  transform: scale(0.92);
}
.modal .modal-header .btn-custom-close span {
  display: block;
  height: 1px;
  width: 30px;
  background-color: white;
}
.modal .modal-header .btn-custom-close .bar1 {
  transform: rotate(45deg);
}
.modal .modal-header .btn-custom-close .bar2 {
  transform: rotate(135deg);
}
.modal .modal-content {
  background-color: #27293d;
  border-radius: 10px;
  border-color: gray;
  /*
    box-shadow: @custom-shadow;
    border: none;
    */
}
.modal .modal-content .modal-footer {
  border: none;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.modal-s550 .modal-dialog {
  max-width: 550px;
}
.modal-s700 .modal-dialog {
  max-width: 700px;
}
.modal-s900 .modal-dialog {
  max-width: 700px;
}
.modal-s1000 .modal-dialog {
  max-width: 700px;
}
.modal-s1140 .modal-dialog {
  max-width: 1140px;
}
.modal-s1200 .modal-dialog {
  max-width: 1200px;
}
.level-2 .modal-content {
  margin-top: 50px;
}
.level-3 .modal-content {
  margin-top: 75px;
}
.level-4 .modal-content {
  margin-top: 100px;
}
.card {
  background: #27293d;
  border: 0;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 300;
}
.card .card-header:not([data-background-color]) {
  background-color: transparent;
}
.card .card-header {
  padding: 15px 15px 0;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
}
.card .card-header .card-title {
  color: #fff;
  font-weight: 200;
  font-size: 17px;
}
.form-horizontal .col-form-label,
.form-horizontal .label-on-right {
  padding: 7px 5px 0 15px;
  text-align: right;
  max-width: 180px;
  font-size: 14px;
  font-weight: 300;
}
.form-check .form-check-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 18px;
  margin-bottom: 0;
  transition: color .3s linear;
}
.card label {
  font-size: .75rem;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.6);
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #86C232;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #86C232;
  cursor: pointer;
}
.form-group,
.input-group {
  margin-bottom: 10px;
  position: relative;
}
.form-group .form-control,
.input-group .form-control {
  padding: 10px 18px;
}
.form-control {
  background-color: #31334d;
  color: #fff;
  border-color: #4f515a;
  border-radius: .4285rem;
  font-size: .75rem;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.form-control:focus {
  background: #27293d;
  color: #fff;
  border-color: #86C232;
  box-shadow: none;
}
.form-control:disabled {
  background: #27293d;
  color: #fff;
  border-color: #86C232;
  box-shadow: none;
}
textarea {
  padding: 5px 18px !important;
}
.btn-primary {
  background-size: 210% 210%;
  background-position: 100% 0;
  transition: all .15s ease;
  box-shadow: none !important;
  color: #fff;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 40px;
  height: 40px;
  border-radius: 0.45rem;
}
.btn-primary:focus {
  background: #86C232;
  color: #fff;
  border-color: #86C232;
  box-shadow: none;
}
.btn-primary:active {
  background: #86C232;
  color: #fff;
  border-color: #86C232;
  box-shadow: none;
}
.btn-primary .btn-primary.disabled,
.btn-primary .btn-primary:disabled {
  background: #86C232 !important;
  color: #fff;
  border-color: #86C232 !important;
  box-shadow: none;
}
.custom-control.custom-checkbox {
  line-height: 25px;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
  border: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #86C232;
  background-color: #86C232;
}
.dataTables_length,
.dataTables_filter {
  margin-bottom: 20px;
}
.dataTables_length label,
.dataTables_filter label {
  font-size: 14px;
}
.card .card-body .dataTables_wrapper {
  color: white;
}
.card .card-body .dataTables_wrapper tbody tr {
  height: 60px;
}
.card .card-body .dataTables_wrapper tbody tr:hover {
  background-color: #31334d;
}
.card .card-body .dataTables_wrapper tbody th,
.card .card-body .dataTables_wrapper tbody td {
  border-bottom: 1px solid #535353;
}
.form-control {
  color: #cecccc !important;
}
.table thead th {
  color: #cecccc !important;
}
.dropdown-menu {
  border: 1px solid #535353;
}
.dropdown-menu .dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 0.3px solid #535353;
}
.dropdown-menu .dropdown-item {
  color: #cecccc;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #31334d;
  cursor: pointer;
}
.dropdown-menu .dropdown-item:active {
  background-color: #86C232;
}
.fa-search-rigth {
  font-size: 20px;
  margin-top: -29px;
  margin-right: 7px;
  float: right;
}
.dropdown-menu {
  background-color: #27293d;
  margin-left: -155px;
  border-radius: 5px;
}
.tree-menu .label-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tree-menu .label-wrapper .fa-plus-circle {
  cursor: pointer;
}
.tree-menu .label-wrapper .fa-minus-circle {
  cursor: pointer;
}
.tree-menu .treeContent {
  display: flex;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  padding-left: 8px;
  border-bottom-left-radius: 15px;
  width: 85%;
}
.tree-category .label-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tree-category .label-wrapper .fa-plus-circle {
  cursor: pointer;
}
.tree-category .label-wrapper .fa-minus-circle {
  cursor: pointer;
}
.tree-category .treeContent {
  display: flex;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  padding-left: 8px;
  border-bottom-left-radius: 15px;
  width: 85%;
}
.tree-category .arrow {
  font-size: 30px;
  margin-top: -22px;
  margin-left: -10px;
  font-weight: bold;
  margin-right: 5px;
}
.tree-item .label-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tree-item .label-wrapper .fa-plus-circle {
  cursor: pointer;
}
.tree-item .label-wrapper .fa-minus-circle {
  cursor: pointer;
}
.tree-item .treeContent {
  display: flex;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  padding-left: 8px;
  border-bottom-left-radius: 15px;
}
/*
.pagination .page-item.active>.page-link, .pagination .page-item.active>.page-link:focus, .pagination .page-item.active>.page-link:hover {
  background: #e14eca;
  background-image: linear-gradient(to bottom left,#e14eca,#ba54f5,#e14eca);
  background-size: 210% 210%;
  background-position: 100% 0;
  color: #fff;
}
*/
@media screen and (max-width: 575px) {
  .pagination {
    padding-left: 0;
  }
  .second-element {
    margin-left: auto!important;
    margin-right: auto!important;
    place-content: center!important;
    margin-top: 20px;
  }
}
.pagination .page-item .page-link {
  border: 0;
  border-radius: 30px!important;
  transition: all .3s;
  margin: 0 3px;
  min-width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
}
.page-link {
  position: relative;
  display: block;
  padding: 0 .6875rem;
  margin-left: -0.0625rem;
  line-height: 1.25;
  color: #fff;
  background-color: transparent;
  border: .0625rem solid #e3e3e3;
}
.page-link:hover {
  background-color: #3c3e4d;
  color: white;
}
.page-link:focus {
  box-shadow: none;
}
.pagination .page-item.disabled > .page-link {
  opacity: .5;
  background: transparent;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #86C232;
  border-color: transparent;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.dropdwn-custom:not(:disabled):not(.disabled).active:focus,
.show > .dropdwn-custom.dropdown-toggle:focus {
  box-shadow: none;
}
.dropdwn-custom {
  background-color: #86C232;
  background: linear-gradient(42deg, #a1d955 0%, #95c650 20%, #68a218 100%);
  border: none;
}
.dropdwn-custom:hover {
  background: #a1d955;
  background: linear-gradient(42deg, #a1d955 0%, #9dc95e 48%, #68a218 100%);
}
.alert-success {
  background-color: #86C232;
  border: none;
  color: white;
}
/*
.modal {
  -webkit-overflow-scrolling: touch;//« makes this actually scrollable on certain phones
  .petticoat {
    position: fixed;
    width: 100%;
    height: 75px;// should cover topbar
    z-index: 50;
    left: 0px;
    top: 0px;
    background-color: @accent-white;
  }
  .modal-dialog {
    z-index: 100;
    position: relative;
    max-width: 700px;
  }
  .modal-content {
    max-width: 700px;
    border-radius: 0px;
    border-color: @accent-white;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
    .modal-header {
      border-bottom: none;
      display: block;
      position: relative;
      text-align: center;
      padding-bottom: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 0px;
      .modal-close-button {
        .btn-reset();
        width: 32px;
        height: 32px;
        padding: 6px;
        position: absolute;
        right: -5px;
        top: -5px;
        background-image: url('/images/icon-close.png');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.8;
        &:hover {
          opacity: 1;
        }
      }
      .modal-title {
        font-weight: @bold;
      }
      .modal-intro {
        margin-left: auto;
        margin-right: auto;
        color: @text-muted;
        margin-bottom: 20px;
      }
      hr {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        width: 100px;
        height: 2px;
        border-top: 2px solid @brand;
      }
    }
    .modal-body {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 0px;
      padding-right: 0px;
      .section-heading {
        margin-top: 25px;
        padding-bottom: 10px;
        margin-bottom: 25px;
        border-bottom: 1px solid @border-lt-gray;
      }
    }
    .modal-footer {
      padding-top: 25px;
      padding-bottom: 0px;
      padding-left: 0px;
      padding-right: 0px;
      border-top: 1px solid @border-lt-gray;
      margin-top: 10px;
      &.no-border {
        border-top: 0px;
        padding-top: 10px;
        margin-top: 0px;
      }
    }
  }
  @media screen and (max-width: 600px) {
    .modal-content {
      .modal-header {
        .modal-close-button {
          right: -20px;
          top: -45px;
        }
      }
    }
  }
}

*/
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
  background-color: #1e1e2f;
  font-family: 'Lato', sans-serif;
}
#loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  align-items: center;
  display: none;
  background: rgba(31, 30, 46, 0.8) no-repeat 0 50%;
}
#loading2 {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  align-items: center;
  display: none;
  background: rgba(31, 30, 46, 0.8) no-repeat 0 50%;
}
.fa-8x {
  font-size: 7em;
}
.text-green {
  color: #86C232 !important;
}
@media screen and (max-width: 600px) {
  .remove-a {
    display: none;
  }
  .show-a {
    display: block;
  }
}
@media (max-width: 1200px) {
  #page-wrap .navbar-minimize-fixed {
    display: none !important;
  }
  #page-wrap .sidebar {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }
  #page-wrap .sidebar:not(.expanded) {
    width: 0px;
  }
  #page-wrap .sidebar.expanded {
    width: 200px;
  }
  #page-wrap .sidebar:before {
    display: none;
  }
  #page-wrap .sidebar .sidebar-wrapper .nav {
    height: 90vh;
    overflow: auto;
  }
  #page-wrap .sidebar .sidebar-wrapper .nav a span {
    opacity: 1 !important;
    margin-left: 40px !important;
  }
  #page-wrap .sidebar .sidebar-wrapper.expanded {
    width: 100% !important;
    border-radius: 0 !important;
  }
  #page-wrap .sidebar .sidebar-wrapper.expanded .nav a span {
    opacity: 1 !important;
    margin-left: 40px !important;
  }
  #page-wrap .sidebar .sidebar-wrapper:not(.expanded) {
    width: 0 !important;
    padding: 0 !important;
  }
  #page-wrap .main-panel.expanded {
    margin-left: 200px !important;
    position: fixed !important;
  }
  #page-wrap .main-panel:not(.expanded) {
    margin-left: 0px !important;
  }
  #page-wrap .main-panel .content {
    min-height: 600px;
    padding-top: 70px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #page-wrap .main-panel .content.expanded {
    margin-left: 0px !important;
  }
  #page-wrap .main-panel .navbar .navbar-wrapper .btn-toggle {
    display: none !important;
  }
  #page-wrap .main-panel .navbar .navbar-wrapper .btn-disarm {
    display: block !important;
    outline: none;
    cursor: pointer;
  }
  #page-wrap .main-panel .navbar .navbar-wrapper .btn-disarm .navbar-toggler-bar {
    height: 1px;
    width: 25px;
    background-color: white;
    margin-top: 8px;
    display: block;
  }
  #page-wrap .main-panel .navbar .navbar-wrapper .btn-disarm .navbar-toggler-bar.bar1 {
    transition: all .3s ease;
    transition-delay: .5s;
  }
  #page-wrap .main-panel .navbar .navbar-wrapper .btn-disarm .navbar-toggler-bar.bar2 {
    width: 15px;
    transition: all .3s ease;
    transition-delay: .5s;
  }
  #page-wrap .main-panel .navbar .navbar-wrapper .btn-disarm .navbar-toggler-bar.bar3 {
    transition: all .3s ease;
    transition-delay: .5s;
  }
  #page-wrap .main-panel .navbar .navbar-wrapper .btn-disarm.expanded .navbar-toggler-bar span {
    margin-top: 0;
  }
  #page-wrap .main-panel .navbar .navbar-wrapper .btn-disarm.expanded .navbar-toggler-bar.bar1 {
    transform: rotate(135deg);
  }
  #page-wrap .main-panel .navbar .navbar-wrapper .btn-disarm.expanded .navbar-toggler-bar.bar2 {
    display: none;
  }
  #page-wrap .main-panel .navbar .navbar-wrapper .btn-disarm.expanded .navbar-toggler-bar.bar3 {
    transform: rotate(45deg);
    margin-top: 0;
  }
}
#page-wrap {
  color: white;
}
#page-wrap .sidebar {
  margin-top: 85px;
  margin-left: 18px;
  border-radius: 5px;
  position: fixed;
  transition: all .3s ease;
  background: #f5f5f5;
  color: #fff;
  height: calc(90vh);
  z-index: 80;
  background: linear-gradient(0deg, #429452 0%, #85c232 54%, #68a208 100%);
}
#page-wrap .sidebar:before {
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: 34px;
  background-color: #69a309;
  transform: rotate(45deg);
}
#page-wrap .sidebar .sidebar-wrapper {
  padding: 20px;
  border-radius: 5px;
  height: calc(90vh);
  overflow: hidden;
  transition: all .3s ease;
  width: 250px;
}
#page-wrap .sidebar .sidebar-wrapper.expanded {
  width: 80px;
}
#page-wrap .sidebar .sidebar-wrapper.expanded .nav a span {
  opacity: 0;
  margin-left: 30px;
}
#page-wrap .sidebar .sidebar-wrapper .nav {
  display: block;
  list-style: none;
}
#page-wrap .sidebar .sidebar-wrapper .nav a {
  display: block;
  margin-top: 35px;
  color: white;
  height: 25px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 8px;
}
#page-wrap .sidebar .sidebar-wrapper .nav a span {
  margin-left: 45px;
  transition: all 0.3s ease-out;
  opacity: 1;
}
#page-wrap .sidebar .sidebar-wrapper .nav a:hover {
  color: rgba(255, 255, 255, 0.815);
}
#page-wrap .sidebar .sidebar-wrapper .nav a.selected {
  color: rgba(255, 255, 255, 0.733);
}
#page-wrap .sidebar .sidebar-wrapper .nav a.selected span {
  text-decoration: underline;
}
#page-wrap .sidebar .sidebar-wrapper:hover.expanded {
  width: 250px;
}
#page-wrap .sidebar .sidebar-wrapper:hover.expanded .nav a span {
  opacity: 1;
  margin-left: 60px;
}
#page-wrap .sidebar .sidebar-wrapper .pack-icon {
  background-image: url(../images/icons/caja.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .variant-icon {
  background-image: url(../images/icons/site-map.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .category-icon {
  background-image: url(../images/icons/folder.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .store-icon {
  background-image: url(../images/icons/shop.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .employee-icon {
  background-image: url(../images/icons/user.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .provider-icon {
  background-image: url(../images/icons/empresa.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .customer-icon {
  background-image: url(../images/icons/formas-y-simbolos.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .advertisement-icon {
  background-image: url(../images/icons/settings-s.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .invoice-icon {
  background-image: url(../images/icons/documento.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .reception-icon {
  background-image: url(../images/icons/carpeta.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .order-icon {
  background-image: url(../images/icons/archivos-y-carpetas.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .transfer-icon {
  background-image: url(../images/icons/camion.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .sidebar .sidebar-wrapper .stats-icon {
  background-image: url(../images/icons/stats.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
#page-wrap .navbar-minimize-fixed {
  position: fixed;
  margin-left: 32px;
  margin-top: 22px;
  color: #fff;
  z-index: 20;
  opacity: .5;
  display: none;
}
#page-wrap .navbar-minimize-fixed .btn-link {
  border: 0;
  box-shadow: none;
  padding: .5rem .7rem;
  color: #e3e3e3;
  font-weight: 600;
  width: 50px;
  height: 50px;
}
#page-wrap .main-panel {
  position: relative;
  float: right;
  width: 100%;
  min-height: 100vh;
  border-top: 3px solid #80ba30;
  background: linear-gradient(#1e1e2f, #1e1e24);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  outline: none;
}
#page-wrap .main-panel .navbar {
  width: 100%;
}
#page-wrap .main-panel .navbar.navbar-transparent {
  background: transparent;
}
#page-wrap .main-panel .navbar.navbar-absolute {
  position: absolute;
  z-index: 1050;
}
#page-wrap .main-panel .navbar .navbar-wrapper {
  display: flex;
  align-items: center;
  height: 46px;
  margin-left: 28px;
}
@media screen and (min-width: 1200px) {
  #page-wrap .main-panel .navbar .navbar-wrapper.adjust-size {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  #page-wrap .main-panel .navbar .navbar-wrapper {
    margin-left: 0;
  }
}
#page-wrap .main-panel .navbar .navbar-wrapper .navbar-brand {
  margin-top: 6px;
  margin-left: 60px;
  background-image: url(../images/net.png);
  background-position: 0 5px;
  background-size: 50px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  #page-wrap .main-panel .navbar .navbar-wrapper .navbar-brand {
    margin-left: 10px;
  }
}
#page-wrap .main-panel .navbar .navbar-wrapper .navbar-brand .f-text {
  padding-left: 20px;
  font-size: 30px;
  color: white;
  font-style: italic;
}
#page-wrap .main-panel .navbar .navbar-wrapper .navbar-brand .f-text .t-green {
  color: #86C232;
  font-style: normal;
  font-size: 20px;
}
#page-wrap .main-panel .navbar .navbar-wrapper .btn {
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  #page-wrap .main-panel .navbar .logout-wraper {
    margin-right: -10px;
  }
  #page-wrap .main-panel .navbar .logout-wraper .full-name {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #page-wrap .main-panel .navbar .logout-wraper {
    margin-right: 10px;
  }
  #page-wrap .main-panel .navbar .logout-wraper .account {
    display: none;
  }
}
#page-wrap .main-panel .navbar .logout-wraper .btn {
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  margin-left: -15px;
}
#page-wrap .main-panel .navbar .logout-wraper .btn:hover {
  color: rgba(255, 255, 255, 0.87);
}
#page-wrap .main-panel .navbar .logout-wraper .dropdown-menu {
  background-color: #27293d;
  margin-left: -155px;
  border-radius: 5px;
}
#page-wrap .main-panel .content {
  transition: all .3s ease;
  padding-top: 85px;
  padding-left: 282px;
  padding-right: 20px;
}
#page-wrap .main-panel .content.expanded {
  margin-left: -168px;
}
#page-wrap .btn.btn-just-icon {
  height: 30px;
  background: url('https://res.cloudinary.com/quisoft/image/upload/v1579802926/Quisoft/icon/lista_utsr9x.svg') no-repeat;
}
#page-wrap .btn.btn-just-icon-open {
  height: 30px;
  background: url('https://res.cloudinary.com/quisoft/image/upload/v1579802926/Quisoft/icon/lista_utsr9x.svg') no-repeat;
}
#welcome .col-m-top {
  margin-top: 100px;
  border-bottom: 1px solid gainsboro;
}
#welcome .title2 {
  color: #fff;
  font-weight: 100;
  font-size: 1.75rem;
  font-family: 'Poppins', sans-serif !important;
}
#signup {
  padding-top: 75px;
  padding-bottom: 75px;
}
#signup .signup-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#signup .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#confirmed-email {
  padding-top: 75px;
  padding-bottom: 75px;
}
#confirmed-email .confirmation-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#login {
  margin-top: 50px;
}
#login .main-panel.expanded {
  margin-left: 0px !important;
  position: fixed !important;
}
#login .card .label {
  font-size: .75rem;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.6);
}
#login a:hover {
  text-decoration: none;
}
#login .custom-col {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#login .col-form-label {
  text-align: left;
}
#login .btn-fill {
  width: 100%;
}
@media (min-width: 768px) {
  #login {
    margin-top: 100px;
  }
  #login .col-form-label {
    text-align: right;
  }
  #login .btn-fill {
    width: max-content;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
/*#page-wrap .main-panel {
  background-image: url(../images/back1.jpg);
  position: relative;
  z-index: 0;
  //padding: 138px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#page-wrap .main-panel:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(29, 29, 46);
  opacity: .97;
  z-index: -10;
  content: '';
}*/
#forgot-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#forgot-password .forgot-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#new-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#new-password .new-password-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#account-overview {
  padding-top: 75px;
  padding-bottom: 75px;
}
#account-overview .account-settings-button {
  width: 150px;
}
#account-overview .remove-button {
  color: #33656d;
  text-decoration: underline;
  cursor: pointer;
}
#account-overview .remove-button:hover {
  color: #000;
}
#edit-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#edit-profile {
  padding-top: 75px;
  padding-bottom: 75px;
}
#terms {
  padding-top: 75px;
  padding-bottom: 75px;
}
#privacy {
  padding-top: 75px;
  padding-bottom: 75px;
}
#faq {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 500px) {
  #faq code {
    word-break: break-all;
  }
}
#contact {
  padding-top: 75px;
  padding-bottom: 75px;
}
#contact .contact-form {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-form textarea {
  height: 100px;
}
#contact .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[id='404'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='404'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='404'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='404'] br {
    display: none;
  }
  [id='404'] .mobile-spacer {
    display: inline;
  }
}
[id='500'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='500'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='500'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='500'] br {
    display: none;
  }
  [id='500'] .mobile-spacer {
    display: inline;
  }
}
[id='498'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='498'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='498'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='498'] br {
    display: none;
  }
  [id='498'] .mobile-spacer {
    display: inline;
  }
}
#user-view .pagination {
  display: flex;
  align-items: baseline;
}
#user-view .custom-card {
  border: 1px solid #4f515a!important;
}
#user-view .badge-width {
  width: 60px;
}
#user-view .badge-green {
  width: 60px;
  border: 1px solid #4b7f03;
  background-color: #86C232;
  border-radius: 5px;
}
#user-view .container-fluid .row .barCont {
  height: 3px;
}
#user-view .container-fluid .row table thead {
  background-color: white;
}
#user-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
@media (min-width: 991px) {
  .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  .first-panel {
    margin-top: 90px;
  }
}
#provider-view {
  /*charts***********************************************/
}
#provider-view .pagination {
  display: flex;
  align-items: baseline;
}
#provider-view .custom-card {
  border: 1px solid #4f515a!important;
}
#provider-view .loading2 {
  position: absolute;
  width: 100%;
  height: 85%;
  align-items: center;
}
#provider-view .container-fluid .table-responsive {
  min-height: 500px;
}
#provider-view .container-fluid .row .barCont {
  height: 3px;
}
#provider-view .container-fluid .row table thead {
  background-color: white;
}
#provider-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
@media (min-width: 991px) {
  #provider-view .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  #provider-view .first-panel {
    margin-top: 90px;
  }
}
#provider-view .stat-width-t {
  width: 990px;
}
#provider-view .stat-width-pc {
  width: 1210px;
}
#provider-view .chart-area {
  position: relative;
  height: 300px;
  text-align-last: center;
}
#provider-view .numbers {
  text-align: right;
}
#provider-view .i-green {
  color: #46d6b4;
}
#provider-view .i-orange {
  color: #f27d09;
}
#provider-view .i-blue {
  color: #208ef1;
}
#provider-view .card {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
#provider-view .chart-loading {
  z-index: 5000;
  position: absolute;
  width: 95%;
  height: 85%;
  align-items: center;
  background: rgba(31, 30, 46, 0.3) no-repeat 0 50%;
}
#provider-view .sales-icon {
  background: 0 6px url(../images/icons/venta.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#provider-view .sales-icon span {
  margin-left: 20px;
  color: white;
}
#provider-view .expenses-icon {
  background: 0 6px url(../images/icons/carpeta1.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#provider-view .expenses-icon span {
  margin-left: 20px;
  color: white;
}
#provider-view .profit-icon {
  background: 0 6px url(../images/icons/ahorrar-dinero.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#provider-view .profit-icon span {
  margin-left: 20px;
  color: white;
}
#provider-view .shipping-icon {
  background: 0 6px url(../images/icons/camion-de-reparto.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#provider-view .shipping-icon span {
  margin-left: 20px;
  color: white;
}
#store-view .pagination {
  display: flex;
  align-items: baseline;
}
#store-view .custom-card {
  border: 1px solid #4f515a!important;
}
#store-view .container-fluid .row .barCont {
  height: 3px;
}
#store-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
@media (min-width: 991px) {
  .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  .first-panel {
    margin-top: 90px;
  }
}
.responsive {
  overflow: auto;
  height: 400px;
}
#category-view .container-fluid .row .barCont {
  height: 3px;
}
#category-view .container-fluid .row table thead {
  background-color: white;
}
#category-view .container-fluid .row table .hand {
  cursor: pointer;
}
#category-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#category-view .container-fluid .sub-container {
  height: 200px;
  overflow: auto;
}
#category-view .container-fluid .ml-c {
  margin-left: 40px;
}
#category-view .container-fluid #cameraIcon {
  margin-top: 8px;
}
@media (min-width: 991px) {
  #category-view .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  #category-view .first-panel {
    margin-top: 90px;
  }
}
#item-view {
  /*charts***********************************************/
}
#item-view .item-table-o {
  display: none;
}
#item-view .btn-apx {
  margin-bottom: 12px;
  cursor: pointer;
}
#item-view .progress {
  background-color: #313346!important;
}
#item-view .minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 7px;
  left: 7px;
  width: 28px;
  height: 28px;
  border-radius: 2px;
}
#item-view .container-fluid .row table thead {
  background-color: white;
}
#item-view .container-fluid .row table .textPrice {
  font-style: oblique;
  text-decoration-line: line-through;
  opacity: 0.5;
  color: #f27d09;
}
#item-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
}
#item-view .container-fluid .row-respon {
  height: 300px;
  overflow: auto;
}
#item-view .container-fluid .toggle-active {
  cursor: pointer;
}
#item-view .custom-card {
  border: 1px solid #4f515a!important;
}
#item-view #tree {
  overflow: hidden;
}
#item-view .hand:hover {
  cursor: pointer;
}
@media (max-width: 992px) {
  #item-view .first-panel {
    margin-top: 90px;
  }
  #item-view .new-item-panel {
    display: none;
  }
  #item-view .item-table-o {
    display: block;
  }
}
#item-view .arrow {
  color: #86C232;
}
#item-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#item-view .arrow:active {
  transform: scale(1.3);
}
#item-view .left-side {
  position: absolute;
  width: 40px;
  opacity: 0.6;
  margin-left: 10px;
  z-index: 300;
}
#item-view .left-side:hover {
  opacity: 0.6;
}
#item-view .right-side {
  position: absolute;
  width: 40px;
  opacity: 0.6;
  right: 10px;
  z-index: 300;
}
#item-view .right-side:hover {
  opacity: 0.6;
}
#item-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#item-view .s-point {
  border-radius: 150px;
  background-color: #86C232;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#item-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#item-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#item-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#item-view .stat-width-t {
  width: 990px;
}
#item-view .stat-width-pc {
  width: 1210px;
}
#item-view .chart-area {
  position: relative;
  height: 300px;
  text-align-last: center;
}
#item-view .numbers {
  text-align: right;
}
#item-view .i-green {
  color: #46d6b4;
}
#item-view .i-orange {
  color: #f27d09;
}
#item-view .i-blue {
  color: #208ef1;
}
#item-view .card {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
#item-view .chart-loading {
  z-index: 5000;
  position: absolute;
  width: 95%;
  height: 85%;
  align-items: center;
  background: rgba(31, 30, 46, 0.3) no-repeat 0 50%;
}
#item-view .sales-icon {
  background: 0 6px url(../images/icons/venta.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#item-view .sales-icon span {
  margin-left: 20px;
  color: white;
}
#item-view .cart-22 {
  background: 0 6px url(../images/icons/cart22.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#item-view .cart-22 span {
  margin-left: 20px;
  color: white;
}
#item-view .tarifas {
  background: 0 6px url(../images/icons/tarifas.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#item-view .tarifas span {
  margin-left: 20px;
  color: white;
}
#item-view .maps-and-flags {
  background: 0 6px url(../images/icons/maps-and-flags.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#item-view .maps-and-flags span {
  margin-left: 20px;
  color: white;
}
#item-view .expenses-icon {
  background: 0 6px url(../images/icons/carpeta1.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#item-view .expenses-icon span {
  margin-left: 20px;
  color: white;
}
#item-view .profit-icon {
  background: 0 6px url(../images/icons/ahorrar-dinero.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#item-view .profit-icon span {
  margin-left: 20px;
  color: white;
}
#item-view .shipping-icon {
  background: 0 6px url(../images/icons/camion-de-reparto.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#item-view .shipping-icon span {
  margin-left: 20px;
  color: white;
}
#client-view {
  /*charts***********************************************/
}
#client-view .custom-card {
  border: 1px solid #4f515a!important;
}
#client-view .card-header {
  padding: 0px!important;
}
#client-view .list-group-item {
  border: 1px solid #4f515a!important;
  background: #27293d;
}
#client-view .loading2 {
  position: absolute;
  width: 100%;
  height: 85%;
  align-items: center;
}
#client-view .container-fluid .row .table-responsive {
  min-height: 500px;
}
#client-view .container-fluid .row .barCont {
  height: 3px;
}
#client-view .container-fluid .row table thead {
  background-color: white;
}
#client-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#client-view .chart-body {
  min-height: 500px;
}
#client-view .invoices-body {
  height: 500px;
  background-color: white;
}
@media (min-width: 991px) {
  #client-view .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  #client-view .first-panel {
    margin-top: 90px;
  }
}
#client-view .responsive {
  overflow: auto;
  height: 600px;
}
#client-view .arrow {
  color: #86C232;
}
#client-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#client-view .arrow:active {
  transform: scale(1.3);
}
#client-view .left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
#client-view .left-side:hover {
  opacity: 0.6;
}
#client-view .right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
#client-view .right-side:hover {
  opacity: 0.6;
}
#client-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#client-view .s-point {
  border-radius: 150px;
  background-color: #86C232;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#client-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#client-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#client-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#client-view .chart-area {
  position: relative;
  height: 300px;
  text-align-last: center;
}
#client-view .numbers {
  text-align: right;
}
#client-view .i-green {
  color: #46d6b4;
}
#client-view .i-orange {
  color: #f27d09;
}
#client-view .i-blue {
  color: #208ef1;
}
#client-view .card {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
#client-view .chart-loading {
  z-index: 5000;
  position: absolute;
  width: 95%;
  height: 85%;
  align-items: center;
  background: rgba(31, 30, 46, 0.3) no-repeat 0 50%;
}
#client-view .sales-icon {
  background: 0 6px url(../images/icons/venta.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#client-view .sales-icon span {
  margin-left: 20px;
  color: white;
}
#client-view .expenses-icon {
  background: 0 6px url(../images/icons/carpeta1.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#client-view .expenses-icon span {
  margin-left: 20px;
  color: white;
}
#client-view .profit-icon {
  background: 0 6px url(../images/icons/ahorrar-dinero.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#client-view .profit-icon span {
  margin-left: 20px;
  color: white;
}
#client-view .shipping-icon {
  background: 0 6px url(../images/icons/camion-de-reparto.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#client-view .shipping-icon span {
  margin-left: 20px;
  color: white;
}
#client-view .badge-orange {
  background-color: #f27d09;
  color: white;
}
#invoice-view {
  /*charts***********************************************/
}
#invoice-view .badge-orange {
  background-color: #f27d09;
  color: white;
}
#invoice-view .custom-card {
  border: 1px solid #4f515a!important;
}
#invoice-view .card-header {
  padding: 0px!important;
}
#invoice-view .list-group-item {
  border: 1px solid #4f515a!important;
  background: #27293d;
}
#invoice-view .container-fluid .row .table-responsive {
  min-height: 500px;
}
#invoice-view .container-fluid .row .barCont {
  height: 3px;
}
#invoice-view .container-fluid .row table thead {
  background-color: white;
}
#invoice-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#invoice-view .responsive {
  overflow: auto;
  height: 600px;
  width: 1000px;
}
@media (min-width: 991px) {
  #invoice-view .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  #invoice-view .first-panel {
    margin-top: 90px;
  }
}
#invoice-view .chart-area {
  position: relative;
  height: 300px;
  text-align-last: center;
}
#invoice-view .numbers {
  text-align: right;
}
#invoice-view .i-green {
  color: #46d6b4;
}
#invoice-view .i-orange {
  color: #f27d09;
}
#invoice-view .i-blue {
  color: #208ef1;
}
#invoice-view .card {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
#invoice-view .chart-loading {
  z-index: 5000;
  position: absolute;
  width: 95%;
  height: 85%;
  align-items: center;
  background: rgba(31, 30, 46, 0.3) no-repeat 0 50%;
}
#invoice-view .sales-icon {
  background: 0 6px url(../images/icons/venta.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#invoice-view .sales-icon span {
  margin-left: 20px;
  color: white;
}
#invoice-view .expenses-icon {
  background: 0 6px url(../images/icons/carpeta1.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#invoice-view .expenses-icon span {
  margin-left: 20px;
  color: white;
}
#invoice-view .profit-icon {
  background: 0 6px url(../images/icons/ahorrar-dinero.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#invoice-view .profit-icon span {
  margin-left: 20px;
  color: white;
}
#invoice-view .shipping-icon {
  background: 0 6px url(../images/icons/camion-de-reparto.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#invoice-view .shipping-icon span {
  margin-left: 20px;
  color: white;
}
#stat-view .container-fluid .barCont {
  height: 3px;
  background-color: #ece9e9;
  margin-bottom: 15px;
}
#stat-view .container-fluid .row .table-responsive {
  min-height: 500px;
}
#stat-view .container-fluid .row table thead {
  background-color: white;
}
#reception-view {
  /*charts***********************************************/
}
#reception-view .thead {
  background-color: white;
}
#reception-view .custom-card {
  border: 1px solid #4f515a!important;
}
#reception-view .list-group-item {
  border: 1px solid #4f515a!important;
  background: #27293d;
}
#reception-view .container-fluid .row .table-responsive {
  min-height: 500px;
}
#reception-view .container-fluid .row .barCont {
  height: 3px;
}
#reception-view .container-fluid .row table thead {
  background-color: white;
}
#reception-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#reception-view .chart-area {
  position: relative;
  height: 300px;
  text-align-last: center;
}
#reception-view .numbers {
  text-align: right;
}
#reception-view .i-green {
  color: #46d6b4;
}
#reception-view .i-orange {
  color: #f27d09;
}
#reception-view .i-blue {
  color: #208ef1;
}
#reception-view .card {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
#reception-view .chart-loading {
  z-index: 5000;
  position: absolute;
  width: 95%;
  height: 85%;
  align-items: center;
  background: rgba(31, 30, 46, 0.3) no-repeat 0 50%;
}
#reception-view .sales-icon {
  background: 0 6px url(../images/icons/venta.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#reception-view .sales-icon span {
  margin-left: 20px;
  color: white;
}
#reception-view .expenses-icon {
  background: 0 6px url(../images/icons/carpeta1.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#reception-view .expenses-icon span {
  margin-left: 20px;
  color: white;
}
#reception-view .profit-icon {
  background: 0 6px url(../images/icons/ahorrar-dinero.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#reception-view .profit-icon span {
  margin-left: 20px;
  color: white;
}
#reception-view .shipping-icon {
  background: 0 6px url(../images/icons/camion-de-reparto.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#reception-view .shipping-icon span {
  margin-left: 20px;
  color: white;
}
.table-modal thead {
  background-color: black;
}
.card-mod {
  height: 400px;
  overflow: auto;
}
.badge-light {
  border: 1px solid gainsboro;
}
/*
.responsive {
    overflow: auto;
    height: 500px;
    //width: 1000px;
    border: 1px solid gainsboro;
    margin-left: 5px;
    margin-right: 15px;
}*/
@media (min-width: 991px) {
  .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  .first-panel {
    margin-top: 90px;
  }
}
#order-view {
  /*charts***********************************************/
}
#order-view .btn-orange {
  min-width: 100px;
  min-height: 45px!important;
  text-align: -webkit-center;
  background-color: #f27d09;
  color: white;
}
#order-view .custom-card {
  border: 1px solid #4f515a!important;
}
#order-view .list-group-item {
  border: 1px solid #4f515a!important;
  background: #27293d;
}
#order-view .container-fluid .row .height450 {
  min-height: 450px;
}
#order-view .container-fluid .row .hand {
  cursor: pointer;
}
#order-view .container-fluid .row .col-top {
  margin-bottom: 20px;
}
#order-view .container-fluid .row .col-top .row .col {
  text-align: center;
  cursor: pointer;
  padding-bottom: 5px;
}
#order-view .container-fluid .row .col-top .row .selected-tap {
  color: #86C232;
  border-bottom: 4px solid #86C232;
  font-size: 18px;
}
#order-view .container-fluid .row .col-top .row .unselected-tap {
  color: #8b8989;
  border-bottom: 4px solid #eee9e9;
}
#order-view .container-fluid .row .col-top .row .unselected-tap:hover {
  color: #86C232;
}
#order-view .container-fluid .row .barCont {
  height: 3px;
}
#order-view .container-fluid .row table thead {
  background-color: white;
}
#order-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
@media (min-width: 991px) {
  #order-view .mt-panel {
    margin-top: 96px;
  }
  #order-view .col-left {
    margin-left: 7px;
  }
}
@media (max-width: 992px) {
  #order-view .first-panel {
    margin-top: 90px;
  }
}
#order-view .fileStyle {
  display: none;
}
#order-view .labe-file {
  height: 33px;
}
#order-view .badge-size {
  width: 90px;
}
#order-view .fa-color {
  color: #c0baba;
}
#order-view .badge-width {
  width: 70px;
}
#order-view .badge-color {
  width: 70px;
  border: 1px solid gainsboro;
  border-radius: 5px;
}
#order-view .arrow {
  color: #86C232;
}
#order-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#order-view .arrow:active {
  transform: scale(1.3);
}
#order-view .left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
#order-view .left-side:hover {
  opacity: 0.6;
}
#order-view .right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
#order-view .right-side:hover {
  opacity: 0.6;
}
#order-view .scroll-div {
  overflow: auto;
  min-height: 150px;
  max-height: 150px;
}
#order-view .div-size200 {
  overflow: auto;
  min-height: 200px;
  max-height: 200px;
}
#order-view .responsive {
  overflow: auto;
  height: 600px;
}
#order-view .text-width {
  max-width: 85px;
}
#order-view .btn-check {
  height: 70px;
  font-size: 22px;
}
#order-view .cmp {
  border: 2px solid gainsboro;
  color: #747070;
  height: 70px;
  border-radius: 5px;
  font-size: 20px;
}
#order-view .cmp .title {
  margin-left: 10px;
}
#order-view .cmp .sign {
  float: right;
  margin-right: 10px;
}
#order-view #cmpTotal2 {
  background-color: #f27d09;
  height: 70px;
  border-radius: 5px;
  font-weight: bold;
}
#order-view #cmpTotal2 span {
  color: white;
  font-size: 20px;
}
#order-view #cmpTotal2 .title {
  margin-left: 10px;
}
#order-view #cmpTotal2 .sign {
  float: right;
  margin-right: 10px;
}
#order-view .m-left {
  width: 244px;
}
#order-view .margin-top {
  margin-top: -90px;
}
#order-view .chart-area {
  position: relative;
  height: 300px;
  text-align-last: center;
}
#order-view .numbers {
  text-align: right;
}
#order-view .i-green {
  color: #46d6b4;
}
#order-view .i-orange {
  color: #f27d09;
}
#order-view .i-blue {
  color: #208ef1;
}
#order-view .card {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
#order-view .chart-loading {
  z-index: 5000;
  position: absolute;
  width: 95%;
  height: 85%;
  align-items: center;
  background: rgba(31, 30, 46, 0.3) no-repeat 0 50%;
}
#order-view .sales-icon {
  background: 0 6px url(../images/icons/venta.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#order-view .sales-icon span {
  margin-left: 20px;
  color: white;
}
#order-view .expenses-icon {
  background: 0 6px url(../images/icons/carpeta1.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#order-view .expenses-icon span {
  margin-left: 20px;
  color: white;
}
#order-view .profit-icon {
  background: 0 6px url(../images/icons/ahorrar-dinero.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#order-view .profit-icon span {
  margin-left: 20px;
  color: white;
}
#order-view .shipping-icon {
  background: 0 6px url(../images/icons/camion-de-reparto.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#order-view .shipping-icon span {
  margin-left: 20px;
  color: white;
}
#transfer-view {
  /*charts***********************************************/
}
#transfer-view .card-header {
  padding: 0px!important;
}
#transfer-view .list-group-item {
  border: 1px solid #4f515a!important;
  background: #27293d;
}
#transfer-view .container-fluid .row .table-responsive {
  min-height: 500px;
}
#transfer-view .container-fluid .row .hand {
  cursor: pointer;
}
#transfer-view .container-fluid .row .col-top {
  margin-bottom: 20px;
}
#transfer-view .container-fluid .row .col-top .row .col {
  text-align: center;
  cursor: pointer;
  padding-bottom: 5px;
}
#transfer-view .container-fluid .row .col-top .row .selected-tap {
  color: #86C232;
  border-bottom: 4px solid #86C232;
  font-size: 18px;
}
#transfer-view .container-fluid .row .col-top .row .unselected-tap {
  color: #8b8989;
  border-bottom: 4px solid #eee9e9;
}
#transfer-view .container-fluid .row .col-top .row .unselected-tap:hover {
  color: #86C232;
}
#transfer-view .container-fluid .row .barCont {
  height: 3px;
}
#transfer-view .container-fluid .row table thead {
  background-color: white;
}
#transfer-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
@media (min-width: 991px) {
  #transfer-view .mt-panel {
    margin-top: 96px;
  }
  #transfer-view .col-left {
    margin-left: 7px;
  }
}
@media (max-width: 992px) {
  #transfer-view .first-panel {
    margin-top: 90px;
  }
}
#transfer-view .fileStyle {
  display: none;
}
#transfer-view .labe-file {
  height: 33px;
}
#transfer-view .badge-size {
  width: 90px;
}
#transfer-view .fa-color {
  color: #c0baba;
}
#transfer-view .badge-width {
  width: 70px;
}
#transfer-view .badge-color {
  width: 70px;
  border: 1px solid gainsboro;
  border-radius: 5px;
}
#transfer-view .arrow {
  color: #86C232;
}
#transfer-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#transfer-view .arrow:active {
  transform: scale(1.3);
}
#transfer-view .left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
#transfer-view .left-side:hover {
  opacity: 0.6;
}
#transfer-view .right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
#transfer-view .right-side:hover {
  opacity: 0.6;
}
#transfer-view .scroll-div {
  overflow: auto;
  min-height: 150px;
  max-height: 150px;
}
#transfer-view .div-size200 {
  overflow: auto;
  min-height: 200px;
  max-height: 200px;
}
#transfer-view .responsive {
  overflow: auto;
  height: 600px;
}
#transfer-view .text-width {
  max-width: 85px;
}
#transfer-view .btn-check {
  height: 70px;
  font-size: 22px;
}
#transfer-view .cmp {
  border: 2px solid gainsboro;
  color: #747070;
  height: 70px;
  border-radius: 5px;
  font-size: 20px;
}
#transfer-view .cmp .title {
  margin-left: 10px;
}
#transfer-view .cmp .sign {
  float: right;
  margin-right: 10px;
}
#transfer-view #cmpTotal2 {
  background-color: #f27d09;
  height: 70px;
  border-radius: 5px;
  font-weight: bold;
}
#transfer-view #cmpTotal2 span {
  color: white;
  font-size: 20px;
}
#transfer-view #cmpTotal2 .title {
  margin-left: 10px;
}
#transfer-view #cmpTotal2 .sign {
  float: right;
  margin-right: 10px;
}
#transfer-view .m-left {
  width: 244px;
}
#transfer-view .margin-top {
  margin-top: -90px;
}
#transfer-view .chart-area {
  position: relative;
  height: 300px;
  text-align-last: center;
}
#transfer-view .numbers {
  text-align: right;
}
#transfer-view .i-green {
  color: #46d6b4;
}
#transfer-view .i-orange {
  color: #f27d09;
}
#transfer-view .i-blue {
  color: #208ef1;
}
#transfer-view .card {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
#transfer-view .chart-loading {
  z-index: 5000;
  position: absolute;
  width: 95%;
  height: 85%;
  align-items: center;
  background: rgba(31, 30, 46, 0.3) no-repeat 0 50%;
}
#transfer-view .sales-icon {
  background: 0 6px url(../images/icons/venta.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#transfer-view .sales-icon span {
  margin-left: 20px;
  color: white;
}
#transfer-view .expenses-icon {
  background: 0 6px url(../images/icons/carpeta1.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#transfer-view .expenses-icon span {
  margin-left: 20px;
  color: white;
}
#transfer-view .profit-icon {
  background: 0 6px url(../images/icons/ahorrar-dinero.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#transfer-view .profit-icon span {
  margin-left: 20px;
  color: white;
}
#transfer-view .shipping-icon {
  background: 0 6px url(../images/icons/camion-de-reparto.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#transfer-view .shipping-icon span {
  margin-left: 20px;
  color: white;
}
#welcome .chart-area {
  position: relative;
  height: 300px;
  text-align-last: center;
}
#welcome .numbers {
  text-align: right;
}
#welcome .card .card-header .card-title {
  color: #ededed;
}
#welcome .card-category {
  margin-bottom: 0;
  color: #9a9a9a;
}
#welcome .card-stats .card-footer {
  padding: 0;
}
#welcome .card .card-footer {
  background-color: transparent;
  border: 0;
  padding: 15px;
}
#welcome .card-stats hr {
  border-color: #2b3553;
}
#welcome .card-footer .stats {
  margin-bottom: 0;
  color: #9a9a9a;
  font-size: 1.1em;
}
#welcome .card-category {
  font-size: .75rem;
}
#welcome .card .card-header .card-category {
  color: #9a9a9a;
  margin-bottom: 5px;
  font-weight: 300;
}
#welcome .card-chart .card-header .card-title i {
  font-size: 21px;
  margin-right: 5px;
  margin-bottom: 3px;
}
#welcome .i-green {
  color: #46d6b4;
}
#welcome .i-orange {
  color: #f27d09;
}
#welcome .i-blue {
  color: #208ef1;
}
#welcome .card .card-header .card-title {
  color: #fff;
  font-weight: 100;
  font-size: 1.75rem;
  font-family: 'Poppins', sans-serif !important;
}
#welcome .sales-icon {
  background: 0 6px url(../images/icons/venta.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#welcome .sales-icon span {
  margin-left: 20px;
  color: white;
}
#welcome .expenses-icon {
  background: 0 6px url(../images/icons/carpeta1.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#welcome .expenses-icon span {
  margin-left: 20px;
  color: white;
}
#welcome .profit-icon {
  background: 0 6px url(../images/icons/ahorrar-dinero.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#welcome .profit-icon span {
  margin-left: 20px;
  color: white;
}
#welcome .shipping-icon {
  background: 0 6px url(../images/icons/camion-de-reparto.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#welcome .shipping-icon span {
  margin-left: 20px;
  color: white;
}
#welcome .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #4b7f03;
  background-color: #86C232;
  box-shadow: none;
}
#welcome .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  transform: translateX(1.1875rem);
  background-color: #fff;
}
#welcome .custom-switch .custom-control-label:after {
  top: 0;
  border: 1px solid #e9e9f2;
  border-radius: 50%;
}
#welcome .custom-switch .custom-control-label:after {
  left: -3rem;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #86C232;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#welcome .custom-switch .custom-control-label:before {
  left: -3rem;
  width: 2.5rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
#advertisement-view a {
  text-decoration: none!important;
}
#advertisement-view .carousel-inner {
  background-color: #f6fafd !important;
  color: black;
}
#advertisement-view .bg-faded-info {
  background-color: rgba(105, 179, 254, 0.1) !important;
}
#advertisement-view .bg-faded-warning {
  background-color: rgba(254, 165, 105, 0.1) !important;
}
#advertisement-view .bg-faded-success {
  background-color: rgba(66, 214, 151, 0.1) !important;
}
#advertisement-view .rounded-lg {
  border-radius: 0.4375rem !important;
}
#advertisement-view .font-weight-light {
  font-weight: 300!important;
}
#advertisement-view h5 {
  margin-bottom: 0.75rem!important;
  font-weight: 500!important;
  line-height: 1.2!important;
  color: #373f50!important;
}
#membership-view {
  /*************************New Card modal******************************/
  /*****************alert info****************************/
}
#membership-view .custom-control {
  padding-left: 0!important;
}
#membership-view .card-pricing .card-body {
  overflow: hidden;
  padding: 0;
}
#membership-view .card-pricing .card-body .card-title {
  position: relative;
  font-size: 5em;
  font-weight: 900;
  color: #222a42;
  text-transform: lowercase;
  margin-left: -5px;
  z-index: 1;
}
#membership-view .card-pricing .card-body .card-title2 {
  position: relative;
  font-weight: 900;
  color: #222a42;
  text-transform: lowercase;
  margin-top: -10px;
  z-index: 1;
}
#membership-view .card-pricing .card-body img {
  position: absolute;
  border-radius: 0.2857rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
#membership-view .card-pricing ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 80px auto 40px;
}
#membership-view .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
#membership-view .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#membership-view .card-pricing ul li {
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  padding: 5px 0;
  border: none;
}
#membership-view .list-group-item {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: -0.0625rem;
  background-color: #fff;
  border: 0.0625rem solid #e9ecef;
}
#membership-view .card-pricing .card-body .card-prices .text-on-front {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
  font-size: 3.6em;
  font-weight: 900;
  text-align: center;
}
#membership-view .card-pricing.card-primary .card-body .card-prices .text-on-back {
  color: rgba(135, 194, 50, 0.1);
}
#membership-view .card {
  min-height: 602px;
}
#membership-view .card-pricing .card-body .card-prices .text-on-back {
  position: relative;
  z-index: 1;
  font-size: 9.5em;
  text-align: center;
  margin-top: -130px;
  font-weight: 900;
  color: rgba(38, 49, 72, 0.1);
}
#membership-view .card-pricing .card-body .card-prices .plan {
  font-weight: 600;
  font-size: .8em;
  margin-top: -80px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
#membership-view .card-pricing .card-body .card-prices .text-on-front span {
  font-size: .7em;
}
#membership-view h5 {
  line-height: 1.4em;
  margin-bottom: 15px;
}
#membership-view .small {
  font-size: .375em!important;
}
#membership-view .card .card-footer {
  background-color: transparent;
  border: 0;
  padding: 15px;
}
#membership-view .btn-primary2 {
  background: #87c232;
  background-image: linear-gradient(to bottom left, #87c232, #648f28, #87c232);
  background-size: 210% 210%;
  background-position: 100% 0;
  background-color: #87c232;
  transition: all .15s ease;
  box-shadow: none;
  color: #fff;
}
#membership-view .btn1 {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 11px 40px;
  font-size: .875rem;
  line-height: 1.35em;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#membership-view .card .card-header {
  padding: 15px 15px 0;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
}
#membership-view .card-tasks .card-header .title {
  margin-right: 20px;
  font-weight: 400;
}
#membership-view .card h6 {
  color: rgba(255, 255, 255, 0.8);
}
#membership-view .card .card-header .card-category {
  color: #9a9a9a;
  margin-bottom: 5px;
  font-weight: 300;
}
#membership-view .card-tasks .card-header .dropdown {
  float: right;
  color: #ccc;
}
#membership-view .btn.btn-link.dropdown-toggle {
  height: 22px;
  padding: 0;
  margin-right: 5px;
}
#membership-view .card-tasks .table-full-width {
  max-height: 410px;
  position: relative;
}
#membership-view .ps {
  overflow: auto!important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
#membership-view .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #525f7f;
  background-color: transparent;
  border: 0px;
}
#membership-view table {
  border-collapse: collapse;
}
#membership-view .form-check input[type=checkbox] + .form-check-sign:after {
  opacity: 0;
  font-size: 10px;
  margin-top: 0;
}
#membership-view .table .form-check label .form-check-sign:after,
#membership-view .table .form-check label .form-check-sign:before {
  top: -17px;
  left: 4px;
}
#membership-view .form-check .form-check-sign:after {
  font-family: nucleo;
  content: "\ea1b";
  top: 0;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  border: 0;
  background-color: inherit;
}
#membership-view .form-check .form-check-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 18px;
  margin-bottom: 0;
  transition: color .3s linear;
}
#membership-view .form-check input[type=checkbox]:checked + .form-check-sign:before {
  border: none;
  background-color: #87c232;
}
#membership-view .table .form-check label .form-check-sign:after,
#membership-view .table .form-check label .form-check-sign:before {
  top: -17px;
  left: 4px;
}
#membership-view .form-check .form-check-sign:after,
#membership-view .form-check .form-check-sign:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  cursor: pointer;
  border-radius: 3px;
  top: 0;
  border: 1px solid #818181;
  transition: opacity .3s linear;
}
#membership-view .form-check .form-check-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 18px;
  margin-bottom: 0;
  transition: color .3s linear;
}
#membership-view .form-check .form-check-sign:after {
  font-family: nucleo;
  content: "\ea1b";
  top: 0;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  border: 0;
  background-color: inherit;
}
#membership-view .form-check .form-check-sign:after,
#membership-view .form-check .form-check-sign:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  cursor: pointer;
  border-radius: 3px;
  top: 0;
  border: 1px solid #818181;
  transition: opacity .3s linear;
}
#membership-view .form-check input[type=checkbox],
#membership-view .radio input[type=radio] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
#membership-view .form-check .form-check-sign:after {
  font-family: "Font Awesome 4 Free";
  content: "\f00c";
  top: 0;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  border: 0;
  background-color: inherit;
}
#membership-view .table .form-check label .form-check-sign:after,
#membership-view .table .form-check label .form-check-sign:before {
  top: -17px;
  left: 4px;
}
#membership-view .table th,
#membership-view .table td {
  border-top: 0px;
  padding: 0.75rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#membership-view .title {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
}
#membership-view a {
  text-decoration: none;
}
#membership-view .nav-link-style {
  color: #4b566b!important;
}
#membership-view .page-title-overlap + * {
  position: relative;
  margin-top: -4.875rem;
  z-index: 5;
}
#membership-view .page-title-overlap {
  padding-bottom: 6.375rem;
}
#membership-view .text-light {
  color: #fff !important;
}
#membership-view .rounded-lg {
  border-radius: .4375rem;
}
#membership-view .box-shadow-lg {
  box-shadow: 0 0.3rem 1.525rem -0.375rem #000000 !important;
}
#membership-view .cz-sidebar-static {
  padding: 1.875rem 1.875rem;
}
#membership-view .cz-sidebar,
#membership-view .cz-sidebar-static {
  width: 100%;
  background-color: #fff;
}
#membership-view .widget-title {
  margin-bottom: 1.125rem;
  font-size: 1.0625rem;
  font-weight: 500;
}
#membership-view .widget-product-title > a {
  color: #373f50;
}
#membership-view .widget-product-meta {
  font-size: .875rem;
}
#membership-view .font-weight-normal {
  font-weight: 400 !important;
}
#membership-view .btn-outline-primary {
  border-color: #86C232;
  color: #86C232;
}
#membership-view .btn-outline-primary:hover {
  border-color: #68a218;
  background-color: #68a218;
  color: #fff;
}
#membership-view .btn > i {
  margin-top: -0.1875rem;
  vertical-align: middle;
}
#membership-view .breadcrumb-light .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
#membership-view .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .425rem;
  color: #a6acb7;
}
#membership-view .breadcrumb-item::before {
  vertical-align: middle;
}
#membership-view #nav-menu {
  background-color: transparent!important;
}
#membership-view .breadcrumb-item > a {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: #adaeb1;
}
#membership-view .font-size-sm {
  font-size: .875rem !important;
  font-family: "Rubik";
}
#membership-view .font-size-lg {
  font-size: 1.125rem !important;
  font-family: "Rubik";
}
#membership-view .text-sm-left {
  text-align: left !important;
}
#membership-view .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
#membership-view .rounded-circle {
  border-radius: 50% !important;
}
#membership-view .img-thumbnail {
  padding: .3125rem;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  border-radius: .3125rem;
  box-shadow: none;
  max-width: 100%;
  height: auto;
}
#membership-view .font-size-base {
  font-size: 1rem !important;
}
#membership-view .img-thumbnail.rounded-circle .badge {
  position: absolute;
  top: -0.3125rem;
  right: 0;
  cursor: default;
}
#membership-view .badge-warning {
  color: #2b3445;
  background-color: #fea569;
}
#membership-view .badge {
  display: inline-block;
  padding: .25em .625em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .175rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}
#membership-view .sec-text {
  margin-bottom: 0px;
}
#membership-view .modal .modal-content {
  border: 0px!important;
}
#membership-view .card-modal fieldset {
  border-style: solid;
  border: 1px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  background: #27293d;
  border-radius: 8px;
}
#membership-view .strip-container {
  padding: 10px;
  background-color: #27293d!important;
  box-shadow: none;
}
#membership-view .card-modal #close-icon {
  padding: 2px 5px 5px 0;
  z-index: 1000;
  color: #fff;
}
#membership-view .card-modal #card-description {
  font-size: 20px;
  position: absolute;
  text-align: left;
}
#membership-view .card-modal fieldset legend + * {
  clear: both;
}
#membership-view .card-modal fieldset legend {
  float: left;
  width: 50% !important;
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 3px 10px 7px;
}
#membership-view .card-modal .StripeElement {
  box-sizing: border-box;
  color: white;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: lightyellow;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
#membership-view .ElementsApp .InputElement {
  color: #fff!important;
}
#membership-view .alert-info {
  color: #1c1c2a;
  background-color: #ededee;
  border-color: #c9c9cd;
}
#membership-view .alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
#membership-view .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #86C232;
  background-color: #86C232;
  box-shadow: none;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  transform: translateX(1.1875rem);
  background-color: #fff;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-label:after {
  top: 0;
  border: 1px solid #e9e9f2;
  border-radius: 50%;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-label:after {
  left: -3rem;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #777;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-label:before {
  left: -3rem;
  width: 2.5rem;
  pointer-events: all;
  border-radius: 0.5rem;
  cursor: pointer;
}
#membership-view .saleTag-module--container--d093f {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 7px 20px 0 rgba(0, 0, 0, 0.15);
  height: 160px;
  margin-top: 100px!important;
  position: absolute;
  transform-origin: bottom left;
  width: 160px;
  z-index: 4;
}
#membership-view svg.heroPerson-module--outerRing--5cb4d .heroPerson-module--outerRingPath--da9bb {
  fill: transparent;
  stroke-width: 1;
  stroke-linecap: round;
}
#membership-view .saleTag-module--saleLabel--f1d06 {
  color: #858794;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  line-height: 18px;
  margin: 0;
  position: absolute;
  top: 27px;
  width: 100%;
}
#membership-view .saleTag-module--price--fef81 {
  color: #19235a;
  font-size: 26px;
  font-weight: 600;
  left: 0;
  letter-spacing: -0.6px;
  line-height: 31px;
  margin: 0;
  position: absolute;
  top: 50px;
  width: 100%;
}
#membership-view .saleTag-module--cardNumber--28ef4 {
  color: #19235a;
  font-size: 15px;
  font-weight: 400;
  left: 54px;
  line-height: 18px;
  position: absolute;
  top: 115px;
}
#membership-view .saleTag-module--visa--c0445 {
  width: 100%;
  padding-top: 110px;
}
#membership-view .nameTag-module--container--43731 {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 7px 20px 0 rgba(0, 0, 0, 0.15);
  height: 80px;
  position: absolute;
  transform-origin: top right;
  width: 275px;
  z-index: 4;
}
#membership-view .nameTag-module--name--83242 {
  color: #191e49;
  font-size: 17px;
  font-weight: 600;
  left: 40px;
  line-height: 20px;
  max-width: 150px;
  min-width: 45px;
  position: absolute;
  top: 21px;
  width: 100%;
}
#membership-view .nameTag-module--description--01d9c {
  color: #727fa1;
  font-size: 15px;
  font-weight: 500;
  left: 40px;
  line-height: 18px;
  margin: 0;
  max-width: 150px;
  min-width: 45px;
  position: absolute;
  top: 42px;
  width: 100%;
}
#membership-view .nameTag-module--checkmarkCircle--c78af {
  background-color: #16c09f;
  border-radius: 50%;
  display: block;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 28px;
  width: 24px;
}
#membership-view .nameTag-module--photo-container--6335f {
  height: 50px;
  left: 15px;
  position: absolute;
  top: 10px;
  transform-origin: center center;
  width: 50px;
}
#membership-view .nameTag-module--photo-container--6335f .nameTag-module--photo--38098 {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
#membership-view .gatsby-image-wrapper-constrained {
  display: inline-block;
  vertical-align: top;
}
#membership-view .gatsby-image-wrapper {
  overflow: hidden;
}
#membership-view .nameTag-module--checkmarkCircle--c78af .nameTag-module--checkmarkIcon--73477 {
  left: 6px;
  position: absolute;
  top: 8px;
  width: 11px;
}
#agent-view .saleTag-module--container--d093f {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 7px 20px 0 rgba(0, 0, 0, 0.15);
  height: 160px;
  margin-top: 100px!important;
  position: absolute;
  transform-origin: bottom left;
  width: 305px;
  z-index: 4;
}
#agent-view svg.heroPerson-module--outerRing--5cb4d .heroPerson-module--outerRingPath--da9bb {
  fill: transparent;
  stroke-width: 1;
  stroke-linecap: round;
}
#agent-view .saleTag-module--saleLabel--f1d06 {
  color: #858794;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  line-height: 18px;
  margin: 0;
  position: absolute;
  top: 27px;
  width: 100%;
}
#agent-view .saleTag-module--price--fef81 {
  color: #19235a;
  font-size: 20px;
  font-weight: 600;
  left: 0;
  letter-spacing: -0.6px;
  line-height: 31px;
  margin: 0;
  position: absolute;
  top: 50px;
  width: 100%;
}
#agent-view .saleTag-module--cardNumber--28ef4 {
  color: #19235a;
  font-size: 15px;
  font-weight: 400;
  left: 15px;
  line-height: 18px;
  position: absolute;
  top: 95px;
}
#agent-view .saleTag-module--visa--c0445 {
  width: 100%;
  padding-top: 110px;
}
#agent-view .nameTag-module--container--43731 {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 7px 20px 0 rgba(0, 0, 0, 0.15);
  height: 80px;
  position: absolute;
  transform-origin: top right;
  width: 305px;
  z-index: 4;
}
#agent-view .nameTag-module--name--83242 {
  color: #191e49;
  font-size: 17px;
  font-weight: 600;
  left: 40px;
  line-height: 20px;
  max-width: 170px;
  min-width: 45px;
  position: absolute;
  top: 21px;
  width: 100%;
}
#agent-view .nameTag-module--description--01d9c {
  color: #727fa1;
  font-size: 15px;
  font-weight: 500;
  left: 40px;
  line-height: 18px;
  margin: 0;
  max-width: 170px;
  min-width: 45px;
  position: absolute;
  top: 42px;
  width: 100%;
}
#agent-view .nameTag-module--checkmarkCircle--c78af {
  background-color: #16c09f;
  border-radius: 50%;
  display: block;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 28px;
  width: 24px;
}
#agent-view .nameTag-module--photo-container--6335f {
  height: 50px;
  left: 15px;
  position: absolute;
  top: 10px;
  transform-origin: center center;
  width: 50px;
}
#agent-view .nameTag-module--photo-container--6335f .nameTag-module--photo--38098 {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
#agent-view .gatsby-image-wrapper-constrained {
  display: inline-block;
  vertical-align: top;
}
#agent-view .gatsby-image-wrapper {
  overflow: hidden;
}
#agent-view .nameTag-module--checkmarkCircle--c78af .nameTag-module--checkmarkIcon--73477 {
  left: 6px;
  position: absolute;
  top: 8px;
  width: 11px;
}
#view-partners {
  /*charts***********************************************/
}
#view-partners .img-thumbnail {
  padding: .3125rem;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  border-radius: .3125rem;
  box-shadow: none;
  max-width: 5.1rem !important;
  height: auto !important;
}
#view-partners .img-thumbnail.rounded-circle .badge {
  position: absolute;
  top: -0.3125rem;
  right: 0;
  cursor: default;
}
#view-partners .rounded-circle {
  border-radius: 50% !important;
}
#view-partners .custom-card {
  border: 1px solid #4f515a!important;
}
#view-partners .card-header {
  padding: 0px!important;
}
#view-partners .list-group-item {
  border: 1px solid #4f515a!important;
  background: #27293d;
}
#view-partners .loading2 {
  position: absolute;
  width: 100%;
  height: 85%;
  align-items: center;
}
#view-partners .container-fluid .row .table-responsive {
  min-height: 250px;
}
#view-partners .container-fluid .row .barCont {
  height: 3px;
}
#view-partners .container-fluid .row table thead {
  background-color: white;
}
#view-partners .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#view-partners .chart-body {
  min-height: 500px;
}
#view-partners .invoices-body {
  height: 500px;
  background-color: white;
}
@media (min-width: 991px) {
  #view-partners .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  #view-partners .first-panel {
    margin-top: 90px;
  }
}
#view-partners .responsive {
  overflow: auto;
  height: 600px;
}
#view-partners .arrow {
  color: #86C232;
}
#view-partners .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#view-partners .arrow:active {
  transform: scale(1.3);
}
#view-partners .left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
#view-partners .left-side:hover {
  opacity: 0.6;
}
#view-partners .right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
#view-partners .right-side:hover {
  opacity: 0.6;
}
#view-partners .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#view-partners .s-point {
  border-radius: 150px;
  background-color: #86C232;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#view-partners .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#view-partners .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#view-partners .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#view-partners .chart-area {
  position: relative;
  height: 300px;
  text-align-last: center;
}
#view-partners .numbers {
  text-align: right;
}
#view-partners .i-green {
  color: #46d6b4;
}
#view-partners .i-orange {
  color: #f27d09;
}
#view-partners .i-blue {
  color: #208ef1;
}
#view-partners .card {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
#view-partners .chart-loading {
  z-index: 5000;
  position: absolute;
  width: 95%;
  height: 85%;
  align-items: center;
  background: rgba(31, 30, 46, 0.3) no-repeat 0 50%;
}
#view-partners .sales-icon {
  background: 0 6px url(../images/icons/venta.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#view-partners .sales-icon span {
  margin-left: 20px;
  color: white;
}
#view-partners .expenses-icon {
  background: 0 6px url(../images/icons/carpeta1.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#view-partners .expenses-icon span {
  margin-left: 20px;
  color: white;
}
#view-partners .profit-icon {
  background: 0 6px url(../images/icons/ahorrar-dinero.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#view-partners .profit-icon span {
  margin-left: 20px;
  color: white;
}
#view-partners .shipping-icon {
  background: 0 6px url(../images/icons/camion-de-reparto.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#view-partners .shipping-icon span {
  margin-left: 20px;
  color: white;
}
#view-partners .badge-orange {
  background-color: #f27d09;
  color: white;
}
