/* WaardenApp Styles - Bepaal je Persoonljke Waarden */

body {
background-color: #f8f8ff; /* ghostwhite */
font-family: verdana;
font-size: 16px;
}

h1, h2, h3 {
font-family: boldoni, calibri, arial, sans-serif;
color: #006400; /* darkgreen */
}
h1 {
font-size: 28px;
color: #228b22; /* forestgreen */
}

#appmsg {
  color: #f00;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
p.note {
  font-size: 14px;
}
p.betekenis {
  font-size: 15px;
  color: #228b22;
  text-align: left;
  padding-left: 20px;
}

button {
  width: 120px;
  padding: 5px;
  border-top: 1px solid #aaa;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  border-left: 1px solid #aaa;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.topbtn  {
  background-color: #FFFFE0; /* lightyellow */
}
.botbtn {
  background-color: #FF8C00; /* darkorange */
}

#intro {
  width: 625px;
  margin: 0 auto;
}
#outer {
   width:660px;
   margin: 0 auto;
}

#flashouter {
	background-image: url(img/bg-hex1c.jpg);
	background-repeat: repeat-y;
  margin: 0 auto;
	width: 450px;
	height: 380px;
	text-align:center;
	background-color:#eee;
	border-radius: 10px;
	padding-top: 5px;
	box-shadow: 1px 1px #aaa;
 }

#cardcount {
	margin-top: 0px;
}

#flashcard {
	margin: 0 auto;
	padding: 5px;
	width: 400px;
	height: 250px;
	vertical-align:middle;
	text-align:center;
	background-color:#eee;
	font-size:24px;
	border-radius: 10px;
	box-shadow: 1px 1px #aaa;
}
#flashcard > h3 {
  width: 70%;
  border-radius: 5px;
  margin: 0 auto;
  background-color: #FFFFE0; /* lightyellow */
}
p#waoms {
	font-size: 16px;
}
p#warel {
	font-size: 14px;
}

#flashicons {
	margin: 0 auto;
	width: 400px;
	height: 50px;
	text-align:center;
	vertical-align: middle;
	background-color: #ccc
	font-size:24px;
	padding-top: 10px;
  font-size: 12px;
}
#flashicons a {
  text-decoration: none !important;
}
.icon {
margin: 5px 20px 5px 20px;
}

#selrol {
  width: 600px;
  margin: 0 auto;
}
p#selhelp {
  font-size: 14px;
}
#selwaarden, #rollen {
	background-color: #ececdc; /* tussen palegoldenrod & lemonchiffon */
	width: 305px;
  height: 400px;
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 0px;
	text-align:center;
	border-radius: 10px;
	padding: 20px 5px 20px 5px;
	box-shadow: 1px 1px #aaa;
 }
#selwaarden {
   width: 270px;
 }
a#selwaarde {
  text-decoration: none;
}
p.drag {
/* draggable: true; ??? */
  /*position: absolute;*/
  background-color: #FFFFE0; /* lightyellow */
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
/*  border: 0px 1px 1px 0px;*/
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5px;
}
span#seldot {
  color: #888;
  cursor: grab;
}
#toonrollen {
  float: right;
}
#rolinner {
 display: inline-block;
}

.seldel {
	opacity: 25%;
}
.seldel:hover {
	opacity: 100%;
}

#toelichtingen {
/*  display: none; tonen via button */
  background-color: #ececdc;
  width: 450px;
  margin: 0 auto;
	margin-top: 20px;
  padding: 20px 5px 20px 5px;
  text-align: center;
	border-radius: 10px;
	box-shadow: 1px 1px #aaa;
}
a.sinput, a.sinput:visited {
  color: #444;
  text-decoration: none;
}
a.sinput:hover {
  text-decoration: underline;
}

input, textarea {
  background-color: #ffe;
  border: 0px;
  margin-bottom: 5px;
}
input:placeholder-shown,
textarea:placeholder-shown {
  font-size: 14px;
}

.rapwaarde, .rapnaam {
  font-weight: bold;
}
.raphdr {
  margin-left: 40px;
}
.rapalg, .rapinput {
  margin-left: 50px;
}

#wahulp { /* modal */
	display: none;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 75%;
	max-width: 100%;
	max-height: 100%;
	padding: 10px;
	background-color: #f8f8f8;
	border-radius: 10px;
	box-shadow: 1px 1px #aaa;
}
#hulpinfo {
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  overflow: auto;
  width: 90%;
  height: 90%;
}
#hulpinfo > ol > li {
	padding-bottom: 10px;
}
span#sluithulp {
	float: right;
	font-weight: bold;
}
a#hulpsluiten:hover {
	color:blue;
}

/* transition? */
#XXflashcard {
  	opacity: 0;
	overflow: hidden;
	transition: height 1000ms ease-in-out, opacity 750ms ease-in-out;
}
#XXflashcard.is-visible {
	display: block;
	height: auto;
  	opacity: 1;
}

/* div {border: 1px solid red;}  TEST!!!*/
