body
{
	font-family: Arial;
	background-image: url("../images/running.jpg");
}

a
{
	color: black;
}

a:visited
{
	color: black;
}

table
{
	border-width: 1px;
	border-style: solid;
}

table td
{
	padding: 5px;
}

input[type=text] 
{
	width: 200px;
}

#compteur_table
{
	text-align: center;
	max-width: 100%;
}

#compteur_table td
{
	text-align: center;
	max-width: 100%;
}

.photos_area
{
	display: none;
}


.button-69 {
  background-color: initial;
  background-image: linear-gradient(#8614f8 0, #760be0 100%);
  border-radius: 5px;
  border-style: none;
  box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  /*height: 60px;*/
  line-height: 40px;
  margin-left: -4px;
  outline: 0;
  text-align: center;
  transition: all .3s cubic-bezier(.05, .03, .35, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: bottom;
  /*width: 190px;*/
  padding: 10px;
}

.button-69:hover {
  opacity: .7;
}

#indivdual_member_table
{
	background-color: white;
	border-radius: 30px;
	padding: 10px;
}

#compteur_table
{
	background-color: white;
	border-radius: 30px;
	padding: 10px;
}


/* GESTION */

#member_table
{
	text-align: center;
}

#member_table tr:not(.headers):hover td
{
	background-color: orange;
}

#member_table td
{
	border-width: 1px;
	border-style: solid;
	padding: 4px;
}


#member_table .headers td
{
	background-image: linear-gradient(#8614f8 0, #760be0 100%);
	color: white;
	text-align: center;
	opacity: 0.9;
}

#member_table .headers td a
{
	color: white;
}

.member_ids
{
	background-image: linear-gradient(#8614f8 0, #760be0 100%);
	color: white;	
}

.member_ids a
{
	color: white;
}

a:not(#site-navigation a)
{
	color: white;
}

a:visited:not(#site-navigation a)
{
	color: white;
}

#mail_area
{
	display: none;
}

.disabled td
{
	background-color: maroon;
	color: white;
}

.enabled td
{
	background-color: white;
	color: black;
}


/* SWITCH BUTTONS - MODERATION COMPTEURS */

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 


.trumbowyg-editor-box
{
	background-color: white;
}

.trumbowyg-editor-box a
{
	color: black !important;
}

.trumbowyg-editor-box a:visited
{
	color: black !important;
}


/* DATEPICKER */
.ui-datepicker-calendar a:not(#site-navigation a) 
{
	color: black;
}