/* Colores corporativos */
/* Colores corporativos */
/*.btn-primary{
    background-color: @anaranjado;
    border: @anaranjado;
    &:hover{
        background-color: @anaranjado-hover;
    }
}*/
.card-primary.card-outline {
  border-top: 3px solid #137a4d;
}
.sidebar-dark-primary {
  background-color: #3d3d3d !important;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #d17319 !important;
}
table td {
  vertical-align: middle !important;
}
table th {
  vertical-align: middle !important;
}
table thead {
  text-align: center;
  vertical-align: middle;
}
table tbody {
  vertical-align: middle !important;
}
table tbody tr {
  text-align: center;
  vertical-align: middle !important;
}
[class*=sidebar-dark-] .sidebar a {
  color: #ffffff !important;
}
body .wrapper .main-sidebar .brand-link img {
  transition: 1s;
  width: 100px!important;
}
body.sidebar-collapse .wrapper .main-sidebar .brand-link img {
  width: 50px!important;
}
/* Estilos para el punto de venta */
.content-wrapper .content {
  min-height: 90vh;
  padding-top: 15px!important;
  padding-bottom: 15px !important;
}
.content-wrapper .content .container-fluid {
  height: 100%;
  max-height: 100%;
}
.content-wrapper .content .container-fluid .row1 {
  height: 100%;
}
.content-wrapper .content .container-fluid .row1 .content-item .content-productos {
  background-color: #eaeef0;
  padding: 20px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.content-wrapper .content .container-fluid .row1 .content-item .content-productos .cn1 {
  padding-bottom: 10px;
}
.content-wrapper .content .container-fluid .row1 .content-item .content-productos .cn2 {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  height: 75vh;
  align-content: flex-start;
}
.content-wrapper .content .container-fluid .row1 .content-item .producto .cp {
  border-radius: 10px;
  background-color: #fff;
  height: 260px;
  margin-bottom: 15px;
}
.content-wrapper .content .container-fluid .row1 .content-item .producto .content-prod {
  padding-top: 15px;
}
.content-wrapper .content .container-fluid .row1 .content-item .producto .content-prod:hover {
  cursor: pointer;
}
.content-wrapper .content .container-fluid .row1 .content-item .producto .content-prod .img {
  width: 90%;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: auto;
}
.content-wrapper .content .container-fluid .row1 .content-item .producto .content-prod .texto {
  margin-top: 15px;
  border-top: 1px solid #000;
  padding: 15px 0px;
}
.content-wrapper .content .container-fluid .row1 .content-item .producto .content-prod .texto p {
  margin-bottom: 0;
  text-align: center;
  color: #3d3d3d;
  font-weight: bolder;
}
.content-wrapper .content .container-fluid .row1 .content-item .producto .content-prod .texto p.nombre {
  color: #838383;
  font-size: 18px;
  line-height: 1;
  height: 35px;
  overflow: hidden;
}
.content-wrapper .content .container-fluid .row1 .content-resumen {
  padding: 0 15px;
  height: 100%;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito {
  background-color: #eaeef0;
  border-radius: 15px;
  position: relative;
  height: 100%;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen {
  height: 70vh;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  border-radius: 15px;
  overflow: auto;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row {
  border-radius: 15px;
  background-color: #ccc;
  margin-bottom: 15px;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl {
  padding: 10px;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl.im {
  width: 20%;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl.info {
  width: 65%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl.info .inf-prod {
  width: 30%;
  padding-left: 5px;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl.info .inf-prod p {
  margin-bottom: 0;
  text-align: left;
  color: #3d3d3d;
  font-weight: bolder;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl.info .inf-prod p.nombre {
  color: #838383;
  font-size: 16px;
  line-height: 1;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl.info div {
  width: 70%;
  text-align: center;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl.info div input {
  width: 70px;
  height: 30px;
  margin: 0 3px;
  text-align: center;
  border-radius: 30px;
  border: 0;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl.info div button {
  height: 30px;
  width: 30px;
  background-color: #6b6b6b;
  border: 0;
  color: #fff;
  border-radius: 30px;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl.del {
  width: 15%;
  align-items: center;
  display: flex;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl.del .btn-danger {
  width: 100%;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .resumen .row .cl .img {
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: auto;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .totales {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .totales .info {
  padding: 15px;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .totales .info .inf .tx1 {
  font-size: 25px;
  font-weight: bold;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .totales .info .inf .nm {
  float: right;
  font-size: 25px;
  font-weight: bold;
}
.content-wrapper .content .container-fluid .row1 .content-resumen .content-carrito .totales .boton {
  width: 100%;
  bottom: 30px;
  padding: 0 15px;
}
.content-permisos .row .sub-modulos-check {
  padding-left: 35px;
  margin-bottom: 15px;
}
.content-permisos .row .sub-modulos-check .content-check {
  display: inline-block;
  margin-right: 5px;
}
.content-permisos .row .sub-modulos-check label {
  padding-left: 15px;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  vertical-align: middle;
}
.content-permisos .row .sub-modulos-check label.disabled {
  color: #ccc;
}
.content-permisos .row .sub-modulos-check input {
  margin-left: 0;
}
