/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, div, span, p, li, td {
	font-size:14px;
	font-family:Poppins, arial;
	color:#666;
	
}

body {
	background-color: #fff;
}


.row_familia {
	background-color: #f8f8f8 !important;
}

.row_familia i {
	font-size: 20px;
}

.taula_central {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ededed;
	border-radius:5px;
	margin-top: 40px;
}

.logo_panell {
	height: 50px;
}

.boto_imatge {
   background-color: #fff;
	color:rgb(50, 79, 190);
	border:2px solid rgb(50, 79, 190);
	border-radius:5px;
	padding: 10px;
	font-size: 14px;
	width: auto;
	height: auto;
}



.botons_control i {
	font-size: 20px;
}

.taula_linies {
	width: 100%;
	
}

.taula_linies td {
	padding: 20px;
	border-bottom: 1px solid #ededed;
}


.taula_linies th {
	padding: 20px;
	border-bottom: 2px solid #000000;
	background-color: #fff;
}

.casella_cate {
	background-color: #f8f8f8;
	border: none;
	padding: 10px;
	font-size: 16px;
	color: #000;
}

.linia_zebra {
    background-color: #fff;
}


.cercador_control {
    border-radius: 0px;
    background-color: #f9f9f9;
	color:#000;
	border:none;
	padding:10px;
}

.separador_fami {
   border-bottom: 1px solid #ededed;
	padding: 10px;
	padding-left: 20px;
	font-size: 16px;
}

.separador_fami i {
	font-size: 20px;
}


.tr_top {
	background:none;
}

.rodo {
	width:100% !important;
	border-radius:0px;
	border:none;
}

.casella_menu0 {
	background-color: #ffffff;
    border-bottom: none;
	padding: 0px;
}

.casella_menu0 a {
	padding: 20px 10px;
	float: left;
	width: 100%;
	background-color: rgb(235, 238, 249);
	color:rgb(50, 79, 190);
	
}

.casella_menu0 a:hover {
	color:#000;
	
}

.casella_menu0:hover {
	background-color: #f8f8f8;
	
}

.casella_menu0 .blanc {
	background-color: #fff;
	color:#000;
	
}

.casella_menu0 .blanc:hover {
	background-color: #f8f8f8;
	color:#000;
	
}

.col_menu2018 {
	border-right: 1px solid #ededed;
}

.tr_top td {
	border-bottom: 1px solid #ededed;
}

	

.rodo_top {
	border-radius:0px;
}

.col_menu2018 {
	background-color:#fff;
	width:250px;
	padding: 20px;
	
}

#principal {
	width:100%;
	border:none;
	padding:0px;
	margin:0px;
}

.taula_menu_panell {
	width:100%;
}



.imatge_menu {
	color:#999;
	font-size:30px;
}

.text_menu {
	font-size:11px;
	font-weight:bold;
}

.titols_control {
	width:100%;
	border-radius:0px;
	background:none;
	color:#999;
}

.boto_gravar, .boto3 {
	background-color: #fff !important;
	color:rgb(50, 79, 190) !important;
	border:2px solid rgb(50, 79, 190) !important;
	border-radius:5px !important;
	padding: 10px !important;
}

.boto_gravar:hover, .boto3:hover {
	background-color: rgb(235, 238, 249);
}

.botons_control {
	margin-bottom:14px;
	width:100%;
}

.cercador_control {
	border-radius:0px;
	width:96%;
	text-align:left !important;
}



.columna_cercador {
	float:left;
	width:25%;
	margin-right:2%;
	text-align:left;
}

.boto1_2018, .boto1 {
	width:auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#fff;
	color:#999;
	text-align:center;
	margin-bottom:4px;
	float:right;
	background-image:none;
	border:2px solid #999 !important;
}

input, .td_titol_subusuaris {
	border-radius:0px;
}

.capa_taula_llistat_control {
	width:100%; 
}


.taula_baixa {
	background-color: #ededed;
	color: #ccc !important;
}

.taula_baixa a {
	color: #ccc !important;
}

th {
	background-color:#ccc;
	border-radius:0px;
	font-size:16px;
	text-align:center;
}

a:hover {
	color:#09F;
}
.ordenacio {
	font-size:11px;
	font-weight:normal;
	color:#CCC;
}

.alerta {
	float:left;
	background-color:transparent;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	color:#BA0000;
	font-weight:normal;
	margin-bottom:20px;
	margin-top:20px;
	width:100%;
}

.buscar_boto {
	width:50%;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#666;
	color:#fff;
	text-align:center;
	margin-bottom:4px;
	float:left;
	margin-left:25%;
	font-size:18px;
}
	
	
	
	
	
	
	
 /* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
} 

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}	

.taula_llistat_control {
	width:100%;
}

.tabcontent table {
	width:100%;
}

.fons_td2018 {
	color:#333;
	background-color:#ededed;
	font-size:12px;
	font-weight:bold;
}

.style9 {
	color:#333;
}

.tabcontent td {
	padding:5px;
	margin:1px;
}

input, .style14, select {
	border:1px solid #999;
	padding: 10px;
	font-size: 16px;
	color:#333;
	border-radius:5px;
}



.casella_menu0 i, .casella_menu i {
	
	font-size:20px;
}

h1, h2, h3, h4, h5, th {
	font-family:"Poppins",sans-serif;;
	color:#333;
	border:none;
}

h1 {
	text-align:center;
	margin-bottom:34px;
}

.botons_superiors {
	width:95%;
	float:left;
	margin-bottom:20px;
	text-align:left;
	margin-left:10px;
	
}

.mesgran {
	font-size:25px !important;
	text-align:left !important;
}
.requadre {
	border:none;
}

#capa_llistat {
    width: 100%;
}

.taula3 {
	width:100% !important;
	background-color: #f8f8f8;
}

.taula3 td {
	padding:10px !important;
	font-size: 14px;
	background-color: #f8f8f8;
}

.taula3 th {
	background-color: #ededed !important;
	font-size: 12px;
	color: #000;
	text-align: center;
	border-radius: none !important;
	font-weight: normal !important;
}

.titols_th {
	border-radius:0px;
	padding:5px;
}

.capa_boto_nou {
	float:left;
	width:100%;
	margin-bottom:30px;
	text-align:left;
}

.col_contingut_2018 {
	padding-left:30px;
	padding-right:30px;
}

.imatge_panell_top {
	padding-top:5px;
	padding-bottom:5px;
	width: auto;
}

.fons_taules2 {
	
}

#linia_total {
	width:100%;
}

.taula_reserves_allotjaments {
	width:100%;
}

.taula_reserves_allotjaments th {
	background-color:#000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.taula_reserves_allotjaments td {
	
	font-size:12px;
	padding:5px;

}

.filtres {
	float:left;
	width:96%;
	margin-bottom:30px;
	margin-top:30px;
	background-color:#f8f8f8;
	padding:2%;
}

.col_filtre {
	float:left;
	margin-right:20px;
}

.modal-contenido{
  background-color:#ededed;
  width:300px;
  padding: 10px 20px;
  margin: 20% auto;
  position: relative;
  text-align:left;
}
.modal{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all .5s;
 
}
.modal:target{
  opacity:1;
  pointer-events:auto;
}

.tanca_x {
	background-color:#ccc;
	color:#fff;
	border-radius:80px;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	margin-top:0px;
	text-align:right;
	float:right;
}


.boto3 {
	width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:#FCC;
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
    float: right;
    background-image: none;
	height:auto;
}

.passat {
	background-color:#fff;
}

.passat1 {
	background-color:#ededed;
}

.taula_leads td {
	padding:10px;
	font-size:12px;
}

.taula_leads th {
	color:#FFF;
	font-size:14px;
}

.camp_dinamic {
	background-color:#999;
}

.destaca {
	float:left;
	width:90%;
	text-align:center;
	padding:5%;
	background-color:#CFF;
}

.tit1 {
	color:#FFF !important;
}

.horarios th {
	background-color:#666;
	color:#fff;
}

.th1 {
	background-color:#fff;
}

.columna_dreta_formularis_dyn {
	float:right;
	width:33%;
	border:1px solid #ccc;
	margin-top:20px;
	padding:10px;
	background-color:#fff;
	
	
}



.columna_esquerra_formularis_dyn {
	float:left;
	width:60%;
	
	
}

.capa_valors_formularis_dyn {
	float:left;
	margin-bottom:5px;
}

.columna_dreta_formularis_dyn table {
	
	
}

.columna_dreta_formularis_dyn h2 {
	border:none;
	text-align:center;
	font-size:20px;
	height:auto;
	margin:auto;
	padding:auto;
	background-color:transparent;
}

.columna_esquerra_formularis_dyn td {
	padding:5px;
}

columna_esquerra_formularis_dyn i, columna_esquerra_formularis_dyn a i {
	color:#fff;
}

.columna_esquerra_formularis_dyn .topi {
	background-color:#fff;
	padding:5px;
	border:1px solid #ededed;
}

.columna_esquerra_formularis_dyn .taula2 {
	border:#ededed 1px solid;
	
}

.columna_esquerra_formularis_dyn .taula2 .separador_valors {
	
	padding:3px;
}

.columna_esquerra_formularis_dyn .campis {
	background-color:#ededed;
	padding:10px;
}

.capa_taula_llistat_control {
    border-radius: 0px;
    width: 100%;
    float: left;
    margin-top: 0px; 
}

.columna_esquerra_formularis_dyn select {
	max-width:200px !important;
}

.taula_llistat3 {
	width:100%;
}

.taula_llistat3 td {
	padding:10px;
	background-color:#fff;
	margin:0px;
	margin-bottom:5px;
	
	border-bottom:1px solid #ededed;

}

.taula_llistat3 th {
	background-color: #666;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.taula_llistat3 .icones_i {
	font-size: 25px !important;
	color: #3850bd;

}

.tancar_veure {
	text-align: right;
	font-size: 35px;
	width: 100%;
	float: left;
	margin-top: 20px;
	color: #666;
}

h2 {
	float:none;
	text-align:center;
	font-size:18px;
	background-color:transparent;
	padding:20px 40px;
	display:block;
	margin:0px;
	height:auto;
	
}

.configuracio_formularis_dyn {
	display:none;
	float:left;
	width:100%;
	margin-top:20px;
}

.linia_formulari_cap {
	background-color:#f8f8f8;
	width:96%;
	float:left;
	padding:2%;
}

#linia_nou {
	width: 100%;
	float: left;
	background-color: #fff;
}

#linia_total td {
    background-color: #fff;
}

.linia_formulari_cap .linia_formulari {
	margin-top:20px;
}

.configuracio_cap {
	float:right;
	font-size:20px;
	color:#09F;
}

.configuracio_cap i, .configuracio_cap a {
	font-size:20px;
	color:#09F !important;
}

#configuracio_formularis_dyn_tanca {
	display:none;
}

.linia_formulari_dyn2 {
	float:left;
	width:50%;
	margin-bottom:10px;
}

.input_variant {
	font-size:11px;

}


.linia_formulari_dyn {
	float:left;
	width:100%;
	margin-bottom:10px;
}

.configuracio_formularis_dyn h2 {
	background-color:transparent;
	width:auto;
	margin:0px;
	padding:0px;
	height:auto;
	text-align:left;
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	margin-top:20px;
	
}

.avis1 {
	color:#090;
	font-weight:600;
}

.botons_superiors {
	font-size:24px;
}

.botons_superiors2 {
	font-size:24px;
	float:right;
}

.camp_principal {
	font-size:20px;
}

.fons_taules1 {
    background-color: #ffffff;
    padding: 20px !important;
	color: #000;
	border:none;
}

.fons_taules2 {
    background-color: #ffffff;
    font-size: 15px;
    border-bottom:1px solid #f8f8f8;
	padding: 20px !important;
	
}

.titol_separador {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #ccc;
    color: #FFFFFF;
    /* border-radius: 5px; */
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    padding: 15px !important;
    color: #fff;
    font-size: 20px;
}

.caixeta_copia {
	border:1px solid #666;
	padding:2px;
	width:250px;
	font-size:11px;
	overflow:hidden;
}

#formularis_dyn input {
	font-size:14px;
}


.estats_entrades textarea {
font-size:12px;
width:350px;
height:50px;
margin:5px;
padding: 5px;
	font-size:13px;
}

.estats_entrades input {
font-size:12px;

}

.estats_entrades .boto2 {
font-size:12px;
border:1px solid #ccc;
background-color:#ccc !important;
color:#fff;
border-radius:0px;
}

.estats_entrades select {
font-size:12px;
padding:1px;
margin-top:3px;
float:right:

}

.cara_camps {
	display:none;
}

.icona_right {
	float:left;
}

.tancar_cara_camps {
    color: #F60;
    position: absolute;
    margin-top: -59px;
    background-color: #ededed;
	color:#F60;
}

.tancar, .tancar_cara_camps a {
   color:#F60;
}

.capa_modifica_valor {
	display:none;
	padding:5%;
	background-color:#fff;
}

.capa_modifica_valor input {
	width:100%;
	padding:5px;
	font-size:11px;
}

.capa_veig_valor {
	display: none;
	position: absolute;
	width: 350px;
	min-height: 350px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 20px #ccc;
}

.viewno {
	display: none;
}

.n_pagina {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.ull {
	color:#ededed;
}

.titol_entrades_th {
	color:#fff;
}

.requadre2 {
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding: 5px;
}

.casella_menu0 {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

#formulari_alta {
    float: left;
    width: 100%;
}



.capa_continguts h2 {
	font-size: 30px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.imagen_contingut {
	float:right;
	max-width: 350px;
	margin-left: 40px;
	margin-bottom: 40px;
}


.comentari_evaluador {
	
	padding: 5px;
	border: 1px solid #ededed;
	background-color: #fff;
	font-size: 12px;
	width: 240px;
	height: 50px;
	overflow: scroll;
	margin-top: 5px;
}

.mitjana_nota {
	background-color: #f8f8f8;
}


#noticies_central {
	width: 100%;
	background-color: #fff;
}


.fila_noticia_central {
    width: 99%;
    
    
    float: left;
    border: 1px solid #ededed;

}

.boto_volver_listado, .boto4 {
	background-color: rgb(241, 242, 246);
    box-shadow: none;
    color: #131313;
    border-radius: 4px;
    padding: 0px 16px;
    height: 41px;
    min-height: 41px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
    line-height: 24px;
	background-image: none;
	border:1px solid #ccc;
}

.th_view th {
	background-color: #ccc;
	font-size: 17px;
	color: #333;
	width:20%;
}

.th_view td {
	background-color: #fff;
	font-size: 17px;
	color: #333;
	width:80%;
}

.botons_control a {
	font-size: 17px;
	font-weight: 400;
}

.barbacoa {
	float: left;
	width: 10%;
	padding: 2%;
	height: 150px;
	margin-bottom: 20px;
	margin-right: 2%;
	font-size: 12px;
	border-bottom: 10px solid #ffffff;
}

.linia_quadrant {
	float: left; 
	width: 100%;
	
}


.linia_quadrant_data {
	float: left; width: 100%; background-color: #f8f8f8; padding: 20px; margin-bottom: 50px;
}

.columna_quadrant_data {
	float: left;width:33%; text-align: center;
}

.barbacoa_plena {
	background-color:#df8d98;
	color: #000;
}

.barbacoa_lliure {
	background-color:#ccc;
	color: #000;
}

.barbacoa1 {
	border-bottom: 10px solid #8dc1df;
}

.barbacoa2 {
	border-bottom: 10px solid #dfab8d;
}

.barbacoa3 {
	border-bottom: 10px solid #d48ddf;
}

.barbacoa4 {
	border-bottom: 10px solid #243522;
}

.barbacoa5 {
	border-bottom: 10px solid #8d98df;
}

.barbacoa6 {
	border-bottom: 10px solid #5e8a57;
}

.barbacoa7 {
	border-bottom: 10px solid #a554b1;
}

.barbacoa8 {
	border-bottom: 10px solid #54aab1;
}

.barbacoa9 {
	border-bottom: 10px solid #b15460;
}

.barbacoa10 {
	border-bottom: 10px solid #60b154;
}

.barbacoa11 {
	border-bottom: 10px solid #548eb1;
}

.barbacoa12 {
	border-bottom: 10px solid #be21d6;
}

.barbacoa13 {
	border-bottom: 10px solid #d62181;
}

.barbacoa14 {
	border-bottom: 10px solid #4bd621;
}

.barbacoa15 {
	border-bottom: 10px solid #d66421;
}

.barbacoa16 {
	border-bottom: 10px solid #2139d6;
}

.linea4{
	float: left; 
	width:21%; 
	padding: 1%;
}

.h2_gran {
	font-size: 25px;
}

.etiqueta_barbacoa {
	background-color: #f8f8f8;
	border-radius:10px;
	border:4px solid #000;
	box-shadow: 0px 5px 5px #666;
	padding: 5px;
	position: absolute;
	margin-top: -40px;
	margin-left: -40px;
}

.linia_contingut {
	float: left;
	width: 100%
}




.capa_continguts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Asegura que haya un espacio uniforme entre las columnas */
}

.linia_contingut3 {
    flex-basis: calc(33.333% - 10px); /* Toma 1/3 del ancho total menos un margen */
    margin-bottom: 15px; /* Espacio entre filas */
}

.imagen_contingut {
    width: 100%; /* Hace que la imagen ocupe todo el ancho del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    object-fit: cover; /* Asegura que la imagen cubra completamente el área sin perder sus proporciones */
}


.td_usuari {
    background-color: #344cbc;
    font-family: Poppins, Helvetica, sans-serif, "Arial Narrow";
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
	color: #fff;
	border-radius:5px;
}


#capa_relacio {
    float: left;
	width: 100%;
}

 .form-group {
            display: flex;
            justify-content: flex-start; /* Alinear a la izquierda */
            align-items: center;
            margin-bottom: 10px;
        }
        .form-group label {
            width: 150px; /* Ancho fijo para las etiquetas */
            margin-right: 10px;
            text-align: left; /* Alinear texto a la izquierda */
        }
        .form-group input {
            flex: 1;
            max-width: 200px; /* Ancho máximo para los inputs */
        }
        .form-container {
            max-width: 600px;
           
        }
        .form-group hr {
            border: 1px solid #ccc;
            width: 100%;
        }