html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
	background-color: #09487b;
}
.gallery {
	background-color: #09487b;
	width: 180px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	height: 155px;
	overflow: hidden; /*Avoids showing all of the images momentarily while JS loads */
	border-radius: 15px;
}
.gallery img {
	margin: 5px;
}





html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
	background-color: #09487b;
}
.gallery {
	background-color: #09487b;
	width: 180px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	height: 155px;
	overflow: hidden; /*Avoids showing all of the images momentarily while JS loads */
	border-radius: 15px;
}
.gallery img {
	margin: 5px;
}




body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #09487b;  /* important */
  height: 100%;
}

/* login page */
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#radioBtn .notActive{
	color: #3276b1;
	background-color: #fff;
	background-image: none;
}
tr.sentmsg td { 
    text-decoration: line-through;
    color: #999999;
}
.deletebutton {
	padding: 0;
}
.form-control-not100pct {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    margin-right: 1px;
    margin-bottom: 5px;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
legend {
	margin-top:15px;
}
.fileblock {
	width: 100px;
	height: 60px;
	border: 1px solid #BBBBBB;
    border-radius: 4px;
    margin: 15px 15px 65px;
    float: left;
}
.fileblock {
	box-sizing: unset;
}
.knownfiletype img {
	margin-left: 25px;
	margin-top: 5px;

}
.thumbtext {
    display: block;
    opacity: 0.85;
    padding-top: 5px;
    font-size: 8pt;
    margin-top: 4px;
}
.uploadform {
	clear:both;
}
button.btn-default {
	margin-bottom: 5px;
    margin-right: 5px;
}
a.btn-huge{
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom: 10px;
}

.form-inline .btn-primary {
    margin-top:8px;
}

[data-counter]:after {
  	content: attr(data-counter);
    position: relative;
    top:-10px;
    right: -4px;
    padding: 1px 5px;
    border: 2px solid white;
    border-radius:100px;
    background: linear-gradient(top, #FF6969 0%,#ff0000 100%);
	background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
	background: -moz-linear-gradient(top, #FF6969 0%,#ff0000 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px 	rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset; 
    background-clip: padding-box;
    ///font:bold 12px/18px "Helvetica Neue", sans-serif; 
    color: black;
    text-decoration: none;
}?
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    vertical-align: middle;
}
.prioritycell {
    text-align: center;
}
.orderbylink {
    cursor: pointer;
    text-decoration: underline;
    color: #428bca;
}
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
@media only screen and (max-device-width: 480px) {
    /* iPhone CSS rules here */
    #typefixed {
    	 max-width: 100%;
    	 width: 100%;
    }
}



.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 34px;
  padding: 0px 8px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion p {
  margin: 0;
}

.legend {
width: 10em;
border: 1px solid lightgray;
}
.legend .title {
display: block;
line-height: 1.2em;
padding: 0.1em;
}
.legend .color-sample {
display: block;
float: left;
width: 1em;
height: 1em;
border: 2px solid; /* Comment out if you don't want to show the fillColor */
border-radius: 0.5em; /* Comment out if you prefer squarish samples */
margin-right: 0.5em;
}
.ball {
background-repeat: no-repeat !important;
background-position: right center !important;   
}
.ball:hover,.ballgreen:hover,.ballyellow:hover,.ballred:hover {
  background-image: url('') !important;
}
.ballgreen {
background-image: url('/images/greenball.png') !important;
}
.ballyellow {
background-image: url('/images/yellowball.png') !important;
}
.ballred {
background-image: url('/images/redball.png') !important;
}
body.navigatie {
  min-height: 100%;
  background-color: #09487b;
  /*cursor: none; */
}
.navigatie * {
  /*cursor: none;*/
}
#navgraph {
  margin: 0 auto;
  display: table;
}
#blocklayer {
  z-index: 9999;
  cursor: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
img.fullscreenimage {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.fullscreenimage {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
body.presentatie {
  background-color: #11a9e2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
from(#0d86b3), to(#11a9e2));
  background-image: -moz-linear-gradient(#0d86b3, #11a9e2);
  background-repeat: no-repeat;
  padding-top: 80px;
  text-rendering: optimizeLegibility;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.presentatie h1, .presentatie h2, .presentatie p {
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);  
}
.presentatie h1 {
  margin: 0;
  margin-top: 10px;
 /// font: bold 180px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0
4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px
rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0,
0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0,
0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: .2s all linear;
}
.presentatie h1:hover {
  cursor: text;
}
.presentatie h1:focus {
  outline: none;
}
.presentatie p {
  margin-top: 20px;
  color: #fff;
  font-size: 80px;
  text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,
             #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;
  -webkit-font-smoothing: antialiased;
  @font-face {
    font-family: 'tiresias_infofontregular';
    src: url('/Tiresias_Infofont-webfont.eot');
    src: url('/Tiresias_Infofont-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Tiresias_Infofont-webfont.woff') format('woff'),
         url('/Tiresias_Infofont-webfont.ttf') format('truetype'),
         url('/Tiresias_Infofont-webfont.svg#tiresias_infofontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
}
.presentatie h2 {
  margin: 30px 0 15px;
  font-size: 108px;
  font-weight: 200;
  line-height: 110px;
  color: #fff;
  text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;
  -webkit-font-smoothing: antialiased;  
  @font-face {
    font-family: 'tiresias_infofontregular';
    src: url('/Tiresias_Infofont-webfont.eot');
    src: url('/Tiresias_Infofont-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Tiresias_Infofont-webfont.woff') format('woff'),
         url('/Tiresias_Infofont-webfont.ttf') format('truetype'),
         url('/Tiresias_Infofont-webfont.svg#tiresias_infofontregular') format('svg');
    font-style: normal;

}
}
/*.navigatie .btn-primary:focus {
    background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%);
    background-repeat: repeat-x;
    border-color: #245580;
    background-color: #337ab7;
}
.navigatie .btn-warning:focus {
    background-image: linear-gradient(to bottom, #f0ad4e 0px, #eb9316 100%);
    background-repeat: repeat-x;
    border-color: #e38d13;
    background-color: #f0ad4e;    
}*/
.navigatie .ball {
	font-size: 24px;
}
.navigatie .btn-warning {
	color: black;
	font-size: 24px;
}
#nfcfeedback {
  color: white;
  text-align: center;
  font-size: 24px;
}
#nfcerror {
  color: red;
}
.nav > li > a {
    padding: 10px 5px;
}
#measurementsettings label {
  font-weight: unset;
  font-size: 9pt;
}
#measurementsettings .biglabel {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 120%;
	padding-bottom: 10px;
}

#measurementsettings .col-md-3 {
  padding-left: 0;
}
#measurementsettings .bigswitch {
	float:right;
	padding-bottom: 10px;
}
#measurementsettings input {
	max-width: 100%;
}
.redbarbottom {
  margin-right: 5px;
  border-bottom: 3px solid red;
}
#uploadform2 {
  padding-top: 20px;
}

.questionnaireblock {
    display: inline-block;
    height: 23px;
    margin-left: 5px;
    position: relative;
    top: 6px;
    width: 23px;
}
.questionnaireline {
  margin: 10px;
}
.qtip-content{
  white-space: pre-wrap;
}
#measurementtable .exceeds {
  background-color: red;
  color: white;
}



#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}
.stretch {
    width:100%;
    height:100%;
}
.linkblock {
    float:left;     
    position: relative;
    background-image: url('block-background.png');
    height: 96px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 228px;
    font-size: 9pt;
    text-decoration: none;
    white-space: nowrap;
    line-height: 110%;
    overflow: hidden;
    color: gray;    
}
a.linkblock:hover{
    text-decoration: none;
    color: black;
}
.smallertext {
    font-size: 8pt;
}
.phoneinblock {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 3px;
}
.patientstatus {    
    border-radius: 0.25em;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0.2em 0.6em 0.3em;
    margin: 3px;
    background-color: #5cb85c;
    color: white;
}
.blockcontainer {
  display: inline-block;
}



   

/*
CSS could be:

#cookie-law {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 5%;
    background-color: #ccc;
    z-index: 999;
}
#cookie-law > div {

}
#cookie-law > div:first-child {
    padding-right: 40px;
}
#cookie-law > div:first-child > a {
    color: inherit;
}
#cookie-law > div:last-child {
    vertical-align: middle;
}
#cookie-law > div:last-child > a {
    padding: 10px 20px;
    background-color: rgb(226, 231, 144);
    border-radius: 5px;
    color: black;
    text-decoration: none;
}
*/




body {
	margin:10px;
	///font-family:Helvetica, sans-serif
}

#box1, #box2{
	width:200px;
	height:200px;
	margin:10px;
	padding:10px;
}

#box1 {
	background: #ffffff;
	border-radius: 25px;
}


#box2 {
	background:#ff0;
}

h2, p  {
	padding:5px;
}

#box1 p, #box2 p {
	white-space:pre;
	font-size:smaller;
	//font-family:monospace;
}








* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  transition: ease 0.2s;
 
  text-decoration: none;
  font-size: 14px;
}

body {
  background: #f2f6ff;
}

.container2 {
  background: #f8faff;
  color: #4b537c;
  width: 100%;
  max-width: 450px;
  padding: 40px;
  border-radius: 15px;
  margin: 0 auto;
  margin-top: 50px;
  box-shadow: #dee8fe 0 10px 20px 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.heading {
  font-size: 18px;
}

.para {
  font-weight: 600;
}

.feedback-level {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.level {
  background: white;
  padding: 13px;
  border-radius: 7px;
  border: solid 0.5px #e0e9fe;
  cursor: pointer;
}
.level:hover {
  box-shadow: #fe73a5 0 2px 5px;
}
.level:hover i {
  color: #fe73a5;
}
.level i {
  font-size: 40px;
}

.feedback-msg textarea {
  margin-top: 5px;
  border: solid 2px #e0e9fe;
  padding: 13px;
  border-radius: 7px;
  outline: none;
  font-size: 14px;
  color: #4b537c;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
  height: 80px;
  resize: none;
}

.agreement .checkbox {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 5px;
}
.agreement input {
  accent-color: #ff71a4;
}
.agreement a {
  color: #ff71a4;
  font-size: 12px;
  font-weight: 600;
}
.agreement label {
  font-size: 12px;
  font-weight: 600;
}

.buttons {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.buttons a {
  background: white;
  color: #4b537c;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
}
.buttons a:hover {
  opacity: 0.9;
}
.buttons a:nth-child(1) {
  background: #fe71a4;
  color: #f8faff;
}


#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

