body{
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	color: #343a40;
}
/*
 * BEGIN HEADER
 */	

.svgtext{
	font-family: 'Devonshire', cursive;
}
.svgheader {
	width:100%;
}
.header {
  background: #eeeeee; /* For browsers that do not support gradients */
  position: fixed;
  top: 0;
  height: 84px;
  padding: 8px 8px 8px 8px;
  width: 100%;
  z-index: 0;
}

.header .d-flex h1 {
  flex: 1;
  font-size: 47px;
  font-weight: 500;
  margin: 0;
}

.header .d-flex .logo {
	background: url(../icons/icon-64.png) center center no-repeat;
	height: 64px;
	width: 72px;
	margin-right: 10px;
}

.header .d-flex .apptitle{
	font-family: 'Devonshire', cursive;
	padding-top: 10px;
}

.header .d-flex h2 {
	flex: 1;
	font-size: 22px;
	font-weight: 300;
	margin: 0;
}

.header .d-flex button {
  border: none;
  cursor: pointer;
  height: 24px;
  opacity: 0.54;
  outline: none;
  text-indent: -30000px;
  transition: opacity 0.333s cubic-bezier(0, 0, 0.21, 1);
  width: 24px;

}

.header .d-flex #butInstall {
  background: url(installdark.svg) center center no-repeat;
}
.header .d-flex #butRefresh {
  background: url(refreshdark.svg) center center no-repeat;
}
/*
 * EINDE HEADER
 */

/*
 * BEGIN CONTENT
 */
 
.text-center {
	text-align: center;
}
.rood {
	box-shadow: 0px 0px 6px 1px #cc0000;
}
.content {
	position: absolute;
	top: 85px;
	width:100%;
	height: calc(100% - 150px);
	display:none;
}
.maincard {
	border: none;
	border-radius: 0;
	padding-bottom: 120px;
}
.maincard .card-header {
	background-color: #343a40;
	color: rgba(255,255,255,.75);
	border-radius: 0;
}
.card-body {
	font-size: 120%;
	padding: 0.5rem;
}

.fixed-footer{
	position: fixed;
	right: 0;
    bottom: 56px;
    left: 0;
    background-color: rgb(250,250,250);
}

.badge {
	float: right;
	font-size: 60%;
	padding: .4em .4em;
	margin-left: .4em;
}

.wwwmelding {
	text-align: center;
	display: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dddddd;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dddddd;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #dddddd;
}
/*
 * Activiteiten
 */
 .balk {
	text-align: center;
	border-radius: 5px;
}


.circle {
	fill: none;
	stroke-width: 32;
}

.pie{
	width: 50px;
	height: 50px;
	transform: rotate(-90deg);
	background: #117a8b;
	border-radius: 50%;
	float: right;
	box-shadow: 0px 0px 5px 5px grey;
}
 
.balkgroep>.balk:not(:first-child){
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.balkgroep>.balk:not(:last-child){
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.aanwezigrij {
	padding: 5px 0;
}

.extraruimte {
	padding-bottom: 250px;
}
/*
 * Compaenen  
 */
.compaendetails {
	font-size: 150%;
}
#alleaanwezigheid {
	padding: 0px 20px 66px 20px;
}
#activiteitdetail {
	top:0;
}

.compaeneditbody{
	padding-bottom: 66px;
}


.rol {
	height: 32px;
}

/*
 * Gebruikers 
 */
.fotopicto {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dee2e6;
}

.fotopictogroot {
	border: 1px solid #dee2e6;
	width: 300px;
	object-fit: cover;
	height: 300px;
	border-radius: 50%;
}
.fotocenter { 
	margin: auto;
	width: 300px;
}


.gebruikeractiviteit {
	border-bottom: 1px solid #dee2e6;
	text-align: left;
	padding: 5px;
}

.gebruikeraanwezigheid {
	padding-bottom: 54px;
}

.gebruikerfoto {
	width: 300px;
    object-fit: cover;
    height: 300px;
    border-radius: 50%;
    border: 1px #dee2e6 solid;
    margin: 5px;
}
.fotobutton {
	position: absolute;
	border: 1px solid #dee2e6;
	background-color: white;
	color: #aaa;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: middle;

	
}
#editfoto {
	top: 10px;
	right: 10px;
	padding-top: 9px;
	text-align: center;
}

#editfoto >  input[type=file] {
  overflow: hidden;
  opacity: 0;
  width: 48px; 
  height: 48px;
  padding: 0px;
  margin-top: -48px;
}

.grijs {
	background-color: rgba(200,200,200,.15);
} 

.emailtelefoon, .whatsapp {
	margin-top: 10px;

}

.whatsapp {
	float: right;
}
/*
 * BEGIN FOOTER
 */
 
.bottombar {
	width: 100%;
	text-align: center;
}
.bottomitem{
	width: 25%;
}
.bottomlink{
	cursor: pointer;
    color: white;
}  

#notification {
	display: none;
	position: fixed;
	bottom: 0px;
	z-index:2000;
}
