.w100{
	width: 100%;
}

textarea{
	height: 100px!important;
    margin-bottom: 20px;
}

.cif {
	text-transform: uppercase;
}

.cuenta-iban {
	text-transform: uppercase;
	display: inline-block;
	width: 4em;
	text-align: right;
}

.cuenta-resto {
	display: inline-block;
	width: 23em;
	text-align: left;
}

#distribucion_proyecto {
	width: 100%;
	height: 100%;
}

input[type="radio"].inline + label,
input[type="checkbox"].inline + label {
	display: inline-block;
	vertical-align: middle;
	margin: 4px 0 1px 2px;
}
label.disabled {
	color: #aaa;
	cursor: not-allowed;
}

.table-background {
	background-color: #EFEFEF;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.btn-file-label {
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #eeeeee;
	opacity: 1;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow
		ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out
		0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#justificantes-pago .descargas {
	vertical-align: middle;
}

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

table.botonera-ancho td.botonera {
    width: 6.250em;
}

.table tbody + tbody tr:first td {
	border-top: 2px solid #ddd;
}

table.table caption {
	text-align: left;
}

table.table caption strong {
	text-transform: uppercase;
}

/* Seleccion lineas */
form#lineas-form table tbody tr {
	cursor: pointer;
}

.convocatoria-nombre{
	width: calc(100% - 285px);
}

/* Menu guardado por encima de los pasos */
.stepwizard + form > #form-header {
	margin-top: -150px;
	margin-bottom: 165px;
}

/* Tabla de lehiaketak en eskola-kirolak */
#tabla-eskola-kirolak-lehiaketak tbody.lehiaketak tr th:nth-last-child(3),
#tabla-eskola-kirolak-lehiaketak tbody.lehiaketak tr td:nth-last-child(3),
#tabla-eskola-kirolak-lehiaketak tbody.lehiaketak tr th:nth-last-child(4),
#tabla-eskola-kirolak-lehiaketak tbody.lehiaketak tr td:nth-last-child(4) {
	border-right: none;
}

#tabla-eskola-kirolak-lehiaketak tbody.lehiaketak tr th:nth-last-child(3),
#tabla-eskola-kirolak-lehiaketak tbody.lehiaketak tr td:nth-last-child(3),
#tabla-eskola-kirolak-lehiaketak tbody.lehiaketak tr td:nth-last-child(2),
#tabla-eskola-kirolak-lehiaketak tbody.lehiaketak tr th:nth-last-child(2) {
	border-left: none;
}

div#notas-subsanacion + div.row .form-header {
	margin-top: -359px;
    margin-bottom: 359px;
}


table.infiniteTable td.botonera {
	width: 12%;
}

table#justificantes-pago input {
    border: none;
    font-size: 11px;
}

table#justificantes-pago select {
    border: none;
    font-size: 11px;
    min-width: 90px;
}

table#justificantes-pago input#fecha-factura {
    width: 140px;
}

table#justificantes-pago td.factura {
    padding: 1px;
}

table#justificantes-pago td.botonera {
    padding: 1px;
}

input[type="date"].form-control{
	line-height: normal;
}

#botonera-pdf-original {
	margin-bottom: 48.5px;
    margin-top: -46px;
}

/* Spinner Cargando */
.lds-default {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-default div {
	position: absolute;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 29px;
	left: 53px;
}

.lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 18px;
	left: 50px;
}

.lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 9px;
	left: 41px;
}

.lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 6px;
	left: 29px;
}

.lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 9px;
	left: 18px;
}

.lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 18px;
	left: 9px;
}

.lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 29px;
	left: 6px;
}

.lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 41px;
	left: 9px;
}

.lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 50px;
	left: 18px;
}

.lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 53px;
	left: 29px;
}

.lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 50px;
	left: 41px;
}

.lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 41px;
	left: 50px;
}

@keyframes lds-default {
	0%, 20%, 80%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
}


#porcentaje-aportacion{
	width: 90%;
    float: left;
    margin-right: 5px;

    & + span{
    	margin-top: 10px;
  		display: flex;
    }
}