/* Supprime le fond du champ titre pour les personnes */
.post-type-personne #titlediv #title{
  background: none;
  border: none;
  box-shadow: none;
  cursor: default;
  font-weight: bold;
}

/* Supprime l'icone d'insertion shortcodes et layerslider */
div[aria-label="Add LayerSlider"]{
	display: none;
}

/* Move the "+" icon over the select dropdown */
.acf-actions.-hover {
	display: block;
    top: -15px;
    right: 10px;
}

/* Tag */
.mwm-tag small{
	background: #fafafa;
	border: 1px solid #DDD;
	border-radius: 1px;
	color: #5C0708;
	display: inline-block;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 5px;
}

/* ACF:Relation selected elements link */
.acf-relationship .selection .values .acf-rel-item a {
    color: #32373c;
	text-decoration: none;
}
.acf-relationship .selection .values .acf-rel-item a:hover{
    color: #5c0708;
}
.acf-relationship .list .acf-rel-item:hover {
    background: #EEE;
}
.acf-relationship .selection .values .acf-rel-item:hover > .acf-icon {
    color: #FFF;
}

/* ACF: Taxonomy term add button */
.acf-taxonomy-field .acf-icon{
  display: none;
}

/* ACF term */
.select2-selection .acf-selection {
  padding-left: 20px !important;
}



/* Posts lists */
.mwm-acf-list{
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	height: 120px;
	overflow-y:scroll;
	border: 1px solid #ddd;
}

.mwm-acf-list li{
	color: #666;
	padding: 5px 10px;
}

.mwm-acf-list li:hover{
	background: #EEE;
}

.mwm-acf-list li a{
	color: #32373c;
	text-decoration: none;
}

.mwm-acf-list li a:hover{
	color: #5c0708;
}

/* Posts tables */
.mwm-acf-table{
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	height: 120px;
	overflow-y:scroll;
	border: 1px solid #ddd;
  border-collapse: collapse;
	width: 100%;
}

.mwm-acf-table tr:hover{
	background: #fbfbfb;
}

.mwm-acf-table th{
	text-align: left;
}

.mwm-acf-table td,
.mwm-acf-table th{
	color: #666;
  cursor: default;
	padding: 5px 10px;
}

.mwm-acf-table td a{
	color: #32373c;
	text-decoration: none;
}

.mwm-acf-table td a:hover{
	color: #5c0708;
}

/* Download links */
.acf-field.download .-pencil,
.acf-field.download .-clear {
  display: none;
}

.mwm-acf-table td input[type="radio"] {
}

#presence .header {
  background: #fafafa;
}
#presence .header:hover {
  background: #fafafa;
}

#presence tr:hover .person {
  color: #761e1e;
}

#presence th,
#presence td {
  text-align: center
}

#presence td input[type="radio"] {
  margin-right: 8px;
}

#presence td .absent {
  margin-right: 0 !important;
}

#presence th .label {
  cursor: help;
  display: inline-block;
  font-weight: normal;
  margin-top: 10px;
}

#presence .person {
  text-align: left;
}

#presence #totals {
  background: #fafafa;
}
#presence #totals th {
  text-align: left;
}

#presence #totals .total {
  text-align: center;
}

