body, p, td, th, ul, span, div {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 10pt;
  color: #1d1d1b; }

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  background-position: center top;
  background-repeat: repeat; }

.container {
  margin: 0 auto;
  width: 930px;
  padding: 0px 0 15px 0;
  position: relative;
  border: 0px solid #023b40;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4); }

/* header */
.header {
  background: #FFF;
  padding: 0px;
  position: relative;
  height: 100px; }

.logo_right {
  position: relative;
  top: 25px;
  float: right; }
  .logo_right .img_logo {
    width: 280px; }

.logo_left {
  position: relative;
  top: 20px;
  float: left; }
  .logo_left .cs_logo {
    width: 275px; }

.header_title {
  color: #023b40;
  font-size: 20pt;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: 25px; }

.header_image {
  min-height: 55px; }

.menu {
  margin: 0px;
  background: #023b40;
  padding: 0px;
  min-height: 40px; }

.bodycontainer {
  padding: 0;
  margin: 0; }

/*
 .page
 {
 padding-bottom: $footerHeight;
 }
 */
.page .container {
  border-width: 0 1pt 0 1pt;
  border-style: solid;
  border-color: #023b40;
  padding: 15px 15px;
  margin: 0 auto; }

/* footer */
.footer {
  bottom: 0px;
  background-color: #d14200; }

.footer .container {
  padding-bottom: 0px; }

.footer, .footer a, .footer h2, .footer td, .footer span {
  color: #fff !important;
  font-size: 10pt;
  font-weight: normal; }

.footer a:hover {
  text-decoration: underline !important; }

.footer h2 {
  background: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-weight: bold; }

/*
 .footer_block
 {
 display: inline-block;
 height: 100px;
 margin: 20px 0px 10px 50px;
 vertical-align: top;
 text-align: left;
 }
 */
textarea {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 12px; }

.loggedinas {
  position: absolute;
  text-align: right;
  top: 24px;
  right: 5px;
  font-size: 10px; }

.center {
  text-align: center; }

.clear {
  clear: both; }

a, .page a {
  text-decoration: none;
  color: #023b40; }

a:hover, .page a:hover {
  color: #0596a3;
  text-decoration: none !important; }

.page h1 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #023b40;
  padding-bottom: 5px;
  margin: 4px 0px;
  font-weight: normal; }

.page h2 {
  text-align: left;
  margin-top: 2px 0 4px 0;
  border-bottom: solid 1pt #023b40;
  font-size: 16px;
  color: #023b40;
  padding: 2px;
  font-weight: bold; }

.page h3 {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin: 18px 0px 0px 0px;
  padding: 2px 0px;
  color: black;
  color: #023b40; }

div.intro {
  border: 0px dashed #3A7304; }

.intro p {
  margin: 2px 0;
  padding: 2px; }

.group_users {
  min-height: 100px;
  background: #F0F0F0; }

.changed {
  color: blue; }

th {
  text-align: left; }

table {
  border-collapse: collapse;
  padding: 0px; }

td, th {
  margin: 0px;
  padding: 3px; }

.overview {
  width: 100%; }

.overview th {
  background-color: #F0F0F0;
  color: black; }

.overview td, .overview th {
  border: solid #C0C0C0 1px;
  vertical-align: top; }

.loginkey p, .loginuser p {
  background: #023b40;
  font-weight: bold;
  color: #fff;
  margin: 0px;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  text-align: center; }

.validator {
  color: #D00000; }

.loginuser span, .loginkey span {
  margin: 3px; }

.loginkey, .loginuser {
  background: #fff;
  width: 100%;
  float: left;
  border: solid 1px #023b40;
  height: 150px;
  margin: 10px 3px 0px 3px;
  padding: 0px;
  border-radius: 5px; }

.login {
  margin: 20px auto 0px auto;
  width: 90%; }

.login input {
  width: 100%; }

.submitbutton {
  width: 130px !important; }

input.codetext {
  font-family: 'Courier New', 'courier', monospace; }

.filledin {
  background: white; }

.notfilledin {
  background: #fff2e4; }

.filledin .listdesc {
  background-image: url(../images/mark.gif); }

.notfilledin .listdesc {
  background-image: url(../images/minus.gif); }

.ov_filledin {
  background: #D0FFD0; }

.ov_notfilledin {
  background: #FFD0D0; }

span.listdesc {
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 20px; }

a.next {
  background-image: url(../images/go-next.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding-right: 40px;
  font-weight: bold;
  width: 100%; }

a.sort_desc, a.sort_asc {
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 20px; }

a.sort_desc {
  background-image: url(../images/bullet_arrow_down.png); }

a.sort_asc {
  background-image: url(../images/bullet_arrow_up.png); }

.linklist {
  list-style: none; }

.linklist .description {
  margin-left: 10px; }

.description {
  font-size: 9pt; }

.editpanel {
  border: solid 2px gray;
  float: left;
  padding: 10px;
  margin: 5px; }

.mainmenu {
  background: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  bottom: 0px; }

.mainmenu li {
  float: left;
  margin: 4px 2px; }

.mainmenu li a {
  font-weight: bold;
  padding: 5px;
  color: white;
  display: block;
  font-size: 11pt; }

.mainmenu li a:hover {
  color: #aeeeff; }

.page_active {
  font-weight: bold; }

.status {
  padding: 10px;
  border: 0pt silver dashed;
  opacity: 1;
  filter: alpha(opacity=100); }

.male {
  background-image: url(../images/male.png);
  background-position: left middle;
  background-repeat: no-repeat;
  padding-left: 20px; }

.female {
  background-image: url(../images/female.png);
  background-position: left middle;
  background-repeat: no-repeat;
  padding-left: 20px; }

.patientgroups td, .patientgroups th {
  vertical-align: top;
  border: solid 1px #CCC; }

.patientgroups th {
  background-color: #ccc; }

.qlistsort {
  margin: 4px;
  padding: 0px;
  list-style: none;
  min-height: 40px;
  background: whitesmoke;
  border: dashed 1px #ccc;
  padding-bottom: 20px; }

.qlistsort li {
  width: 90%;
  font-size: 7pt;
  border: solid 1px #BBD0A6;
  margin: 1px;
  padding: 2px;
  cursor: pointer; }

.qlistsort_off {
  display: none; }

.qlistsort_on li {
  background: #CBE0B6; }

.qlistsort_off li {
  background: #bbb;
  border: solid 1px #aaa; }

.qlistsort_on li:hover {
  background: #DBF0C6; }

.qlistsort_off li:hover {
  background: #ccc; }

.patientgroups td {
  width: 240px; }

.toekomst {
  padding-right: 18px;
  background-image: url(../images/bullet_blue.png);
  background-position: right top;
  background-repeat: no-repeat; }

.todo {
  padding-right: 18px;
  background-image: url(../images/bullet_red.png);
  background-position: right top;
  background-repeat: no-repeat; }

.mysessionlist th {
  width: 20%; }

.mysessionlist td, .mysessionlist th {
  font-size: 9pt; }

.profile_res_table {
  width: 100%; }

.profile_res_table td {
  border-bottom: solid #ddd 1px; }

.profile_res {
  font-weight: bold;
  width: 20%;
  text-align: right;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 24px; }

.profile_res_green {
  color: #00C000;
  background-image: url(../images/bullet_green.png); }

.profile_res_orange {
  color: #DFA467;
  background-image: url(../images/bullet_orange.png); }

.profile_res_red {
  color: #D00000;
  background-image: url(../images/bullet_red.png); }

.subgraph {
  width: 720px;
  height: 250px; }

.graph {
  width: 360px;
  height: 250px;
  float: left; }

.glabel {
  font-size: 8pt; }

.tickLabel {
  font-size: 8pt; }

.copyright {
  font-size: 8pt; }

.email_preview {
  font-size: 9pt;
  color: black;
  background: #eeeeee;
  border: solid 1px gray;
  padding: 4px;
  white-space: pre;
  font-family: 'Lucida Console', 'Courier New', 'Courier', monospace; }

.usersel_row, .usersel_sent, .usersel_failed {
  background-position: 2px 50%;
  background-repeat: no-repeat;
  padding-left: 24px; }

.usersel_row {
  background-image: url(../images/email.png); }

.usersel_sent {
  background-image: url(../images/email_go.png); }

.usersel_failed {
  background-image: url(../images/email_error.png); }

p.info, p.warning {
  background-color: #E9E9E9;
  background-position: 2px 2px;
  padding: 7px 5px 10px 26px;
  color: #006000;
  font-weight: bold;
  background-repeat: no-repeat; }

p.info {
  background-image: url(../images/dialog-information.png); }

p.warning {
  background-image: url(../images/dialog-warning.png); }

input.action {
  background: #eeeeee;
  color: black;
  width: 150px;
  border: solid 1px #000000;
  margin: 2px;
  padding: 3px 10px 3px 10px; }

.btn {
  border: solid 1px #1C81B7 !important;
  background-color: #DBE5EF !important;
  color: black;
  width: 360px;
  text-align: center;
  margin: 5px;
  padding: 10px 20px;
  display: block;
  font-size: 10pt !important; }
  .btn:hover {
    color: white !important;
    background-color: #1C81B7 !important; }
  .btn.btn-yes {
    background-color: #23b21a !important; }
    .btn.btn-yes:hover {
      background-color: #23e41a !important; }
  .btn.btn-no {
    background-color: #ca240f !important; }
    .btn.btn-no:hover {
      background-color: #ff260f !important; }

#form_agree label {
  display: inline;
  margin: 0.2rem 0.5rem; }
#form_agree div {
  border: 2pt dashed #1c81b7;
  padding: 5px 10px;
  font-weight: bold;
  background: #f3f8fb; }
#form_agree ul {
  margin: 5px 0;
  padding: 5px; }
#form_agree li {
  list-style: none;
  padding: 0 0 5px 0; }

tr.sumrow th, tr.sumrow td {
  border-top: solid #C0C0C0 3px; }

tr.sumrow td {
  text-align: right; }

.sliderview {
  width: 300px;
  border: solid 1px black;
  position: relative;
  height: 20px; }

.sliderfill {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  overflow: hidden;
  background-color: #CBE0B6; }

.slidervalue {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
  text-align: center; }

.chaqscore .profile_res {
  width: 60px; }

/* progress */
.pr_table td, .pr_table th {
  vertical-align: top;
  font-size: 9pt; }

.pr_complete {
  background-color: #D0FFD0;
  color: #004000; }

.pr_incomplete {
  background-color: #FFD080;
  color: #402000; }

.pr_notstarted {
  background-color: #FFD0D0;
  color: #400000; }

.pr_inactive {
  background-color: white;
  color: gray; }

.pr_user_details {
  font-size: 8pt; }

.sessionoverview td, .sessionoverview th, .sessionoverview li {
  font-size: 9pt; }

.sessionoverview ul, .sessionoverview ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

.sessionoverview ul li {
  margin: 1px;
  padding: 1px; }

li.so_incomplete {
  background-color: #FFD0D0;
  color: #400000; }

li.so_complete {
  background-color: #D0FFD0;
  color: #404000; }

.edittable input, .edittable select, .edittable textarea {
  width: 400px; }

.edittable tr {
  border: solid #C0C0C0 1px; }

.agreebtn {
  height: 76px;
  width: 100%;
  font-weight: bold !important; }

.selectentry {
  border: solid 1px #1c81b7;
  background-color: #dbe5ef;
  color: black;
  width: 400px;
  margin: 5px;
  padding: 10px;
  display: block;
  float: left; }
  .selectentry img {
    margin-right: 10px; }
  .selectentry span {
    font-weight: bold;
    display: block; }
  .selectentry:hover {
    color: white;
    background: #cee0ef; }

@media (max-width: 575px) {
  .selectentry {
    width: 100%; }
  .header_title {
    font-size: 16pt;
    left: 5px;
    top: 16px; }
  .header {
    padding: 3px 15px;
    height: 60px; }
  .logo_right {
    top: 15px; }
    .logo_right .img_logo {
      width: 150px; }
  .logo_left {
    position: relative;
    top: 10px; }
    .logo_left .cs_logo {
      width: 150px; } }

.navbar {
  padding: 0.1rem 0.8rem !important; }

/* ---- */
.slider_container {
  width: 111px;
  margin: 0 auto;
  position: relative; }

.thermo {
  background-image: url(../images/thermo.png);
  background-repeat: no-repeat;
  width: 111px;
  height: 400px;
  position: relative; }

.thermo .ui-slider {
  left: 48px;
  top: 38px;
  height: 321px;
  width: 16px;
  background: none;
  position: absolute; }

.thermo .ui-slider-vertical .ui-slider-handle {
  left: -6px; }

.slider_top_desc, .slider_bottom_desc {
  position: absolute;
  top: 25px;
  right: 0px;
  width: 300px; }

.slider_bottom_desc {
  top: 350px; }

.thermo .ui-slider .ui-slider-handle {
  width: 24px; }

.thermo .ui-state-default {
  background: #A7DCF3;
  border: solid 2px #027FC5; }

.thermo .ui-slider-range {
  background: #D0D0E0; }

.invalid .thermo .ui-slider-range {
  background: #FFCECE; }

.thermo .slider-set .ui-slider-range {
  background: #32AFE5; }

.halfcol {
  float: left;
  width: 420px;
  margin: 0px 20px; }

.halfcol p {
  text-align: justify; }

.rightlogos {
  float: right; }

.signupfield {
  margin-top: 5px;
  margin-left: 30px; }

#terms h1 {
  margin: 5px 0px; }

#terms p {
  margin: 8px 2px; }

#terms h2 {
  margin-bottom: 8px; }

#terms h3 {
  margin: 2px 2px;
  font-size: 10pt; }

.meerinfo {
  width: 190px;
  font-weight: bold;
  margin-left: 20px;
  background: #C9EAF8;
  border: solid 3px #229FF5;
  float: right;
  padding: 5px; }

.meerinfo a:hover {
  color: black; }

.flyerthumb {
  float: right;
  margin-left: 20px; }

.signature {
  padding-top: 25px; }

.listdesc {
  white-space: nowrap; }

.sanfillipo_video {
  width: 100%;
  height: 600px;
  display: block;
  margin: 0 auto; }

.video_title {
  text-align: center;
  font-size: 20pt; }

.video_description {
  top: 30px;
  position: relative;
  left: 10%;
  width: 80%; }

.ql-questionNumber {
  background: #023b40;
  width: 50px;
  height: auto;
  padding: 12px 10px; }

.ql-nextbutton, .ql-prevbutton {
  border-color: #046971 #000d0f #000d0f #046971; }

.ql-invalid .ql-questionNumber {
  background: #ff0000; }

div.ql-errorList {
  border: 1px solid #ff0000;
  color: #ff0000; }

.ql-questionError {
  color: #FF0000;
  margin: 0px;
  padding: 8px 6px;
  background-color: #fff;
  float: left;
  width: 100%; }

/* Custom CSS */
.notfilledin {
  background: #f8f8f8 none repeat scroll 0 0; }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

.bodycontainer {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0; }

.header {
  flex-grow: 0; }
  .header .container {
    height: 100px;
    padding: 0; }

.menu {
  flex-grow: 0;
  height: auto; }
  .menu .container {
    padding-bottom: 0; }

.mainmenu {
  background: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  bottom: 0px; }
  .mainmenu li {
    float: left;
    margin: 4px 2px;
    width: 100%; }
    .mainmenu li a {
      font-weight: bold;
      padding: 5px 0 0 18px;
      color: white;
      display: block; }

@media (min-width: 576px) {
  .mainmenu li {
    width: 50%;
    margin: 0; }
  .mainmenu li a {
    padding: 7px 0 7px 20px; } }

@media (min-width: 768px) {
  .mainmenu li {
    width: auto; }
  .mainmenu li a {
    padding: 7px; } }

.page {
  flex-grow: 1;
  padding-bottom: 0; }
  .page > .container {
    height: 100%; }

.footer {
  flex-grow: 0;
  width: 100%; }

h1 {
  color: #333;
  background: none;
  font-weight: normal;
  text-align: center; }

h2 {
  color: #023b40;
  background: none;
  font-weight: normal; }

.ql-questionContainer {
  background: #d1e8f7 none repeat scroll 0 0;
  margin-bottom: 10px;
  height: auto;
  border-radius: 10px 10px 0 0; }

.ql-nextbutton, .ql-prevbutton {
  background-color: #fff;
  border: 2px solid #023b40;
  border-radius: 10px;
  color: #666666;
  cursor: pointer;
  font-weight: bold;
  margin: 2px;
  padding: 10px;
  width: 150px; }

.ql-nextbutton:hover, .ql-prevbutton:hover {
  background-color: #046971;
  color: white; }

.ql-question {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #023b40;
  border-radius: 11px;
  margin: 5px 0 10px;
  padding-bottom: 5px;
  position: relative; }

.ql-questionNumber {
  border-radius: 10px 0px; }

.ql-radiogrid .ql-answer {
  width: 12%; }

.ql-radiogrid-headerrow th {
  text-align: center;
  vertical-align: bottom; }

.ql-radiogrid .ql-answer {
  text-align: center; }

.ql-questionText {
  color: #023b40;
  display: block;
  font-size: 14px;
  padding: 10px 0 0 10px;
  font-weight: bold;
  float: none;
  margin-left: 50px; }

.ql-radiogrid td {
  border-left: none;
  border-right: none;
  font-size: 12px;
  padding: 10px 5px; }

.ql-radiogrid .ql-multiplegriditemtext, .ql-radiogrid .ql-radiogriditemtext {
  padding: 10px 10px;
  width: 230px;
  text-align: left; }

@media (max-width: 767px) {
  #header-sub .container, #header .container {
    width: auto; }
  .container.content .content-basic {
    padding: 15px;
    width: auto; }
  .ql-questionContainer {
    display: flex; }
  .ql-invalid .ql-questionContainer {
    flex-wrap: wrap; }
  .copyright {
    font-size: 0.8rem;
    color: #848484; }
  .ql-progressbar-container {
    height: 23px; }
    .ql-progressbar-container .ql-progressbar-text {
      width: auto; }
  .ql-listactions {
    display: flex;
    justify-content: space-between;
    /*.ql-nextbutton {
     background-color: $ql-primary;
     border: none;
     color: white;
     width: 48%;
     display: inline-block;
     box-shadow: none;
     -webkit-appearance: none;
     margin-left: auto;
     }
     .ql-prevbutton {
     @extend .ql-nextbutton;
     background-color: $ql-secondary;
     }*/ }
  .ql-questionNumber {
    float: none;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    /*.ql-question.ql-invalid .ql-questionNumber {
     background-image: none;
     background-color: #f25e5e;
     }*/ }
  .ql-questionText {
    flex-grow: 1;
    padding: 10px 0;
    margin-left: 20px; }
  .form_questionlist {
    padding: 0px;
    /*table, tr, td {
     display: flex;
     flex-wrap: wrap;
     text-align: left;
     }*/ }
  .ql-radiogrid {
    border: none; }
  .ql-even {
    background: white; }
  input[type="radio"]:checked + .ql-gridlabel label, input[type="radio"]:checked + label, input[type="checkbox"]:checked + label, input[type="radio"]:checked + .ql-multigridlabel label {
    background: #023b40;
    color: white; }
  .ql-radiolist li input, .ql-checklist li input {
    width: 25px; }
  .ql-inputwrapper, ul.ql-radiolist, ul.ql-checklist {
    margin-left: 0px; }
  .ql-gridlabel, .ql-radioListItem, .ql-checkListItem, .ql-multigridlabel {
    color: #000;
    font-size: 13px;
    width: 100%; }
    .ql-gridlabel label, .ql-radioListItem label, .ql-checkListItem label, .ql-multigridlabel label {
      display: inline-block;
      padding: 8px;
      margin-left: 7px !important;
      width: calc(100% - 40px);
      text-align: left;
      background: #d1e8f7;
      border-radius: 3px;
      touch-action: manipulation; }
  .ql-radiogrid td {
    font-size: 14px;
    width: 100%;
    display: block;
    border: none; }
    .ql-radiogrid td.ql-answer {
      width: 100%;
      text-align: left;
      font-size: 14px; }
    .ql-radiogrid td.ql-radiogriditemtext {
      width: 100%; }
  .ql-multiradiogrid td {
    display: flex;
    align-items: center; }
    .ql-multiradiogrid td input[type="radio"] {
      margin-bottom: 20px; }
  .ql-multigridlabel {
    width: calc(100% - 25px);
    margin-bottom: 15px; }
    .ql-multigridlabel label {
      width: calc(100% - 20px); }
  .ql-multiradiogriditem .ql-multiradiogridinputset:nth-child(3) .ql-multigridlabel label {
    background: #ddf0ff; }
  .ql-multiradiogriditem .ql-multiradiogridinputset:nth-child(3) input[type="radio"]:checked + .ql-multigridlabel label {
    background: #4af; }
  .ql-multiradiogridinputset {
    min-width: 100%; }
  .ql-input_area {
    width: 82vw; }
  .ql-input_text, .ql-input_area, .ql-input_number, .ql-input_date {
    font-size: 16px;
    border-radius: 3px;
    padding: 8px;
    border: 1px solid #0596a3;
    margin-left: 23px;
    width: 50% !important; }
  .ql-simplequestion.ql-input_text {
    width: calc(100% - 40px); }
  .ql-input_number {
    width: 30%; }
  .ql-slider_container {
    width: auto; }
  .hor_radio_11 ul li.ql-radioListItem {
    display: flex;
    width: 100%; }
  .ngw-logos .ngw-logo {
    margin: 0; }
  .ql-page.ngw-page {
    padding-top: 110px; }
  .ql-multiradiogrid-set-title {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .ql-multiradiogrid-header, .ql-radiogrid-headerrow {
    display: none; }
  .ql-multiradiogriditem {
    border: solid 3px #cbd1ea;
    margin-top: 10px; }
  .ql-radiogrid .ql-multiplegriditemtext {
    width: auto; }
    .ql-gridlabel label {
      display: none; }
    .ql-gridlabel .mobile-label {
      display: inline-block; } }

