

.fieldset-centrado {
	max-width: 86em; 
	margin-left: auto; 
	margin-right: auto;
}

.envoltorio-grid {
	padding-top: 10px; 
	padding-bottom: 10px;
}

.envoltorio-grid div {
    margin: auto;
}


.oculto {
	display:none;
}

.titulo {
	width: inherit;
	color: #000000;
	font-weight: bold;
	margin: 0.6em;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow: ellipsis;
}

.input-calendar {
    background-image: url('../SgaGen/images/botones/calendar.gif') ;
    background-repeat: no-repeat;  
    color:  #000000;   
    background-position: 99% 100%;   
    cursor: pointer;
    cursor: hand;
	float: left;		
	margin: 0;
	width: inherit;
	*width: 100%;
	resize: none;
}

.centrado {
	margin: auto;
}

.negrita {
	font-weight:bold;
}

.rojo {
	font-weight:bold;
	color:red;
}

.subrayado {
	text-decoration:underline !important;
}

.textBox[readonly],
.input-calendar[readonly],
.input-calendar[disabled],
.comboBox[disabled] {
	background-color: #EEEEEE;
	color:#000000;
}

#secciones {
	height: 30px;
	clear: both;
	margin: 10px 0 0 0;
}
#secciones .flecha-izq {
   background: url(izq_flecha.png) no-repeat bottom left;
   padding: 0 0 0 13px;
   float: left;
 }
 #secciones .flecha-dcha {
    background: url(drc_flecha.png) no-repeat bottom right;
    padding: 0 13px 0 0;
 	display: table;
 }
 #secciones .flecha-contenido {
    background: url(fondo_flecha_1px.png) repeat-x bottom;
    padding: 0 5px 0 0;
 	display: table-cell;
 	vertical-align: middle;
    text-align: center;
    text-indent: 5px;
    height: 28px;
    color: grey;
 }
 #secciones .flecha-contenido a {
	width: inherit;
	font-weight: bold;
	margin: 0.6em;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow: ellipsis;
 }
 
div.gridbox_cabeceraSubgrid div.xhdr table.hdr td {
        background-color:#E6E6E6;
        color:black;
}

div.gridbox_cabeceraSubgrid div.xhdr {
    background-image: none;
    background-color:#E6E6E6;
}

<!-- scroll horizontal automático en todos los grids -->
div.objbox {
        overflow-x: auto !important;
    }
    
.checkboxList {
	height: 170px; 
	overflow: auto; 
	border: 1px solid #afc7c7; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	overflow-x: hidden;	
}

.elementoOculto {
	display: none;
}

.floatRight {
	float:right!important;
}

.floatLeft {
	float:left!important;
}


.imgDeshacerCambiosFila {
	position: absolute;
	z-index: 1000;
}
.imgDeshacerCambiosFila img{
	padding:1px;
	width: 13px;
	height: 13px;
}

.imgDeshacerCambiosFila:hover{
	cursor: pointer;
	position:absolute;
}

/*********************** DIV CONFIGURACIÓN GRID **********************/
#popUpConfiguracion {
	left: 15%;
	top: 15%;
	position:absolute; 
	width:55%;
	z-index:1;
	display: inline-block;
	height: 60%;
	border: 1px solid;
	clear: both;
	float:left;
	border-radius: 3px;
	overflow: hidden;	    
}

#cabeceraPopUpConfiguracion{
	height: auto;
	width: 100%;
	clear: both;
	float: left;
	cursor: move;
}

#cabeceraPopUpConfiguracion div{
	padding-top: 5px;
    padding-left: 5px;
	float: right;
}

#cabeceraPopUpConfiguracion span{
	font-family:inherit;
	font-weight: bold;
	font-size:1.2em;
    padding-top: 5px;
    padding-left: 5px;
    float: left;		
	width:85%;
}

#cabeceraPopUpConfiguracion div{
	text-align: center;
    float: right;		
	width: 10%;
}

.spanVisibilidad{
	padding: 10px;
	clear: both;
	float: left;
	font-weight: bold;
	height: 5%;
}

.ordenadoPor {
	border: 1px solid #AFC7C7;
    padding: 2px;
    float: none;
    border-radius: 5px;    
    white-space: nowrap;
    width: 25%;
    overflow: hidden;
  	text-overflow: ellipsis;
  	margin-top: 2px!important;
}
.eliminarOrdenarPor{
	font-weight: bold;
	color: red;
	padding-right: 5px;
	cursor: pointer;
}
.alinearTextoCentro {
	text-align: center;
}

#idDivOrdenRegistros {
	height: 32%;
	clear: both;
	width: 100%;
	float: left;
}
#idDivTablaVisibilidad {
	height: 60%;
	width: 100%;
	clear: both;
	float: left;
}
.contenedorSeleccionarOrdenacion{
	clear:both;
	height: 90%;
	float: left;
	width: 100%;
}
.contenedorSeleccionarOrdenacion span {
	margin:0px 10px;	
	height: 20px;
	float: left;
	line-height: 20px;
}

.contenedorSeleccionarOrdenacion span img{
	height: 20px;
	width: 20px;	
	cursor: pointer;
}

#idDivListaOrdenacion{
	padding-top: 10px;
	clear:both;
	float: left;
	width: 100%;
	overflow: auto;
	height: 70%;
}
#popUpConfiguracion .divConfiguracionTodasColumnas {
	height: 70%;
	width: 90%;
	clear: both;
	margin: 10px;
	float: left;
}

#popUpConfiguracion .tablaConfiguracionTodasColumnas {
	float: left;
	width: 100%;
}

#popUpConfiguracion .tablaConfiguracionTodasColumnas thead tr {
	background-color: white;
}

.filaMovidaOrigen{
	background-color: lightgray!important;
}

.filaMovidaDestino{
	background-color: gray!important;
}


#popUpConfiguracion .tablaConfiguracionTodasColumnas tbody tr {
	background-color: white;
	overflow-y: auto;
}

#popUpConfiguracion .tablaConfiguracionTodasColumnas tbody tr:hover td:first-child {
    cursor: -webkit-grab;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#popUpConfiguracion .tablaConfiguracionTodasColumnas tbody tr:active td:first-child { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}


#popUpConfiguracion .tablaConfiguracionTodasColumnas tbody tr:hover {
	background-color: lightgray!important;
} 

#popUpConfiguracion .tablaConfiguracionTodasColumnas img{
	cursor: pointer;
	margin: auto;
}

#idDivTablaContenedorRegistrosCabecera{
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	display: block;
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
    
}
#idDivTablaContenedorRegistros{
	overflow:auto;
	width: 100%;
	height: 100%;	
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
    background-color: white;
}
 
.tablaConfiguracionTodasColumnas th{
	background-color: rgb(172, 191, 223);
	padding: 4px;	
		
}

.tablaConfiguracionTodasColumnas td{
	padding: 4px;
}

.cursorPointer{
	cursor: pointer;
}

.botonAdmin{
	margin-top: 5px!important;
	width: 20px;
}

.filaArrastrada {
	opacity: 0.5;
	background-color: lightgray!important;
}
.grabbing {
	cursor: -webkit-grabbing;
	cursor: grabbing;
    cursor: -moz-grabbing;
}

.filaSobreLaQueSeArrastra td{
	border-bottom: 2px solid gray;
}

.filaSobreLaQueSeArrastraLimSuper td{
	border-bottom: 0px solid gray;
	border-top: 2px solid gray;
}

#divMoverFila {
	z-index:1000;
	position:absolute;
	top:0px;
	left:0px;
	width:500px;
	border:1px solid lightgray;
	display:none;	
}

#divMoverFila table{
	background-color: white;
	width: 100%;
}

.gridAlegaSigPacMinHeight {
    min-height: 100px !important;
}

/**************************** CITA PREVIA ******************************/

.ubicacionCitaPrevia legend {
    /*font-size: 1.1em;*/
    font-weight: bold;
    padding: 10px;
    color: #000;;
    margin-bottom:5px;
}

.ubicacionCitaPrevia label {
	font-weight: inherit;
}

.ubicacionCitaPrevia {
	cursor: pointer;
}

.resumenOficina {
	background-color: #EEEEEE;
	color:#000000;
}

.resumenOficina legend {
	font-weight: bold;
    padding: 10px;
    color: #000;;
    margin-bottom:5px;
}

.resumenOficina label {
	font-weight: inherit;
}

.ubicacionHorario #seleccionables {
	border: 1px solid gray;
}

.ubicacionHorario legend{
    font-weight: bold;
    padding: 10px;
    color: #000;;
    margin-bottom:5px;
}

/*********************** DESHACER CAMBIOS EN FILA **********************/
.imgDeshacerCambiosFila {
	position: fixed;
	z-index: 1;
}
.imgDeshacerCambiosFila img{
	padding:1px;
	width: 13px;
	height: 13px;
}

.imgDeshacerCambiosFila:hover{
	cursor: pointer;
	position:fixed;
}

.celdaModificada {
	color: blue!important; 
}

.dhtmlx-confirmarSegundoPlano{
    width: 450px !important;
}

/*********************** VISOR IMÁGENES **********************/
.divContenedorBotonesRotarDocumento{
	width:100%;
	clear:both;
}

.divContenedorBotonesRotarDocumentoIzquierda{
	width:49%;
	float:left;
	margin-left:1%;
}

.divContenedorBotonesRotarDocumentoDerecha{
	width:49%;
	float:left;
	margin-left:1%;
}

.divContenedorVisualizarDocumento {
	width: 100%;
	clear: both;
	max-height: 700px;
	height: 700px;
}

.divContenedorVisualizarDocumento img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%; 
	max-height:100%;
	height: auto;
}

.spanRotarDocumentoIzquierda {
	width: 35px;
	height: 35px;
	background-size: 35px;
	background-image: url(../SgaGen/images/botones/deshacer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0PX;
	float: right;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg); /* IE 9 */
	-moz-transform: rotateY(180deg); /* Firefox */
	-webkit-transform: rotateY(180deg); /* Safari and Chrome */
	-o-transform: rotateY(180deg); /* Opera */
	cursor: pointer;
}

.spanRotarDocumentoDerecha{
	width: 35px;
	height: 35px;
	background-size: 35px;
	background-image: url(../SgaGen/images/botones/deshacer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0PX;
	float: left;
	cursor: pointer;
}

/*********************** LIMITAR ALTURA DE MINIATURAS **********************/
.celdaMiniatura IMG {
		height: 100px !important;
}

form[id^=formCalculoAyuda] div[id^=divGrid] {
	 overflow:auto; 
}