@import url('https://fonts.googleapis.com/css?family=Modak|Roboto'); 

body {
	background-color: #F7F7F7;
}

* {
	font-family: 'Roboto',Calibri,Verdana,tahoma;  
}

.DisplayDades a {
	color: #000000;
}

/*@media screen and (max-width: 799px)*/
@media screen and (max-width: 992px) 	
	{

	body {
		margin: 4px ;
		}
	
	div.input-field{
		margin-top: 2px;
		margin-bottom: 10px;
	}
	
	select {
		padding:1px;	
	}
	
	div.subgrup{
		margin-bottom: 10px;
		margin-top: 5px;
		padding: 0px;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		}	
	
	#logoAj{
		display:none;
		}
	
	h3.titolh3{
		display: block;
		margin-top: 1%;
	    /*margin-block-start: 0,5em;*/
	    margin-block-end: 0em;
	    margin-inline-start: 0px;
	    margin-inline-end: 0px;
	    font-weight: bold;	
	    vertical-align: middle;
	    text-align:center;
		}

	h5.titolh5{
		text-align:center;
	}
	
	.row .col {
	    float: left;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 3px;
	    min-height: 1px; 
	      
	}
	
	#dpMenu{
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius:  5px 5px 5px 5px;
		-webkit-border-radius:  5px 5px 5px 5px;
		border: 2px solid #808080;	
		margin: auto;
		display:inline-block;
		float:left;	
	}
	
	#botonera{
		border-bottom: 1px solid #808080;		
		background-color: #FFFFFF;
		padding: 8px;
		margin-bottom: 10px;
	}
	
	.modal {
		width: 95%;
	}

	input:read-only{
	
		background-color: #F7F7F7;
			
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius:  5px 5px 5px 5px;
		-webkit-border-radius:  5px 5px 5px 5px;
		border: 0px solid #F7F7F7;
		color: #808080;	
		margin-left:5px;
		margin-right:5px;
		margin-bottom: 0px;
		padding: 0px;
		
	}
	
	.responsive{
		width: 100%;
  		height: auto%;
	}
	
	div.input-field {
    	margin-top: 1px;
    	margin-bottom: 5px;
	}
	
	#H4Titol {
	    font-size: 1.70rem;
	}
	
	#Titol {
	    font-size: 1.2rem;
	}
}



/*@media screen and (min-width: 800px)*/
@media screen and (min-width: 993px)	
	{

	body {	
		width: 850px;	
		margin: 2px auto;
	}
	
	div.input-field{
		margin-top: 2px;
		margin-bottom: 2px;
	}

	div.subgrup{
		border: 0px solid #F7F7F7;
		background-color: #F7F7F7;
		margin-bottom: 10px;
		margin-top: 10px;
		padding: 10px;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	
	h3.titolh3{
		display: block;
		margin-top: 3%;
	    /*margin-block-start: 0,5em;*/
	    margin-block-end: 0em;
	    margin-inline-start: 0px;
	    margin-inline-end: 0px;
	    font-weight: bold;	
	    vertical-align: middle;
	    /*line-height: 150%;*/
		}
	
	h5.titolh5{
		text-align:left;
	}
	

	#botonera{
		border-radius: 9px 9px 9px 9px;
		-moz-border-radius: 9px 9px 9px 9px;
		-webkit-border-radius: 9px 9px 9px 9px;
		background-color: #f7f7f7;
		padding: 8px;
		margin-bottom: 10px;
	}
	
	#botonera .btn{	
		margin: 15px;		
	}
	
	.modal {
		width: 30%;
	}
	
	input:read-only{	
		background-color: #F7F7F7;		
		padding-left: 5px;	
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius:  5px 5px 5px 5px;
		-webkit-border-radius:  5px 5px 5px 5px;
		border: 2px solid #F7F7F7;
		color: #808080;	
		margin: 3px;
	}
	
	
	/*
	input:read-only:hover{
		background-color: #FFFFFF;
	}
	*/
	
	.responsive{
		width: 100%;
  		height: auto;
	}
	
	#H4Titol {
	    font-size: 1.70rem;
	}
	
	#H5Titol {
	    font-size: 1.2rem;
	}
	
}

#btnAdd{
		background-color: #9ccc65;
	}

#btnInv{	
		background-color: #0277bd;	
	}

div.grup{	
	background-color: #FFFFFF;
	border: 1px solid grey;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
	
div.grup.capsal{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	
div.titol {
	margin: 0 auto;
	height: 100%;
	}

.etiqueta{
	text-size: larga;
	}

.letra_media {
	font-size: large;
	}

input {
	font-size: large;
	}

.dropdown-content li {
    min-height: 20px;    
	}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #000000;
    display: block;    
    padding: 5px;
    }
    
.negreta {
	font-weight: bold;
	}
		
.up_file {
	padding: 10px;
}

.mrg_top{
	margin-top: 10px;	
}

.italica {
	font-style: italic;
}

.bloque{
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}

#LOPD >p{
	margin-top: 5px;
	margin-bottom: 2px;
}

.ocult{
	display: none;
}

/* Canviar el fons del dia actual del datepicker */

.datepicker-table td.is-today {
    color: #FFFFFF;
}

.is-today {
    background-color: #c0c0c0;
    border: none;
    line-height: 38px;
    display: block;
    width: 100%;
    border-radius: 50%;
    padding: 0 5px;
    cursor: pointer;
    color: inherit;
}    	

.browser-default {
	background-color: #F7F7F7;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	
}

/*
.editable:hover{
	  cursor: pointer;
	  color: green;
	}
*/

.afegir{
	
	color: #00A000;
	margin-top: 2px;
	margin-left: 5px;
	
	}

#Documents{
	border-bottom: 2px solid green;
}

.modal-content {
	margin: 0 auto;
}

.myfila{	
	margin-bottom: 2px;
}

.place-card{
	top: -100px
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    height: 1.5rem;
}
    
.file-field .btn, .file-field .btn-large, .file-field .btn-small{
	height:30px;
	line-height: 2rem;
}
    
.file-path-wrapper {
	margin-top:8px;
}


#BtnMenuini{
		height:25px;
		line-height: 1.7rem;	
		background-color: #4181c0;
		border-radius: 15px 15px 15px 15px;
		-moz-border-radius: 15px 15px 15px 15px;
		-webkit-border-radius: 15px 15px 15px 15px;	
}

.ContenImg {	
	align-items: center;
  	display: flex;
  	justify-content: center;
	}

.AlignRight {	
  display: flex;
  width: 100vw;
  justify-content: right;
  align-items: right;	
}

.imgQR{
	border: 1px solid grey;
	margin: auto;
	padding: 3px;
	border-radius: 8px 8x 8px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	display: inline-block;
	align-items: center;
	}
	
h4 {
	
    margin: 0.912rem 0 0.912rem 0;
    
}


.btn, .btn-large, .btn-small, .btn-flat {
    
    text-transform:none;
    width: 100%;
    text-align: left;
    margin: 1px;
    text-align: center;
}


.gris {
	color:#808080;
}

.row {
	margin-bottom: 5px;
}

.ImgResz img {	
	margin:auto;
	/*display:block;*/
}


#LogoACG {
	width:95%;
}

input[type=text]:hover :not(:read-only){
	cursor:auto;
}

.OpcionsCheck {
	display:flex;
	margin-left: 10px;
}

.browser-default {
    background-color: #F7F7F7;
    border-top: 0px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
}

.soloLectura {	
	background-color: #F7F7F7;			
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius:  5px 5px 5px 5px;
	-webkit-border-radius:  5px 5px 5px 5px;
	border: 0px solid #F7F7F7;
	color: #808080;	
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 0px;
	padding: 0px;		
}


input:read-only:hover{
	cursor: default;
}
 
.BtnAccioBuscar {
    height: 22px;
    line-height: 24px;	
}

#ANYO {
	font-size: 1.6em;
	margin: 10px;
	}
	
.div_detall {
	/*border-color: #c0c0c0;	*/
	border: 1px solid #c0c0c0;
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-width: 2px 2px 2px 2px;
	background-color: #F7F7F7;
	text-align: left;
	margin-top: 3px;
	padding: 3px;
}

.div_detall:hover {
	
	background-color: #F1F1F1;
	cursor: pointer;

}

.aparicion {
	-webkit-animation: 2s Aparicion 1;	
}

@-webkit-keyframes Aparicion { 	
	0%{
		opacity: 0;		
	}	
	50%{
		opacity: 0.8;
	}
}
