@charset "utf-8";
/*  
Theme Name: C.D.Hernani - Login
Version: 1.0
Author: 2015 - Joxeja
Author URL: http://www.iametza.com/
*/
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #FFF;
/*	background-image: url(/cdhernani/javax.faces.resource/login_bg.jpg.xhtml?ln=transkal/images&watermark=1784649969068); */
	background-repeat: repeat;
	background-position: center top;
}
.clear{
	clear:both;
}
.wrap {
	box-sizing:border-box;
	width:100%;
}
.row {
	box-sizing:border-box;
	margin-right: auto;
	margin-left: auto;
	width: 340px;
}
.logo {
	box-sizing:border-box;
	margin-top: 7%;
}
.logo img {
	width:100%;
	max-width: 340px;
}
.box {
	box-sizing:border-box;
	background: rgba(0, 0, 0, 0.8);
	margin-top: 10px;
	color: #FFF;
	padding: 20px 40px 25px 40px;
}
.box h1 {
	float: right;
	font-weight: normal;
	font-size: 200%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.box .label {
	box-sizing:border-box;
	width: 100%;
	display: block;
	margin-bottom: 3px;
	margin-left:1px;
}
.box .input {
	box-sizing:border-box;
	width:100%;
	height: 30px;
	background-color: #e0e0e0;
	border: 1px solid #333;
	margin-bottom: 10px;
	padding: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
.box .input:focus {
	background-color:#FFF;
}
.box .input.user {
/*	text-transform:uppercase; */
}
.box .button {
	border: 1px solid #465f00;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 95%;
    margin-top: 10px;
    padding: 5px 15px;
    background-color: #87a00e;
}
.login_error {
	box-sizing:border-box;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.login_error .text {
	color: #FF0000;
	font-size: 150%;
	font-weight: bold;
}
.footer {
	box-sizing:border-box;
	width: 100%;
	margin-top: 10px;
}
.footer img {
	width:100%;
	max-width: 192px;
}
.footer p {
	margin-bottom: 10px;
	text-align: center;
}

@media (min-width: 1400px) {
	
}
@media (min-width: 900px) and (max-width:1400px) {

}
@media (max-width: 900px) {
	body {
		background-color: #FFF;
		background-image: none;
	}
	.row {
		width: 90%;
		max-width: 450px;
	}
	.logo {
		margin-top: 7%;
	}
	.box .input {
		height: 40px;
		font-size: 130%;
	}
	.box .label {
		font-size: 130%;
	}
	.box .button {
		height: 40px;
		font-size: 130%;
	}
}
@media (max-width: 900px) and (max-height: 600px) and (orientation:landscape) {
	.logo {
		margin-top: 10px;
	}
}
@media (max-width: 200px) {
	body {
		background-color: #FFF;
		background-image: none;
	}
	.row {
		width: 100%;
		min-width: 200px;
	}
	.logo {
		margin-top: 7%;
	}
	.box .input {
		height: 40px;
		font-size: 130%;
	}
	.box .label {
		font-size: 130%;
	}
	.box .button {
		height: 40px;
		font-size: 130%;
	}
}


/** Dialogo de error **/
#dlgError {
	background-color: #FFFFFF;
    border: 1px solid #333333;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	margin: 0px auto 0px auto;
}
.cdh-dlgerror-title {
	color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: 0px auto 0px auto;
	padding: 3px 5px 3px 5px;
	background: #a4ab0e;
	background: -moz-linear-gradient(top,  #a4ab0e 0%, #61720a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4ab0e), color-stop(100%,#61720a));
	background: -webkit-linear-gradient(top,  #a4ab0e 0%,#61720a 100%);
	background: -o-linear-gradient(top,  #a4ab0e 0%,#61720a 100%);
	background: -ms-linear-gradient(top,  #a4ab0e 0%,#61720a 100%);
	background: linear-gradient(to bottom,  #a4ab0e 0%,#61720a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ab0e', endColorstr='#61720a',GradientType=0 );
    text-align: left;
}
.cdh-dlgerror-text {
	background-color: #F0F0F0;
	color: #000;
	padding: 5px 0;
	width: 100%;
}
.cdh-dlgerror-options {
	background-color: #F0F0F0;
	margin: 0px auto;
	padding-bottom: 5px;
    width: 100%;
}
.cdh-dlgerror-button {
	background-color: #333333;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 90%;
    font-weight: bold;
    margin-right: 5px;
    padding: 4px;
}

.form-header {
}
.form-header-titulo {
	font-size: 200%;
    float: left;
    margin-bottom: 8px;
}
.form-header-lista-idiomas {
    display: inline-block;
	float: right;   
}
.form-header-idioma {
	float: left;
	margin-right: 3px;
}
.form-header-idioma-button {
	border: 0px;
	cursor: pointer;
    background: none;
    color: #fff;
    padding: 2px;
}
