/*
    Document   : login
    Created on : 06-jul-2017, 23:47:53
    Author     : Rainer Segura Peña
    Description:
        Purpose of the stylesheet follows.
*/
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	/*overflow: hidden;
	background: #ebebeb;*/
	background: rgba(0, 0, 0, 0)
		url("../../resources/images/login/fondo.png") repeat scroll 0 0;
}

body {
	font-size: 75%;
	font-family: "Arial";
}

.bodyCustom {
	
}

.grafica {
	height: 60px;
	float: left;
	background-image: url("../../resources/images/login/fondo.png");
	width: 256px;
}

#logo_login img {
	/*width: 370px;*/
	height: 72px;
}

#contentGeneral {
	padding-top: 8% !important;
}

#logo {
	background: url("../../resources/images/login/logo.png") no-repeat;
	height: 80px;
	/*background-size: 300px 54px;*/
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 300px;
}

#grafica_login {
	background-image: url("../../resources/images/login/grafica_login.png");
	height: 174px;
	margin-left: -35px;
	width: 700px;
}

#login_box {
	text-align: center;
	min-height: 350px;
}

#login_top {
	width: 560px;
	height: 48%;
	background: transparent;
}

#form_position {
	position: relative;
	top: -10px;
}

form>div {
	padding: 5px;
}

.colorize {
	color: #004682;
}

/*#wrapper {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	width: 600px;
	margin: 10% auto;
	margin-bottom: 0 !important;
	clear: both;
	overflow: hidden;
	border-color: #A0A0A0;
	border-radius: 0 0 4px 4px;
	border-style: none;
	border-width: 0 1px 1px;
}*/
#wrapper {
	/*box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);*/
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	width: 550px;
	margin: auto;
	margin-bottom: 0 !important;
	clear: both;
	overflow: hidden;
	border-color: #A0A0A0;
	border-radius: 0 0 4px 4px;
	border-style: none;
	border-width: 0 1px 1px;
	background-color: #ebebeb;
	background: rgba(235, 235, 235, 1);
	background: -moz-linear-gradient(top, rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 0.69) 40%, rgba(235, 235, 235, 0.58) 69%,
		rgba(235, 235, 235, 0.58) 79%, rgba(160, 160, 160, 0.58) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235, 235,
		235, 1)), color-stop(40%, rgba(235, 235, 235, 0.69)),
		color-stop(69%, rgba(235, 235, 235, 0.58)),
		color-stop(79%, rgba(235, 235, 235, 0.58)),
		color-stop(100%, rgba(160, 160, 160, 0.58)));
	background: -webkit-linear-gradient(top, rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 0.69) 40%, rgba(235, 235, 235, 0.58) 69%,
		rgba(235, 235, 235, 0.58) 79%, rgba(160, 160, 160, 0.58) 100%);
	background: -o-linear-gradient(top, rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 0.69) 40%, rgba(235, 235, 235, 0.58) 69%,
		rgba(235, 235, 235, 0.58) 79%, rgba(160, 160, 160, 0.58) 100%);
	background: -ms-linear-gradient(top, rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 0.69) 40%, rgba(235, 235, 235, 0.58) 69%,
		rgba(235, 235, 235, 0.58) 79%, rgba(160, 160, 160, 0.58) 100%);
	background: linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 0.69) 40%, rgba(235, 235, 235, 0.58) 69%,
		rgba(235, 235, 235, 0.58) 79%, rgba(160, 160, 160, 0.58) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb',
		endColorstr='#a0a0a0', GradientType=0);
}

#form_position input, #form_position select {
	min-width: 200px;
	max-width: 200px;
	margin: 8px;
	padding: 10px 10px 10px 30px !important;
	color: #465F6E !important;
}

#form_position .input-steps iframe {
	margin-left: 42.5%;
}

#form_position .input-steps input {
	min-width: 260px;
	max-width: 260px;
}

#form_position .formPass3 input {
	/*padding: 10px !important;*/
	
}

#form_position .formPass3 .ui-grid .ui-grid-row {
	text-align: left;
	margin-left: 30px;
}

#form_position span.custom-combobox {
	min-width: 190px;
	max-width: 190px;
}

.logo_grafica {
	height: 60px;
	display: inline;
}

button {
	margin: 5px;
	color: #fff !important;
}

.ui-commandlink {
	font-size: 14px !important;
	text-decoration: none;
	color: rgba(1, 144, 65, 1) !important;
}

.ui-commandlink:hover, #footer-log {
	color: #465F6E !important;
}

.ui-button-text, .ui-button-text-only .ui-button-text {
	/*padding: 15px !important;
	transition: none !important;*/
	background-color: rgba(1, 144, 65, 1) !important;
	border-bottom: 1px solid rgba(1, 144, 65, 1) !important;
}

.icon-input i {
	left: 32px;
	position: relative !important;
	color: #465F6E !important;
	font-size: 14px !important;
}

.ui-inputfield.ui-state-hover, .ui-inputfield.ui-state-focus,
	#form_position input:hover, #form_position input:FOCUS {
	border: 1px solid rgba(1, 144, 65, 1) !important;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
}

button {
	border: 1px solid rgba(1, 144, 65, 1) !important;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
}

.alertify-logs {
	position: fixed;
	bottom: none !important;
	top: 0px !important;
	font-size: 15px !important;
}

.alertify-log-error {
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
	color: #b94a48 !important;
	text-shadow: none !important;
}

/*Esto es para los estilos de la pagina de busqueda de expedientes externos*/
#headerExp {
	background: #465f6e none repeat scroll 0 0;
	margin: 0 auto;
	padding: 0 15px;
}

#headerExp .wrap {
	overflow: hidden;
	padding-top: 10px;
}

#headerExp .logo {
	float: left;
	max-height: 100px;
	width: 420px;
}

#headerExp .logo h1 {
	margin-bottom: 0;
}

#headerExp .logo img {
	display: block;
}

#headerExp .logoEspGua {
	float: right;
	/*text-align: right;*/
	/*width: 500px;*/
	text-align: center; /*mbareiro*/
    width: 800px; /*mbareiro*/
}

#headerExp .top {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

#headerExp .top-right {
	float: right;
	width: 150px;
}

.searchExpButton .ui-button-text {
	background-color: #1f3b59 !important;
	border-color: #21374f !important;
}

.searchExpButton.ui-state-hover .ui-button-text {
	background-color: #3C6592 !important;
}

.searchExpButton .ui-state-active .ui-button-text {
	background-color: #21374f !important;
}

#contentGeneralExp {
	padding-top: 3% !important;
}

/*Esto es para escribir denotar en color rojo y con asterisco el texto Campos requeridos*/
.Card .outputLabelRequired, .outputLabelRequired {
	color: red;
	font-size: 11px !important;
	font-family: cursive !important;
}

.outputLabelRequired:before {
	content: "* ";
	color: red;
}

#form_position .labelInput.required:BEFORE {
	content: "*" !important;
	color: red !important;
}

.input-steps.icon-input i {
	left: 38px;
}

.labelCaptcha {
	position: absolute;
	margin-top: 35px;
	margin-left: -28%;
}

.backgraundTransparent {
	background: transparent !important;
}

/*BEGIN DIALOG LOADING*/
.dialogoLoading, #cargando {
	/*background:#fff url(imagenes/loading.gif) no-repeat center;*/
	border: none !important;
	background: rgba(255, 255, 255, 0.5)
		url("/sicoopAdminWebApp/javax.faces.resource/images/cargando.gif.xhtml") no-repeat center;
	height: 100% !important;
	width: 100% !important;
	position: fixed;
}

.dialogoLoading, #cargando {
	top: 0 !important;
	left: 0 !important;
}

#cargando {
	z-index: 9999;
}

/*END DIALOG LOADING*/
.NavyBold {
	font-weight: bold !important;
}

.ulRequisitos {
	text-align: left;
	font-size: 15px;
	margin-left: 95px;
	color: rgb(82, 82, 82);
}

.ulRequisitos > li{
	font-weight: bold !important;
}

.ulRequisitos > li ul{
	font-weight: 400 !important;
	margin-left: -15px;
}

.ulRequisitos > li ul li:BEFORE {
	content: "- "
} 