/*FRONT OFFICE*/

.entry-header{
  display:none;
}

.button{
  display: inline-block;
  padding:5px 10px;
  margin-right:10px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"] {
	padding:0px 5px;
  width:auto;
  margin: 0 5px;
}

.alert{
  padding:15px;
  border-radius:5px;
  margin-bottom:10px;
  display:block;
}

.danger, tr.danger{
  border:1px solid #f5c2c7;
  color:#842029;
  background-color:#f8d7da;
}

.success, tr.success{
  color:#0f5132;
  border:1px solid #badbcc;
  background-color:#d1e7dd;
}

.warning, tr.warning{
  color:#856404;
  border:1px solid #cce5ff;;
  background-color:#fff3cd;
}

.primary, tr.primary{
  color:#fff;
  background-color:#289dcc;
}

span.success, span.danger, span.warning, span.primary {
  display:inline;
  padding: 0 5px 0 5px;
}

span.dashicons {
  padding-top: 3px;
}

#menu{
  margin-bottom: 10px;
}

table.stats td.date{
  width:110px;
}

tr:nth-child(even) {background: #EEE}
tr:nth-child(odd) {background: #FFF}
table.row-clickable tbody tr td {
    padding: 0;
}

table.row-clickable tbody tr td a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color:#444444;
}

.masque_info{display:none;}
.affiche_info{display:block;}
.six_mois, .depuis_debut{
  cursor:pointer;
}
