/*body {
   background-image: linear-gradient(45deg, #FFFFFF, rgb(255, 122, 89));
}*/

body {
  max-width: 95%;
  margin: 0 auto;
  background: white;
}

.title {
    color: black;
}

.splide__slide img {
    width: 90%;
}

@media (min-width: 768px) {
  /* For desktop: */
  .splide__slide img {
    width: 256px;
    height: 512px;
  }
}

.splide__slide_square img {
    width: 90%;
}

@media (min-width: 768px) {
  /* For desktop: */
  .splide__slide_square img {
    width: 512px;
    height: 512px;
  }
}


.splide__list li {
        text-align: center;
}

ul.Nomarker {
    list-style: none;
}

html {
  font-family: sans-serif;
  background: #eee;
  padding: 1rem;
}



h1, h2, h3, h4, h5, h6 {
  font-family: serif;
  color: #377ba8;
  margin: 1rem 0;
}

a {
  color: #377ba8;
}

hr {
  border: none;
  border-top: 1px solid lightgray;
}

/* Top menu */
nav {
  background: lightgray;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}

nav h1 {
  flex: auto;
  margin: 0;
}

nav h1 a {
  text-decoration: none;
  padding: 0.25rem 0.5rem;
}

nav ul  {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li a, nav ul li span, header .action {
  display: block;
  padding: 0.5rem;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

/* end of top menu */

.content {
  padding: 0 1rem 1rem;
}

.content > header {
  border-bottom: 1px solid lightgray;
  display: flex;
  align-items: flex-end;
}

.content > header h1 {
  flex: auto;
  margin: 1rem 0 0.25rem 0;
}

.flash {
  margin: 1em 0;
  padding: 1em;
  background: #cae6f6;
  border: 1px solid #377ba8;
}

.post > header {
  display: flex;
  align-items: flex-end;
  font-size: 0.85em;
}

.post > header > div:first-of-type {
  flex: auto;
}

.post > header h1 {
  font-size: 1.5em;
  margin-bottom: 0;
}

.post .about {
  color: slategray;
  font-style: italic;
}

.post .body {
  white-space: pre-line;
}

.pf-icon {
	width: 5rem;
	height: 4rem;
	max-width:10%;
}

.pf-textfield {
	width: 80%;
}

/* interclub style */
.icRow {
	padding: 1px;
	display: table-row;
	border-collapse: collapse;
	border: none;
	text-align: left;
}

.icCellNew {
	display: table-cell;
	border: None;
}

.icCell {
	display: table-cell;
	padding: 1rem;
	vertical-align: text-bottom;
	border: 1px solid black;
}
/* end of interclub style */


/* tennisball loader styles */
.center
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ballmessage
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ball
{
    position: absolute;
    width: 150px;
    height: 150px;
    background: #c9f364;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    animation: animate 1.5s linear infinite;
}
.ball:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent;
    border: 5px solid #fff;
    left: -65%;
    filter: blur(1px);
}
.ball:after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent;
    border: 5px solid #fff;
    right: -65%;
    filter: blur(1px);
}
@keyframes animate 
{
    0%
    {
        transform: translate(-50%,-50%) translateY(-200px) rotate(0deg);
    }
    50%
    {
        transform: translate(-50%,-50%) translateY(0px) rotate(180deg);
    }
    100%
    {
        transform: translate(-50%,-50%) translateY(-200px) rotate(360deg);
    }
}

.loadermessage
{
    position: absolute;
    top: 50%;
	left:40%;
	align:center;
  background:bisque;
  font-family:verdana;
  padding:5px;
  border-radius:5px;
  animation:loadermessage .5s linear infinite;
}

@keyframes loadermessage
{
  0%
  {
    transform:scaleX(1) translateY(75px);
  }
  50%
  {
    transform:scaleX(.95) translateY(75px);
  }
  100%
  {
    transform:scaleX(1) translateY(75px);
  }
}
/* end of tennisball loader styles */

/* loader styles */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* end of loader styles */

.content:last-child {
  margin-bottom: 0;
}

.content form {
  margin: 1em 0;
  display: flex;
  flex-direction: column;
}

.content label {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.content input, .content textarea {
  margin-bottom: 1em;
}

.content textarea {
  min-height: auto;
  resize: vertical;
}

input.danger {
  color: #cc2f2e;
}

input[type=submit] {
  align-self: start;
  min-width: 10em;
}

table.tournaments_table {
    text-align:center;
}    

table.admin_table_hasPayed {
    color: red;
    padding: 15px;
    border-style: ridge;
    text-align:left;
}

table.admin_table_overview {
   width: max-content;
   color: blue;
   border-style: ridge;
   padding: 1px;
}

.column {
    float: left;
    padding: 10px;
}

.left {
  width: 50%;
}

.right {
  width: 50%;
}

.NoSubscription {
    color: red;	
}

.WarningMessage {
	color: red;
}

.cf-form-control {
	width: 80%;
}


.AmbiTable tr:nth-child(even){
	background-color: lightgray;
}

.AmbiTable tr:hover {
	background-color: #ddd;
}

div#calendar {
    z-index: 10;
    position: relative;
}

.belowCalendarTable {
	display: table;
}

.belowCalendarRow {
	padding: 1px;
	display: table-row;
	border-collapse: separate;
	border: 1px;

}

.belowCalendarCell {
	display: table-cell;
	padding: 4px;
	border: 5px;
	vertical-align: text-bottom; 
}

input.profileHourField {
	padding: 0px;
	margin-bottom: 0em;
	max-width: 5rem;
}

input.userAdmin {
	width: 79%;
}

td.t_ingeschreven {
	background-color: #ddd;
}

table.t_matchesTable {
	width:100%;
}

th.t_matchesHeaderPlanning {
	width:10%;
	text-align:left;
}

th.t_matchesHeaderScore {
	width:10%;
	text-align:left;
}

th.t_matchesHeaderPloeg {
	width:40%;
	text-align:left;
}

div.wp_details {
	padding: 0.3rem;
	margin-bottom: 0;	
}

label.wp_details {
	padding: 0;
}

input.wp_emails {
	width: 79%;
	margin-bottom: 0;
}

input.wp_details {
	margin-bottom: 0;
}


.wpTable {
	display: table;
}

.wpRow {
	padding: 1px;
	display: table-row;
	border-collapse: separate;
	border: 1px solid black;;
}

.wpCell {
	display: table-cell;
	padding: 4px;
	vertical-align: text-bottom; 
}

 div.wp_overzicht {
	margin-left: 25px;
}

input.wp_codefield {
    max-width: 50rem;
}

div.wp_header {
	font-weight: bold;
}

 div.wp_speeldata {
	margin-left: 25px;
}

input.wp_pleinDetailsAll {
	margin-left: 25px;
}

.wpDetailsAllTable {
	display: table;
	text-align: center;
}

.wpDetailsAllRow {
	padding: 1px;
	display: table-row;
	border-collapse: separate;
	border: 1px solid black;
}

.wpNoBorder {
	border: none;
}

.wpDetailsAllCell {
	display: table-cell;
	padding: 4px;
	vertical-align: text-bottom; 
	min-width: 6rem;
}

.wpDetailsAllYes {
	background-color: aquamarine;
	cursor: move;
}

.wpDetailsAllNo {
  background-color: #eee;	
}

.wpDetailsAllTextArea {
	min-height: auto;
}

div.adminItem {
	border: 1px solid black;
}

.adminAllCell {
	display: table-cell;
	padding: 4px;
	vertical-align: text-bottom; 
	min-width: 6rem;
}




div.ct_details {
	padding: 0.3rem;
	margin-bottom: 0;	
}

label.ct_details {
	padding: 0;
}

input.ct_emails {
	width: 79%;
	margin-bottom: 0;
}

input.ct_details {
	margin-bottom: 0;
	width: fit-content;
}


.ctTable {
	display: table;
}

.ctRow {
	padding: 1px;
	display: table-row;
	border-collapse: collapse;
	border: none;
}

.ctCellNew {
	display: table-cell;
	border: None;
}

.ctCell {
	display: table-cell;
	padding: 1rem;
	vertical-align: text-bottom; 
	border: 1px solid black;
}

.ctEmptyCell {
	display: table-cell;
	padding: 4px;
	vertical-align: text-bottom; 
	border: 0px;
}

 div.ct_overzicht {
	margin-left: 25px;
}

input.ct_codefield {
    max-width: 50rem;
}

div.ct_header {
	font-weight: bold;
}

 div.ct_speeldata {
	margin-left: 25px;
}

input.ct_pleinDetailsAll {
	margin-left: 25px;
}

div.ct_finaleHeader{
	text-align: center;
	font-size: large;
	font-weight: bold;
}

div.ct_finalewinners {
	
	text-align: center;
	font-size:1.875em;
	background-color: gold;
}

.ctDetailsAllTable {
	display: table;
	text-align: center;
}

.ctDetailsAllRow {
	padding: 1px;
	display: table-row;
	border-collapse: separate;
	border: 1px solid black;;
}

.ctDetailsAllCell {
	display: table-cell;
	padding: 4px;
	vertical-align: text-bottom; 
	min-width: 6rem;
}

.ctDetailsAllYes {
	background-color: aquamarine;
}

.ctDetailsAllNo {
  background-color: #eee;	
}

.ctmatch {
	white-space:pre;
	text-align: center;
	background-color: bisque;
}

.ctResultFieldFilledIn {
	border-radius: 5px;
	background-color: bisque;	
}

.ctResultField {
	border-radius: 5px;
}

/* pricing styles */
.price_table {
	display: table;
}

.price-gold {
	background-color: gold;
	padding: 1rem;
}

.price-silver {
	background-color: silver;
	padding: 1rem;
}

.price-bronze {
	background-color: #cd7f32;
	padding: 1rem;
}

.price-strikethrough {
	text-decoration: line-through;
}

.bancontactLogoClass {
width: 10%;
height: auto;
}
/* endof pricing styles */


/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: auto;
  left: 50%;
  margin-left: -80px;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/* List of tournaments page*/
table.listOfTournament {
}

th.listOfTournament{
    text-align:left;
    padding: 0.25rem;
}

td.listOfTournament{
    padding: 0.25rem;
}

/* end of List of tournaments page*/

/* Popper tooltip styling */
[role=tooltip] {
        background: #333;
        color: white;
        font-weight: bold;
        padding: 4px 8px;
        font-size: 13px;
        border-radius: 4px;
        display: none;
      }

[role=tooltip][data-show] {
        display: block;
      }
/* End of Popper tooltip styling */

/* Favorites pages */
.favo_delete_button {
    background:none!important;
     border:none;
     padding:0!important;

    /*optional*/
    font-family:arial,sans-serif; /*input has OS specific font-family*/
     color:#069;
     cursor:pointer;
}

.favo_delete_button:hover {
         text-decoration:underline;
}

/* End of Favorites pages */
