﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700");

/* Todos los controles marcados con características comunes */
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td
{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;				
    margin:0;
}

/* Color de fondo y tamaño general del texto */
body
{
    font-size: .85em;
    padding: 0;
}
/* html, body {overflow:hidden;} */
 
input[type='text'],
input[type='password'],
textarea
{
    margin: 0!important;
    box-shadow: inset 0 0 6px #f3f3f3;
    border-radius: 2px;
    border: 1px solid #dddddd;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    color: #5c5c5c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
} 

input[type='text']::-ms-clear {
    display: none;
}

select {
    box-shadow: inset 0 0 6px #f3f3f3;
    background-color: #fff;
    padding: 3px 1px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
 
/* Controles de usuario */
input, select, textarea {
    color: #5c5c5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}
/*FireFox saca una opción para cambiar el tamaño */
textarea
{
    resize:none;
}

/* Para que no se monte el final de la caja en una tabla */
input[type="text"] { 
     width: 100%;  
     box-sizing: border-box; 
     -webkit-box-sizing:border-box; 
     -moz-box-sizing: border-box; 
} 
textarea 
{
     width: 100%;  
     box-sizing: border-box; 
     -webkit-box-sizing:border-box; 
     -moz-box-sizing: border-box; 
}

/* Punteros en los radio y checks */
input[type="radio"], input[type="check"] { 
     cursor:pointer;
} 

/* Tamaño Botones  */
input[type="submit"] { 
     width:100px;
     cursor:pointer;
} 

/* Punteros en las listas y ancho para 11px */
select 
{
    width:100%;
    cursor: pointer;
}

/* Para Google y Safari, tienen un margen por defecto que hay que quitar */
input, select {
	margin: 0;
}

.ui-widget-overlay
{
    background: #000000; /* url(images/ui-bg_flat_0_aaaaaa_40x100.png) repeat-x 50% 50%;*/
    opacity: .70;
    filter: Alpha(Opacity=70);
}
.ui-widget
{
    font-size:1em;
}

.botonBuscar 
{
    width: 100px;
    height: 19px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    
}

.botonBuscarGordo 
{
    width: 100px;
    height: 100%;
    padding-top: 2px !important;
    padding-bottom: 2px !important;  
}

/* ZONA PAGINA 
----------------------------------------------------------*/
.page {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#main {
    background-color:White;
    padding: 5px 0;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}


/************************/
/* Vínculos por defecto */
/************************/
a, a:visited, a:link
{   
    color: #0066CC;
    text-decoration:none;
    
}
a:hover
{
    color: #0066CC;
    text-decoration: underline;
}

/* Si un href, tiene dentro una imagen sin borde y separada */
a img
{
    border:0;
    padding-right:5px;
    vertical-align:middle;
}

/*****************************/
/* Formularios Datos         */
/*****************************/
/* Estilos para los PlaceHolder en todos los navegadores */
::-webkit-input-placeholder{color: #808080;}
input:-moz-placeholder { color: #808080; }
input:-ms-placeholder { color: #808080; }
::-ms-input-placeholder	{ color: #808080; }
:-ms-input-placeholder	{ color: #808080; }


/* Separación por defecto (cellpadding=2) */
th, td  
{
    line-height: normal;
    padding: 2px; 
}

/* Tabla de campos  */
table.TablaCampos, table.TablaSeleccion, table.TablaLista, table.TablaInterior
{
    /*font-size:11px;*/
    table-layout:fixed;
    width:100%;
}



table.TablaInterior td
{
    padding:0px;
}

/* Columna Título  */
td.TituloGrupo
{
    border-bottom: 1px solid #c0c0c0;
}

/* Label Título  */
td.TituloGrupo label
{
    color:Gray;
    font-size:12px;
    font-weight:bold;
}

td.Totales
{
    border-bottom: 1px solid #c0c0c0;
    color:Black;
    font-size:12px;
}

td.Totales span
{
    font-weight:bold;    
}

label.DatoObligatorio
{
    font-weight:bold;
}

/* Para poner el cursor y para centrar el label */
label.DatoCheckRadio
{
    bottom:2px;
    cursor:pointer;
    position:relative;
}

td.DatoArriba
{
    vertical-align:top;
}

.NoPadding
{
    padding: 0px 0px 0px 0px;
}

img.IconoCampo
{
    cursor:pointer;
    left:-2px;
    position:relative;
    top:1px;
}

/* Cambiar el Icono del DatePicker de JQuery */
.ui-datepicker-trigger 
{
    margin-left : 1px;
    vertical-align : middle;
    cursor: pointer;
}


/* Mantenimiento */

table.TablaLista
{
    background-color:#FFFFFF;
    border-collapse: collapse;
}

table.TablaLista th
{
    font-weight:bold;
    padding:4px;
    text-align:left;
}

table.TablaLista td
{
    padding:4px;
}

tr.cabeceraGrid
{
    background-color: #D1D7DE;
    border: 1px solid #DCE3ED;
    height: 20px;
}

tr.Par
{
    border: 1px solid #F5F5F5;
    background-color: #F0F8FF;    
}

tr.Impar
{
    border: 1px solid #F5F5F5;
    background-color: #FFFFFF;
}

td.ColImagen
{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:2px;
    padding-right:2px;    
}

/*td.ColImagen img
{
    cursor:pointer;
}*/

tr.pieGrid
{
    background-color: #E0E3E8;
    border: 1px solid #F5F5F5;
    height: 20px;
}

input[type="text"].negrita
{ 
     font-weight:bold;
}     


input[type="text"].numeroRO
 { 
    text-align:right;
    padding-right:5px;

}   

.solapaDetalle
{
    height:480px;
}

.colores
{
    background-color: #800000;
}

.imgActividad
{
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-top:1px;
}
.imgActividadHome
{
    width: 16px;
    height: 16px;
}

ul.Mensajes
{
    list-style-position: inside;
    font-size:10pt;
    font-weight: bold;
    color: #003399;
    line-height:30px;
}
ul.Mensajes li
{
    font-weight:normal;
    line-height:normal;
    color: #003399;
}

ul.Errores
{
    list-style-position: inside;
    font-size:10pt;
    font-weight: bold;
    color: Red;
    line-height:30px;
}

ul.Errores li
{
    font-weight:normal;
    line-height:normal;
    color: Red;
}

.imgSeleccion
{
   width:16px;
   height:16px;
   vertical-align:middle;
   cursor:pointer;
}



/* DateTime Picker */
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }


.errorbody
{
    background: #fff url(../content/imagenes/dialog_box/error_bg.jpg) bottom right no-repeat;
}

.successbody
{
    background: #fff url(../content/imagenes/dialog_box/success_bg.jpg) bottom right no-repeat;
}

/* Formulario Entrada
----------------------------------------------*/
#logindisplay {
    font-size: 12px;
    display: block;
    margin:0px;
    color: #ffffff;
    float:right;
    overflow:hidden;    
}
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
.clear {
    clear: both;
}

.error {
    color: Red;
}

.colorDisabled
{
    color: #C0C0C0;
}

/*  WAIT
----------------------------------------------------------*/
.centrarEspere
{
    width: 235px;
   height: 235px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -150px;
   margin-top: -150px;
}

/*  AYUDAS
----------------------------------------------------------*/
td.ayuda
{
    border:1px solid darkred; 
    background-color:White;
}

input[type="text"].ui-pg-input
{
  box-sizing: content-box !important;
  width:auto !important;
}

#tabs .ui-daterangepicker-arrows
{
	background-color:rgb(92, 156, 204);
}

/* Graficos */
.graficoCaja 
{
    width:100%;
    height:270px;
}

.graficoGoogle {
	width:100%;
	height:250px;
	text-align:center;
}

.graficoWait 
{
	margin-left:auto;margin-right:auto;margin-top:100px;
}

.graficoSinDatos 
{
	margin-left:auto;margin-right:auto;margin-top:100px;color:#7E9EE5;font-weight:bold;
}
.graficoError 
{
	margin-left:auto;margin-right:auto;margin-top:100px;color:Red;font-weight:bold;
}

.graficoTablaGoogle {
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
}

strong.Red
{
	color:Red;
}

.grupoIncidencia, .tipoIncidencia
{
	margin-bottom:5px;
}

.etiquetaDisable
{
	color: #CCCCCC;
}

.prueba
{
	color: #CC0000;
}

/* Contenedor border */
.bordeControles
{   
    border: 1px solid #a6c9e2;
    border-radius:5px;
}


.lineaDiv
{
    clear:both;
    padding: 10px 0px;
}



.align-right
{          
    float:right;
}

.align-left
{          
    float:left;
}

 .control-small
{       
    width:110px !important;
    /*margin-left:16px;
    float:left;*/
}

div.cabecera-detalle
{   
    border-bottom-color: #bdc3c7; 
    border-bottom-style: solid; 
    border-bottom-width: 2px;    
}
   
.subtitulo-ventana
{
    font-size:18px;
    font-weight:700;
    line-height:0.8;
    display:inline-block;
    margin-top:7px;
    color:#87B6D9;
}

.img-accion, img-accion:hover
{           
    color:#2e6e9e !important;
    font-size:18px;
    cursor:pointer;
}

span.ui-button-text
{
    color: #2e6e9e !important;
}

.obligatorio
{
    font-weight:bold;
}

     
.tituloEtiquetaLeyenda
{
    font-size:10px;    
    font-weight:bold;
    display: inline-block;
    vertical-align:top;    
}

.iconoLeyenda
{
    margin: 2px 0px 2px 15px;   
    color: black;
    font-size: 14px;
}
       
.etiquetaLeyenda
{
    font-size:12px;    
    display: inline-block;
    vertical-align:top;
}

.control150
{       
    width:150px !important;
}
.control120
{       
    width:120px !important;
}

.iconoboton
{
	color:#70A8D2;
	font-size:18px;
	cursor:pointer;
	vertical-align:text-bottom;
}

.leftButtonDlg
{
    position: absolute;
    left:20px;
}

.aspectobloqueado
{
    background-color:#E5E5E5;
    border: 1px solid #BCBCBC;
}

/*.controlBusqueda
{                 
    display:block;
    margin-left:5px;
}*/
.solapas
{
    height: 500px;
}
.solapas550
{
    height: 550px;
}

.estiloTipo {
    margin: 2px 2px 2px 0px;
    color: #6c757d !important;
    font-size: 18px;
}
.estiloEstado
{
	margin:  2px 0px 2px 0px;
	font-size:18px;
}

.estiloHistorial
{
	margin-top:5px; 
	margin-right:2px; 
	margin-bottom:5px;
	color:#70A8D2 !important;
	font-size:18px;
}
.estiloHistorialBloqueado
{
	margin-top:5px; 
	margin-right:2px; 
	margin-bottom:5px;
	color:red !important;
	font-size:18px;
}
.estiloConsultar
{
	margin-top:5px; 
	margin-right:2px; 
	margin-bottom:5px; 
	color:#00529E !important;
	font-size:18px;
}
.estiloEliminar 
{
	margin-top:5px; 
	margin-bottom:5px;
	color:#70A8D2 !important;
	font-size:18px;
}

.ui-button.botonVerde
{
	background-color: #339966;
	background-image: none;
}

.ui-button.botonVerde span.ui-button-text
{
    color: #FFFFFF !important;
}

.ui-button.botonNaranja
{
	background-color: #FF9966;
	background-image: none;
}

.ui-button.botonNaranja span.ui-button-text
{
    color: #FFFFFF !important;
}

.ui-button.botonRojo
{
	background-color: #FF3300;
	background-image: none;
}

.ui-button.botonRojo span.ui-button-text
{
    color: #FFFFFF !important;
}

.ui-button.botonAmarillo
{
	background-color: yellow;
	background-image: none;
}

.ui-button.botonAmarillo span.ui-button-text
{
    color: black !important;
}

.subrayadoGris 
{
	border-bottom:1px solid lightgray;
}

.lista-seleccion
{
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    width: 100%;
}
.lista-seleccion .ui-selecting { background: #c5dbec; }
.lista-seleccion .ui-selected { background: #fbec88;  }
.lista-seleccion-item:hover { border: 1px solid #79b7e7; background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; }
.lista-seleccion-item{
    border: 1px solid #a6c9e2; 
    margin: 3px 0;
    background: #ffffff;
    color:#222222;
    cursor:pointer;  
    padding: 0.4em;
    border-radius: 5px;      
    width:100%;
}

/*.ui-jqgrid, ui-jqgrid::before, ui-jqgrid::after {
    box-sizing: content-box !important;
}*/

.ui-jqgrid tr.jqgrow td,
.ui-jqgrid tr.jqgroup td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 23px;
    padding: 3px 2px 3px 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}
.ui-jqgrid .ui-jqgrid-sortable {
    cursor: pointer;
    height: auto;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: none;
    color: #333333;
    font-weight: bold;
}
.ui-dialog-titlebar {
    background: #0d6efd;

}
.ui-dialog-title {
    color: #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #0d6efd;
    background: #0d6efd;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

.form-label {
    margin-bottom:4px;
}

.ui-dialog-titlebar-close {
    background-color: #0d6efd;
    color: #fff;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    padding-top: 0px !important;
}
.ui-dialog-titlebar-close::after {
    content: 'X';
}

/* LO VUELVO A QUITAR, porque los botones bootstrap dentro del diálogo quedan mal */
/*.ui-dialog-buttonset button {
    border:1px solid black;
}
*/
.ui-pg-selbox {
    padding-top:0px !important;
}

#ui-datepicker-div {
    z-index: 350 !important;
}

/* Nuevo */
.iconobotonN {
    color: #70A8D2;
    cursor: pointer;
}
/* Loader
-------------------------------------------------- */
.loader-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #000;
    opacity: 0.7;
    transition: none;
    justify-content: center;
    display: flex;
}

    .loader-wrap .loader {
        margin-top: 125px;
        z-index: 10000;
        opacity: 1;
        text-align: center;
    }

        .loader-wrap .loader i {
            font-size: 40px;
            width: 100%;
        }

        .loader-wrap .loader .text {
            text-transform: uppercase;
            display: block;
            padding-top: 10px;
            color: #fff;
            text-align: center;
        }
