/**
 * Estilos personalizados para ubicar componentes
 * @author: Erick Sánchez
 */

/*********** ESTILOS HTML ***************/

html,body{
	width           : 100%;
	height          : 100%;
	background-color: #ddd !important;
	padding         : 0px !important;
	margin          : 0px !important;
}


/********** ESTILOS DE PLANTILLA **************/

#main-container	{
	height          : 100%;
	background-color: #fff;
	font-size       : 16px;
	margin          : 0 auto;
}

#main-container	 *{
	/*border: 1px dotted #f00;*/
}

/* Header */
	#main-container #bar-header{
		background-color: #f6f6f6;
		width : 100%;
		height: 150px;
	}
		/*Ajustar imagen en header */
		#main-container #bar-header .image-header{
			width : 100%;
			height: 100%;
		}
		

	#main-container #bar-main-container{
		height    : 100%;
		overflow-y: scroll;
}

	#main-container #bar-footer{
		/*Alinear texto al centro verticalmente*/
		padding-top: 20px;
		height     : 40px;
		bottom     : 0px;
	}

/********* ESTILOS COMPARTIDOS ************/


.controls .errorMessage{
	display: inline-block;
	font-size: 12px !important;

}

.uneditable-input{
	margin-top: 2px;
}

#image-captcha_button{
	display: block;	
}

 /******* ESTILOS GENERICOS *******/

/*Formulario de datos de ticket en index*/
.form-block{
	margin               : 0 auto;
	font-size            : 16px;
	border               : 1px solid #ccc;
	padding              : 20px 10px 0px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	background-color     : #bebec5;
	-webkit-box-shadow   : 5px 5px 5px 1px #474747;
	box-shadow           : 5px 5px 5px 1px #474747;
}	
	.form-block .alert-info{
		font-size: 14px;
		padding  : 3px;
		width    : 75%;
		margin   : 0 auto;
	}
	.form-block input[type=text]{
		background-color  : #fff;
		/*border            :2px solid #777;
		-webkit-box-shadow: 2px 2px 2px 1px #474747;
		box-shadow        : 2px 2px 2px 1px #474747;*/
	}
	.form-block .text-error{
		font-size: 20px;
	}

.text-center-k{
	text-align: center !important;
}
.text-right-k{
	text-align: right !important;
}

.label-big{
	padding  : 8px;
	font-size: 15px;
}