
/*  © 2025, Carles Bataller Cucurella  [carles@eartvic.net]  */

@font-face {
	font-family: 'BubbleBathRegular';
	src: url('admin/captcha/bubblebath.ttf') format('truetype');

	font-weight: normal;
	font-style: normal;
}




/* Text: padding coherent i comprensible */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* estil per iPhone 4/5, per tal que no modifiqui la mida del text amb orientació landscape */
html {
	-webkit-text-size-adjust: 100%;
}






/* ********************************* */
/*  estil general  */
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


body {
	background-color: #FFFFFF;
}




/* ********************************* */
/*  links  */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #2393DD;
}
a:hover {
	text-decoration: none;
	color: #FF00FF;
}






/* ********************************* */
/*  titol gran  */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #CCCCCC;
	margin: 0px;
}




/* ********************************* */
/* titol gran html5  - admin*/
h2#html5 {
	margin-top: 0px;
	margin-left: 0px;
}



/* titol gran html5 */
.html5 {
	margin-top: 8px;
	margin-left: 8px;
}




/* ********************************* */
/*  titol mitja  */
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #d3d79a;
}



/* output javascript */
.js {
	margin-left: 10px;
}


/* .error class a upload.php */
.error {
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
}





/* ********************************* */
/* progress bar */
progress {
	width: 180px;
	height: 12px;
}



pre#veure_detalls {
	font-family:  Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
}




/* ********************************* */
/*  avatar  */
#div_cursos {
	float: left;
	width: 100%;
	max-width: 880px;
}

#div_avatar {
	float: left;
	/*margin-left: 40px;*/
}

#div_avatar img {
	max-width: 150px;
	max-height: 150px;
	border: 1px solid;
}










/* ********************************* */
/*  examentest  */
.preguntes {
	font-size: 12px;
	background-color: #EAEAEA;

	/* Texto: margen izquierdo */
	margin-left: 15px;

	/* Texto: margen derecho */
	margin-right: 15px;

}
.borrar {
	font-size: 14px;
	font-weight: bold;
	background-color: #FF6666;
}
.entregar {
	font-size: 16px;
	font-weight: bold;
	background-color: #00CC00;
}






/* ********************************* */
/*  formularis  */
input, select, textarea {
	font-family:  Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #F6F6E6;
	border: 1px solid;
}

/* botó genèric formulari */
.form {
	border: 1px solid;
	font-size: 11px;
	background-color: #EFEFEF;
	font-weight: bold;
	height: 24px;
}

/* botons genèrics reset i submit */
input[type="submit"], input[type="reset"] {
	border: 1px solid;
	font-size: 11px;
	background-color: #EFEFEF;
	font-weight: bold;
	height: 20px;
}

/* botó examinar */
input[type="file"] {
	border: 0px;
	font-size: 11px;
	height: 22px;
}

/* botó upload Treball */
.upload {
	border: 1px solid;
	font-size: 11px;
	background-color: #EFEFEF;
	font-weight: bold;
	height: 20px;
}








/* ********************************* */
/* generic table */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#generic {
	width: 100%;
	/*max-width: ?;*/
	border-collapse: collapse;
}
#generic td {
	border: 1px solid;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
}





/* ********************************* */
/* recursos table */
#recursos {
	width: 100%;
	border-collapse: collapse;
}
#recursos td {
	border: 1px solid;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
}





/* ********************************* */
/*  pre  */
pre {
	font-family: "Courier New", "Lucida Console", monospace;
	/*font-family: "Bitstream Vera Sans mono";*/
	font-size: 13px;
}

.pre_txt {
	font-family: "Courier New", "Lucida Console", monospace;
	/*font-family: "Bitstream Vera Sans mono";*/
	font-size: 13px;
}





/* ********************************* */
/* class separació */
.sep {
	margin-left: 134px;
}




/* ********************************* */
/* llistes */
.llista1 {
	margin-top: 9px;
}







/* ********************************* */
/*  calendari  */
.fc_main {
	background: #DDDDDD;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.fc_date {
	border: 1px solid #D9D9D9;
	cursor:pointer;
	font-size: 10px;
	text-align: center;
}
.fc_dateHover, TD.fc_date:hover {
	cursor:pointer;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #E7E7E7;
	font-size: 10px;
	text-align: center;
	background: #FF66CC;
}
.fc_wk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.fc_wknd {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
.fc_head {
	background: #000066;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
	font-size: 11px;
}







/* ********************************* */
/* taula admin/index2 */
#taula_admin_index2 {
	width: 100%;
	max-width: 1160px;
	border-collapse: collapse;
}
#taula_admin_index2 td {
	border: 1px solid;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

/* columna num */
#taula_admin_index2 .num {
	width: 35px;
}

/* columna info */
#taula_admin_index2 .info {
	text-align: left;
}

/* columna accions */
#taula_admin_index2 .accions, #taula_admin_index2 .accions_moure {
	width: 68px;
	font-weight: bold;
	font-size: 11px;
}

/* columna accions -> imatges */
#taula_admin_index2 .accions img {
	height: 48px;
	border: 0px;
}
#taula_admin_index2 .accions_moure img {
	height: 24px;
	border: 0px;
}







/* ********************************* */
/* taula index2 */
#taula_index2 {
	width: 100%;
	max-width: 960px;
	border-collapse: collapse;
}
#taula_index2 td {
	border: 1px solid;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

/* columna num */
#taula_index2 .num {
	width: 35px;
}

/* columna info */
#taula_index2 .info {
	text-align: left;
}

/* columna accions */
#taula_index2 .accions {
	width: 80px;
	text-align: center;
	font-weight: bold;
}

/* columna accions -> imatges */
#taula_index2 .accions img {
	height: 48px;
	border: 0px;
}








/* ********************************* */
/* taula login admin */
#taula_login_admin {
	width: 560px;
	border-collapse: collapse;
}
#taula_login_admin td {
	/*border: 1px solid;*/
	vertical-align: middle;
	padding: 2px;
}
/* columnes pars */
#taula_login_admin td:nth-child(2n) {
	text-align: left;
	width: 55%;
}
/* columnes impars */
#taula_login_admin td:nth-child(2n+1) {
	text-align: right;
	width: 45%;
}




/* ********************************* */
/*  captcha  */
.mitipoguay {
	font-family: "BubbleBathRegular";
	font-size: 27px;
	height: 42px;
	width: 188px;

	color: rgb(94, 109, 255);
	background-color: #d7c8ac;

	border: 1px solid;
	vertical-align: top;
}





/* ********************************* */
/* taula protegir admin */
#taula_protect_admin {
	width: 420px;
	border-collapse: collapse;
}
#taula_protect_admin td {
	/*border: 1px solid;*/
	vertical-align: middle;
	padding: 2px;
}
/* columnes pars */
#taula_protect_admin td:nth-child(2n) {
	text-align: left;
	width: 70%;
}
/* columnes impars */
#taula_protect_admin td:nth-child(2n+1) {
	text-align: right;
	width: 30%;
}









/* ********************************* */
/* iPad */
@media screen and (max-width: 950px) {
	#taula_admin_index2 .accions, #taula_admin_index2 .accions_moure {
		width: 54px;
		font-size: 8px;
	}
}


@media screen and (max-width: 800px) {
	#taula_index2 .accions {
		width: 68px;
		font-size: 10px;
	}
}





#Layer1 {
	position:absolute;
	margin-left: calc(50% - 16px);

	width: 32px;
	height: 32px;
	z-index: 1;

	border: 1px solid;

	left: 0px;
	top: 260px;
}


