p {
 max-width: 50em;
}
nav.navbar-default > div{
	background-color: #E8E8E8;
	/* border-bottom: 1px solid gray; */
	background-image: url(http://behategia.eus/wp-content/uploads/2016/01/slide2.jpg); 
	/* background-image: url('http://behategia.eus/wp-content/uploads/2016/01/the7-3-present-bg-01.jpg') */
}
.navbar-default .navbar-nav > li > a {
	color: black;
}

.navbar-brand {
	padding: 0;
}

.erakunde label {
	color: gray;
	margin-bottom: 0;
	font-weight: normal;
}
.erakunde .well-sm, .hedabide .well-sm  {
	border: 1px solid #ccc;
	font-size: 1.2em;
	padding: 5px;
}

#accordion legend {
	font-size: 1.1em;
	color: maroon;
}

/*
html, body {
    height: 100%;
}
body > .container {
	width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px; 
}
.footer, .push {
    height: 150px;
}
*/

fieldset legend{
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1.2em;
	background-color: #ddd;
	padding: 3px 10px;
	border-left: 25px solid #ccc;
	border-radius: 5px;
}

fieldset legend.listo{
	border-left-color: green;	
}

fieldset legend.osatzen{
	border-left-color: orange;
}

fieldset legend.hutsik{
	border-left-color: black;
}

h2.form-atal {
	color: gray;
}

.errenka-mugikor {
	padding: 5px;
	margin: 2px 10px 2px 10px;
	border: 1px solid silver;
	border-radius: 5px;
}

.datu-eremu {
	background-color: #f5f5f5;
}
.eragiketak{ 
	white-space: nowrap;
}
.vcenter {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

footer{
    width:100%;
    min-height:50px;    
}

/* formularioetako erroreak */
input.is-invalid {
	border-color: red;
	color: red;
}
.invalid-feedback {
	color: red;
}