.login_content {
  background: #ffffff;
  border: 1px dashed #d6d6d6;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.login {
  background: #ffffff !important;
}
.nav-md .navbar.nav_title .logo-md {
}

.nav-sm .navbar.nav_title .logo-md {
  display: none;
}

.nav-md .navbar.nav_title .logo-xs {
  display: none;
}

.nav-sm .navbar.nav_title .logo-xs {
  display: block;
  margin-top: 10px;
  margin-left: 2px;
}

.has-error .help-block {
  margin-top: 0 !important;
  margin-bottom: 3px !important;
}

.input-group-btn .btn {
  margin-right: 0 !important;
}

.thumbnail {
  height: auto !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}
.table.table-items > tbody > tr > td {
  vertical-align: top !important;
}
.table.table-items > tbody > tr > td.align-middle {
  vertical-align: middle !important;
}
.table.table-items .form-group-sm .form-control {
  padding: 5px 5px;
}
.table .help-block {
  margin-top: 0 !important;
  margin-bottom: 3px !important;
}
.table .form-group-sm,
.table .form-group {
  margin-bottom: 0 !important;
}
img.mini {
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
}

.title_right .btn {
  margin-right: 0;
}

.footer-form .btn {
  margin-right: 0;
}

.dropdown-menu {
  font-size: 12px !important;
}
.dropdown-menu > li > a {
  padding: 3px 10px;
}
@media (max-width: 767px) {
  .table-responsive.table-dropdown .dropdown-menu {
    position: relative !important;
    overflow-x: auto;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .table-responsive.table-dropdown {
    overflow: inherit !important;
  }
}
.footer-app,
.footer-app a {
  color: #73879c !important;
  font-size: 11px !important;
}

.footer-app a {
  font-weight: bold !important;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-icon {
  display: block;
  font-size: 80px;
  margin: 15px 0 33px 0;
  text-align: center;
}
span.required {
  color: red !important;
}
.mini {
  font-size: 90%;
}
.alert > ul {
  padding-left: 15px;
}
.ymchart {
  width: 100%;
}
.ymlabel-1 {
  border-radius: 3px;
  background: #03586a;
  padding: 0 5px;
}
.ymlabel-2 {
  border-radius: 3px;
  background: #26b99a;
  padding: 0 5px;
}
.ymlabel-3 {
  border-radius: 3px;
  background: #3498db;
  padding: 0 5px;
}
.ymlabel-4 {
  border-radius: 3px;
  background: #ff9933;
  padding: 0 5px;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-0,
.py-0 {
  padding-left: 0 !important;
}
.pl-1,
.py-1 {
  padding-left: 0.25rem !important;
}
.pl-2,
.py-2 {
  padding-left: 0.5rem !important;
}
.pl-3,
.py-3 {
  padding-left: 1rem !important;
}
.pl-4,
.py-4 {
  padding-left: 1.5rem !important;
}
.pl-5,
.py-5 {
  padding-left: 3rem !important;
}
.pr-0,
.py-0 {
  padding-right: 0 !important;
}
.pr-1,
.py-1 {
  padding-right: 0.25rem !important;
}
.pr-2,
.py-2 {
  padding-right: 0.5rem !important;
}
.pr-3,
.py-3 {
  padding-right: 1rem !important;
}
.pr-4,
.py-4 {
  padding-right: 1.5rem !important;
}
.pr-5,
.py-5 {
  padding-right: 3rem !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-0,
.my-0 {
  margin-left: 0 !important;
}
.ml-1,
.my-1 {
  margin-left: 0.25rem !important;
}
.ml-2,
.my-2 {
  margin-left: 0.5rem !important;
}
.ml-3,
.my-3 {
  margin-left: 1rem !important;
}
.ml-4,
.my-4 {
  margin-left: 1.5rem !important;
}
.ml-5,
.my-5 {
  margin-left: 3rem !important;
}
.mr-0,
.my-0 {
  margin-right: 0 !important;
}
.mr-1,
.my-1 {
  margin-right: 0.25rem !important;
}
.mr-2,
.my-2 {
  margin-right: 0.5rem !important;
}
.mr-3,
.my-3 {
  margin-right: 1rem !important;
}
.mr-4,
.my-4 {
  margin-right: 1.5rem !important;
}
.mr-5,
.my-5 {
  margin-right: 3rem !important;
}
.top_nav .navbar-right {
  width: 50%;
}
.ymwidget .x_panel {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.add-to-cart {
}
.add-to-cart:hover .x_title h2 {
  font-size: 20px;
}
.add-to-cart:hover .x_content,
.add-to-cart.active .x_content {
  background: #1abb9c;
  border-radius: 5px;
}
.add-to-cart:hover .green,
.add-to-cart.active .green {
  color: white;
}
.add-to-cart:hover .divider,
.add-to-cart.active .divider {
  border-bottom: 1px solid white;
}
.add-to-cart:hover h3,
.add-to-cart.active h3,
.add-to-cart:hover p,
.add-to-cart.active p {
  color: #122940;
}
.fixed_height_360 {
  height: 280px;
}
.add-to-cart .name_title {
  font-size: 17px;
  font-weight: bold;
  text-align: center !important;
}
.ymwidget .name_title {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 1200px) {
  .ymwidget {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 1200px) {
  .add-to-cart .name_title {
    font-size: 17px;
  }
}
.info-number i {
  font-size: 20px !important;
}
.info-number .badge {
  top: 4px;
  right: 4px;
}
.ui-ribbon-container .ui-ribbon-wrapper {
  z-index: 100;
}
.env-local {
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 135px;
}
.env-local span {
  width: 150px;
  height: 25px;
  color: #ba8b00;
  display: table;
  background: rgba(255, 193, 7, 0.5);
  text-align: center;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  font-weight: bold;
  line-height: 25px;
}
.env-demo {
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 135px;
}
.env-demo span {
  width: 150px;
  height: 25px;
  color: #fff;
  display: table;
  background: rgba(220, 53, 69, 0.8);
  text-align: center;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  font-weight: bold;
  line-height: 25px;
}
.text-muted {
  color: #aaa;
}
a.btn-excel {
  color: #fff;
}
.btn-excel {
  background: #5cb85c;
  border: 1px solid #4cae4c;
  color: #fff;
}
.btn-excel:hover,
.btn-excel:focus,
.btn-excel:active,
.btn-excel.active,
.open .dropdown-toggle.btn-excel {
  background: #449d44;
  color: #fff;
}
.label-dark {
  background-color: #394d5f;
}
.label-dark[href]:hover,
.label-dark[href]:focus {
  background-color: #394d5f;
}
.swal2-popup {
  width: 42em;
}
.swal2-icon {
  width: 8em;
  height: 8em;
  line-height: 8em;
}
.swal2-icon-text {
  font-size: 8.75em;
}
.swal2-popup .swal2-title {
  font-size: 2.275em;
}
.swal2-popup .swal2-content {
  font-size: 1.425em;
}

/*Ajuste Aldo Quiterio descarga CFDI*/
.left_col {
  background: #0463a3;
}
body {
  background: #0463a3;
}
.nav_title {
  background: #0463a3;
}
.nav-sm ul.nav.child_menu {
  background: #0463a3;
}
.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
  border-right: 5px solid #dc3444;
}
.nav-sm > .nav.side-menu > li.active-sm > a {
  color: #dc3444 !important;
}
.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
  border-right: 5px solid #dc3444;
}
.nav.side-menu > li.active > a {
  background: transparent;
}
.btn-success {
  background: #dc3444;
  border: 1px solid #d13b1d;
}
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  background: #d13b1d !important;
  border-color: #bd3014 !important;
}
.btn-danger {
  background: #a72005;
  border: 1px solid #981a01;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
  background: #981a01 !important;
  border-color: #8b1a03 !important;
}
table.jambo_table thead {
  background: #0463a3;
}
.alert-success {
  color: #fff;
  background-color: #047bfb;
  border-color: #047bfb;
}
.add-to-cart:hover .x_content,
.add-to-cart.active .x_content {
  background: #208bff;
  border-radius: 5px;
}
.green {
  color: #047bfb;
}
.pace {
  border: 1px solid #dc3444;
}
.pace .pace-progress {
  background: #dc3444;
}
.getintouch {
  width: 80px;
  height: 80px;
  text-align: center;
  right: 35px;
  bottom: 25px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.3;
  position: fixed;
}
.support-chat {
 height: 50px !important;
 width: 50px !important;
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.zoom-in-out {
  animation: zoom-in-out 5s forwards;
  animation-iteration-count: 3;
}

/*popup*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 500ms;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.overlay_visible {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  background: #fff;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  height: 80%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.close {
  top: 40px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  z-index: 9999;
  color: #fff;
  opacity: 1;
  position: relative;
  z-index: 9999;
}
.popup .close:hover {
  color: #000;
}

.content {
  overflow: auto;
}

.img-popup {
  width: 100%;
}

.title-h3 {
  font-size: 14px;
}
.row-p {
  display: flex;
}

.column-p {
  flex: 50%;
}

.image-container {
  position: relative;
}

.modal-dialog-center {
  margin-top: 12%;
}
.title {
  position: absolute;
  width: 70%;
  z-index: 99;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #1ebae7ff;
  text-align: center;
  bottom: 0px;
}

.title-box {
  font-size: 4rem;
}

.text-container {
  position: relative;
  background-color: #292a31;
  padding: 20px;
  color: #fff;
}

.text-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li p {
  font-size: 11px;
}
li {
  font-size: 11px;
}
.text-container h3 {
  color: #f8a700ff;
}

.p-center {
  text-align: center;
}
p.p-center span {
  color: #f8a700ff;
}

.text-blue {
  color: #1ebae7ff;
}
@media all and (max-width: 736px) {
  .popup {
    width: 70%;
  }

  .title-box {
    font-size: 2.5rem;
  }
  .row {
    display: flex;
  }
  .column {
    flex: 100%;
    padding-bottom: 10px;
  }

  .modal-dialog-center {
    margin-top: 25%;
  }
}
