body{
  background-image: url('../images/tuux-fondo2.jpeg');
  /*background-repeat: no-repeat;*/
  background-size: cover;
}
.padre {
  margin: 10px;
  display: flex;
  justify-content: center;
}
.perfil {
  display: flex;
  background-color: #ccc;
  padding: 10px;
  border-radius: 0 0 22px 22px;
  justify-content: center;
  margin: 0 auto;
  /*border:3px solid blue;*/
}
.principal{
  /*display: flex;*/
  background-color: #ccc;
  padding: 10px;
  border-radius: 0 0 22px 22px;
  justify-content: center;
  margin: 0 auto;
  /*border:3px solid blue;*/
}
#contenedor{
  justify-content: center;
  /*text-align: center;*/
  margin: 0 auto;
  /*border:3px solid brown;*/
}
.principalModal{
  background-color: #ccc;
  padding: 20px;
/*  border:3px solid brown;*/
  border-radius:22px;
}
.reporteEncabezado{
  background-color: #ccc;
  padding: 10px;
/*  border:3px solid brown;*/
  border-radius:22px 22px 0 0;
}
.reporteResultado{
  background-color: #ccc;
  padding: 10px;
/*  border:3px solid brown;*/
  border-radius:0 0 22px 22px;
}
#navbar{
  position: fixed;
    top: 0;
}
#container-fluid{
  /*border: 5px solid red;*/
  /*margin: 0;*/
  /*padding: 0;*/
}
#page-wrapper{
  /*Siguiente nivel del cuerpo*/
  /*border: 5px solid greenyellow;*/
  background-color: rgba(0, 0, 0, 0);
  /*margin: 0;*/
  /*padding: 0;*/
}
#main{
  /*Siguiente nivel del cuerpo*/
  background-color: rgba(0, 0, 0, 0);
  /*border: 5px solid blue;*/
  /*margin: 0;*/
  /*padding: 0;*/
}
#content{
  /* Contenedor del cuerpo*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*border: 5px solid black;*/
}
.thcenter {
  text-align: center;
  justify-content: center;
}
.tdcenter {
  text-align: center;
  justify-content: center;
}
.tdright {
  text-align: right;
  padding-left: 3px;
}
.bolded { 
  font-weight: bold;
}
.empresas th {
  text-align: center;
}
table.td {
  padding-left: 3px;
}
p.saldos{
  font-size: 24px;
}
.nomEspecial{
  color: #ff6600;
}
h1.titulo {
  border-radius:22px 22px 0 0;
  padding: 10px;
  margin: 0;
  background-color:#FF7600;
  color:white;
  text-align: center;
}
h1.tituloFiltro {
  display: inline-block;
  border-radius:22px 22px 0 0;
  padding: 10px;
  background-color:#FF7600;
  color:white;
  text-align: center;
  width: 70%;
}
h3.separaPerfil {
  padding: 1px;
  margin: 0;
  background-color:#3498db;
  color:white;
  text-align: center;
}
h3.adminModule {
  background-color:#FF7600;
  color:white;
  text-align: center;
}
/* Barra de navegación Inicio*/
/* The side navigation menu */
.sidenav {
    height: 95%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 150px;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    text-align: right;
    padding-right: 10px;
    color:white;
}
/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    padding-bottom: 10px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
    overflow:hidden;
    width:100%;
}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Barra de navegación Fin*/
h1.filtro{
  background-color:#FF7600;
  color:white;
  text-align: center;
  font-size: 20px;
}
span.campo{
  padding-right: 10px;
}
/* La primera es clase personalizada la segunda es para generalizar a toda los span de google*/
span.tuuxIcon{
  padding-right: 10px;
  vertical-align: middle;
}
i.tuuxIcon {
  padding-right: 10px;
  vertical-align: middle;
}
span.material-symbols-outlined {
  padding-right: 10px;
  vertical-align: middle;
}
.costoPerfil {
  
  text-align: center;
}
.costoPerfil th {
  width: 100px;
  /*border: 1px solid black;*/
}
.costoPerfil td {
  border: 1px solid black;
  padding: 3px;
}
/* Alinear los botones de la tabla sobre una sola linea */
.dt-buttons {
  float:left;
  max-width: 150px;
}
.dt-length{
  float:left;
  max-width: 250px;
  padding-left: 50px;
}
.dt-search{
  float:right;
  max-width: 400px;
}
/**/
#listas th {
  text-align: center;
  vertical-align: middle;
}
div.variables {
  text-align: center;
  min-width: 30px;
  min-height: 10px;
  padding: 5px;
}
.groupTools{    /* div que contiene los botones y el texto*/
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
.groupTools h3{ /* Titulo del grupo de botones*/
  font-size: 20px;
}
.buttomVariable {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  flex: 0 0 160px;
  min-width: 70px;
  border-radius:15px;
  box-shadow: 2px 5px 10px var(--color-smoke);
  padding: 7px;
  margin: 0 2px 0 2px;
}
.bTools { /* Botón de herramienta*/
  text-align: center;
  min-width: 30px;
  min-height: 10px;
  padding-bottom: 10px;
  border-radius:3px;
}
span.tuuxBTools{ /* span del botón */
  vertical-align: middle;
  /*size: 30px;*/
}
/* Inicio Editor de Mensaje */
.editor {
  width: 800px;
  min-width: 400px;
  min-height: 200px;
  background-color: #FAFAFA;
  border: 1px solid #E0E0E0;
  padding: 8px;
  display: inline-block;
  text-align: left;
}
.editorSimple {
  width: 100%;
  min-width: 200px;
  min-height: 200px;
  background-color: #FAFAFA;
  border: 1px solid #E0E0E0;
  padding: 8px;
  display: inline-block;
  text-align: left;
}
.tools {
  color: #01579B;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
  user-select: none;
  text-transform: uppercase;
  cursor: move;
  padding-left: 5px;
  padding-right: 5px;
}
.audio {
  color: #cf6423;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
  user-select: none;
  text-transform: uppercase;
  cursor: move;
  padding-left: 5px;
  padding-right: 5px;
}
.link {
  color: #1500F0;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
  user-select: none;
  cursor: move;
  padding-left: 5px;
  padding-right: 5px;
}
.variable {
  color: #01579B;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
  user-select: none;
  text-transform: uppercase;
  cursor: move;
  padding-left: 5px;
  padding-right: 5px;
}
/* Fin del editor de mensajes*/
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .g1, .g2, .g3, .g4, .g5, .g6, .g7 {
  margin: 0;
  /*Para los form groups que puedan ponerse uno a lado del otro*/
}
.col-form-label {
  margin:1px;
  padding: 0;
}
/* Probando para los campos de los formularios*/
.align-items-center {
/*  padding: 1px;
  margin: 1px;*/
  /*border: 1px solid #FF7600;*/
}
.row {
  /*border: 1px solid black;*/
  margin: 0;
}
.aling-righ {
  text-align: right;
}
.contEnvContent {
  text-align: center;
}
#confEnv {
  margin: 0 auto;
  max-width: 1300px;
}
.envTitulos {
  
}
.enviosTitulos {
  font-size: 20px;
  padding-left: 30px;
}
.v-stepper__step__step {
  
}
.textOculto {
  margin: 0;
  display: flex;
  font-size: 1px;
  color: transparent;
  background: transparent;
}
.playAudio{
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
}
.spanGreen{
  color: green;
}
.spanRed {
  color: red;
}
label.formDatos {
  padding-right: 5px;
  width: 80px;
  text-align: right;
}
h3.formDatos {
  background-color: #FF7600;
  color: white;
  font-size: 20px;
  text-align: center;
}
select.formDatos {
  max-width: 350px;
}
label.formInfo{
  padding-right: 5px;
  width: 200px;
  text-align: right;
}
label.formInfoVal {
  padding-right: 5px;
  width: 130px;
  text-align: right;
  background-color: greenyellow;
}
th {
  text-align: center;
  justify-content: center;
  vertical-align: middle;
}
.number {
  text-align: right;
}
.monto {
  text-align: right;
}
.formPerfil {
  /*display: flex;*/
  width: 800px;
  max-width: 800px;
  margin: 0;
  padding: 0 15px 15px;
  justify-content: center;
}
.divBorde {
  border: 5px solid green;
}
.divTablaCentro{
  display: flex;
  justify-content: center;
}
div.filtro {
  display: flex;
  justify-content: center;
}
.nomTools {
  width:300px;
  min-width:300px;
  display: inblock;
  text-align: right;
  vertical-align: middle;
}
span.nota {
  padding-left: 30px;
  font-size: 12px;
  color: #FF7600;
}
.botonesPlantilla button {
  margin: 0 20px 20px 0;
}
.labelFilter {
  font-weight: bold;
  font-size: 20px;
  padding-right: 10px;
  /*margin-right: 10px;*/
}
.listaTools {
  padding: 10px 0 0 10px;
}
.listaBoton {
  text-align: right;
}
div.divListFiltro {
  width:100%;
  height: 150px;
  background-color: white;
  color: black;
  text-align: left;
  padding-left: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
div.filtros {
  /*border:3px solid blue;*/
  padding-top: 5px;
  padding-top: 5px;
}