form{
    color:black;
}
fieldset{
    margin:3px;
    padding: 2px;
}
.frame-form{
    width: 100%;
    height: 88%;
    overflow: auto;
}
.foot-stdform input{
    font-size:1em;
}
table{ 
border-collapse: collapse;
font-size: .9em;
width: 99.6%;
}
th{
    border-color: grey;
    background-color: gainsboro;
    color: grey;
    border-width: 1px;
    padding: 2px;
    box-shadow: 0 0 2px;
}

td{
    border-style: solid;
    border-color: gainsboro;
    border-width: thin;
    padding: 0px;
}
table td input{
    border-style:none;
    background-color: inherit;
    margin:2px;
}
.FormLstNavega{
    height: 100%;
}
.browse{
    position:absolute;
    overflow:auto;  
    padding: 1px;
    height: 92%;
    width: calc(100% - 6px);
    display: block;
    margin-left: 2px;
}
.row-ctrol{
    width:1.1em; 
}
.contienegrid{
    position:relative;
    height: 100%;
}
.content {
	background: #f1f1f1;  /* Fondo del contenido */
	position: relative;
	width: 100%;
        min-width: 38em;
        height:96% ;
        overflow:hidden;   
	z-index: 5;
        box-shadow: 0 2px 1px #9c9c9c;
        margin-top:-2px;
        clear:both;
}
.desk{
    background: #f1f1f1;  /* Fondo del contenido */
    border-radius: 0 .5rem .5rem .5rem;
    position: relative;
    width: 100%;
    height:98% ;
    overflow:hidden;   
    z-index: 5;
    box-shadow: 0 2px 1px #9c9c9c;
    margin-top:-4px;
    clear:both;
}
.vade {
    padding: 3px;
    box-shadow: 0px 0px 2px 0px;
    margin: 2px;
    height: calc(100%);
    overflow:hidden;
}
.FORMSET {
    width: 100%;  /* Ancho del contenedor */
    height:100%;
    position: relative;
    display: inline-block; 
    padding: .5em .5em .5em; 
    background-image: linear-gradient(#444, #222);
    border-radius: 0 .25em .25em .25em;
    overflow:hidden; 
    font-size: 0.8rem;
}

.FORMSET .tabs {
        height: 1em;
	visibility: hidden;
}

.FORMSET .ltabs {
	background: linear-gradient( #555,#f1f1f1);  /* Fondo de las pesta�as */
	border-radius: .25rem .25rem 0 0;
	color: #222222a8;  /* Color del texto de las pesta�as */
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2em;
	padding: 0 2em;
	text-align: center;
        font-size: 1.2em;
}

.FORMSET .tabs:hover + .ltabs {
	background:linear-gradient(#ddd,#f1f1f1);  /* Fondo de las pesta�as al pasar el cursor por encima */
	color: #666;  /* Color del texto de las pesta�as al pasar el cursor por encima */
}

.FORMSET .tabs:checked + .ltabs {
	background: linear-gradient( #fff,#f1f1f1);  /* Fondo de las pesta�as al presionar */
	color: lightslategrey; /* Color de las pesta�as al presionar */
	position: relative;
	z-index: 6;
	
}
.FORMSET input#tab-1:checked ~ .content [name='COMBOBUSCAR']{
    opacity: 1;
    z-index: 100;
    display: inline-block;
}
.FORMSET input#tab-2:checked ~ .content #FORMSTD{
    opacity: 1;
    z-index: 100;
    display: inline-block;
}

.lstnavega{
   background: #f1f1f1;
   position: absolute;
   xmax-height: 80%;
   width: calc(100% - 6px);
   height: calc(100% - 8em);
   display: block;
   box-shadow: 0px 1px 4px;
   border-radius: 8px;
   padding:2px;
   margin:3px;    
}

.standar {
        xoverflow: auto;   
        width: 100%;
        height:100% ;
} 
.stdcontrol{
    padding: 2px;
    overflow: hidden;
    display: inline-block;
}
.stdcontrol>label:after{ content: ": " }
.imgcontrol>label:after{ content: ": " }
.stdcontrol>label{
    text-align: right;
    float: left;   
    width: 9.5em;
    padding-right: 3px;
}
.stdcontrol>input,.stdcontrol>select,.stdcontrol>textarea{
    width: 100%;
    max-width:calc(100% - 10em );
    float: left;
    margin-left: 3px;
    border-style: none;
    box-shadow: 0px 0px 2px 0px;
    padding: 1px 2px;
    height:1.5em;
}
.stdcontrol>textarea{
    resize: none;
    height: 100%;
    max-width: calc(100% - 12em );
}
.stdcontrol>input[type='date']{
    width:auto;
}
.horzcontrol>input[type='checkbox'],.stdcontrol>input[type='checkbox']{
    width:auto;
}

.standar>label {display:inline-block;text-align:right; }
.standar>label input{display:inline-block;text-align:left; }
.horzcontrol{
    padding: 2px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0px 0px 1px 0px;
    height: 3em;
}
.horzcontrol>label{
    display: block;
    color: grey;
}
.horzcontrol > input, .horzcontrol > select, .horzcontrol > output,
.horzcontrol >label input, .horzcontrol >label select, .horzcontrol >label output{
    display: block;
    width: 100%;
    border:none;
    background-color: unset;
    padding: 1px 2px;
    height: 1.5em;
    outline: none;
}
.imgcontrol>label{
    text-align: right;
    float: left;   
    width: 9.5em;
    padding-right: 3px;
}
.imgcontrol input[type='image']{
    height: 100px;
}

[name='COMBOBUSCAR']{
    display: none;
    opacity: 0;
    position: relative;
    z-index: -100;
    width: 100%;
    height:100% ;
}
#FORMSTD, #dashboard {
    display: none;
    opacity: 0;
    position: relative;
    z-index: -100;
    width: 100%;
    height:100% ;
     
}

[name='COMBOBUSCAR'] input {
    float:left ;
    border-style: hidden;
}
td input[type='button']{
    width: 100%;
    text-align: left;
}
tr:hover{
    background-color: white;
}
td input[type='button']:hover{
    color:darkorange;
}
#DATOSGENERALES{
   width: 100%;
   height:90% ;
}
#TOOLBAR{
    padding: 0.5rem;
    width: 100%;
}
#TOOLBAR input{
    padding: 0.2rem;
    margin: 0.1rem;
    /*width: 6em;
    font-size:0.5rem;*/
}
#pageframe1{padding:.1%; position: relative;display:block;z-index:4;width:100%;height:96%; }

#DATOSGENERALES .stdcontrol{
    margin: 0.3rem;
}
#DATOSGENERALES .stdcontrol label{
   /* width: 20%;*/
}
#DATOSGENERALES .stdcontrol input{
  /*  width: 30%;*/
}
[name='COMBOBUSCAR'] p {
	clear: both;
	margin-bottom: 1rem;
}
[name='COMBOBUSCAR'] p.left img {
	float: left;
	margin-right: 1rem;
}
[name='COMBOBUSCAR'] p.last {
	margin-bottom: 0;
}

#FORMSTD p {
	float: left;
	width: 48.5%;
}
#FORMSTD p.column-right {
	margin-left: 3%;
}
#FORMSTD p img {
	display: block;
	margin: 0 auto 1rem auto;
}
#content-3 p,
#content-3 ul {
	margin-bottom: 1rem;
}
#content-3 ul {
	margin-left: 2rem;
}



input.visible {
  visibility: visible !important;
}
/*Posicion*/
/*Tama�os*/
/**combo buscar**/  
.cbcampo{
    display:block;
}
.cboperador{
    display:block;
    width: 100%;
}
.cbvalor{
    width: 45%;
}
.cbsigue{
    display:block;
}
[name='ComboBuscar'] label{
    margin-right: 4px;float: left;
}
[name='ComboBuscar'] input{
    width: 100%;
    border-style: solid !important;
    border-width: thin;
    height: 1.4em;
    border-color: darkgrey;
    background-color: white;
    margin: 0px;
}
[name='ComboBuscar'] select{
    height: 1.4em;
    border-color: darkgrey;
}
.editBoton{
    display:inline-block;
    padding: 2px;
    }

.editBoton label{color:#73a8c3;}
form:not([data-editando='0']) .btnNoEditando, form:not([data-editando='0']) .btnNuevo{
    pointer-events: none;
} 
form:not([data-editando='0']) .btnNoEditando label, form:not([data-editando='0']) .btnNuevo label{
    color:#999;
}
form[data-editando='0'] .btnEditando{
    pointer-events: none;
} 
form[data-editando='0'] .btnEditando label{
    color:#999;
}
form[data-posicion='-1'] .btnPrint,form[data-posicion='-1'] .btnDel {
    pointer-events: none;
}
form[data-posicion='-1'] .btnPrint label,form[data-posicion='-1'] .btnDel label{
    color:#999;
}
form[data-posicion='-1'] .btnNoEditando,form[data-posicion='0'] .btnNoEditando {
    pointer-events: none;
}
form[data-posicion='-1'] .btnNoEditando label,form[data-posicion='0'] .btnNoEditando label{
    color:#999;
}
/*botones anterior*/
form[data-posicion='1'] .btnAnt {
    pointer-events: none;
}
form[data-posicion='1'] .btnAnt label{
    color:#999;
}
/*botones anterior*/
form[data-posicion='3'] .btnSig {
    pointer-events: none;
}
form[data-posicion='3'] .btnSig label{
    color:#999;
}
[estado='activo'].editBoton:hover label,.ltabs:hover{
    text-shadow: -1px -1px 1px #ddd;
    color:  #0186ba;
}

#formTitulo{
 color:  #0186ba;   
 text-shadow: 0px 1px 0 gainsboro;
}
.tabla-navega{
   display:block; 
   position: relative;
   overflow: auto;
   width: calc(100% - 2px);
   max-height:100%;
   font-size: .9em;
}
.tabla-navega tbody{
    overflow-x: auto;   
}
.tabla-linea{
    vertical-align: top;
    height: 1.8em;
}
.tabla-cel-titulo{
border-style:solid;
}
.tabla-cel{
  width: auto;  
}

.fcol1{
    width:20%; 
}
.fcol2{
    width:40%; 
}
.fcol3{
    width:60%; 
}
.fcol4{
    width:80%; 
}
.fcol5{
    width:100%; 
}
.QUERY{
    padding: .2em;
    overflow: auto;
    height: 7.5em;
    width: 100% ;
}
.ctn-btn{
    display: inline-block;
    height: 2em;
    overflow: hidden;
    box-shadow: 0px 0px 4px -1px;
    margin: 5px;
    border-radius: 5px;
    font-size: medium;
}
.ctn-btn input{
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none !important;
    border-style: none;
    background-color: inherit;
    height: 100%;
    width: 100%;
    text-shadow: 0 0 dimgrey;
    font-size: medium;
}
.btn-buscar{
    display: inline-block;
    width: 7em;
    height: 2em;
    overflow: hidden;
    box-shadow: 0px 0px 4px -1px;
    margin: 5px;
    border-radius: 5px;
}
.btn-buscar input{
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none !important;
    border-style: none;
    background-color: inherit;
    height: 100%;
    width: 100%;
    text-shadow: 0 0 dimgrey;
}
.btn-buscar:hover input{
    text-shadow: 1px 1px dimgrey;
}
.paginas {
    position: relative;   
    height: 100%; 
    clear: both;
    display:block;
  }
.pagina {
  /*float: left;*/
}
.tablabel {
  background: #eee; 
  padding: 4px; 
  border: 1px solid #ccc; 
  position: relative;
  left: 1px; 
  border-bottom: none;
}
[type=radio].tab {
  display: none;   
}
.contenido {
 height: calc(100% - 4px);
 width: calc(100% - 2px);
 padding: 10px 0 0 0;
 /* position: absolute; */
 margin-left: auto;
 background: white;
 margin-right: auto;
 margin-top: 2px;
 border: 1px solid #ccc;
 overflow: auto;
}
[type=radio]:checked + .tablabel {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked + .tablabel + .pagina {
  z-index: 1;
  display: block;
  position: absolute;
}
.desabilitar {
  pointer-events:none; 
  opacity:0.6;         
}
.user-mark{
   position:absolute;width:99%;bottom:0px;margin:2px;
}
.user-mark > div{
   font-size:.5rem;height:2.5rem;width:14em;
}
.user-mark > div input:nth-child(2) {font-size:.7rem;}
.user-mark > div input:nth-child(3) {font-size:.6rem;}

.horzcontrol:has(>input:required) label::before,.stdcontrol:has(>input:required) label::before{
    content:"*";
    color:green;  
}
.stdText{
    text-transform:uppercase;
}
input:invalid,select:invalid,textarea:invalid {
  box-shadow: 0px 0px 1px 0px red;
}
input[type=number].stdNumeric::-webkit-inner-spin-button, 
input[type=number].stdNumeric::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.qbeStd{padding: 5px; box-shadow: 1px 1px 2px 0px;background:grey;min-width: 400px; }
.qbeStd legend{color: lightgray;}
.qbeStd label{color: azure;}
@media print {
  /* All your print styles go here */
 /*{display: none ;}
 body{display: initial !important; }
 .cnt-display{display: initial !important; }
 section{display: initial !important;}
 #contenido{display: initial !important;}
 #_screen{display: initial !important;}
 .desktop{display: initial !important;}
 .pageframe{display: initial !important;}
 .page-body{display: initial !important;}*/
 .page-conte{display: initial !important;}
 .page-conte > *{display: none;}
 .FORMSET{display: initial !important;}
 .content > *{display: none ;}
 
}