/* IDIOMES */

nav#idiomes {
	/*height: 30px;*/
	float:right;
	margin-right: 50px; }


nav#idiomes li {
	display: inline;
	font-size: 0.9em;
	margin-right: 5px; }

nav#idiomes li.actiu a {
	color: rgba(48, 156, 64, 0.5);
	border-bottom: 1px solid;
	cursor:not-allowed; }

nav#seleccio {
    background: #1D5D66;
    display: flex;
    text-align: center;
}

nav#seleccio div {
    display: flex;
    text-align: center;
    background-color: #E7ECEA;
    background-position: 50% 15px;
    background-size: 40px;
    background-repeat: no-repeat;
    flex: 1;
}

nav#seleccio div:hover {
    background-color: #F3F5F4 ; }

nav#seleccio div a {
    display: block;
    height: 130px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1.25;
    padding: 60px 5px 0 5px;
}

nav#seleccio div.actiu {
    background-color: #fff;
    position: relative; }

nav#seleccio div.actiu:after,
nav#seleccio div.actiu:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 900 }

nav#seleccio div.actiu:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px; }

nav#seleccio div.actiu:before {
    border-color: rgba(208, 213, 213, 0);
    border-top-color: #D0D5D5;
    border-width: 23px;
    margin-left: -23px; }

/* Sortir de la pàgina  */

nav#seleccio.sortir div {
    float: right; }

@media all and (max-width: 1000px) {
    nav#seleccio div a {
        font-size: 11px;
        height: 110px;
    }

}

@media all and (max-width: 850px) {
    nav#seleccio {
        width: 100%;
    }

    nav#seleccio.sortir {
        display: none;
    }
}

@media all and (max-width: 650px) {
    nav#seleccio div a {
        height: 130px;
    }
}

@media all and (max-width: 750px) {
    nav#idiomes {
        margin-right: 5px;
    }

}

/*Code to change color of active link*/
.nav-tabs.nav-justified > li.active > a {
    /* color: red; */
    font-weight: bold;
}


/* Chrome */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
