html {
	font-size: 62.5%;
	min-height: 100%;
	position: relative;
}

body {
	margin-top: 133px;
	margin-bottom: 80px;
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

body.home {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

a,
a:hover {
	color: #000;
}

p {
	margin-bottom: 0;
}

#contenido p {
	margin-bottom: 20px;
}

form p {
	margin-bottom: 0 !important;
}

h1 {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 20px;
}

h2 {
	background-color: #F1F1F1;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 13px 12px;
	font-size: 2.3rem;
	font-weight: 300;
	margin-bottom: 0;
}


.btn-login {
	background:#fff;
	border:1px solid #aeaeae;
	background: url("/img/google.svg") no-repeat 10px 10px;
	background-size: 25px 25px;
	font-size: 1.7rem;
	padding: 10px 30px 10px 50px;
	margin: 0 auto;
}
.d-inline-block[multiple=multiple] {
	display: none !important;
}

.ui-multiselect, .ui-multiselect-menu {
	width: 307px !important;
}

.ui-multiselect-filter input {
	width: 62px !important;
}
.ui-multiselect {
font-size: 1.8rem;
    font-weight: 400;
    padding: 21px 15px 21px 15px;
    display: block;
    width: 100%;
    border: 1px solid #ABABAB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 0;
	height: 44px;
	padding: 0 35px 0 15px;
	background: url(/img/arrow-down.svg) calc(100% - 12px) 50% no-repeat !important;
}

.ui-state-default .ui-icon {
	display: none;
}

.container-fluid {
	max-width: 1300px;
}



.nav-hizkuntzak {
	font-size: 1.4rem;
	font-weight: 700;
}

.nav-hizkuntzak .nav-link {
	padding: 0;
	margin-left: 24px;
}

.nav-erabiltzailea {
	margin-bottom: 7px;
	margin-top: 7px;
	flex-wrap: nowrap;
}

.nav-erabiltzailea .nav-link {
	font-size: 1.6rem;
}

.nav-erabiltzailea .nav-link span {
	display: none;
}




.header {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	position: fixed !important;
	z-index: 1003;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0px 2px 40px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 40px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 40px -1px rgba(0, 0, 0, 0.15);
	padding-top: 10px;
	padding-bottom: 5px;
}

.header.headroom--pinned {
	top: 0;
}

.header.headroom--unpinned {
	top: -100%;
}

.header.headroom--pinned {
	top: 0;
}

.header.headroom--unpinned {
	top: -100%;
}

.logo {
	margin-top: 6px;
	width: 100%;
}

.irten {
	background: #E8E8E8 url(/img/irten.svg) 50% 50% no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 40px;
	height: 41px;
	margin-left: 10px;
	font-weight: 700;
	font-size: 1.6rem;
}

.user {
	text-overflow: ellipsis;
	white-space:  nowrap;
	width: 130px;
	overflow: hidden;
	pointer-events: none;
	text-align: right;
}

.introduce {
    padding: 20px 35px 20px 35px;
    margin-bottom: 0;
    font-size: 1.5rem;
}



.well-home {
	width: 100%;
	max-width: 360px;
	margin: auto;
}

.well-title {
	white-space: normal;
	width: 50px;
}


.well-home h1 {
	text-align: center;
	margin: 20px 0 20px 0;
	
}

.well-form {
background-color: white;
box-shadow: 0 4px 111px rgba(0, 0, 0, 0.29);
}

.well-form fieldset {
	margin-top: 0 !important;
}

.well-form h2 {
	background: #f6f6f6;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 15px;
}

.well-form form {
	padding: 10px 20px 20px 20px;
}

.well-form form legend {
	display: none;
}

.well-form form input {
background-color: #f0f0f0;
border-radius: 2px;
box-shadow: inset 0.7px 0.7px 3px rgba(0, 0, 0, 0.08);
	border: 0;
	padding: 16px 10px 16px 16px;
	font-size: 1.6rem;
}
.btn-formulario {
	color: #fff;
background-color: #605e5e;
border-radius: 2px;
	display: inline;
	padding: 16px 10px 16px 10px;
	font-size:1.6rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.btn-formulario:hover {
	background: #3e3c3c;
}


.btn-enviar {
	padding: 0 15px 0 15px;
}

.identity-noticebar {
	padding-top: 15px;
	background: #5e5f5f;
	min-height: 30px;
	width: 100%;
	margin: auto;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000 !important;
}

.identity-noticebar-content {
	padding: 5px 10px;
}

.identity-noticebar-content span {
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
	margin-right: 15px
}

.identity-noticebar-content span a {
	color: #fff;
	text-decoration: underline
}

#cerrarnoticebar {
	border: 1px solid #828382;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #6d6e6e;
	display: block;
	width: 150px;
	color: #fff;
	text-align: center;
	margin: 10px auto 30px;
	text-decoration: none;
	cursor: pointer
}

.dropdown-menu {
	padding: 0;
	margin: 0;
}

fieldset {
	margin-top: 20px;
}

fieldset.linea-abajo {
	border-bottom: 1px solid #B7B7B7;
	padding-bottom: 19px;
}

legend {
	margin-bottom: -10px;
	font-weight: 700;
	font-size: 1.6rem;
}

.form-group {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

label, p.label {
	font-size: 1.6rem;
	font-weight: 700;
}

p.label.custom-control-inline {
	top: 8px;
	position: relative;
	display: block;
}

.progenitor {
	position: relative;
	bottom: -10px;
	font-size: 1.6rem;
	font-weight: 400;
	border-bottom: 1px solid #B7B7B7;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-top: 10px;
}

.progenitor span {
	background-color: #F1F1F1;
	width: 27px;
	height: 27px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
}

.form-control, .custom-select {
	font-size: 1.8rem;
	font-weight: 400;
	padding: 21px 15px 21px 15px;
	display: block;
	width: 100%;
	border: 1px solid #ABABAB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 0;
}

.form-control.corto {
	width: 188px;
}

.custom-select {
	width: 152px;
	height: 44px;
	padding: 0 35px 0 15px;
	background: url(/img/arrow-down.svg) calc(100% - 12px) 50% no-repeat;
	margin-bottom: 5px;
}



.btn-volver {
	font-size: 1.8rem;
	background-color: #F1F1F1;
	float: left;
	padding: 7px 20px;
	margin-top: 30px;
}

.oharra {
	text-align: center;
	margin-top: 50px;
}

.oharra .btn-volver {
	float: none !important;
	margin-top: 5px;
}

.btn-guardar {
	font-size: 1.8rem;
	color: #fff;
	background-color: #000;
	float: right;
	padding: 7px 20px;
	margin-top: 30px;
}

.btn-guardar:hover {
	color: #fff;
	opacity: .7;
}
/*
#Nnacimie, #Fllegada {
	background: url(/img/egutegi.svg) calc(100% - 15px) 50% no-repeat;
}
*/
.list-group-zerrenda {
	border-top: 1px solid #b8b8b8;
	margin-bottom: 40px;
}

.list-group-zerrenda .list-group-item {
	border: 0;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 0;
	padding: 14px 13px;
}

textarea {
	height: 105px;
}

::-webkit-input-placeholder,
#nuevo ::-webkit-input-placeholder {
	color: #31322a !important;
	opacity: 1;
	filter: alpha(opacity=100)
}

:-moz-placeholder,
#nuevo :-moz-placeholder {
	color: #31322a !important;
	opacity: 1;
	filter: alpha(opacity=100)
}

::-moz-placeholder,
#nuevo ::-moz-placeholder {
	color: #31322a !important;
	opacity: 1;
	filter: alpha(opacity=100)
}

:-ms-input-placeholder,
#nuevo :-ms-input-placeholder {
	color: #31322a !important;
	opacity: 1;
	filter: alpha(opacity=100)
}


input:focus,
textarea:focus {
	outline: none;

}

/* LABEL ======================================= */
label.label,
textarea:focus~label,
textarea:valid~label,
input[type=file]:focus~label,
input[type=file]:valid~label {
	color: #000;
	font-size: 1.6rem;
	font-weight: normal;
	font-weight: 300;
	position: absolute;
	pointer-events: none;
	left: 6px;
	top: 32px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	background: none;
}

label.labeltextarea,
textarea:focus~label,
textarea:valid~label {
	top: 73px;
}

textarea:focus~label,
textarea:valid~label,
input[type=file]:focus~label,
input[type=file]:valid~label {
	top: 9px;
	left: 9px;
	color: #000;
	font-size: 1.3rem;
	font-weight: normal;
}

.labelinput {
	top: 9px !important;
	left: 9px;
}

/* active state */
input:focus~label,
input:valid~label,
textarea:focus~label,
textarea:valid~label {
	top: 9px;
	left: 9px;
	font-size: 1.3rem;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	background: none;
}

input[type=file]~label {
	top: 9px !important;
	font-weight: 700;
	font-size: 1.4rem;
}

/* BOTTOM BARS ================================= */
.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before,
.bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #000;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.pasahitza {
	color: #bcbcbc;
	font-size: 1.6rem;
	text-align: left;
	position: relative;
	top: -30px;
}




.error {
	color: #a94442 !important;
	font-weight: 700;
}

input.error {
	border-bottom: 1px solid #a94442 !important;

	font-weight: 300;

}

.error:before,
.error:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #a94442;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}


.bar:before {
	left: 50%;
}

.bar:after {
	right: 50%;
}

/* active state */
input:focus~.bar:before,
input:focus~.bar:after,
textarea:focus~.bar:before,
textarea:focus~.bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

/* active state */
input:focus~.highlight,
textarea:focus~.highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from {
		background: #538ac2;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@-moz-keyframes inputHighlighter {
	from {
		background: #538ac2;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@keyframes inputHighlighter {
	from {
		background: #538ac2;
	}

	to {
		width: 0;
		background: transparent;
	}
}


.btn-2c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #387b7c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn-2c:hover:after,
.btn-2c:active:after {
	width: 100%;
}

input.error {
	border: 1px solid #e71313 !important;
}

.icon_error {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff url(/img/form_error.svg) center center no-repeat;
}

.icon_ok {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff url(/img/form_ok.svg) center center no-repeat;
}

.error:before,
.error:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #e71313;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

p.mensaje_error {
	background: #e71313;
	color: #fff;
	padding: 0 10px;
	font-size: 1.4rem;
	position: relative;
	z-index: 0;
	margin: 0;
}

.custom-checkbox label {
	text-transform: none !important;
	font-size: 1.4rem !important;
	font-weight: 400 !important;
	opacity: 1 !important;
}

.radios {
	margin-bottom: 10px;
}

.custom-radio  {
	margin-right: 20px;
}

.custom-control-label {
	font-weight: 400 !important;
	text-transform: none !important;
	font-size: 1.8rem !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
	background-color: transparent;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url(/img/ok.svg);
}

.custom-control {
	padding-left: 30px;
}

.custom-control-label::after {
	position: absolute;
	top: 0;
	left: -35px;
	display: block;
	width: 27px;
	height: 27px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #ABABAB;
}

.custom-control-label::before {
	left: -25px;
	top: 5px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background: url(/img/borobil.svg) 50% 50% no-repeat;
}

.subraya {
	text-decoration: underline;
}

@media (min-width: 576px) {

	.user {
		width: 220px;
	}

	

	.logo {
		width: auto;
	}

	p.label.custom-control-inline {
		display: inline-flex;
		width: 90px;
	}

	.nav-erabiltzailea {
		margin-top: 17px;
		
	}


}

@media (min-width: 768px) {

	body {
		margin-top: 173px;
	}



	.irten {
		width: auto;
		padding: 7px 48px 7px 15px;
		background-position: calc(100% - 16px) 50%;
		margin-left: 16px;
	}

	.nav-erabiltzailea .nav-link span {
		display: block;
	}

	.nav-erabiltzailea .nav-link.nuevo span {
		display: inline-block;
		}
		

	form {
		padding-bottom: 18px;
	}

	.header {
		padding-top: 16px;
		padding-bottom: 10px;
	}

	.user {
		width: auto;
		overflow: visible;
		text-align: center;
	}

	.nav-erabiltzailea .nav-link {
		font-size: 1.8rem;
	}

	.irten {
		margin-left: 26px;
	}



}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 767px) {


	table.table {
		border: 0;
		padding-bottom: 0;
		display: block;
		width: 100%;
		clear: both;
	}

	table.table caption {
		display: block;
	}

	table.table thead {
		display: none;
	}

	table.table tbody,
	table.table tfoot,
	table.table tr,
	table.table th,
	table.table td {
		display: block;
		padding: 0;
		text-align: left !important;
		white-space: normal;
		border: none !important;
	}

	table.table tr {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	table.table th[data-title]:before,
	table.table td[data-title]:before {
		content: attr(data-title) ":\00A0";
		font-weight: 700;
	}

	table.table th:not([data-title]) {
		font-weight: bold;
	}

	table.table td:empty {
		display: none;
	}

}