body {
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.25 !important;
  background-color: transparent !important;
}
img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
table{
	background-color:white !important;
}
table td {
    font-size: .8em !important;
}
table th {
    color: #1b5292 !important;
}

.exportBtn {
	align: right !important;
}

input {
	margin: 5px !important;	
	
	min-width: 200px;
} 
select {
	margin: 5px !important;
	min-width: 80px;
}    
button {
	margin: 5px !important;
} 
label {
	margin-left: 5px !important;
	display:block !important;
} 

@media screen and (max-width: 600px) {
  table {
    border: 1px solid #ddd !important;
    font-size: 1em !important;
  }

  table caption {
    font-size: 1em !important;
  }
  th {
  	display:none!important	
  
  }
  table thead {
  	
    border: none !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    
  }
  
  table tr {
  	 border: 1px solid #ddd !important;
    border-bottom: 3px solid #ddd !important;
    display: block !important;
    margin-bottom: .625em !important;
  }
  
  table td{
    border: 0px solid #ddd !important;
    display: block !important;
    font-size: .9em !important;
    text-align: left !important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    position: relative!important;
	 padding-left: 35%!important;
	 white-space: normal!important;
	 
  }
  
  
  table td::before {
     /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label) !important;
    */
    content: attr(data-label) !important;
    float: left !important;
    font-weight: bold !important;
    color: #1b5292 !important;
    position: absolute!important;
	 left: 6px!important;
	 width: 30%!important;
	 padding-right: 10px!important;
	 white-space: nowrap!important;
	 text-align:left!important;
		
    
  }
  
  table td:last-child {
    border-bottom: 0 !important;
  }
}

.h3, h3 {
    font-size: 1.75rem !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #1b5292 !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
}

*, ::after, ::before {
    box-sizing: border-box !important;
}
user agent stylesheet
h3 {
    display: block !important;
    font-size: 1.17em !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    font-weight: bold !important;
}
.w3-bar {
    width: 100%;
    overflow: hidden;
    text-align: center !important;
}

.custom-pagination {
	background-color: #005393 !important;
	cursor: pointer;
}




.agcm-inputs {
	display: inherit !important;
}
/*
.agcm-inputs:focus {
	background: #ffffaa !important;
}
*/
.agcm-label {
	font-style: italic !important;
    float: left !important;
    margin: 8px 0 0 10px !important;
    text-align: right !important;
    width: 135px !important;
    padding-right: 10px !important;
    height: 35px !important;	
}

.agcm-input {
	margin-top: 0.4em !important;
    margin-right: 1% !important;
    margin-bottom: 0.4em !important;
    margin-left: 1% !important;
       
    padding-top: 0.3em !important;
    padding-right: 0.2em !important;
    padding-bottom: 0.3em !important;
    padding-left: 0.2em !important;
}

.agcm-input:hover {
    background: #faffbd !important;
}
.agcm-input:focus {
    background: #faffbd !important;
}

.agcm-width-auto {
	width: auto !important;
}
.agcm-width-auto:hover {
    background: #faffbd !important;
}

.agcm-cerca {
	margin-left: 145px !important;
    margin-top: 20px !important;
}

.active {
	color: white !important;
}