@charset "utf-8";

@media (max-width: 500px) {
  html {
    font-size: 14px;
  }
}

/* CSS Document */
.img-login {
  max-height: 120px;
}

/* Rules for icon sizes Material:*/
.material-icons {
  max-width: 24px;
  display: inline-flex;
  vertical-align: middle;
  font-size:1.2rem
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
/* Default */
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}

/*  TDIL:Added to the original components */
.brand-form {
  overflow-x: hidden;
}
.dropdown-menu-title {
  color: white;
  padding: 11px 22px;
  font-weight: 700;
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.image-preview {
  width: 96px;
  height: 96px;
  background-color: aliceblue;
  background-image: url(../images/image-preview.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.image-preview-large {
  width: 164px;
  height: 164px;
  background-color: aliceblue;
  background-image: url(../images/image-preview.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #999;
  border-radius: 4px;
}
.row.card.card-special {
  display: flex;
  width: 100%;
  margin: 15px auto;
  flex-direction: inherit;
  padding: 0 10px;
}
input.w-button {
  min-height: 44px;
}
h3.form-section {
  display: inline-block;
  padding-top: 3.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.15rem;
  line-height: inherit;
  white-space: nowrap;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}
.custom-control.custom-switch {
  padding-left: 57px;
  padding-top: 10px;
  background-color:inherit;
}

.brand-form .form-group {
  margin-bottom: 1rem;
  display: inline-grid;
}
.row.button-container {
  margin: 15px 0;
  text-align: right;
  display: block;
}
p.tutorial,
label span.tutorial {
  color: #3e3e3e;
  font-size: 0.8rem;
  font-weight: 300;
}
label.error {
  color: #b10909;
  font-size: 1rem;
  font-weight: 500;
}
a.btn-collapser {
  color: #000;
  width: 100%;
  display: block;
  background-color: aliceblue;
  padding: 10px 6px 7px;
}
.btn-square {
  aspect-ratio: 1;
  width: 164px;
  max-width: 164px;
  margin: 0;
  padding: 0;
  cursor: auto !important;
  overflow: hidden;
}
.btn-square span {
  position: absolute;
  z-index: 10;
  width: 162px;
  height: 162px;
  top: 109px;
  left: 6px;
}
.no-file {
  background-color: #eaeaea;
  border: 1px solid #999;
  border-radius: 4px;
  text-align: center;
  padding-top: 25%;
}

button.aside-list {
  position: absolute;
  right: 15px;
  top: 46px;
  z-index: 1000;
}
.t-medium {
  font-size: 0.8rem;
}
/* BOOTSTRAP REWRITES */


.list-group-item {
  border: 0px solid rgba(0, 0, 0, 0.125);
}
@media (min-width: 1200px) {
  .container_user-per {
    max-width: 96%;
  }
}

/* Titles */

.title_container {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.title {
  text-align: center;
  letter-spacing: 0em;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 1000px) {
  .title {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.h1_title {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  color: #3579f6;
}
.p_sub_title {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}
.return {
  font-weight: 300;
}

/* editar-rol.php */
.users_container {
  height: 65vh;
}
.permissions_container {
  height: 65vh;
  border: solid 4px #0077f7;
  border-radius: 4px;
  padding: 20px;
}

.users_container .list-group-item {
  color: #3579f6;
} /* boostrap styles editado */
.users_container .list-group-item.active {
  color: #fff;
} /* boostrap styles editado */
.list-group-x {
  padding: 0;
}

/* material-swhit */
.material-switch > input[type="checkbox"] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  background: #0077f7;
  opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  background: #0077f7;
  left: 20px;
}

.btn-primary {
  color: #fff !important;
}

/****/
h1, .h1{font-size:1.8rem}
h2{font-size:1.6rem}
h3{font-size:1.4rem}
h4{font-size:1.2rem}
h5{font-size:1.1rem}




/** new styles 20230726 **/
h1,
h2,
h3,
h4,
h5,
strong,
.h1,
.h2,
.h3 {
  font-family: "Urbanist", open-sans, arial, sans-serif;
  font-weight: 900;
}

h4 {
  font-size: 1.2rem;
}

a,
span,
label,
p,
div,
body,
td,
th {
  font-family: "Urbanist";
  color:inherit
}

.form-group label {
  font-weight: bold;
}

body.login {
  background-color: #007bb5;
  /*
background-image:url('../images/venta-explora-bg-bottom.png') ;
background-repeat:no-repeat;
background-position: bottom ;
	background-size:contain  ;*/
}
.wrapper {
  display: flex;
  justify-content: center;
  align-content: normal;
  min-height: 100vh;
  min-width: 100vw;
  align-items: center;
}
main {
  width: 100%;
}
.container.login .card {
  border-radius: 20px;
  box-shadow: 0 0 60px 0px rgb(0 0 0 / 40%);
}
.homepage .card-body {
  padding: 1.5rem 0.6rem 0.6rem 0.6rem;
}
.container.login .card .form-control {
  text-align: center;
}

@media (min-width: 500px) {
  .container.login .card .form-control {
    font-size: 1rem;
  }
}
.card-body .form-group {
  font-weight: bold;
}

.card-header {
  background: #fff;
}
.login .btn.btn-primary {
  border-radius: 30px;
  padding: 5px 15px;
}
/**new boton menu **/
#sidebarToggle {
  border-radius: 5px;
  border-radius: 50px;
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
.navbar-toggler-icon {
  height: auto !important;
  width: auto !important;
}
#sidebarToggle .navbar-toggler-icon {
  font-size: 1.2rem;
  font-size: 1.2rem;
  padding: 5px;
}

.btn {
  border-radius: 30px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.4);
}

.navbar-dark .navbar-brand {
  font-weight: bold;
}

.card {
  border-radius: 20px;
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}
.btn.btn-block.btn-primary {
  font-size: 1rem;
}
.card.shadow-sm {
  transition: all 0.2s;
  position: relative;
  bottom: 0px;
  box-shadow: 0 0.125rem 1rem 1px rgba(0, 0, 0, 0.075) !important;
}
.card.shadow-sm:hover {
  position: relative;
  bottom: 5px;
}
#layoutSidenav {
  background-image: url("../images/bg-marcadeagua.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
}
@media (max-width: 500px) {
  #layoutSidenav {
    background-size: 230px;
    background-position: bottom right;
  }
}
.form-control {
  border-radius: 30px;
  font-weight: 900;
  color: #000;
  /*box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.2);*/
  padding: 0.375rem 0.5rem;
}
.input-group > .input-group-prepend > .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-file-label::after,
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "examinar";
}
/*#divPdfTemplate {padding-top:20px;}*/
/*.custom-file-label{font-style: italic;}*/
.modal-body .btn.btn-lg.btn-success {
  margin-top: 30px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #fff !important;
  color: #212529 !important;
  border: 1px solid #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212529 !important;
}

#fromInputCardNumber2do,
#toInputCardNumber2do {
  max-width: 60px;
}
#fromInputCardNumber3er,
#toInputCardNumber3er {
  max-width: 50px;
}
#fromInputCardNumber4to,
#toInputCardNumber4to {
  max-width: 100px;
}
#inputCardVtoMonthGCRango,
#inputCardVtoYearGCRango {
  max-width: 75px;
}
#formVentaRangoGiftCard > input.form-control ::placeholder {
  font-style: italic;
  color: #ddd;
}
#inputAmount {
  font-size: 1.4rem;
}
.form-card, .form-vto{
    display: flex;
    max-width: 290px;
    justify-content: space-between;
    /*margin-top: 0.4rem; margin-bottom:0.4rem*/
}
.form-vto { margin-top:2rem;}
#inputBinGC{
    text-align: center;
    max-width: 80px;
}
.form-card #inputBinGC{
margin-right: 5px;
}
#inputCardNumber2do {
  max-width: 50px;
  text-align: center;
}
#inputCardNumber3ro {
  max-width: 40px;
  text-align: center;
}
#inputCommerceId {
  max-width: 50px;
  text-align: center;
}
#inputCardNumber4to {
  max-width: 110px;
  text-align: center;
}
.form-vto .form-control{
  display: inline-block;
}

#inputCardVtoMonth {
  max-width: 60px;
  text-align: center;
}
#inputCardVtoYear {
  max-width: 70px;
  text-align: center;
}
#inputCardSeg {
  max-width: 60px;
  text-align: center;
}

.input-group > .input-group-prepend > .input-group-text {
  border-radius: 2rem 0rem 0rem 2rem;
}
.input-group > .input-group-append > .input-group-text {
  border-radius: 0rem 2rem 2rem 0rem;
}

.input-group-text {
  border: 0;
  font-weight: bold;
}
.table thead th {
  vertical-align: middle;
}
.form-control:disabled, .form-control[readonly]{color:#989898}

/** camera qr **/
.video-container {
  position: relative;
  /*width: 80%;*/
  /* width: 60%;*/
  width: 100%;
  height: auto;
  max-width: 360px;
  /*aspect-ratio: 16 / 9;*/
  aspect-ratio: 5 / 5;
  overflow: hidden;
  /*border: 4px solid #fff;*/
  border-radius: 5px;
}

#qr-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scanner-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
}
.scanner-frame::before,
.scanner-frame::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 25%;
  border: 4px solid #00ff00;
}
.scanner-frame::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.scanner-frame::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

input::placeholder {
  font-style: italic;
  color: #dddddd;
  font-weight: normal;
}

.sb-sidenav-menu .navbar-nav a.nav-link > img {
  filter: brightness(1.4);
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #325d88;
}

.qr-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  background: #303030;
  z-index: 1038;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: center;
  color: #dedede;
}

.camera-changer .btn {
  border: 1px solid #989898;
  color: #989898;
  font-size: 14px;
  background: #000;
}

#btn_qr_gc i {
  font-size: 1.2rem;
  max-width: none;
  border-radius: 15px;
}

#a_volver {
  display: inline-flex;
  /* vertical-align: middle; */
  align-items: center;
  padding-right: 1rem;
  font-size: 0.8rem;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color:#434041;
}
.btn-light {
  color: #434041;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
@media (max-width: 500px) {
  #a_volver {
    margin-bottom: 0.6rem;
    font-size: 0.6rem;
  }
  #a_volver .material-icons {
    font-size: 0.8rem;
  }
}

.navbar-brand.h1 {
  /*margin-left: 0.4rem;
  padding-top: 1rem;*/
}
@media (max-width: 500px) {
  .navbar-brand.h1 {
    margin-left: 0;
  }
}

/** mensajes alertas **/
/** .jconfirm-title {font-weight: 900;}
/** .jconfirm .jconfirm-box.jconfirm-type-red {background:#dc3545;color:#fff;} **/
/** .jconfirm .jconfirm-box.jconfirm-type-green {background:#2fcc72;color:#fff;} **/

.jconfirm-box{ border-radius: 1rem;}
.jconfirm-box-container{ text-align: center;}
.jconfirm-title { color:#007bb5; color:#3e3b3c; font-weight: bold;} 
.jconfirm-title .material-icons { color:#007bb5; font-size:4rem; max-width: 4rem;    padding-bottom: 1rem;} 
.jconfirm-box-container .material-icons { font-size:4rem; max-width: 4rem;} 
.jconfirm-type-green  .material-icons { color:#33ce75}
.jconfirm-type-green .jconfirm-title .material-icons  { color:#33ce75}

.jconfirm .jconfirm-box.jconfirm-type-red { border-top:0px;}
.jconfirm .jconfirm-box.jconfirm-type-green { border-top:0px;}
.jconfirm-type-red  .material-icons { color:#b10a0a}
.jconfirm-type-red .jconfirm-title .material-icons { color:#b10a0a}

.jconfirm.jconfirm-light .jconfirm-box{ border-radius:1rem;}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{float:none;text-align: center;}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button  { border-radius:30px; font-size: 1rem; text-transform: capitalize;}
.jconfirm-buttons { border-radius:30px;}

/** movimientos **/
.table .thead-light tr th {
  padding-top: 5px;
  padding-bottom: 5px;
}

.movimientos tr td {
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
}

.movimientos tr td:nth-child(1) {
  min-width: 110px;
}

.movimientos tr td:nth-child(2) {
  min-width: 180px;
}

.movimientos tr td:nth-child(4) {
  font-size: 12px;
}

.movimientos tr td:nth-child(5) {
  word-break: break-all;
  font-size: 12px;
}

@media (max-width: 480px) {
  .movimientos .thead-light {
    display: none;
  }
  .movimientos tbody tr {
    width: 100%;
    display: FLEX;
    flex-direction: COLUMN;
    border-bottom: 3px solid #007bb5;
  }

  .movimientos tbody {
    display: FLEX;
    flex-direction: COLUMN;
  }
  .movimientos tbody tr td {
    padding: 5px;
  }
  .movimientos tr td:nth-child(1),
  .movimientos tr td:nth-child(2),
  .movimientos tr td:nth-child(3) {
    text-align: right;
  }
}
.number-card .input-group-text {
  border-radius: 0px;
}
.number-card .input-group-text,
.number-card.input-group-append .input-group-text{
  font-size: 1.2rem;
  padding: 0.25em;
  font-weight: 900;
}
@media (max-width: 479px) {
  .number-card .input-group-text,
  .number-card.input-group-append .input-group-text {
    font-size: 1.4rem;
  }
}
.bg-giftcard-saldo .input-group.number-card {
  justify-content: space-between;
}
.bg-giftcard-saldo {
  width: 280px;
  background: #e7eaed;
  padding: 25px 20px;
  border-radius: 15px;
}
.bg-giftcard-saldo #textSaldo span {
  font-size: 1rem;
  top: -5px;
  position: relative;
  font-weight: normal;
}
.alert {
    color:#434041;
}
.alert.alert-info.help-info {
    border-radius: 15px;
    border: 2px solid #007bb5;
    background-color:#fff;
    margin-bottom: 0;
}
.card .card-body .material-symbols-rounded {
  width: auto;
  border-radius: 50px;
  PADDING: 1rem;
  COLOR: #fff;
  font-size:2rem;
}
.card .card-body div{
 font-weight: bold;
 padding-bottom:5px;
}
.nav-link.btn.btn-primary.btn-sm .material-icons { font-size:1.1rem}

/**modals**/
.modal-header .close {
  background: #000000;
  border-radius: 50px;
  padding: 0.2rem 0.6rem;
  margin: 0;
  color: #fff;
  opacity:0.5;
}

.modal-content  {   border-radius: 2rem;
outline: 0;
padding: 1rem;}

.modal-footer{ justify-content: center; }
.modal-body{ border:0; padding:0.5rem }
.modal-header{ border:0; padding:0.5rem }
.modal-footer{ border:0; padding:0.5rem }

.nav-tabs .nav-link {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  color:#fff;
  border-width: 1px;
  border-color: #434343 #434343 #fff;
  box-shadow: 2px -3px 3px #ccc;
  background:#007bb5;
  color:#fff;
  font-weight: bold;
}

.nav-tabs {
    border-bottom: 1px solid #434343;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{border-color:#434343 #434343 #fff;} 

  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{ color:#212529;font-weight: bold;    border-color: #212529 #212529 #fff;}
  
  textarea.form-control {
    border-radius: 10px;
}


#accordionInstructivos  .card {border:0;        border-bottom: 1px solid #434041;
  border-radius: 0;}
#accordionInstructivos  .card-header {border-bottom: 1px solid #434041;}
#accordionInstructivos  .btn.btn-block { box-shadow: none; font-weight: bold;}
#accordionInstructivos p a {text-decoration: none;}
#accordionInstructivos .material-icons.icons { font-size:2rem; margin-right:0.5rem}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #c6d6e8;
  background-color: #007bb5;
}



.page-item { cursor:pointer; }
.page-item::not-disabled{ cursor:default; }

.table.table-hover th{ line-height: 1; }

.btn.btn-sm.btn-secondary .material-icons{ padding-top:3px;padding-bottom:3px; font-size:1rem}
#paginas {
  text-align: center;
  display:flex;
}

.page-item.active .page-link{
  background-color: #3f3f3f;
}

.btn.disabled, .btn:disabled{
box-shadow: none;
cursor: not-allowed;
}

 /*modulo sucursales*/
 #table_wrapper #table.table th{ font-size:0.8rem}
 #table_wrapper #table.table td{ font-size:0.8rem; vertical-align: middle;}

 #tableMov_wrapper #tableMov.table td{ font-size:0.8rem;vertical-align: middle;}
 #tableMov_wrapper #tableMov.table th{ font-size:0.8rem; vertical-align: middle; }


 #tableMov_wrapper #tableMov{ vertical-align: middle;}
 #table_wrapper #table{ vertical-align: middle;}
 .dataTables_wrapper .dataTables_filter input.search-special{ border-radius: 50px;}
 .dataTables_wrapper .dataTables_filter input.search-special:placeholder{ font-size:0.6rem; text-align: center;}
 .dataTables_wrapper .dataTables_info { font-size: 1rem; font-style: italic;}
 .dataTables_wrapper .dataTables_paginate { font-size: 1rem; font-style: italic; margin-top:1rem;}
 .dataTables_wrapper .dataTables_paginate .paginate_button  { padding: 0.2rem 0.8rem; border-radius:50px;border:0;}
 .dataTables_wrapper .dataTables_paginate .paginate_button:hover  {  background:#5b5b5b; border:none;}
 .dataTables_wrapper .dataTables_paginate .paginate_button.current { background:#007bb5; color: #fff !important; font-weight:bold;}
 
 .dataTables_wrapper .dataTables_paginate .paginate_button:hover
 #tableMov
 
 #table_wrapper #table .custom-control.form-control.custom-switch{background:none;}


 .table-sucursales tbody tr td .form-group { margin-bottom:0px; }
 .table-sucursales thead tr th:nth-child(1), .table-sucursales thead tr th:nth-child(2), .table-sucursales thead tr th:nth-child(3){width:auto !important}

  .table-sucursales thead tr th:nth-child(4),  .table-sucursales tbody tr td:nth-child(4){ text-align: center; }
 .table-sucursales thead tr th:nth-child(5),  .table-sucursales tbody tr td:nth-child(5){ text-align: center; }

   .table-usuarios thead tr th:nth-child(4),  .table-usuarios tbody tr td:nth-child(4){ text-align: center; }
 .table-usuarios thead tr th:nth-child(5),  .table-usuarios tbody tr td:nth-child(5){ text-align: center; }

  .table-sucursal-movimientos thead tr th:nth-child(5), .table-sucursal-movimientos tbody tr td:nth-child(5){ text-align: center; }
  .table-sucursal-movimientos thead tr th:nth-child(9), .table-sucursal-movimientos tbody tr td:nth-child(9){ text-align: center; }



  .table.table-sm.table.table-detalle-lote th { font-size:0.8rem; line-height: 1rem}

.table.table-sm.table th{ font-size:0.8rem; line-height: 19px;}
 .table.table-sm.table td{ font-size:0.8rem; vertical-align: middle;}

 
 .table.table-sm td{ font-size:0.8rem;vertical-align: middle; padding:10px}
 .table.table-sm th{ font-size:0.8rem; vertical-align: middle; }

 