.titulo{
    font-Family:'Tahoma';
    font-Size:25px;
}
.TituloLPM {
    width: 100%;
    color: #ffbb70;
	background: linear-gradient(to bottom, #0089ff, #abddec);
    text-shadow: 2px 2px #2b70a1;
    font-Family:'Tahoma';
    font-Size: 12px;
    font-weight: bold;
}

.TituloLPM_usryprof {
    width: 30%;
    color: black;
    text-shadow: 0px 0px #0095ff;
    font-Family:'Tahoma';
    font-Size:10px;
}

.frame {
    width: 100%;
    height: 100%;
    text-indent: 10px;
    color: #7ef788;
    background-color:#e1f5fb;
    text-shadow: 2px 2px #0095ff;


    font-Family:'Tahoma';
    font-Size:25px;
}

.boton_normal{
    text-decoration: none;
    padding: 8px;
    font-weight: 600;
    font-size: 10px !important;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
    cursor:pointer;
  }

.boton_personalizado{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
    cursor:pointer;
  }
  
.boton_personalizado_fuente_chica{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
    cursor:pointer;
  }  

.boton_asignar{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
	white-space: normal;
  }

.boton_asignar_fuente_chica{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
	white-space: normal;
  }

.edit_personalizado{
	text-transform: uppercase;
    border-radius: 3px;
    border: 2px solid #0016b0;
  }

.buscar_codigos{
	text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #18d6aa;
	z-index: 9999;
  }

.check_box{
	text-transform: uppercase;
	z-index: 999;
}

.ui-autocomplete {
    max-height: 300px;
	max-width: 358px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */	
    z-index: 9999 !important;
}
.ui-menu .ui-menu-item {
	font-size: xx-small;
}

#jqgridAdjuntos_outer {
    z-index: 100 !important;
}

.ui-datepicker {
	z-index: 9999 !important;	
}
.input_file_personalizado{
	display: none;
}

.ui-dialog{
	z-index: 200 !important;
}

.hasDatepicker{
    border-radius: 3px;
    border: 2px solid #0016b0;
	background-color: #FFFFFF !important; 
  }
  
.hide-close .ui-dialog-titlebar-close { display: none }

.dialogo-atencion-rojo .ui-dialog-titlebar {
		background: red !important;
}

.dialogo-atencion-verde .ui-dialog-titlebar {
		background: green !important;
}

.dialogo-atencion-amarillo .ui-dialog-titlebar {
		background: #ffd600 !important;
}