﻿@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, 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, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	color: #000; /* #808080;  black */
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-style: normal;
	margin: 0;
}

/* Color de fondo y tamaño general del texto */
body
{
	background-color: #ffffff; /*#DCE3ED; CRM 2.0 */
	font-size: .85em;
	padding: 0;
}

/* Controles de usuario */
input, select, textarea
{
	color: #000; /*#808080; black */
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}



/*FireFox saca una opción para cambiar el tamaño */
textarea
{
	resize: none;
	color: #3498DB;
}

/* 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"], input[type="button"] { */
input[type="submit"]
{
	width: 100px;
	cursor: pointer;
}

/* Punteros en las listas y ancho para 11px */
select
{
	width: 100%;
	height: 19px;
	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;
    /*background-color: #3498DB !important;
    color:White !important;*/
}

.botonBuscarGordo
{
	width: 100px;
	height: 100%;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

/* ZONA PAGINA 
----------------------------------------------------------*/
#main
{
	background-color: White;
	padding: 5px 5px 5px 5px; /*min-height:570px;*/
	height: 570px;
	overflow: hidden;
	/*border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
}
header, #header
{
	position: relative;
	color: #1C2A47;
	padding: 0;
}
header h1, #header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #3498DB; /* #1C2A47; CRM 2.0 */
	border: none;
	font-size: 32px !important;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}


/* MENUS
----------------------------------------------------------*/
nav
{
	/*margin-top: 10px;*/
}

ul#menu
{
	position: relative;
	margin: 0;
	font-size: 12px;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 5px 10px 5px; /*font-weight: bold;*/
	text-decoration: none;
	line-height: 2.7em;
	color: #fff;
}

ul#menu li a
{
	padding: 5px 5px 5px 5px; 
	text-decoration: none;
	line-height: 24px; 
	background-color: #3b5998; 
	color: white; 
}

ul#menu li a:hover
{
	background-color: #7E9EE5; /*#a6e2a6;*/
	color: #3498DB; /*#3b5998;*/
	text-decoration: underline;
}

ul#menu li a:active
{
	background-color: #7E9EE5; /*#a6e2a6;*/
	color: #3498DB; /*#3b5998;*/
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #3498DB; /*#3b5998;*/
}

ul#menu li a.current
{
	background-color: #fff;
	color: #3498DB; /*#3b5998;*/
}


/************************/
/* Vínculos por defecto */
/************************/
a, a:visited, a:link
{
	color: #3498DB; /*#0066CC; CRM 2.0 */
	text-decoration: none;
}
a:hover
{
	color: #3498DB; /*#0066CC; CRM 2.0 */
	text-decoration: underline;
}

/* Si un href, tiene dentro una imagen sin borde y separada */
a img
{
	border: 0;
	padding-right: 5px;
	vertical-align: middle;
}

/*********************/
/* Título de Proceso */
/*********************/
div.Titulo
{
	background-color: #3498DB; /* #7E9EE5; CRM 2.0 */
	color: #FFFFFF;
	font-size: 15px;
	line-height: 25px;
	padding-left: 5px;
}
div.Titulo a
{
	color: #FFFFFF;
}
.iconoTitulo
{
	background-color: #3498DB; /*#7E9EE5; CRM 2.0 */
}

/*****************/
/* Datos Entidad */
/*****************/
div.Entidad
{
	background-color: #ECF0F1; /*#ACC0E9; CRM 2.0 */
	font-weight: bold;
	height: 50px;
	padding-top: 2px;
	padding-left: 15px;
}


/* Datos adicionales dentro de la entidad */
div.Entidad div div
{
	font-size: 90%;
	font-weight: normal;
	padding-left: 5px;
}


/************/
/* Botonera */
/************/
div.Botonera, div.BotoneraNuevo
{
	background-color: #ECF0F1; /*#DFF0F9;*/
	line-height: 25px;
	padding-left: 15px;
}

div.Botonera
{
	border-top:1px solid #ECF0F1; /*#a6c9e2;*/
	border-left:1px solid #ECF0F1; /*#a6c9e2;*/
	border-right:1px solid #ECF0F1; /*#a6c9e2;*/
}

div.BotoneraNuevo
{
	border:0px none !important;	
}


/* Vinculo dentro de una botonera para que no se peguen entre ellos */
div.Botonera a
{
	color: #3498DB; /*#0066CC; CRM 2.0 */
	margin-right: 15px;
	font-size: 12px;
}

/*****************************/
/* Atajos                    */
/*****************************/
div.cajaDatos
{
	background-color: #fff;
	border: 1px solid #3498DB; /*#7E9EE5; CRM 2.0 */
	/*border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;*/
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
}

div.cajaDatos div.tituloCaja
{
	background-color: #3498DB; /*#7E9EE5; CRM 2.0 */
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#atajos, #favoritos, #vinculos, #favoritosNoHome, #modulos, #favoritosIndex
{
	background-color: #fff;
	border: 1px solid #3498DB; /*#7E9EE5; CRM 2.0 */
	/*border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;*/
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
	overflow: hidden;
}

#vinculos
{
	height: 230px;
}

#favoritos
{
	height: 318px;
}
#favoritosIndex
{
	height: 260px;
}

#favoritosNoHome
{
	height: 100px;
}

#atajos
{
	height: 150px;
}

#modulos
{
	height: 50px;
}

#atajos div, #favoritos div, #vinculos div, #favoritosNoHome div, #favoritosIndex div, #modulos div
{
	background-color: #3498DB; /*#7E9EE5; CRM 2.0 */
	color: #FFFFFF;
	font-size: 14px; 
	line-height: 24px;
	text-align: center;
	width: 100%;
}

#atajos ul, #favoritos ul, #vinculos ul, #favoritosNoHome ul, #favoritosIndex ul, #modulos ul
{
	font-size: 11px;
	list-style: none;
	line-height: 18px;
	padding: 2px;
}


#atajos ul li, #favoritos ul li, #vinculos ul li, #favoritosNoHome ul li, #favoritosIndex ul li, #modulos ul li
{
	padding: 1px 2px 1px 2px;
}

#noticias
{
	background-color: #fff;
	border: 1px solid #7E9EE5;
	/*border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;*/
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-bottom: 5px;
	width: 25%;
	height: 368px;
	overflow: hidden;
}
#noticias div
{
	background-color: #7E9EE5;
	color: #FFFFFF;
	font-size: 14px; /*font-weight:bold;*/
	line-height: 24px;
	text-align: center;
	width: 100%;
}

#noticias div ul
{
	font-weight: normal;
	font-size: 11px;
	list-style: none;
	line-height: 20px;
	padding: 2px;
}

#noticias div ul li
{
	padding: 2px;
}

/*****************************/
/* 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;
}

/* Validación Id Fiscal */
.ValIdFiscalOk {
    color:#009933;
    font-size:11pt;
    cursor:default;
}
.ValIdFiscalFail {
    color:#FF0000;
    font-size:11pt;
    cursor:default;
}

/* Separación por defecto (cellpadding=2) */
th, td
{
	line-height: normal;
	padding: 2px;
}

.tablaActividades 
{
    width:100%;
    font-size: 11px;
}
.tablaActividades th , .tablaActividades td
{
    padding:0px;
}


/* Contenedor con Scroll     */
div.ContenedorScroll
{
	background-color: #FFFFFF;
	height: 430px;
	/*margin-left:10px;*/
}

/* Tabla de campos  */
table.TablaCampos, table.TablaSeleccion, table.TablaLista, table.TablaInterior
{
	font-size: 11px;
	table-layout: fixed;
	width: 100%;
}

table.TablaSeleccion {
    border-left:1px solid #ECF0F1;
    border-right: 1px solid #ECF0F1;
}
table.TablaInterior td
{
	padding: 0px;
}

/* Columna Título  */
td.TituloGrupo, .TituloGrupo
{
	border-bottom: 1px solid #c0c0c0;
}

/* Label Título  */
td.TituloGrupo label, .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;
}

input[type="text"].numero
{
	text-align: right;
	padding-right: 5px;
    width: 100px;
}

/******************************/
/* Solapas verticales        */
/*****************************/

#tabs, #tabsART
{
	position: relative;
	padding-left: 6.5em;
}
#tabs .ui-tabs-nav, #tabsART .ui-tabs-nav
{
	position: absolute;
	left: 0.25em;
	top: 0.25em;
	bottom: 0.25em;
	width: 100px;
	padding: 0.2em 0 0.2em 0.2em;
}
#tabs .ui-tabs-nav li, #tabsART .ui-tabs-nav li
{
	right: 1px;
	width: 100%;
	border-right: none;
	border-bottom-width: 1px !important;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	overflow: hidden;
    box-sizing: content-box;
}
#tabs .ui-tabs-nav li.ui-tabs-selected, #tabsART .ui-tabs-nav li.ui-tabs-selected
{
	border-right: 1px solid transparent;
}
#tabs .ui-tabs-nav li a, #tabsART .ui-tabs-nav li a
{
	float: right;
	width: 100%;
	text-align: right;
	font-size: 11px;
	padding-right: 5px;
}
.ui-tabs .ui-tabs-panel
{
	margin-left: 22px;
}
#tabs .ui-widget-header, #tabsART .ui-widget-header
{
	border: 1px solid #4297d7;
	background: white;
	color: #ffffff;
	font-weight: normal !important;
}
#tabs li.ui-state-default, #tabsART li.ui-state-default
{
	font-weight: normal;
}

.solapaDetalle
{
	height: 482px;
}

.solapaDetalleDoc
{
	height: 486px;
}


.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;
}

/***************************************************************/
/* Estilos calendario HOME
/***************************************************************/
table.Calendario
{
	font-size: 13px;	
}

table.Calendario td, table.Calendario th
{
    text-align: center;
    vertical-align: middle;
    background: white;
    color: #444;
    position: relative;
}

table.Calendario td:hover, table.Calendario th:hover
{
    background: #DFEFFC; 	
	color: #222;
}

table.Calendario td.padding
{
	background: white;	
}
table.Calendario th.padding
{
	background: white;
}

table.Calendario th.titulo
{
    border-bottom-style: solid; 
    border-bottom-width: thin; 
    border-bottom-color: #3498DB;
}

table.Calendario td.today a
{
    color: #3498DB;
}

table.Calendario td.date_has_event
{
    font-weight: bold;
    background: #CCCCCC;
}

table.Calendario th a, table.Calendario td a
{
	text-decoration: none;
    color: #444444;
}

table.Calendario th div a, table.Calendario td div a, table.Calendario td.today div a
{
    text-decoration: none;
    color: #3498db;
    font-weight: normal;
}

table.Calendario th div a:hover, table.Calendario td div a:hover
{
	text-decoration: underline;
}
.events
{
	position: relative;
}
.events ul
{
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../content/imagenes/CalendarioPopup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 12px;
	width: 150px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li
{
	padding-bottom: 5px;
}
.events li span
{
	display: block;
	font-size: 11px;
	text-align: left;
	color: #555;
	overflow: hidden;
}
.events li span.title
{
	font-weight: bold;
	color: #222;
}

/* 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;
}

/*     Para los informes
--------------------------------------------- */
.vinculoInforme2, .vinculoDocumentos
{
	border: 1px solid #a6c9e2;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 110px;
	height: 100px;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
}

.vinculoInforme
{
	border: 1px solid #a6c9e2;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
	width: 180px;
	height: 50px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

.vinculoInforme a, .vinculoDocumentos a
{
	font-size: 11px;
}

.vinculoInforme a div
{
	font-weight: normal;
	color: #3498db; /*#0066cc;*/
}

.vinculoInforme a div img
{
	padding: 0px;
	width: 48px;
	height: 48px;
}

.ocultaInforme
{
	display: none;
}

.seleccionadoInforme
{
	font-weight: bold;
}

#resultadoInformes
{
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

.graficoInforme
{
	margin: 20px;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 366px;
}

div.TituloInforme
{
	background-color: #7E9EE5;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.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',Verdana;
	font-size: 8pt;
}

.graficoTablaGoogleTH
{
	font-family: 'Open Sans',Verdana;
	font-weight: bold;
	font-size: 8pt;
	background-color: rgb(172, 192, 233);
}
.graficoTablaGoogleTR
{
	font-family: 'Open Sans',Verdana;
	font-weight: normal;
	font-size: 8pt;
}

.graficoTablaGoogleTRS
{
	font-family: 'Open Sans',Verdana;
	font-size: 8pt;
	background-color: #DCE3ED;
}

.graficoTablaGoogleTRO
{
	font-family: 'Open Sans',Verdana;
	font-size: 8pt;
}


/* Pruebas */
input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='date'],
textarea
{
    margin: 0!important;
    box-shadow: inset 0 0 6px #f3f3f3;
    border-radius: 2px;
    border: 1px solid #dddddd;
    /*height: 30px;
    line-height: 30px;*/
    padding: 3px 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family:Verdana,Segoe UI", Helvetica, Verdana;
    font-size:12px;*/
}

select 
{
    margin: 0!important;
    box-shadow: inset 0 0 6px #f3f3f3;
    border-radius: 2px;
    border: 1px solid #dddddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
    box-sizing: border-box;
}

.faBoton:hover
{
	/*color: white!important;*/
	background-color: #DCE3ED;
}

/*.fa-border 
{
	padding:2px!important;
}

.fa-fw 
{
	width:16px!important;
}*/

.estilosFont
{
	font-size:12pt;
	margin-right:4px;
	color: #3498DB;
}
.estilosFontInfo
{
	color: lightgray;
}
      .ui-tabs-selected 
      {
      	background-color: white !important;
      	border-right: 1px solid white !important;
      }
      .ui-jqgrid-sortable
      {
      	color: Gray !important;
      }
      div.loading
      {
      	color: Gray !important;
      }


.ui-dialog .ui-dialog-content .TablaCampos, .ui-dialog-content .TablaSeleccion
{ 
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
{
	border: 1px solid #F86363;
	background-color: #F86363;
	background-image: none;
	color: white;
}


/* Datos Adicionales Contratos */

.SeparadorCamposContratos
{
	border-bottom: 1px solid #c0c0c0;
	font-size: 12px;
	font-weight: bold;
	clear:both;
	margin-top:5px;
}

.LabelGrupoRadiosChecks
{
	position:relative;
	bottom:2px;
}

.ColumnaExportar
{
	float:left;
	font-size: 11px;
	margin:2px;
	padding:2px;
	min-width:48%;
}

.GrupoContratos
{
	float:left;
	font-size: 11px;
	margin:2px;
	padding:2px;
	/*min-height:22px;*/
	min-width:48%;
	/*border-right:1px solid rgb(221, 221, 221);
	border-left:1px solid rgb(221, 221, 221);*/
}

.TextAreaContratos
{
	clear:both;
	font-size: 11px;
	margin:2px;
	padding:2px;
}

.BolaEstadoContratosA
{
	color:#3498DB;
	font-size:14px;
	margin-right:2px;
}

.BolaEstadoContratosN
{
	color:darkorange;
	font-size:14px;
	margin-right:2px;
}

.BolaEstadoContratosR
{
	color:red;
	font-size:14px;
	margin-right:2px;
}

/* AUTOCOMPLETE
----------------------------------------------------------*/
.ui-autocomplete 
{
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

* html .ui-autocomplete 
{
    height: 150px;
}

.SinValidarAutocomplete 
{
    color: red;
}

/*.hide {
    display: none;
}*/