/* NT12 */
:root {
    --font-size: 8pt;
	--button-first-text: #888888;
	--button-last-text: #888888;
	--button-next-text: #888888;
	--button-previous-text: #888888;
	--menu-text:#888888;
	--menu-text-hover:black;
    --menu-item-text:#888888;
	--menu-item-text-hover:black;
	--menu-item-button-text:#888888;
	--menu-item-button-text-hover:black;
	--browse-table-border:1px solid LightGray;
	--browse-table-row-border-color:LightGray;
	--browse-table-cell-border-color:LightGray;
}

/* Quitar comentarios de login */
div#loginform_loc__login_comment_div {
    display: none;
}
div#loginform_loc__password_comment_div {
    display: none;
}

/*Margen Altura*/
.nt-plain-fieldset {
    padding: 0rem;
}
/*Margen Ancho*/
.nt-form-table-cell {
    padding: 0.1em;
}
.nt-menu-text {
    padding-left: 2.5em;
}
/*Margen Izquierdo*/
.nt-form-table {
    margin-left: 3px;
}

.nt-browse-empty {
    padding: 1em;
    color: #333;
    background-color: #eee;
    border: var(--browse-empty-border);
}
.nt-form-table td {
    border: 1px;
}
/*alto botones Browse*/
.nt-button {
    max-height: 2em;
}
/*alto y color Footer Browse*/
.nt-browse-table-footer {
    color: #333;
    background-color: #eee;
    padding-top: 2px;
    padding-bottom: 2px;
}
.nt-browse-footer-empty {
    background-color: #eee;
}
/*https://css-tricks.com/snippets/css/a-guide-to-flexbox/*/
.wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center; 
}
.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}
/*' nt-fix-center nt-width-300px'*/
.nt-start-button {
    color: #888888;
}	
/*input#loc__CtaCteDesde {
    width: 6em;
}
input#loc__CtaCteHasta {
    width: 6em;
}*/

.PageBodyDiv {
    min-height: 80%;
	height: unset;
}

/*arreglo de plain tab a none tab*/
.nt-plain-fieldset {
    background: unset;
    background-image: unset;
    border-color: LightGray;
}
.nt-plain-legend {
    padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    background: unset;
    border: unset;
    border-color: LightGray;
} 
.nt-site-header, .nt-site-header-6 {
    border-bottom: solid;
    border-bottom-color: lightskyblue;
}
.nt-site-footer {
    border-top: solid;
    border-top-color: lightskyblue;
}

/*
.nt-browse-table {
    margin: 5px 0px 5px;
    border: 1px solid;
    padding: 0px;
    border-spacing: 0px;
}
.nt-browse-table td {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 0px solid #AAA;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #EEE;
}
.nt-browse-cell {
    border-right: 1px solid #ddd;
	border-bottom: 0px ;
    border-top: 0px ; 
}
.nt-small-image{height: 1.6em;width: 0.9em;}
*/