@charset "utf-8";
/* CSS Document 
Color blau de la lletra per als títols:  
	RGB(0,101,189)
	Hex: #0065BD
Color de fons de les capçaleres d'una taula
	RGB(231,237,247)
	Hex: #E7EDF7
Color de la vora d'una taula
	RGB(192,211,253)
	Hex: #C0D3FD

*/


body {	
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	color: #0065BD;
	font-size:16pt;
	font-weight:bold;
}

h2 {
	color: #0065BD;
	font-size:14pt;
	font-weight:normal;
}

h3 {
	color: #0065BD;
	font-size:12pt;
	padding:10px 5px 5px 5px;
}

h1.franja {
	width:95%;
	background-color: #0065BD;
	border-radius:10px;
	color: white;
	padding:10px 5px 5px 5px;
}

h2.franja{
	width:95%;
	background-color: #DEBFA3;
	border-radius:10px;
	color: 0065BD;
	padding: 5px;
	font-weight:bold;
}

h3.franja{
	width:95%;
	background-color: #82D1CC;
	border-radius:10px;
	color: 0065BD;
	padding: 5px;
	font-weight:bold;
}

h4 {
	color: #000000;
	font-size:12pt;
}

a {
	text-decoration: none;
	color: #0065BD;
}


p {
	color: #000000;
	font-size: 12px;
}

input[type=number] {
   width: 50px;
}

.nombre {
  width: 4em;
}

.titolsfixs thead{
    position: sticky;
    top: 0;
}

table {
	padding: 5px;
	font-size: 12px;
	border-spacing : 0;
	border-collapse : collapse;
	border-style: solid;
	border-width:thin;
	border-color:#C0D3FD;
	vertical-align: middle;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;}	

th {
	background-color:#E7EDF7;
	text-align:left;
	font-weight:bold;
	padding:5px;
	color: #0065BD;
}

img {
	vertical-align:middle;
}

th.tittable{
	background-color:#e7edf7;
	padding:5px;
	font-size:16px;
}

.actiu{
	background-color:#00cc44;
}

.no_actiu{
	background-color:#C0C0C0;
}

.anulat{
	background-color:#ff8080;
}

.superior{
	background-color:#ff8080;
}

td.anulat{
	font-style: italic;
	color:red;
}

tr.enviat{
	background-color:#00cc44;
}

tr.pendent{
	background-color:#ff8080;
}

tr.solicitat{
	background-color:#bbff99;
}

tr.pendentresposta{
	background-color:#03cffc;
}

td {
	font-weight: normal;
	padding:5px;
}

td.enviat{
	background-color:#00cc44;
}

td.solicitat{
	background-color:#bbff99;
}

.selector tr:hover  {
	background-color:#ef7e04 ;
	color:white;
}

.vermell {
	color:red;
}

.NESE {
	color: #000000;
	background-color: #6ED5FF;
}

.PR {
	color:#000000;
	background-color:#e0e0eb;
}

.AD {
	color: #000000;
	background-color: #ccff99;
}

.NA {
	color:#000000;
	background-color: #ffcccc;
}


.BA {
	color:#000000;
	background-color:#c9bfbf;
}

.VS {
	color:#000000;
	font-style:italic;
	background-color:#69B78E;
}

.COR {
	color: #000000;
	background-color: #9AD4EC;
}

.CORV {
	color: #000000;
	background-color: #00ff00;
}

.PRE {
	color: #000000;
/*	background-color: #4af241; */
	background-color: #fc9003;
}

.PRE_NO {
	color: #000000;
	background-color: #f7dc52;
}

.GENU {
	color: #000000;
	background-color: #F5B811;
}

.SEC {
	color: #000000;
	background-color: #9ad197;
}

.PAS {
	color: #000000;
	background-color: #74D9FF;
}

.SUP1 {
	color: #000000;
	background-color: #1995E4;
}

.VIG {
	color: #000000;
	background-color: #E4ED84;
}

.SUP2 {
	color: #000000;
	background-color: #6ED5FF;
}

.bolla_1{
	border: 1px solid #2ECC71;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	background-color: #2ECC71;
}

div.caixa {
	border: 2px solid #0065bd;
	border-radius:15px;
	padding: 10px;
}

div.confidencialitat{
	width:70%;
	border: 2px solid #FF333C;
	border-radius:15px;
	padding: 10px;
	background-color: #F7E4E5;
	font-weight:bold;
}

#divpuntuacions {
	position:absolute;
	top:15%;
	left:76%;
	overflow:auto;
}

#divusuari {
	position:absolute;
	top:0px;
	right:20px;
	color:#0065bd;
}

#divcercar2 {
	position:absolute;
	top:113px;
	left:229px;
	width: 300px;
}

#divcercar3 {
	position:absolute;
	top:348px;
	left:371px;
	width: 129px;
}

.tanca {
	position:absolute;
	top:5%;
	right:5px;
}

* {
	margin:0px;
	padding:0px;
}

#titol {
	margin:auto;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#0065bd;
	position:fixed;
	top:25px;
	left:350px;
}

#cos {
	margin:auto;
	width:100%;
	height:90%;
	font-family:Arial, Helvetica, sans-serif;
	position:static;
}

ul, ol {
	list-style:none;
}

ul.llista {
	font-size: 12px;
	list-style:disc;
}

#contenidor{
	margin: 0 auto 0 auto;
}

ul.llista {
	padding-left:25px;
	list-style-type:square;
	font-size:12px;
}	

#llistadist {
	position:absolute;
	top:150px;
	left:750px;
	width: 200px;
}

.button {
	height: 3em;
	width: 6em;
	border: none;
	border-radius: 10em;
	background: #016DD9;
	font-size: 12px;
	color: #ffffff;
	font-family: inherit;
	font-weight: 500;
}

p.etiqueta{
	color:  #0065BD;
}

p.advertencia{
	color: black;
}

div.error {
	color:  #red;
	position:fixed;
	left:21%;
	top:2%;
	width:70%;
	padding: 10px;
	border: 1px solid red;
	border-radius:5px;
	background-color:#ffe6e6;
	animation: hideMe 8s forwards;
}

div.exit {
	color:#000000;
	position:fixed;
	left:21%;
	top:2%;
	width:70%;
	padding: 10px;
	border: 1px solid #0065BD;
	border-radius:5px;
	background-color: #ccff99;
	animation: hideMe 8s forwards;
}

@keyframes hideMe{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.info * {
	font-size:10pt;
	color:#0065BD;
}

div.info {
	width:70%;
	padding: 10px;
	border: 1px solid #0065BD;
	border-radius:15px;
	background-color:#C4E5F7;
}

.advertencia {
	width:70%;
	padding: 10px;
	border: 1px solid #0065BD;
	border-radius:15px;
	background-color:#f2d198;
}

div.errorfix {
	color:  #red;
	width:70%;
	position:relative;
	left:10%;
	padding: 10px;
	border: 1px solid red;
	border-radius:5px;
	background-color:#ffe6e6;
}

div.exitfix {
	color:#000000;
	position:relative;
	left:10%;
	width:70%;
	padding: 10px;
	border: 1px solid #0065BD;
	border-radius:5px;
	background-color: #ccff99;
}

.info * {
	font-size:10pt;
	color:#0065BD;
}

div.info {
	width:70%;
	padding: 10px;
	border: 1px solid #0065BD;
	border-radius:15px;
	background-color:#C4E5F7;
}

.advertencia {
	width:70%;
	padding: 10px;
	border: 1px solid #0065BD;
	border-radius:15px;
	background-color:#f2d198;
}

.fonsvermell{
	background-color:#ffe6e6;
}

.fonsverd{	
	background-color: #ccff99;
}

#header {
	width:99%;
	height:10%;
	margin: auto;
	border-top: 0px;
	border-right: 2px;
	border-bottom:0px;
	border-left:0;
	border-style:solid;
	border-color: #0065BD;
}

#menunavhor{
	/*background-color:#e7edf7;*/
	float:center;
	padding-left:0;
	margin-left:15.5%;
	background-color: #0069B8;
	color:#e5e3e3;
	font-style:italic;
	padding: 5px;
	padding-left:0;
	border-top: 5px;
	border-left: 1;
	border-right: 0;
	border-bottom:5px;
	border-style:solid;
	border-color: #0065BD;
}	

#menunavhor li{
	display: inline;
	padding: 5px;
	padding-left:0;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#menunavhor li a {
	/*top right bottom left */
	vertical-align: middle;
	font-style:normal;
	padding: 5px; 
	color: #ffffff;
}

#menunavhor li a:hover{
   background-color: #333333;
   color: #000000;
}

#esquerra{
	/*background-color:#e7edf7;*/
	float:left;
	vertical-align: middle;
	width: 15%;
	margin-left:5px;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	padding-bottom: 10px;
	border-top: 1;
	border-right: 1;
	border-left:1;
	border-bottom:1;
	border-style:solid;
	border-color: #0065BD;
	font-size:15px;
}	

#esquerra ul{
	margin:0;
}

#esquerra li{
 	padding: 0; 
	margin: 0 ;
	border-top: 0px;
	border-right: 0;
	border-bottom:1px;
	border-left:0;
	border-style:solid;
	border-color: #0065BD;
}

#esquerra li a {
	/*top right bottom left */
	color: #0065BD;
	padding: 10px; 
	background-color:#e7edf7;
	text-decoration: none;
   display:block;
}

#esquerra  li.seleccionada a {
	/*top right bottom left */
	color: #ffffff;
	font-weight:bold;
	background-color: #0065BD;
}

#esquerra li a:hover{
   background-color: #333333;
   color: #ffffff;
}

#main{
	float:center;
	width:84%;
	margin-left:15.6%;
	padding:10px;
/*	border: 1px solid #C0D3FD; */
	border-top: 0;
	border-right: 0;
	border-bottom:0; 
	border-left:1;
	border-style:solid;
	border-color: #0065BD;
/*
	overflow-x: scroll;	
	overflow-y: scroll;
*/
}

#footer{
	width:100%;
	float:left;
	margin-left:5px;
	margin-top:2px;
	padding: 10px 0 10px 0;
	border-top: 2px;
	border-right: 0;
	border-bottom:2px;
	border-left:0;
	border-style:solid;
	border-color: #0065BD;
	background-color:#E7EDF7;
	font-size:15px;
}

#footer li{
   display: inline;
   text-align: center;
	padding: 5px; 
}

#footer li a {
	/*top right bottom left */
	color: #0065BD;
	padding: 5px; 
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
}

#footer li a:hover{
   background-color: #333333;
   color: #000000;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #0065BD; 
  color: #fff; 
/*background-color: #555;
  background-color: #E7EDF7;
  color: #0065BD; */
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 400px;
  background-color: #0065BD; 
  color: #fff; 
/*background-color: #555;
  background-color: #E7EDF7;
  color: #0065BD; */
  text-align: left; 
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext2 {
  visibility: visible;
  opacity: 1;
}

.modalmask {
	position: fixed;
	font-family: Arial, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalmask:target {
	opacity:1;
	pointer-events: auto;
}

.modalbox{
	width: 80%;
	position: relative;
	padding: 5px 20px 13px 20px;
	background: #fff;
	border-radius:3px;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	
}

.movedown {
	margin: 0 auto;
}

/*
.rotate {
	margin: 10% auto;
	-webkit-transform: scale(-5,-5); 
	transform: scale(-5,-5);
}

.resize {
	margin: 10% auto;
	width:0;
	height:0;

}

*/
.modalmask:target .movedown{		
	margin:5% auto;
}
/*
.modalmask:target .rotate{		
	transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize{
	width:400px;
	height:200px;
}
*/

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 1px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	border-radius:3px;
	font-size:16px;
}

.close:hover { 
	background: red; 
}

.tablagen{
  display: table;
}
.fila{
  display: table-row;
}
.col{
  display: table-cell;
  padding: 12px;
  background: #ddd;
}

.boto1 {
text-decoration:none;
font-weight: bold;
font-size: 16px;
color:#0065BD;
padding-top:10px;
padding-bottom:10px;
padding-left:15px;
padding-right:15px;
background-color:#E7EDF7;
border-color:#C0D3FD;
border-width: 3px;
border-style: solid;
border-radius:35px;
}

div.scroll {
  background-color: #fed9ff;
  width: 600px;
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  padding: 20px;
}