@charset "utf-8";

/* Full d'estils amb els estils que s'utilitzen GENÈRICAMENT en els diferents mòduls de l'aplicació */

/* Capa semitransparent que ocupa tota l'amplada de l'element en el que es mostra, 
   amagant tot el contingut de sota per a que no pugui ser seleccionat. 
*/
.middleLayer {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(../../../imatges/loading/loading_transparent.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.50);
}

/* ********** FORMAT DELS BOTONS D'UNA LLISTA DE SELECCIÓ ********** */

/* Propietats dels botons SELECCIONATS */
.noSelectedButton {
	background-color: rgba(204,204,204,.1);
	border: thin solid #999999;
}

/* Propietats dels botons NO SELECCIONATS */
.noSelectedButton:hover {
	background-color: rgba(255,255,255,0.05);
}

/* Botó seleccionat */
.selectedButton {
	background-color: rgba(0,102,255,0.3);
	border: thin solid #999999;
}

/* ********** FORMAT DELS BOTONS ESTÀNDARD ********** */
.boto {
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	height: 28px;
	line-height: 27px;
	/*opacity: 0.8;*/
	width: 70px;
	margin-left: 10px;
	border: 0;
	box-shadow: inset 0px 0px 0px 1px #FFFFFF;
}
/* ********** FORMAT DELS BOTONS ESTÀNDARD ********** */
.majorsEdat {
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	line-height: 27px;
	margin-left: 10px;
	border: thin solid rgba(0,0,0,1.00);
	box-shadow: inset 0px 0px 0px 1px #FFFFFF;
	float: left;
	background-color: rgba(67,232,26,1.00);
}

.boto:hover {
	opacity: 1;
	box-shadow: none;
}


.botoOK {
	background-color: #97BC0A; /* verd*/
	background-color: #000;
	background-image: url(../imatges/fonsBotons/botoOK.png);
}

.botoCancellar {
	background-color: #000000; /* Vermell */
	background-image: url(../imatges/fonsBotons/botoCancel.fw.png);
}


.botoEnrera, .botoOK, .botoCancellar  {
	background-repeat: no-repeat;
	background-position: center;
}

.botoEnrera {
	background-color: #000000; /* Negre */
	background-image: url(../imatges/fonsBotons/backArrow.fw.png);
}
.botoGoogle {
    margin-left: auto;
    margin-right: auto;
    width: 191px;
    height: 46px;
    margin-top: 75px;
    opacity: 0.65;
}
.botoGoogle:hover {
    background-image: url(../../../imatges/btn_google_signin_dark_pressed_web.png);
    opacity: 1;
}

/* Crea una etiqueta amb el contorn gris i centrada */
.etiqueta {
    border: medium solid rgba(154,154,154,1.00);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}
