
/* Reiki cursussen invullen, dagen komen achter elkaar */
.field-wrap[data-label='dag 1'], 
.field-wrap[data-label='dag 2'], 
.field-wrap[data-label='Cursus vol'] 
{
	padding-top: 0.7rem;
	white-space: nowrap;
	margin-left: 1rem;
	padding-left: 1rem;
	float: left;
}

.field-wrap[data-label='dag 1']
{ 
	padding-right: 2rem;
}


.field-wrap[data-label='dag 1'] label, 
.field-wrap[data-label='dag 2'] label, 
.field-wrap[data-label='dag 1'] .form-entry, 
.field-wrap[data-label='dag 2'] .form-entry 

{
	display: inline;
} 

.field-wrap[data-label='dag 1'] label, 
.field-wrap[data-label='dag 2'] label 
{
	display: inline;
	padding-right: 1rem;
} 


.bg-animate-color {
	animation: backGroundChange 1.5s linear 5;
}

@keyframes backGroundChange {
  0%   { color: #f99; border-bottom: 1ps solid black}
  33%  { color: #9f9; border-bottom: 1ps solid white}  
  67%  { color: #99f; }
  100% { color: #f99; }
}



/* Einde Reiki Data invullen */







div.SameLine{
	position: relative;
	top: -2.4em;
	display: inline;
	padding-bottom: 0;
	padding-top: 0;
}

div.SameLine label{
	position: relative;
}


div.LastLine label{
	display: none;
}


/* Add/Edit heading on/off */
ul.subnav{
/*	display: none; */
}

/* [ Save and Add ]-button another on top of screen */
input.topadd{
	display: none;
}


/* [ Save and Add ]-button another on bottom on/off  */
input#add_another{
	/* display: none; */
}


.sidebar-open .sidebar .metanav {
	width: 250px;
}


/* Whole item-line is clickable */
tr:hover {
	background-color: #F8F8F8;
	cursor: pointer;
}



/* Reiki repeater add */
div.repeater-footer a.add::after {
	content: "- Datum toevoegen";
	font-size: 1em;
	font-weight: bold;
	color: purple;
}
/* Einde Reiki repeater add **/


/* Heading on all pages */
ul.mainnav li a {
  font-family: "Century Gothic", "Avant Garde", Verdana, sans-serif;
  color: #844e96;
  font-weight: normal;
}


/* Inline Delete on/off  */
a.delete.inline-delete {
	/* display: none; */
}




/* Re order on/off */
li.fin a.icon.reorder{
/*	display: none; */
}


/* More recognizable 
div.edititem div.h2
{
	font-size: 1.4em;
	font-family: "source-sans-pro", sans-serif;
	line-height: 1.6em;
	color: #586e75;
}

.main h2{
	font-weight: normal;
 	background-color: #fefcf5;
}

.main .h2{
	background-color: #fefcf5;
}

*/


/* Easy nofrills Edit 

.inner .subnav,.smartbar {
	display: none;
	
}

.topadd {
	display: none;
}

.inner h1{
	display:none;
}

.dashnav .site {
	display:none;
}

.items{
	margin-top: 2em;
}
*/