/** Pour la page "donnees" de My Data Ball
*
*   Cette feuille de style sera automatiquement appellée lors du lancement de la page "donnees"
*   grâce à la méthode setCssLink() de la classe Page. 
*/
article, main>header { max-width: 1300px !important;}

label {
	color:black !important;}

pre {background-color:none !important;}

/* PHP Debug bloc */
.xdebug-var-dump, pre {
	background-color:  !important;
    padding: 20px;
    margin: 10px 0;
}

input {margin:0 0 0 18px;}

table {background-color:lightgrey;border:2px solid #e9ecef;}

tr {}
th {}
td {min-width:500px; max-width:700px;}

/* select {padding: 5px; */
/* background-color: #dbe3dd; */

/* } */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #22609E!important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid white !important;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
  color:white;
  max-width:500px;
}

select:hover {
  border: 1px solid white !important;
}
