@charset "UTF-8";

/* Colors */

footer#footer {
  padding: 10px 0 0 0;
  background: #2d2d2d;
  border-top: 8px solid #222;
}

.footer-in {
  margin: 0 auto;
  padding-bottom: 50px;
  color: #ccc;
  position: relative;
}

.footer-in h5.subtitle {
  color: #ddd;
  display: block;
  border-bottom: 1px solid #212121;
  padding-bottom: 6px;
  margin: 0;
  margin: 35px 0;
  box-shadow: 0 1px #373737;
  position: relative;
}

.footer-in h5 {
  font-weight: 300 !important;
}

.footer-in p {
  line-height: 19px;
  color: #ccc;
  font-weight: 400;
  font-size: 14px;
}

#footer .footer-in .widget ul li:hover {
  background-color: #272727;
}

#footer .footer-in .widget ul li:hover a {
  padding-left: 6px;
  transition: all 0.07 ease;
}

.widget {
  height: auto;
  padding: 0px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  clear: both;
}

.widget ul,
.widget ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0;
}

.widget ul li,
#footer.litex .widget ul li {
  color: #95a3a6;
  border-bottom: 1px dotted #e2e2e2;
  border-bottom-color: #e2e2e2;
  padding: 8px 0;
}

#footer .widget ul li {
  border-color: #414141;
}

.widget ul li::after {
  float: right;
  font-family: "FontAwesome";
  padding-right: 3px;
  font-size: 6px;
  content: "\F054";
  color: #bbb;
  vertical-align: middle;
}

#footer .widget ul li a {
  background: none;
  color: #a9a9a9;
}

.footbot {
  margin: 0 auto;
  position: relative;
  background: #222;
  padding: 26px 0 18px;
  text-align: right;
  border-top-right-radius: 2px;
  border-top-left-radius: 1px;
}

.footer-navi {
  text-align: left;
}

.facebook:hover {
  background-color: #3b5996;
}

.linkedin:hover {
  background-color: #0073b2;
}

.instagram:hover {
  background-color: #457399;
}

.facebook {
  background-image: url(/images/facebook.png?581af44cf4912d499d6ebb7976ba8a0f);
}

.instagram {
  background-image: url(/images/instagram.png?ca5a0ca599bd19f449463ccf991110f5);
}

.linkedin {
  background-image: url(/images/linkedin.png?e5da24e59935f6e3912131fb27344ba2);
}

.facebook,
.instagram,
.linkedin {
  padding: 15px;
  margin: 0 3px;
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
}

.home-carousel-control-next,
.home-carousel-control-prev {
  background-image: none;
  width: 70px;
  height: 50px;
  position: absolute;
  top: 50%;
}

.home-carousel-control-next {
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  right: 0px;
}

.home-carousel-control-prev {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  left: 0px;
}

.left-section {
  position: absolute;
  top: 55%;
  left: 10%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 75%;
  color: white;
}

.left-section h2 {
  margin-bottom: 0.5em;
}

.left-section p {
  margin-bottom: 1em;
}

.mandatory-component::after {
  position: relative;
  top: -4px;
  margin-left: 5px;
  font-size: 12px;
  color: #ED5565;
  content: "\2022";
}

/*Login*/

.auth-brand .brand-img {
  max-width: 280px;
}

/* #region NAVS */

.nav.nav-tabs .nav-link.active {
  color: #324148;
  background: transparent;
  border-color: #00BA4C;
}

.nav.nav-tabs .nav-link.active:hover,
.nav.nav-tabs .nav-link.active:focus {
  border-color: #00BA4C;
}

.nav.nav-tabs.nav-tabs-neon .nav-link.active {
  border-color: #00BA4C;
}

.nav.nav-tabs.nav-tabs-neon .nav-link.active:hover,
.nav.nav-tabs.nav-tabs-neon .nav-link.active:focus {
  border-color: #00BA4C;
}

.nav.nav-tabs.nav-tabs-neon .nav-item.show .nav-link {
  border-color: #00BA4C;
}

.nav.nav-pills .nav-link.active {
  color: #fff;
  background-color: #00BA4C;
}

.nav.nav-pills.nav-pills-neon .nav-link.active {
  background-color: #00BA4C;
}

.nav.nav-pills.nav-pills-neon .nav-item.show .nav-link {
  background-color: #00BA4C;
}

.nav-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

@media (max-width: 768px) {
  .hk-wrapper .hk-navbar.fixed-top-second {
    top: 0;
  }
}

.navbar-brand {
  width: 200px;
  height: 55px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: url(/Images/Logotipo_NEXUS_transparente.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 50px;
  color: #324148;
  /*    @media (max-width:576px){
      background-size:auto;
  }*/
}

.config-nav {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.07);
}

span.config-hamburger {
  background: #00BA4C;
  height: 2px;
  width: 20px;
  margin: 4px 0;
  display: block;
  border-radius: 20%;
}

button.config-hamburger:active {
  background: #00BA4C;
  border-color: #00BA4C;
  outline: none;
}

button.config-hamburger:active span.config-hamburger {
  background: #fff;
}

.hamburger-active {
  background: #00BA4C;
  border-color: #00BA4C;
  outline: none;
}

.hamburger-active span.config-hamburger {
  background: #fff;
}

/* #endregion */

@media (max-width: 768px) {
  .mobile-d-none {
    display: none;
  }
}

.d-none,
.grid-col--3,
.grid-col--2 {
  display: none;
}

/* #region WRAPPER */

.hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap a i {
  font-size: 15px;
  position: absolute;
  right: 25px;
  top: 10px;
  opacity: 0;
  height: 20px;
  width: 20px;
  background: #00BA4C;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  color: #fff;
}

.bg-primary,
.bg-neon {
  background: #00BA4C !important;
}

/* #endregion */

/* #region MARGINS */

.m-t-xl {
  margin-top: 60px;
}

@media (max-width: 841px) {
  .m-t-xl {
    margin-top: 120px;
  }
}

.m-l-auto {
  margin-left: auto;
}

.m-r-auto {
  margin-right: auto;
}

.mt-10p {
  margin-top: 10px;
}

/* #endregion*/

/* #region FORM */

.form-control:focus,
.dd-handle:focus {
  box-shadow: none;
  border-color: #00BA4C;
}

.config-margin-flex {
  flex: 0.5 auto !important;
}

.config-save-flex {
  flex: 0.5 1.5;
}

.toggle .toggle-on,
.toggle .toggle-select .toggle-inner .active {
  background: #00BA4C;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}

.toggle .toggle-on.active + .toggle-blob {
  border-color: #00BA4C;
}

.toggle.toggle-bg-neon .toggle-on,
.toggle.toggle-bg-neon .toggle-select .toggle-inner .active,
.toggle.toggle-bg-primary .toggle-on,
.toggle.toggle-bg-primary .toggle-select .toggle-inner .active {
  background: #00BA4C;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}

.toggle.toggle-bg-neon .toggle-on.active + .toggle-blob,
.toggle.toggle-bg-primary .toggle-on.active + .toggle-blob {
  border-color: #00BA4C;
}

#search {
  background: #fff;
  width: 20px;
  height: 20px;
  padding: 20px;
  border-radius: 30px;
  border: none;
  color: black;
  cursor: pointer;
  transition: width 1s ease;
}

#search:focus {
  outline: none;
}

#search-btn {
  width: 22px;
  height: 22px;
  margin: 10px 0 0 0px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.search-contain:before {
  content: "";
  border-radius: 50%;
  width: 51px;
  height: 51px;
  position: absolute;
  -webkit-animation: grow 1s 3;
          animation: grow 1s 3;
}

@-webkit-keyframes grow {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes grow {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* #endregion */

/* #region ALERT */

.alert.alert-inv.alert-inv-primary {
  background: #00BA4C;
  color: #f3f9ec;
}

/* #endregion */

/* #region CHECKBOX */

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00BA4C;
}

.custom-checkbox.checkbox-primary .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox.checkbox-neon .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00BA4C;
}

.custom-radio.radio-primary .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio.radio-neon .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00BA4C;
}

.hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item.active .display-4 {
  color: #00BA4C;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background-color: #00BA4C;
  color: #fff;
}

/* #endregion */

/* #region PAGINATION */

.pagination .page-item.active .page-link {
  background: #00BA4C;
  border-color: #00BA4C;
  color: #fff;
}

.pagination .page-item.active.active-primary .page-link,
.pagination .page-item.active.active-neon .page-link {
  background: #00BA4C;
  border-color: #00BA4C;
  color: #fff;
}

.list-group-item.active {
  background-color: #00BA4C;
  border-color: #00BA4C;
}

.list-group-item.list-group-inv.list-group-inv-primary:not(.active) {
  background-color: #00BA4C;
  color: #f3f9ec;
  border-color: #00BA4C;
}

/* #endregion*/

/* #region TABLE */

table.dataTable thead td.sorting::before,
table.dataTable thead td.sorting_asc::before,
table.dataTable thead td.sorting_desc::before,
table.dataTable thead td.sorting::after,
table.dataTable thead td.sorting_asc::after,
table.dataTable thead td.sorting_desc::after,
table.dataTable thead th.sorting::before,
table.dataTable thead th.sorting_asc::before,
table.dataTable thead th.sorting_desc::before,
table.dataTable thead th.sorting::after,
table.dataTable thead th.sorting_asc::after,
table.dataTable thead th.sorting_desc::after {
  transform: translateY(0);
  content: "";
  color: #00BA4C;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #00BA4C;
  color: #fff;
}

/* #endregion */

/* #region BUTTONS */

.btn-primary,
.btn-neon {
  color: #fff;
  background-color: #00BA4C;
  border-color: #00BA4C;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-neon:hover,
.btn-neon:focus,
.btn-neon:active {
  background-color: #00ed61;
  border-color: #00ed61;
}

.btn-link {
  color: #00BA4C;
}

.btn-link:hover {
  color: #008737;
}

.btn-white {
  background: white;
  border: 1px solid #e0e3e4;
  border-width: 2px;
}

/* #endregion */

/* #region Badge */

.badge.badge-primary {
  background-color: #00BA4C;
}

.badge.badge-primary:hover {
  background-color: #00ed61;
}

/* #endregion */

/* #region TEXT */

.text-primary {
  color: #00BA4C !important;
}

a.text-primary {
  color: #00BA4C !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #00ed61 !important;
}

.text-transparent {
  color: transparent !important;
}

.text-dark-green {
  color: #284e36 !important;
}

.config-price,
.configs-title {
  color: #284e36;
}

/* #endregion */

/* #region LINK */

a {
  text-decoration: none;
  color: #00BA4C;
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #00BA4C;
}

a:focus {
  text-decoration: none;
  outline: none;
  color: #00BA4C;
}

/* #endregion */

/* #region Cards */

.btn .icon-arrow-right {
  position: relative;
  top: 1px;
  margin-left: 8px;
  font-size: 14px;
}

.card .card-title-category.component,
.card-home .card-title-category.component {
  color: #00BA4C;
  border-bottom: solid thin #00BA4C;
}

.card .card-img-small,
.card-home .card-img-small {
  max-height: 100px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.card .card-margin-top,
.card-home .card-margin-top {
  margin-top: 2.5rem;
}

.card .card-text,
.card-home .card-text {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 14px;
}

.custom-image {
  text-align: center;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}

.custom-image .profile-photo {
  width: 100px;
  height: 100px;
}

.custom-image .company-logo {
  width: 400px;
  height: 200px;
}

@media (min-width: 768px) {
  .h-sm-75 {
    height: 75%;
  }
}

.card-col-4 {
  min-width: 31.3333333333%;
  max-width: 31.3333333333%;
}

@media (max-width: 992px) {
  .card-col-4 {
    min-width: 48%;
    max-width: 48%;
  }
}

@media (max-width: 768px) {
  .card-col-4 {
    min-width: 98%;
    max-width: 98%;
  }
}

/* #endregion*/

/* #region ICONS*/

.fa-fast-backward,
.fa-step-backward,
.fa-step-forward,
.fa-fast-forward {
  color: #00BA4C;
}

.favorite,
.favorite-del {
  font-size: 22px;
  cursor: pointer;
}

.fav {
  color: #ed1b60;
}

/* #endregion */

/* #region masonry */

.grid {
  display: flex;
}

.grid .grid-col {
  flex: 1;
  padding: 0 1em;
}

@media (min-width: 768px) {
  .grid .grid-col {
    padding: 0.5em;
  }
}

@media (min-width: 768px) {
  .grid-col--2 {
    display: block;
  }
}

@media (min-width: 1080px) {
  .grid-col--3 {
    display: block;
  }
}

.grid-item img {
  width: 100%;
}

@media (min-width: 768px) {
  .grid-item img {
    margin-bottom: 0.5em;
  }
}

/* #endregion */

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

.align-center {
  align-items: center;
}

.highliths {
  color: #00BA4C;
}

.resume-config .resume-title {
  background-color: #00BA4C;
}

.resume-fixed {
  position: fixed;
  margin-top: 120px;
}

@media screen and (max-width: 998px) {
  .resume-fixed {
    position: static;
    margin: 0 auto 10px auto;
  }
}

.vertical-scroll {
  overflow-y: auto;
  max-height: 75vh;
}

.category-actions-right {
  width: 50%;
  float: right;
  background-color: #00BA4C;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 10px;
}

.category-actions-right:hover {
  background-color: #00ed61;
}

.category-actions-right a {
  color: white;
  font-size: 13px;
}

.ibox-title .pull-right.demonstration {
  position: absolute;
  top: 223px;
  right: 36px;
}

#nav_close {
  position: absolute;
  left: 80%;
  top: 2%;
}

/* #region Borders */

.bord-l-transparent {
  border-left: transparent !important;
}

.bord-r-transparent {
  border-right: transparent !important;
}

/* #endregion */

/* #region widths and heights */

.min-h-30vh {
  min-height: 30vh;
}

.min-h-50vh {
  min-height: 50vh;
}

.min-h-80vh {
  min-height: 80vh;
}

.min-w-50p {
  min-width: 50px !important;
}

.min-w-100p {
  min-width: 100px !important;
}

.min-w-150p {
  min-width: 150px !important;
}

.min-w-200p {
  min-width: 200px !important;
}

.min-w-450p {
  min-width: 450px !important;
}

.max-h-30p {
  max-height: 30px !important;
}

.max-w-200p {
  max-width: 200px !important;
}

.max-width-300p {
  max-width: 300px !important;
}

/* #endregion */

.cursor-pointer {
  cursor: pointer !important;
}

.h-270p {
  height: 270px;
}

/*#summary-div {
    max-height: 100px;
    overflow-y: scroll;
    scrollbar-width:thin;
}
*/

.hover-bold:hover {
  font-weight: bold;
}

.d-grid {
  display: grid;
}

.quick-search:focus {
  border-color: #e0e3e4 !important;
}

.bg-grey-6 {
  background-color: #e3e3e3;
}

.rounded-100 {
  border-radius: 100px !important;
}

.rounded-top-100 {
  border-top-left-radius: 100px !important;
  border-top-right-radius: 100px !important;
}

.rounded-bottom-100 {
  border-bottom-left-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
}

.rounded-left-100 {
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.rounded-right-100 {
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
}

.text-none {
  text-transform: none !important;
}

.border-transparent {
  border: 0px solid transparent;
}

.carousel-control-next-icon.home,
.carousel-control-prev-icon.home {
  border: none !important;
  color: #001119;
  font-size: 1.5em;
  background-color: #808080;
}

.card-home {
  padding: 1.25rem;
  background-color: #dbdbdb !important;
}

.card-home .card-body {
  padding: 10px;
}

.card-home .card-body .text {
  padding: 0 12px;
}

.card-home .card-body .home-card-link::after {
  content: "\F105";
  margin-left: 4px;
  color: inherit;
  font-size: 15px;
  font-weight: bold;
}

.productsInCart {
    font-size: 12px;
}
#statusForm {
    display: contents;
}
.state-select{
    display:flex;
    justify-content:center;
    justify-items:center;
    align-content:center;
    align-items:center;
}

.state-select label{
    margin-bottom:0px;
    margin-right: 5px;
}