﻿body {
  margin: 0;
  font-family: calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
  /*padding-top: 60px;*/
}

h3 {
    color: #55585d;
}
/*INICIO BOTONES*/
.button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;    
    -moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
    box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
    -moz-box-sizing: border-box !important;
    cursor: pointer;
    display: inline-block;
    font: 13px/100% 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
    line-height: 16px;
    outline: none !important;
    padding: 6px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.button:hover {
    text-decoration: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; }

.button-round {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    padding: 7px 0;
    width: 30px;
}

.button-gray {
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, left bottom, from(#), to(#));
    background: -moz-linear-gradient(top,  #e9e9e9,  #d1d1d1);
    -pie-background: linear-gradient(top,  #,  #);
    border: 1px solid #bbb;
    color: #555;
    text-shadow: 0 1px 0 #fff;
}
.button-gray:hover, .button-gray:focus, .button-gray.hover {
    border: 1px solid #aaa;
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#));
    background: -moz-linear-gradient(top,  #e1e1e1,  #c1c1c1);
    -pie-background: linear-gradient(top,  #e1e1e1,  #c1c1c1);
    border: 1px solid #999;
    color: #555;
}
.button-gray:active, .button-gray.active, .button-gray.current {
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#e9e9e9));
    background: -moz-linear-gradient(top,  #ccc,  #e9e9e9);
    -pie-background: linear-gradient(top,  #ccc,  #e9e9e9);
    border: 1px solid #999;
    color: #555;
}
/*iconos boton*/
ul.action-buttons {
    list-style-type: none;
    padding: 0;
}
ul.action-buttons li {
    display: block;
    float: left;
    margin: 0 2px;
    height: 26px;
    line-height: 24px;
}
ul.action-buttons li:first-child {
    margin-left: 0;
}
ul.action-buttons li:last-child {
    margin-right: 0;
}
.button span {
    display: inline-block;
    float: left;
    *float: none;
    height: 16px;
    margin-right: 5px;
    position: relative;
    width: 16px;
    zoom: 1;
    *display: inline;
}
a.button.no-text {
    display: block;
    font-size: 0;
    text-indent: -999em;
    padding: 0;
    line-height: 24px;
    *line-height: 0;
    _height: 24px;
    overflow: hidden;
}
.button.no-text span {
    display: block;
    float: none;
    margin: 0;

    height: 24px;
    width: 24px;
}
/*ICONOS BOTONES*/
.button span.aprobtiempos {
    background: transparent url(../images/ico_aprobcalend.png) no-repeat center center;
}

.button span.cancelar {
    background: transparent url(../images/ico-cancelar.png) no-repeat center center;
}

.button span.modificar {
    background: transparent url(../images/ico_modificar.png) no-repeat center center;
}

.button span.buscar {
    background: transparent url(../images/ico_buscar.png) no-repeat center center;
}

.button span.opciones {
    background: transparent url(../images/ico_opciones.png) no-repeat center center;
}

.button span.asigpermiso {
    background: transparent url(../images/ico_asigpermiso.png) no-repeat center center;
}


.button span.asigusuario {
    background: transparent url(../images/ico_asigusuario.png) no-repeat center center;
}

.button span.perfil {
    background: transparent url(../images/ico_perfil.png) no-repeat center center;
}

.button span.nrol {
    background: transparent url(../images/ico_nrol.png) no-repeat center center;
}

.button span.npropuesta {
    background: transparent url(../images/ico_npropuesta.png) no-repeat center center;
}

.button span.nproyecto {
    background: transparent url(../images/ico_nproyecto.png) no-repeat center center;
}

.button span.nsistema {
    background: transparent url(../images/ico_sistema.png) no-repeat center center;
}

.button span.regresar {
    background: transparent url(../images/ico_regresar.png) no-repeat center center;
}

.button span.guardar {
    background: transparent url(../images/ico_guardar.png) no-repeat center center;
}

.button span.empresa {
    background: transparent url(../images/ico_empresa.png) no-repeat center center;
}
.button span.usuario {
    background: transparent url(../images/ico_usuario.png) no-repeat center center;
}
.texto-tit-pagina-interna{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#55585d;
	letter-spacing:0.3px;
}
.texto-subtit-pagina-interna{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#55585d;
	letter-spacing:0.3px;
}
/* Grid */
	.grid-1 {
		width:100%;
		margin-top:20px;
		color:#000;
	}
	.grid-2 {
		width:47%;
		margin-top:20px;

		margin-left:2%;
		color:#000;
		float:left;
	}
	.grid-3 {
		width:30%;
		margin-left:2%;
		margin-top:20px;
		color:#000;
		float:left;
	}
	.grid-4 {
		width:64%;
		margin-left:2%;
		margin-top:20px;
		color:#000;
		float:left;
	}

	.title-grid {
		background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(253,253,253,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-8 */
		border:1px solid #e3e3e3;
		border-bottom:0;
		font: 16px calibri, "Cuprum", Helvetica, Arial, sans-serif;
		font-weight:bold;
		color:#55585d;
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		padding-top:7px;
		text-decoration: none;
		height:25px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}

	.title-grid span {
		float:left;
	}
	.title-grid ul {
		float:right;
	}
	.title-grid ul {
		height:35px;
		margin-left:2px;
	}
	.content-gird {
		background-color:#ffffff;
		border:1px solid #e3e3e3;
		padding:13px;
		color:#424242;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.size-medium {
		height:310px;
	}
	
	.title-grid span {
		right: 0;
		top: 30%;
		cursor: pointer;
		width: 16px;
		height: 13px;
		margin-top:4px;
		background: url(../images/trigger.png) no-repeat left bottom;
		display: block;
		font-size: 0;
		float:right;
	}
	.inactive .title-grid span {
		background-position: left top;
	}
	.average {
		width:32%;
	}
.limpiar{ clear:both;}
.etiqueta1 { width:140px; float:left; margin-top:5px; margin-bottom:5px;}
.etiqueta2 { width:110px; margin-left:20px; float:left; margin-top:5px; margin-bottom:5px;}
.formulario { width:215px; float:left; margin-bottom:10px;}
.formulario2 { width:500px; float:left; margin-bottom:10px;}
.formulario3 { width:200px; float:left; margin-bottom:10px; padding-left:10px}

.field-validation-error {
    color: #FFF;
    padding: 4px 6px;
    border-radius: 6px;
    position: absolute;
    opacity: 0.87;
    box-shadow: 0px 0px 6px #000;
    font-family: tahoma;
    font-size:10px;
    padding: 4px 10px;
    background: none repeat scroll 0% 0% #000;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {

}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    position:relative;
    background-color: #eeeeff;
}

.validation-summary-valid {
    display: none;
}

#tblAlta tr {
    height: 42px;
}

#cboxClose {
    display:none !important;
}

.bodyEditar {
    border-top: none; 
    padding: 0px !important;

}

dropzone {
    border: 0px solid !important;
    min-height: 218px;
    width: 196px;
    border-radius: 3px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.03);
    padding: 23px;
}

.Direccion,.DireccionFiscal, .CorreoPersonal, .CorreoAlterno, .CorreoAdicional, .NombrePapa, .NombreMama, .DireccionPapa, .DireccionMama{
    width: 450px;
}

.Sueldo, .TelefonoCasa, .TelefonoPapa, .TelefonoMama, .Celular, .Telefono{
    width: 110px;
}

/* Enlaces */
ul.enlaces {
	list-style: none;
}
#breadcrumbs-one a{
	background-image:url(./icon-title/breadcrumb_arrow.png);
}
#breadcrumbs-one a:hover{
	color:#ff6633;
}
#breadcrumbs-one,#breadcrumbs-inner {
	font-size:11px; 
	width:auto; 
	margin-right:auto; 
	margin-left:auto;
}

#breadcrumbs-one{
    float: right;
	/*margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebe9e9;
	margin-bottom:20px;*/
}
#breadcrumbs-inner{
	/*overflow: hidden;
	width:785px;	
	height:auto;
	margin-right: auto;
	margin-left: auto;	
    margin-bottom:20px;*/
}
#breadcrumbs-one li{
	float: left;
}
#breadcrumbs-one a{
	float: left;
	text-decoration: none;
	position: relative;
	color:#777;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size:11px; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#breadcrumbs-one li:first-child a{
	padding-left: 1em;
}
#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
	background: none;
	color:#989797;
	font-weight:bold;
}
#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
	content: normal;  
}

.labelBold {
    font-weight: bold;
}

.ui-autocomplete {
    z-index:10000; /*Se pretende poner despues de los widgets para evitar el problema de que no se pueden seleccionar las imágenes    */
}

.tblBusqueda {
    height: 34px;
}

.tblBusqueda {
    display: table;
}

.rowtblBusqueda {
    display: table-row;
    width: 380px;
    height: 23px;
    font-size: 10px;
}

.lefttblBusqueda, .righttblBusqueda, .middletblBusqueda {
    display: table-cell;
    padding-right: 5px;
}

.IconBusColab {
    height: 34px;
    width: 29px;
    padding: 1px;
}