/* Navbar container */

/*---------NAVBAR MENU DROPDOWN --------------------------------------------*/
.navbar {
  overflow: hidden;
  background-color: #d9d9d9;
  font-family: Arial;
  display : flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height : 50px;
  width : 100%;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: green;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #00AF14;
  padding: 14px 16px;
  background-color: #D9D9D9;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

.dropdown .dropbtnModo {
  font-size: 16px;
  border: none;
  outline: none;
  color: #0000FF;
  padding: 14px 16px;
  background-color: #D9D9D9;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #00AF14;
  color: white;
}

/* Add background color to navbar links on hover */
.navbar .dropbtnModo:hover {
  background-color: #A0FFA0;
  color: #0000FF;
  cursor:pointer
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #A0FFA0;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #00AF14;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

#dropdownOutros {
  position: absolute;
  margin-right: var(--body-margin-right) ! important;
 
}

/*-----------------------------------------------------*/
#divtabulator {
  border-bottom: #000000 ;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width : 100%;
  overflow:auto
}

#divsinopse {
  /*font-family :sans-serif;*/
  border-radius: 4; 
  /*padding: 10px 4px;*/
  padding: 10px 10px;
  background-color: #000000;
  color : #00AF14;
  display : flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size : 14px;
 
}  

.floatFAB {

  position :fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00CC99;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.floatFAB2{
	position:fixed;
	bottom:40px;
	right:40px;
	width:60px;
	height:60px;
	background-color:#0C9;
	color:#FFFFFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.incluirFAB{
	margin-top:22px;
}

#divinput {
  font-family :sans-serif;
  border-radius: 4; 
  /*padding: 10px 4px;*/
  padding: 10px 10px;
  background-color: #333333;
  color : #00f51d;
  display : flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size : 14px;
  height:100vh;
  width:100%;
 }

#divinput label {
  font-size: 12px;
  display:flex;
  color : #ffffff;
  flex-direction: column;
  margin: 3px 0px;
  width:fit-content;
}

#divinput input[type=text] { 
  font-size: 14px; 
  /*width:65%;*/
  width:95%;
  padding: 2px 4px;
  margin: 1px 10px 1px 1px;
  background-color: #333333;
  color : #00f51d;
  box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid ;
  border-color:grey;
    
}

#divinput textarea { 
  font-size: 14px; 
  width:95%;
  padding: 2px 4px;
  margin: 1px 0;
  background-color: #333333;
  color : #00f51d;
  box-sizing: border-box;
  border-radius: 4px;
  border: width 0.5px;
  border-style: solid ;
  border-color:grey;
}

#divinput input[type=date] {
  width: 95%;
  padding: 2px 4px;
  margin: 1px 10px 1px 1px;
  background-color: #333333;
  color : #00f51d;
  box-sizing: border-box;
  border-radius: 4px;
  border: width 0.5px;
  border-style: solid ;
  border-color:grey;
  font-size: 14px; 
}

#divinput select {
  width: auto;
  height : 28px;
  padding: 2px 4px;
  margin: 1px 10px 0px 0px;
  background-color: #333333;
  color : #00f51d;
  box-sizing: border-box;  
  font-size: 14px;
  border-radius: 4px;
}

#entradasRelcondo {
  display : flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top : 10px;
  margin-left : 10px;
  border-radius : 4px;
  border-width: 1px;
  font-size : 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#entradasRelcondo select {
  margin-top : 10px;
}

#entradasRelcondo input {
  margin-top : 10px;
}

#entradasRelcondo span {
  margin-top : 20px;
  color : #2222BB
}

#poptexto {
  resize: both;
  overflow: auto;
  word-wrap: break-word;
  font-size: 14px; 
  width:95%;
  padding: 2px 4px;
  margin: 1px 0;
  background-color: #333333;
  color : #00AF14;
  box-sizing: border-box;
  border-radius: 4px;
  border: width 0.5px;
  border-style: solid ;
  border-color:grey;
}

#poptodo ul {
  display : block;
  width : 200px !important ;
  overflow: hidden;
}

#poptodo ul li span {
  display : inline-block;
  max-width: 100%;
  overflow: hidden;
}

#poptodo li:hover {
  background-color: #002288;
  color: #ffffff;
}

/*----- regras do cobrancaPIX ------*/
#principalPIX {
  margin-top: 5px;
  display:flex;
  flex-direction: column; 
  justify-content: flex-start;
  font-family: sans-serif;
} 

#principalPIX label {
   margin-top: 5px;
}

#principalPIX input [type=text]{
   margin-top: 5px;
   border-radius: 4px;
}

#btn, #btn1, #btn2 {
  width:fit-content;
  margin-top: 10px;
  height:30px;
  border-radius: 4px;
}

img {
  margin-top: 15px;
}

/*------------------------------*/

.dropdown-avulso {
  position: relative;
  display: inline-block;
}

.dropdown-avulso-content {
  display: none;
  position: absolute;
  background-color: #d49c9c;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 10;
}

.dropdown-avulso:hover .dropdown-content {
  display: block;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.dataentryCobranca {
  z-index: 1;
  width: 'auto';
  display: block;
  /*font-family: courier, monospace;*/
  /*font-size: 12px;*/
  /*padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 40px;*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
    
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  /*width: 80%;*/
  padding: 0px 20px;
  /*margin: 4px 0;*/
  box-sizing: border-box;  
  font-size: 12px;
}

.dataentryCobranca select {
  z-index: 10;
  white-space: nowrap;
  border-radius: 8px ;
  border: #969696 1px solid;
  box-sizing: border-box;  
  font-size: 12px;
}


.dataentryCobranca input {
  z-index: 1;
  white-space: nowrap;
  border-radius: 8px ;
  border: #969696 1px solid;
  box-sizing: border-box;  
  font-size: 12px;
}


.css_principal {
  z-index: 1;
  width: 100%;
  display : flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: courier, monospace;
  font-size: 14px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  /*margin-right: auto;
  margin-left: auto;*/
  white-space: nowrap;
  /*height:200px;*/
  height:auto;
  
}

.css_principal .tabulator-row{
  vertical-align: middle;
  font-size: 10px;
  min-height : 22px;
}

.css_principal tr:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
/*
#divMenuSistema {
  display : flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height : 50px;
  width : auto;
}
*/
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}

.css_tabprincipal {
 
  width: 100%;
  
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  z-index: 1;
}

.css_tabprincipal tr:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}

.css_lookup {
  width: 95%;
  font-family: courier, monospace;
  font-size: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}

.css_grid {
  width: auto;
  font-family: courier, monospace;
  font-size: 10px;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  border-spacing: 0px 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}

.css_grid tr:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}

.css_tabpopcobranca {
  overflow: auto;
  width: auto;
  height: auto;
  font-family: courier, monospace;
  font-size: 10px;
  background-color: #000000;
  color: #d9d9d9;  
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  /*border-spacing: 0px 0px;*/
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  white-space: nowrap;
  z-index: 1;
}


.css_tabpopcobranca td {
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  font-size : 12px;
  font-family : "Consolas";
}
.css_tabpopcobranca tr:hover {
  background-color: #000000;
  cursor: pointer;
}

.css_tabpopcoluna {
  overflow: auto;
  /*width: auto;
  height: auto;*/
  font-family: courier, monospace;
  font-size: 10px;
  background-color: #000000;
  color: #d9d9d9;  
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  /*border-spacing: 0px 0px;*/
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  white-space: nowrap;
  z-index: 1;
}

.css_usuario {
  width: auto;
 
  font-family: courier, monospace;
  font-size: 10px;
 
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  border-spacing: 0px 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}

.css_usuario tr:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}

.css_autorizacoes {
  width: auto;
  font-family: courier, monospace;
  font-size: 10px;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  border-spacing: 0px 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}

.css_autorizacoes tr:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}


.css_pendentes {
  width: auto;
  font-family: courier, monospace;
  font-size: 10px;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  border-spacing: 0px 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}

.css_pendentes tr:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}

.css_celula {
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  border-spacing: 0px 0px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.btn_chave {
  border: none;
  background-color: inherit;
  color: dodgerblue;
  padding: 0px 0px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}

.btn_chave:hover {
   background-color: #00AF14;
   color: #FFFFFF;
   border-radius: 2px;
}

.material-icons.red { color: #FF0000; }
.material-icons.cinza { color: #c9c9c9; }
.material-icons.verde { color: #44FF44; }

.css_verde   { color: #ccffcc;}
.css_vermelho{ color: #ff0000;}
.css_amarelo { color: #ffcc66;}
.css_azul    { color: #3333ff;}
.css_cinza   { color: #e0e0e0;}
.css_branco  { color: #ffffff;}
.css_preto   { color: #000000;}

.css_bgverdeescuro  { background-color: #00af14;}
.css_bgverde   { background-color: #ccffcc;}
.css_bgvermelho{ background-color: #ffcccc;}
.css_bgamarelo { background-color: #ffcc66;}
.css_bgazul    { background-color: #ccccff;}
.css_bgcinza   { background-color: #e0e0e0;}

.css_esq {
  text-align: left;  
}

.css_dir {
  text-align: right;  
}

.css_cen {
  text-align: center;  
}

.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; }

/* On mouse-over */
.btn_tabela:hover {background: #eee;}

.btn_delUser {
  border: none;
  background-color: inherit;
  color: dodgerblue;
  padding: 0px 2px;
  font-size: 10px;
  cursor: pointer;
  display: inline-block;
}

.btn_cancUser, 
.btn_email {
  border: none;
  background-color: inherit;
  color: dodgerblue;
  padding: 0px 2px;
  font-size: 10px;
  cursor: pointer;
  display: inline-block;
}


.modal {
display: none; 
position: absolute; 
z-index: 1; 
overflow: auto; 
background-color: rgb(0,0,0);  
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
width: auto; 
height: auto;
}

.modal-content {
  background-color: #D0D0D0;
  padding: 10px;
  border: 1px solid #d9d9d9;
  width: auto;
}


.modal1 {
  display: none; 
  position: absolute; 
  z-index: 1; 
  background-color: rgb(0,0,0); 
  top: 150px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: auto; 
  /*height: 50%;*/
  
}

.modal1-content {
  background-color: #D0D0D0;
  padding: 10px;
  border: 1px solid #d9d9d9;
  width: auto;
  overflow: scroll; 
  
}

.modal2 { 
  font-family: courier, monospace;
  font-size: 12px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
  
  display: none; 
  position: absolute; 
  z-index: 1; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  color: #D9D9D9;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto; 
  height: auto;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  border-spacing: 0px 0px;
}

.modal2-content {
  background-color: #000000;
  padding: 10px;
  border: 1px solid #AAAAAA;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  border-spacing: 0px 0px;
  width: auto;

}

.modal3 { 
  font-family: courier, monospace;
  font-size: 12px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  white-space: pre;
  
  display: none; 
  position: absolute; 
  z-index: 1; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  color: #BBBBBB;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto; 
  height: auto;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  border-spacing: 0px 0px;
}

.modal3-content {
  font-size: 12px;
  background-color: #000000;
  padding: 2px 5px;
  border: 1px solid #AAAAAA;
  border-width: 1px 1px 1px 1px; 
  border-collapse: collapse;
  border-spacing: 0px 0px;
  width: auto;
  white-space:pre;

}


.modal4 { 
  font-family: sans-serif;
  font-size: 14px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  white-space: pre;
  
  display: none; 
  position: absolute; 
  z-index: 1; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  color: #BBBBBB;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto; 
  height: auto;
  border-width: 0.5px; 
  border-collapse: collapse;
  border-spacing: 0px 0px;
}

.modal4-content {
  font-size: 14px;
  background-color: #333333;
  color : #44FF00;
  padding: 2px 5px;
  width: auto;
  white-space:pre;
  
  margin: 5px ;
  box-sizing: border-box;
  border-spacing: 0px 0px;
  border-collapse: collapse;
  border-radius: 4px;
  border-width : 0.5px;
  border-style: solid ;
  border-color:grey;

}

.modal5 { 

  position: absolute; 
  /*height: auto;*/
  max-height:80%;
  width: auto; 
  max-width:80%;
  overflow:hidden; 
  z-index: 1; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column; 
  justify-content: flex-start;

  padding : 5px;
  
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  white-space: pre;
  border-width: 0.5px; 
  border-collapse: collapse;
  border-spacing: 0px 0px;
  font-family: sans-serif;
  font-size: 14px;
  background-color: rgb(0,0,0); 
  color: #BBBBBB;
}

.modal5-content {
  width: auto;
  /*overflow : auto;*/
  height:100%;
  display : flex;
  flex-direction: column;
  justify-content:space-around;

  margin: 3px ;
  padding: 0px;
  
  white-space:pre;
  font-size: 14px;
  background-color: #333333;
  color : #44FF00;
  box-sizing: border-box;
  border-spacing: 0px 0px;
  border-collapse: collapse;
  border-radius: 4px;
  border-width : 0.5px;
  border-style: solid ;
  border-color:grey;
}

#conteudoModal {
  overflow: auto;
  width: auto;
  height: 100%;
  background-color: #333333;
  color : #d0d0d0;
}

#condomostra {
  border-style: 1px solid #888888;
  border-collapse: collapse;
  width: 100%;
  margin-top:5px;
}

#condomostra td {
  border-bottom: 1px dotted #888888;
  padding-top: 5px;
  padding-bottom: 5px;
}

#condomostra td:nth-child(2) {
  color:#00c0ff;
  text-align: left;
  padding-left: 5px;
}
#condomostra td:first-child {
  padding-left: 5px;
  color : #d0d0d0
}

#modalPopupHeader {
  padding:5px;
  
}

.menunavpop {
  list-style-type: none;
  margin: 3px;
  padding: 8px;
  overflow: hidden;
  background-color: inherit;
  position: sticky;
  font-size: 12px;
  bottom: 0;
  width: 100%;
  display:flex;
  height:40px;
}

.menunavpop li {
  float: left;
}

.menunavpop li span {
  display: flex;
  color: #0477fa;
  text-align: left;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
}

.menunavpop li span:hover {
  background-color: #44FF00;
  cursor: pointer;
}


.menunav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: inherit;
  position: sticky;
  font-size: 16px;
  bottom: 0;
  width: 100%;
}

.menunav li {
  float: left;
}

.menunav li span {
  display: block;
  color: #3333ff;
  text-align: left;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
}

.menunav li span:hover {
  background-color: #00FF00;
  cursor: pointer;
}

.submenunav {
  list-style-type: none;
  overflow: hidden;
  margin: auto;
  overflow: hidden;
  background-color: inherit;
  font-size: 14px;
  width: 100%;
}

.submenunav li {
  float: right;
}

.submenunav li span {
  display: block;
  color: #3333ff;
  text-align: left;
  margin: 0;
  padding: 8px 8px;
  text-decoration: none;
}

.submenunav li span:hover {
  background-color: #00FF00;
  cursor: pointer;
}

.tabproposta {
  width: auto;
  font-family: sans-serif;
  font-size: 16px;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 1px; 
  border-radius: 8px;
  padding-top: 0px;
  padding-right: 2px;
  padding-bottom: 0px;
  padding-left: 2px;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}


.tabform {
  width: auto;
  font-family: sans-serif;
  font-size: 12px;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 1px; 
  border-radius: 8px;
  padding-top: 0px;
  padding-right: 2px;
  padding-bottom: 0px;
  padding-left: 2px;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}
.tabform tr:hover {
    background-color: unset ;
    color: unset ;
}

.tabusuario {
  width: auto;
  font-family: sans-serif;
  font-size: 12px;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 1px; 
  border-radius: 8px;
  padding-top: 0px;
  padding-right: 2px;
  padding-bottom: 0px;
  padding-left: 2px;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}


/* MEdia query para celulares */
@media (min-width: 300px) and (max-width: 600px){
  body {
      width : 99vw;
  }
}

/* MEdia query para desktops */
@media (min-width: 1025px) and (max-width: 1280px){
  body {
      width : 50%;
      margin: auto ; 
  }
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
  body {
      width : 50%;
      margin: auto ; 
  }
}