/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
 Base styles: opinionated defaults
 ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
  font-family: verdana;
  margin:0;
}
textarea {
  height: 300px;
}
input {
padding: 2px 2px 2px 2px;
}
textarea, input[type='text'].wide {
  width: 100%;
}
body {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 0 0;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/

img {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
  resize: vertical;
}

ul, ol {
  list-style-position: outside;
  padding-left: 1.3em;
  margin:0px;
}

a {
  text-decoration: none;
  color: #2da7fb;
}

/* ==========================================================================
 Chrome Frame prompt
 ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */



* {
  outline:0;
}

img {
  border:0!important;
  outline: none!important;
}

p {
  color:#000000;
  font-size:12px;
  padding:0px;
  margin:0px;
}

.mce-content-body p {
  padding: 5px 5px 5px 5px !important;
}

p a {
  color:#000000;
  font-weight:bold;
}

ul {
  color:#000000;
  font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
  padding:0px;
  margin:0px;
  clear: both;
}

h1 {
  font-size:24px;
  color: #2da7fb !important;
}

#container {
 /* background: #2DA6DB; // 45,167,218
  background: #0078AC; // 0,120,172*/
  background: #fff;
  margin: 0px auto;
  width: 958px;
 /* FS 20160218:2465 add paddings as 'overflow:hidden' in key_basic_form
  cuts off the subcontainer box-shadow right left and bottom
    DJ removed these, because it makes mobile-view look bad
  */
}

div#subcontainer {
  min-height:681px;
  -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.75);
  background: #009fe3;
  background-image: linear-gradient(top, #009fe3 0%, #009fe3 100%);
  background-image: -o-linear-gradient(top, #009fe3 0%, #009fe3 100%);
  background-image: -moz-linear-gradient(top, rgb#009fe3 0%, #009fe3 100%);
  background-image: -webkit-linear-gradient(top, #009fe3 0%, #009fe3 100%);
  background-image: -ms-linear-gradient(top, #009fe3 0%, #009fe3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009fe3), color-stop(1, #009fe3));
  border-radius: 8px 8px 0 0;
  margin: 0px auto;
  width: 100%;
}

header {
  border: none;
  background: transparent;
  height: auto;
  margin-bottom: 15px;
  position:relative;
}

header #logo {
  padding: 15px 0px 0px 0px;
  max-height: 80px;
}

header #right-header {
  float: right;
  margin-top: 23px;
  text-align: right;
}

header #right-header form input {
  height:23px;
  box-sizing: border-box;
}

header #logged_in_photo {
  float: right;
  border-radius: 20px;
  padding-top: 2px;
}

header #log {
  float: right;
  padding-top: 26px;
  padding-right: 5px;
  padding-bottom: 5px;
}

header .pop-up {
  top:15px;
  position:absolute;
  background: transparent url('/images/mdl/login-popup.png') no-repeat;
  width:213px;
  height:74px;
}

header .pop-up img {
  float:left;
  padding:8px 8px 2px 10px;
}

header .pop-up div {
  float:left;
  padding-top: 4px;
  width: 153px;
}

header .pop-up p {
}

header .pop-up a {
  font-size:12px;
  font-weight:bold;
  color:black;
}

header form {
  position:absolute;
  right:20px;
  top:52px;
  font-family:verdana;
  font-size:12px;
}

header form input {
  border:1px solid #d1d1d1;
  float:left;
  padding:3px;
  width:130px;
}

header form button {
  border:1px solid #d1d1d1;
  color:#009aaf;
  border-left:0px;
  background-color:white;
  padding:3px 2px 3px 5px;
  text-align:left;
  width:70px;
  background:  url('../images/search-button.png') 57px 9px no-repeat;
}

*+html header form button {
  padding:2px 2px 1px 5px;
  background:  url('../images/search-button.png') 57px 8px no-repeat;
}

nav#menu {
  width: 220px;
  padding-top: 20px;
  float:left;
  position:relative;
}

nav#menu h1 {
  padding-bottom:20px;
}

nav#menu ul {
  left:0px;
  width: 220px;
  z-index: 6;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
nav#menu div.submenu ul {

  width: auto;

}

nav#menu li {
  font-weight: bold;
  font-size:12px;
}


nav#menu a {
  color:white;
  line-height:30px;
  display:block;
  padding-right: 20px;
  padding-left: 20px;
}

nav#menu>ul>li.with-children {
  background: transparent url('/images/nav-li.png') 91% 50% no-repeat;
}

div.submenu {
  background-color: #2da7fb;
  padding: 0px 0px 0px 0px;
  border: 1px solid white;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
div.submenu ul li {
  padding-right: 0px;
}
div.submenu ul li {
  white-space: nowrap;
}

nav#menu li a:hover {
  background: transparent url('/images/nav-li.png') 91% 50% no-repeat;
  position:relative;
  color: #2da7fb !important;
  background-color: #fff;
  cursor: pointer;
}

#menu li { position: relative; }
#menu li ul          { padding:0; }
#menu li.mainlevel ul {
  display: none;
}

#menu .current > a,
#menu .current > a {
  background: #fff;
  color: #2da7fb;
}

.actions button, .actions input[type=submit], button.submit, .actions input[name='commit'] {
  border: 0;
  color: #fff;
  font-weight: normal;
  background: #2da7fb; /* Old browsers */
  background: -moz-linear-gradient(top, #009fe3 0%, #009fe3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009fe3), color-stop(100%,#009fe3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #009fe3 0%,#009fe3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #009fe3 0%,#009fe3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #009fe3 0%,#009fe3 100%); /* IE10+ */
  background: linear-gradient(to bottom, #009fe3 0%,#009fe3 100%); /* W3C */
<!--[if gt IE 7]>
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#009fe3',GradientType=0 ); /* IE6-9 */
<![endif]-->
}
a.link-button, .actions button, .actions input[type=submit], button.submit, .actions input[name='commit'] {
  font-family: Verdana, Arial !important;
  border-radius: 6px;
  height: 24px;
  padding: 3px 7px 5px 7px !important;
  box-sizing: border-box;
  display: inline-block;
}

.actions button#register-me {
  height: 30px;
  padding: 3px 12px 5px 12px !important;
}

a.link-button {
  background-color: #bbedff;;
  color: black !important;
  margin-right: 5px;
}
/* remove filter for image buttons on measurement page - for IE<10 */
#app tr.measurement td.actions  button {
  filter: none;
  background: none;
}

body.app #content #app .section button a {
  color: #fff;
}

div#content {
  border-radius: 0px 8px 0px 0px;
  background: #fff;
  float: left;
  min-height: 737px;
  width:738px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

div.block {
  float:left;
  width:245px;
  height:245px;
  margin:0px 0px 1px 1px;
}

div.block.text {
  background: transparent url('../images/bg-block-text.png') no-repeat;
  padding:20px;
  width:205px;
  height:205px;
}

div.block.text p {

}

div.block.text ul {
  padding-left:20px;
}

div.block.text li {
  list-style-type:none;
  list-style-image: url('../images/li.png');
}

div.block.last {
  margin-right:0px;
}

div.block.dark {
  background: transparent url('../images/bg-block-text2.png') no-repeat;
}

div.block.orange {
  background: transparent url('../images/bg-block-orange.png') no-repeat;
}

div.block.white-text h3 {
  color:white;
}

div.block.white-text li {
  color:white;
}

div.block.white-text a {
  color:white;
}

#content a {
  color: #2da7fb;
  font-weight:normal;
}


/* ==========================================================================
 Helper classes
 ========================================================================== */

/*
* Image replacement
*/



.unique-departments-select-group {
  margin-bottom: 20px;
  margin-top: 20px;
}

.unique-department-select {
  border-radius: 5px !important;
  cursor: pointer;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
* Hide visually and from screenreaders, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
 HIDE RESPONSIVE
 ========================================================================== */

#mobile_header {
 display: none;
}

#mobile_protected_area {
 display: none;
}

#mobile_menu_button {
 display: none;
}

/* ==========================================================================
 EXAMPLE Media Queries for Responsive Design.
 Theses examples override the primary ('mobile first') styles.
 Modify as content requires.
 ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
 Print styles.
 Inlined to avoid required HTTP connection: h5bp.com/r
 ========================================================================== */

@media print {
  * {
      background: transparent !important;
      color: #000 !important; /* Black prints faster: h5bp.com/s */
      box-shadow: none !important;
      text-shadow: none !important;
  }

  a,
  a:visited {
      text-decoration: underline;
  }

  a[href]:after {
      content: " (" attr(href) ")";
  }

  abbr[title]:after {
      content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
  */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
      content: "";
  }

  pre,
  blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
  }

  thead {
      display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
      page-break-inside: avoid;
  }

  img {
      max-width: 100% !important;
  }

  @page {
      margin: 0.5cm;
  }

  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3;
  }

  h2,
  h3 {
      page-break-after: avoid;
  }
}

/* joomla and rails tables */
table, tr, td, th  {
  border: 1px solid #ddd;
}

/* 'joomla' tables and pages */
#app .page-body thead, #app .article-body thead,
  body.ui-mobile-viewport div.main-block thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
#app .page-body tr, #app .article-body tr,
  body.ui-mobile-viewport div.main-block tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
#app .page-body thead td, #app .article-body thead td,
  body.ui-mobile-viewport div.main-block thead td {
  padding: 10px 5px;
}
#app .page-body td, #app .page-body th, #app .article-body td, #app .article-body th,
  body.ui-mobile-viewport div.main-block td, th {
  display: table-cell;
  vertical-align: inherit;
}
#app .page-body table, #app .article-body table,
  body.ui-mobile-viewport div.main-block table {
  border: 1px solid #17a6dd;
}
#app .page-body table td, #app .article-body table td {
  background: none;
  padding: 4px 2px;
  border: solid #2da7fb 1px;
}
#app .page-body tr.odd, #app .article-body tr.odd,
  body.ui-mobile-viewport div.main-block tr.odd {
  background-color: #bbedff;
}
#app .page-body thead th, #app .page-body thead td, #app .article-body thead th, #app .article-body thead td,
  body.ui-mobile-viewport div.main-block thead th, body.ui-mobile-viewport div.main-block thead td {
  background-color: #fff;
  color: #fff;
  font-weight: bold;
}
#app > div > table > thead > tr:nth-child(1) > td, #app > div > div > table > thead > tr:nth-child(1) > td {
  background-color: #2da7fb;
  color: #fff;
  font-weight: bold;
}
#app .page-body table, #app .article-body table {
  margin: 0 0 25px;
  border-collapse: collapse;
  font-size: 12px;
}
div.page-body ul, div.article-body ul {
  margin: 12px 0 12px;
}

/* general */
h1,h2,#content #app div.edit .section h3, div#content div#app #group-progress div span, #group-progress div span {
  font-family: 'Bitter', 'Verdana' !important;
  margin-bottom: 5px;
      color: black;
}
/* measurements */
div#content div#app #measurements .field label .help {
  font-size: 7px !important;
}

/* workaround app disabling menu */
html body.login #menu, html body.login #search, html body.login #quick, html body.login #other-links, html body.login #footer {
  display: inherit;
}
.app-store-buttons {
  padding-top: 50px;
}
.app-store-buttons p {
  margin-bottom: 10px;
}
html.staging {
    border-top: solid red 10px;
    position: relative;
}

#content #app img {
    border: none;
}
a:hover {
    text-decoration: underline !important;
}
a.link_subscribe {
    font-size: 11px;
}

a.link_login {
    margin-left: 70px;
    font-size: 12px;
    font-weight: bold;
}

ul li a {
    font-size: 12px;
}

dt {
    font-weight: bold;
}
dd {
    margin: .3em 0 .75em 0em;
}

/* tables */
  table.list {
      width: 100%;
      border-collapse: collapse;
  }
  table.list th {
      text-align: left;
  }
  table.list tr.even {
      background: #eee;
  }
  table.list td {
      padding: 0.1em;
  }

/* paging */
  .paginate {
      border-top: solid #ccc 1px;
      text-align: center;
  }

/* flash */
  #content #flash {
    margin-bottom: 10px;
  }
  #content #app #flash div {
    margin: .5em;
    text-align: center;
  }
  #flash .notice {
    color: green;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
  }

  #flash .error {
    color: red;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
  }

/* forms */
  form label {
      display: block;
      margin-top: .5em;
      font-weight: normal;
      font-size: 12px;
  }
  form label .multi-line-label {
      display: inline-flex;
      width: 95%;
  }
  form .label-container {
      display: block;
  }
  form .label-container label {
      display: inline !important;
  }
  form .error_message {
      color: red;
      padding-left: 5px;
  }
  form .error_message_no_padding {
    color: red;
  }
  form input.submit, form button.submit {
      margin-top: 0.5em;
      font-weight: bold;
  }
  form input[type="radio"], form input[type="checkbox"] {
    margin-left: 1px;
    margin-right: 8px;
  }
  .button-to, .button-to div {
      display: inline;
  }
  button {
      color: #111;
      cursor: pointer;
  }
  body.app #content #app button a {
      color: white;
      text-decoration: none;
  }

  /* simple_form */
  body.app #content #app div.info_box {
      margin: 0 0 0 .3em;
      font-weight: normal;
      padding: 0px;
      display: inline;
      width: auto;
      clear: both;
  }

  /* simple_form */
  .inline_input, .inline_input label {
      display: inline;
  }


  body.app #content #app div.info_box div.message {
      display: none;
  }
  body div#info-box-message {
      z-index: 91;
      position: absolute;
      max-width: 30em;
      background: white;
      border: solid #aaa 1px;
      padding: .75em;
      font-size: 12px;
      box-shadow: 5px 5px 5px #ccc;
  }
  body div#info-box-message p:last-child {
      margin-bottom: 0;
  }
  body div#info-box-dropback {
      z-index: 90;
      position: absolute;
      left: 0;
      top: 0;
      filter: alpha(opacity=0);
      opacity: 0;
      background: white;
  }

/* audio */
  .download-audio {
      display: block;
  }

/* application container */
  #content {
      overflow: auto;
      padding: 25px 25px 25px 25px;
      box-sizing: border-box;
  }
  #content #app {
      clear: both;
  }

/* fullscreen */
  body.fullscreen {
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    background-color: white;
  }

  body.fullscreen div#app {
   width: 100%;
   height: 100%;
 }

/* pagination */
  #content #app .pagination {
      font-size: 9px;
      margin: 8px 0;
      text-align: right;
  }

  #content #app .pagination em.current {
    font-style: normal;
  }

/* tables */
  body table.list tr.header th {
      border-bottom: solid black 1px;
  }
    body table.list {
        width: 100%;
        font-size: 11px;
        border-collapse: collapse;
        margin-bottom: 14px;
        border-bottom: solid black 1px;
    }
  body table.list td, body.admin table.list th {
      padding: 4px;
  }
  body table.list .even {
      background: #eee;
  }

/* rich text */
  #content #app .rich .youtube iframe {
      margin: 1em 0;
      border: solid black 2px;
  }

/* profile */
  body.profile #units_warning {
      font-size: 10px;
      color: #0000ff;
      width: 250px;
  }
  body.profile .actions {
      text-align: right;
      margin-top: 2em;
  }
  body.profile .actions button {
      font-weight: bold;
  }
  body.profile #flash div {
      font-size: 18px;
  }
  div.privacy-setting .fields .field label, div.privacy-setting button {
    clear: both;
    float: left;
  }

  #content #app div.photo img#self_photo_thumbnail {
      float: right;
  }

.content-color{
  color: #00A0E3;
}
.content-font-family{
  font-family: 'Open Sans', sans-serif;
}
.display-flex{
  display: flex;
}

#registration-container{
  display: flex;
  margin: 0px;
  padding: 0px;
  flex-direction: column;
  align-items: center;
}
.registration-content{
  width: 100%;
  box-sizing: border-box;
}
.format_localized_text {
  color: #333;
  font-family: 'Open Sans', sans-serif !important;
}
.thanks_header_for_exsiting_user p{
  font-size: 13px !important;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  text-align: center !important;
}
.thanks_header_for_missing_data p{
  font-size: 13px !important;
  font-family: 'Open Sans', sans-serif !important;
  text-align: center !important;
}
.registration-header-container{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  border-bottom: solid 1px #DFDFDF;
  margin-bottom: 20px;
}
.header-content{
  width: 80%;
  display: flex;
  margin-bottom: 20px;
}
.header-content-width{
  width: 33.3%;
}
.header-content .logo img{ 
  max-height: 80px;
}
.header-content .company-logo{
  align-items: center;
  justify-content: center;
}
.header-content .user-info-container {
  justify-content: end;
}
.header-content .user-info {
  width: 306px;
  display: flex;
  flex-direction: column;
  align-items: end;
  box-sizing: border-box;
}
.header-content .user-info .info-1{
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-content .user-info .info-1 .phone-and-icon{
  display: flex;
  align-items: center;
}
.header-content .user-info .info-1 .phone-and-icon .phone-icon{
  margin-right: 8px;
  color: #75a36c;
}
.header-content .user-info .info-1 .phone-and-icon .phone-number {
  white-space: nowrap;
}

.header-content .user-info .info-2{
  width: 100%;
  display: flex;
  justify-content: end;
}
.header-content .user-info .info-2 .info-2-content{
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-weight: 600;
}
.header-content .user-info .info-2 .info-2-content .back{
  margin-left: 12px;
}
.header-content .user-info .info-2 .info-2-content .home a{
  color: black;
}
.header-content .user-info .info-2 .info-2-content .back a{
  color: black;
  cursor: pointer;
}

.field-width{
  width: 476px;
}

.field-height{
  height: 60px;
}

.mb{
  margin-bottom: 30px;
}

.field-border{
  border: solid 1px rgba(0, 160, 227, 0.497);
  border-radius: 5px;
}

.email-field-border{
  border: solid 1px grey;
  border-radius: 5px;
}
.program-email-pointer{
  pointer-events: none;
}

.form-container .form-content .input-field input{
  width: 427px;
  padding: 16px;
  margin-left: 6px;
  border: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  opacity: 73%;
  color: #333333 !important;
}

.form-container .form-content .hover-field:hover{
  border: solid 2px #00A0E3;
}

.form-container .form-content select{
  width: 460px;
  border: 0px;
  background-color: white;
  padding: 14px;
  border-radius: 0px;
  margin-left: 2px;
  height: 56px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  opacity: 73%;
}

.form-container .form-content .input-calendar{
  opacity: 50%;
}

.registration-error{
  color: red;
  margin-bottom: 0px !important;
}
#post-code-nl-error{
  display: none;
}
.error_style{
  position: absolute;
  left: 0px;
  top: -20px;
}



.form-container .header-description{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.form-container .header-description .title{
  font-size: 35px;
}
.form-container .header-description .message{
  font-size: 15px;
}

.form-container .form-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-container .form-content input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.form-container .form-content .password-eye {
  font-size: 22.37px;
  opacity: 50%;
}
.center-icon{
  display: flex;
  align-items: center;
}

.form-container .form-content .password-explanation{
  display: none;
}
.password_explanation-container{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.tick {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.tick::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 16px;
  border-bottom: 3px solid var(--tick-color, #000);;
  border-right: 3px solid var(--tick-color, #000);;
}
.green-tick{
  --tick-color: #56AF31;
}
.silver-tick{
  --tick-color: #D6DDD3;
}
.rule-container{
  display: flex;
}

.form-container .form-content .sex{
  display: flex;
  align-items: center;
}
.form-container .form-content .sex .sex-label {
  margin-right: 20px;
}
.form-container .form-content .sex .sex-label label {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.form-container .form-content .sex .sex-label label:after {
  content: "*"
}
.form-container .form-content .sex .radio-inputs{
  display: flex;
}
.form-container .form-content .sex .radio-input{
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.form-container .form-content .sex .radio-label{
  display: flex;
  padding: 0.5rem 1rem;
  margin-right: 18px;
  border-radius: 50px;
  border: solid 2px #00A0E3;
  width: 98px;
  height: 45px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  color: rgb(0, 160, 227);
}
.form-container .form-content .sex .radiobutton:checked + label{
  background: #00A0E3;
  color: white;
}
.form-container .form-content .sex .radio-label:hover{
  border: solid 3px #00A0E3;
}


.ml-13{
  margin-left: 13px;
}
.form-container .form-content .bmi{
  display: flex;
}
.form-container .form-content .bmi .height, .weight{
  width: 225px;
}
.form-container .form-content .bmi .height{
  margin-right: 13px;
  position: relative;
}
.form-container .form-content .bmi .weight{
  position: relative;
}
.form-container .form-content .bmi input{
  font-size: 16px;
  font-weight: 600;
  padding: 13px;
  font-family: 'Open Sans', sans-serif;
  border: 0px;
  margin-left: 2px;
  margin-top: 3px;
  width: 80%;
  opacity: 73%;
}
.units {
  width: 48px;
  height: 57px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-container .form-content .bmi .input-wrapper{
  position: relative;
}
.form-container .form-content .bmi .bmi-error {
  position: absolute;
  top: -24px;
}


.form-container .form-content .post-housenum {
  display: flex;
}
.form-container .form-content .post-code, .house-number {
  width: 225px;
}
.form-container .form-content .post-code{
  margin-right: 13px;
}
.form-container .form-content .house-number{
  margin-left: 13px;
}

.form-container .form-content .post-housenum .input-wrapper{
  position: relative;
}

.form-container .form-content .post-housenum input{
  font-size: 16px;
  font-weight: 600;
  padding: 13px;
  font-family: 'Open Sans', sans-serif;
  border: 0px;
  margin-left: 2px;
  margin-top: 3px;
  width: 80%;
  opacity: 73%;
}
.address-error{
  position: absolute;
  top: -24px;
}
.housenumber-hover{
  border: solid 2px #00A0E3;
}
.form-container .form-content .start-date{
  display: flex;
  align-items: center;
}
.form-container .form-content .start-date input{
  width: 427px;
  border: 0px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  opacity: 73%;
}
.form-container .form-content .start-date .calendar .input-group-addon{
  border: 0px;
  background: white;
  font-size: 20px;
  cursor: pointer;
}

.form-container .form-content .dob-label label{
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
  margin: 0px;
  margin-bottom: 3px;
}
.form-container .form-content .dob-label label:after{
  content: "*"  
}

.form-container .form-content .date-of-birth .dob-container{
  display: flex;
}
.form-container .form-content .date-of-birth .dob-container select{
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  opacity: 73%;
  border: solid 1px rgba(0, 160, 227, 0.497);
  border-radius: 5px;
  width: 158px;
}
.form-container .form-content .date-of-birth .dob-container select:hover{
  border: solid 2px #00A0E3;
}

.form-container .form-content .health-issue-label label{
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
  margin: 0px;
  margin-bottom: 3px;
}
.form-container .form-content .health-issues textarea{
  resize: none;
  border: 0px;
  width: 99%;
  margin-left: 2px;
  padding-left: 18px;
  padding-top: 20px;
  height: 158px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  opacity: 73%;
}
.form-container .form-content .education select{
  opacity: 47%;
}

.form-container .form-content .company-data .social-networked {
  display: flex;
  margin-bottom: 10px;
}
.form-container .form-content .company-data .social-networked .social-networked-check{
  padding-top: 3px;
  box-sizing: border-box;
}
.form-container .form-content .company-data .social-networked label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.form-container .form-content .company-data .string-input label{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.form-container .form-content .company-data .string-input .field input{
  width: 100%;
  padding: 16px;
  border: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: solid 1px rgba(0, 160, 227, 0.497);
  border-radius: 5px;
  margin-bottom: 10px;
  opacity: 73%;
}
.form-container .form-content .company-data .string-input .field input:hover{
  border: solid 2px #00A0E3;
}
.form-container .form-content .company-data .boolean-input label{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.form-container .form-content .company-data .radio-input label,
.form-container .form-content .company-data .checkbox-input label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.form-container .form-content .company-data .radio-input .checkboxes div label,
.form-container .form-content .company-data .checkbox-input .checkboxes div label {
  display: flex;
  margin-bottom: 0px;
  margin-top: 0px;
}
.form-container .form-content .company-data .checkbox-input .checkboxes div label {
  margin-top: 3px;
}
.mt-12{
  margin-top: 12px;
}

.form-container .form-content .programs > div > label{
  font-weight: 600;
}
.form-container .form-content .programs .program-select-field{
  display: flex;
}
.form-container .form-content .programs .program-select-field label{
  padding: 0px;
  font-weight: 500;
  font-style: normal;
}

.form-container .form-content .news-letter .news-letter-select select{
  width: 460px;
  padding: 16px;
}
.form-container .form-content .news-letter label {
  font-size: 16px;
  font-weight: 600;
}
.form-container .form-content .news-letter .news-letter-select:hover{
  border: solid 2px #00A0E3;
}

.form-container .form-content .check-container{
  box-sizing: border-box;
  margin-top: 7px;
}

.form-container .form-content .health-data-agreement label {
  font-size: 16px;
  font-weight: 600;
}
.form-container .form-content .agreement-to-terms label {
  font-size: 16px;
  font-weight: 600;
}

.form-container .form-content .register-button #register-me-button  {
  width: 100%;
  height: 60px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 17px;
  font-weight: 700;
}

.post-housenum #suggestions{
  display: none;
  margin-bottom: 0px;
  list-style: none;
  border: solid 1px rgba(0, 160, 227, 0.50);
  position: relative;
  top: 10px;
}
.post-housenum #suggestions li{
  margin-bottom: 2px;
  margin-top: 2px;
  border-bottom: solid 1px rgba(0, 160, 227, 0.497);
  margin-right: 11px;
  padding-bottom: 2px;
  opacity: 50%;
  font-size: 14px;
  
}
.post-housenum #suggestions li:hover{
  background-color: #00A0E3;
}
.post-housenum #suggestions:before{
  content: "";
  border: 9px solid;
  border-color: transparent transparent rgba(0, 160, 227, 0.497) transparent;
  position: absolute;
  top: -19px;
  left: 26px;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 50%;
}
#suggestions li:last-child {
  border-bottom: 0px;
}

.health-data-agreement label,
.agreement-to-terms label{
  margin-top: 0px;
  margin-bottom: 0px;
}

.company-data string-input label, .company-data checkbox-input label,
.company-data .radio-input label, .company-data .boolean-input label,
.programs label, .company_second_level .unique-departments-select-group,
.news-letter label, .health-data-agreement .check-container,
.agreement-to-terms .check-container{
  margin-top: 0px !important;
}

.unique-departments-select-group{
  margin: 0px !important;
}

.programs-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
.programs-link:hover {
  text-decoration: none !important;
}
.programs-link i {
  font-size: 25px;
}
.selected-program-info {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.selected-program-info p {
  flex: 1;
}
.selected-program-info img {
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 1459px){
  .registration-content{
    width: 1459px;
  }
}
@media screen and (max-width: 739px){
  .header-content {
    justify-content: space-between;
  }
  .header-content > .logo,
  .header-content > .user-info-container {
    max-width: 25% !important;
  }
  .header-content > .company-logo {
    max-width: 50% !important;
  }
  .header-content > .logo img {
    max-height: 52px;
    width: 100%;
  }
  .header-content .user-info .info-1 .phone-and-icon i,
  .header-content .user-info .info-1 .phone-and-icon span a {
    font-size: 9px !important;
  }
  .header-content .user-info .info-1 .phone-and-icon .phone-icon {
    margin-right: 4px !important;
  }
  .header-content .user-info .info-2 .info-2-content span a{
    font-size: 11px !important;
  }
  .header-content .user-info .info-2 .info-2-content .back {
    margin-left: 5px;
  }
  .form-container .header-description .title {
    font-size: 23px !important;
  }
  .form-container .header-description .title,
  .form-container .header-description .message {
    text-align: center;
  }
  .field-height{
    height: 50px;
  }
  .field-width{
    width: 368px;
  }
  .form-container .form-content .input-field input {
    width: 331px;
    padding: 11px;
  }
  .form-container .form-content .sex .radio-inputs {
    width: 279px;
  }
  .form-container .form-content .sex .radio-inputs .radio-label {
    height: 40px;
  }
  .form-container .form-content .date-of-birth input {
    width: 331px;
    padding: 11px;
  }
  .form-container .form-content .start-date input {
    width: 331px;
    padding: 11px;
  }
  .form-container .form-content .bmi .height, .weight {
    width: 100%;
  }
  .form-container .form-content .bmi input {
    padding: 11px;
  }
  .form-container .form-content .post-housenum input {
    padding: 11px;
  }
  .form-container .form-content select {
    width: 351px;
    height: 46px;
  }
  .form-container .form-content .register-button #register-me-button {
    height: 60px !important;
  }
  .form-container .form-content .password-eye {
    font-size: 18px;
  }
  .form-container .form-content .date-of-birth .dob-container select{
    padding: 0px;
    width: 120px;
  }
  .form-container .form-content .news-letter .news-letter-select select {
    width: 351px;
    padding: 10px;
  }
  .form-container .form-content .bmi {
    flex-direction: column;
    margin-top: 0px;
  }
  .form-container .form-content .bmi .weight-container{
    width: 100%;
    margin-left: 0px;
    position: static;
  }
   .form-container .form-content .bmi .height-container {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }
  .form-container .form-content .bmi .bmi-error{
    position: static;
  }
  .form-container .form-content .post-housenum {
    flex-direction: column;
    margin-top: 0px;
  }
  .form-container .form-content .post-housenum .house-number{
    width: 100%;
    margin-left: 0px;
    position: static;
  }
   .form-container .form-content .post-housenum .post-code{
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }
  .form-container .form-content .post-housenum .address-error{
    position: static;
  }
  .error_style{
    position: static;
  }
}
@media screen and (max-width: 400px){
  .field-width{
    width: 300px;
  }
  .form-container .form-content .input-field input {
    width: 263px;
  }
  .form-container .form-content .date-of-birth input {
    width: 263px;
  }
  .form-container .form-content .start-date input {
    width: 263px;
  }
  .form-container .form-content .sex .sex-label {
    margin-right: 10px;
  }
  .form-container .form-content .sex .radio-inputs {
    width: 220px;
  }
  .form-container .form-content .sex .radio-inputs .radio-label {
    height: 30px;
    margin-right: 11px;
  }
  .form-container .form-content .bmi input {
    padding: 11px;
  }
  .form-container .form-content .post-code, .house-number {
    width: 137px;
  }
  .form-container .form-content .post-housenum input {
    padding: 11px;
  }
  .form-container .form-content select {
    width: 286px;
    font-size: 14px;
  }
  .form-container .form-content .date-of-birth .dob-container select{
    padding: 0px;
    width: 100px;
  }
  .form-container .form-content .company-data .boolean-input select{
    padding: 10px;
  }
  .form-container .form-content .news-letter .news-letter-select select {
    width: 286px;
    padding: 0px;
  }
}

/* registration */
  body.registration #content #app .actions {
      margin: 1em 0;
  }
  body.registration #content #app .hinted {
      color: #888;
  }
  body.registration #content #app div.fieldWithErrors {
      display: inline;
  }
  body.registration #content #app img.logo {
      float: right;
      margin-top: 7px;
  }
  body.registration #content #app div.header h2 {
      display: inline;
  }
  body.registration #content #app div.group {
      padding: 0.6em 0;
      border-bottom: solid #f8f8f8 1px;
  }
  body.registration #content #app div.field, body.registration #content #app div.header {
      margin-bottom: 1.2em;
  }
  body.registration #content #app div.checkboxes div.field {
      margin-bottom: 0;
  }
  body.registration .password-suggestion {
      font-size: 10px;
      padding-left: 2em;
  }
  body.registration .messages select {
      display: block;
  }
  body.registration form {
      position: relative;
  }
  body.registration .help_message {
      position: absolute;
      right: 0;
      width: 150px;
      font-size: 10px;
  }
  body.registration #registration_health_issues {
      width: 300px;
  }
  body.registration p {
      margin-bottom: 1em;
  }
  body.registration div.contact_me {
      margin-top: 1em;
  }
  body.registration div.contact_me p {
      margin-bottom: 0;
  }
  body.registration #content #app div.checkboxes label {
      display: inline;
  }
  body.registration div.program-select-field {
      clear:both;
      padding: .25em;
  }
  body.registration div.program-select-field input {
      float: left;
  }
  body.registration div.program-select-field label {
      margin: 0;
      padding: 3px 0 0 30px;
      font-style: italic;
      font-weight: normal;
  }
  body.registration #content #app #contact_me_field {
      margin-bottom: 1em;
  }
  body.registration #sample_article {
    width: 600px;
  }
  body.registration #sample_article table, body.registration #sample_article tr, body.registration #sample_article td {
    border: 0px !important;
  }
  body.registration #sample_article strong {
    font-weight: normal !important;
  }
  body.registration .field .field {
      margin-bottom: 0em !important;
  }
  body.registration #news_sex {
      margin-top: 3px;
  }
  body #password_explanation  {
    margin: 0px 0 15px 0;
    display: none;
  }

/* graph */
  #measurements {
      list-style: none;
      padding-left: 0;
      margin-left: 0;
  }
  body.graph ul.types, body.graph ul.subtypes {
      margin: 4px 0;
      padding: 0;
  }
  body.graph ul.types li, body.graph ul.subtypes li {
      display: inline;
      padding: 0 1em 0 0;
  }
  body.graph div#graph {
      margin-top: 20px;
  }
  body.graph a#refresh {
      float: right;
  }
  body.graph a#refresh img {
      border: none;
  }

/* simple_form */
  #content #app div.field {
      margin-bottom: 0.5em;
  }
  #content #app div.checkboxes div.field {
      margin-bottom: 0;
  }


/* preferences */
  body.preferences {
      font-size: 75%;
  }
  body.preferences #item_target {
      width: 75px;
  }

/* basic layout */
  body.basic-layout #content {
      width: 683px;
      padding: 15px 50px;
  }
  body.basic-layout #content h1, body.basic-layout #content h2, body.basic-layout #content h3, body.basic-layout #content h4, body.basic-layout #content p, body.basic-layout #content ul, body.basic-layout #content ol, body.basic-layout #content div, body.basic-layout #content table {
      margin: 0 0 1em 0;
  }
  body.basic-layout #content select {
      width: auto;
  }

body.competitive_graph #graph {
    float: left;
    margin-bottom: 20px;
}

body.users #content #app, body.users #content #app table, body.users #content #app p {
    font-size: 12px;
}
body.users #content #app h3 {
    font-size: 18px;
    margin-top: 1em;
}
body.users #content #app h4 {
    font-size: 14px;
}
body.users #content #app .mceEditor {
    width: 620px;
    height: 200px;
}
body.users #content #app table.users, body.recipes #content #app table.recipes {
    width: 100%;
    border-collapse: collapse;
}

body.users #content #app table.users th, body.users #content #app table.users td, body.recipes #content #app table.recipes th, body.recipes #content #app table.recipes td {
    border: none;
}
body.users #content #app table.users th, body.recipes #content #app table.recipes th {
    border-top: solid #D1D1D1 2px;
    border-bottom: solid #D1D1D1 2px;
}
body.users #content #app table.users th, body.users #content #app table.users td, body.recipes #content #app table.recipes th, body.recipes #content #app table.recipes td {
    text-align: left;
    padding: 2px 4px;
}
body.users #content #app table.users tr.heading th, body.recipes #content #app table.recipes tr.heading th {
    padding: 4px 16px;
    text-align: center;
}
body.users #content #app table.users tr.heading th h2, body.recipes #content #app table.recipes tr.heading th h2 {
    margin: 0;
    padding: 0;
}
#content #app .no-records {
    font-style: italic;
    text-align: center;
}
body.users #content #app table.users td.photo, body.recipes #content #app table.recipes td.photo {
    width: 40px;
    height: 40px;
}
body.users #content #app table.users td.name span.role, body.recipes #content #app table.recipes td.author span.role {
    display: block;
}

a.mentor img { vertical-align: bottom; }
body.users #content #app td.name a.mentor { float: right; }
body.users #content #app table.users td.name, body.users #content #app table.users td.summary {
    border-right: solid #d1d1d1 1px;
}
body.users #content #app table.users {
    border-bottom: 2px solid #d1d1d1;
}
body.users #content #app table.users td.summary em {
    font-style: normal;
    font-weight: bold;
}
body.users #content #app table.users td.summary a {
    font-weight: bold;
}
body.users #content #app table.users td.activity {
    width: 100px;
}
body.users #content #app table.users tr.odd th, body.users #content #app table.users tr.odd td, body.recipes #content #app table.recipes tr.odd th, body.recipes #content #app table.recipes tr.odd td {
    background: #eee;
}
body.users #content #app table.users td.activity span {
    display: block;
}
body.users #content #app .user_extra_info_height {
    display: inline;
}


#content-full {
    padding: 0;
}
#content-full .main-body {
    padding: 0;
}

#content #app div.coaches {
    position: relative;
    width: 100%;
    height: 80px;
}
#content #app ul.coaches {
    margin: 0 0 5px 0;
    width: 100%;
    position: absolute;
    right: 0;
    text-align: right;
}
#content #app ul.coaches li {
    margin: 0;
    height: 75px;
    display: inline;
}
#content .actions {
    text-align: left;
    margin: 5px 0 10px 0;
    clear: both;
}
.action_planner #other-links {
    display: none;
}
#content a img {
    border: none;
}
#content #app table.messages, #content #app table.actions {
    width: 100%;
    border-collapse: collapse;
}
#content #app table.messages tr {
border:none
}
#content #app table.messages thead tr th, #content #app table.actions thead tr th {
    padding: 2px 8px 0px 0px;
    font-weight: bold;
    text-align: left;
    border: none;
}
table.actions th.date {
    width: 75px;
}
table.actions th.required {
    width: 75px;
}
table.actions th.todo {
    width: 50px;
}
#content #app table.messages td.subject a.attachment img {
    position: absolute;
    margin: -2px 0 0 8px;
}
#content #app table.messages td.subject a.attachment2 img {
    margin-left: 25px;
}
#content #app table.messages tbody tr td, #content #app table.actions tbody tr td {
    padding: 2px 8px 0px 0px;
    background: transparent;
    border: none;
    text-align: left;
    vertical-align: top;
}
#content #app table.messages  tr {
    border-bottom: 1px solid #bbedff;
    line-height: 20px;
}
#content #app table.messages  tr:last-child
{
   border-bottom: none;
}
#content #app table.messages tr a:hover {
    text-decoration: underline;
}
#content #app table.messages tr:not(.not_read) a {
    color: black;
}
#content div.actions-this-week {
    margin-bottom: 2em;
}
div.activities {
    float: left;
    width: 110px;
    padding: 0 0 2em 0;
    margin: 85px 0 0 -15px;
    background: white;
    text-align: center;
}
div#bar div.activities {
    min-height: 382px;
}
div.activities h3 {
    margin: 0;
    padding: 4px 4px 8px 4px;
}
div.activities ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div.activities ul li {
    padding: 6px 4px 4px 4px;
    margin: 0;
    overflow: hidden;
}
div.activities ul li span {
    display: block;
    padding-bottom: 5px;
}
div.activities ul li span.who {
    font-weight: bold;
}
/* forms */

/* not equired for simple_form required
label.required {
    background: url('/images/required.png') no-repeat 0% 0% transparent;
    padding-left: 10px;
}
*/
/* for simple_form, otherwise required labels asterisk is underlined */
abbr {
    border: medium none;
    text-decoration: none;
}

.help span.required {
    background: url('/images/required.png') no-repeat 0% 0% transparent;
    padding-left: 10px;
}
fieldset {
    border: 0;
    margin: 0;
}


.with_activities #exclusive_forum_activity {
    position: absolute;
    top: 10px;
    left: 115px;
}
div#exclusive_forum_activity div {
    text-align: right;
}
div#exclusive_forum_activity div a {
    width: 215px;
    height: 50px;
    display: block;
    padding: 8px 0;
    text-decoration: none;
    font-weight: bold;
}
div#exclusive_forum_activity .less_than_minute a, div#exclusive_forum_activity .less_than_hour a, div#exclusive_forum_activity .less_than_day a, div#exclusive_forum_activity .less_than_week a {
    background: transparent url('/images/smiley_typing.gif') 170px 25px no-repeat !important;
}
div#exclusive_forum_activity .less_than_month a {
    background: transparent url('/images/smiley_confused.gif') 170px 25px no-repeat !important;
}
div#exclusive_forum_activity .stale a {
    background: transparent url('/images/smiley_sleep.gif') 170px 25px no-repeat !important;
}

body.actions-preview #content div.action {
    margin: 0;
}
body.action-preview #content dl {
    margin: 1.5em 10px 1em 10px;
}
body.actions-preview #content dt {
    width: 10em;
    font-weight: bold;
}
body.actions-preview #content dd {
    margin: 0.5em 2em;
}
body.actions-preview #content dd.description,
body.actions-preview #content dd.documents {
    clear: both;
    padding: 1em 0;
}

.mceColorPreview {
    display: none;
}
#content .mceEditor iframe, #content .mceEditor table {
    padding: 0;
    margin: 0;
}
#content div.fieldWithErrors {
    margin: 0;
    padding: 0;
}
#content .error_message {
    color: red;
}
#content div.fieldWithErrors input, #content div.fieldWithErrors textarea {
    margin: 0;
    padding: 0;
    background-color: #fee;
    border-color: #f00;
}

#content .my-goals {
    height: 40px;
    overflow: auto;
}
#content .coaches {
    float: right;
    margin-top: 0px;
}
#content .babbelbox {
    clear: right;
}

div#exclusive_forum_activity div a {
    color: black;
}

#content table.actions, #content table.messages {
    border: none;
}
#content #app table.actions tr.even td, #content #app table.messages tr.even td {
    background-color: #fafafa;
}

.action_planner #content #app h2, .babble_box #content #app h2 {
    margin-bottom: 0;
}
.action_planner #content #app h3 {
  margin-top: 10px;
}
body.action_planner #other-links {
    display: none;
}
body.action_planner #content #app div.babbelbox h2, body.action_planner #content #app div.actions-this-week h2 {
    margin: 0 0 .25em 0;
    padding: 0;
    clear: both;
}
body.action_planner #content div.actions {
    margin: 1em 0 0 0;
    padding: 0;
}
body.action_planner #bar .activities ul {
    border: none;
}
body.action_planner #bar .activities li {
    background: transparent;
    font-weight: normal;
}
body.action_planner #bar .activities li img {
    margin: 0;
}
body.action_planner #bar .activities li a {
    border: none;
    display: inline;
    color: #00a7e7;
    text-decoration: underline;
    text-align: center;
}
body.action_planner div.program {
  margin-bottom: 25px;
}
#content #app div.warning {
    margin: 2em;
    text-align: center;
}

body.emails #content #app form {
    padding: 0;
    margin: 0;
}
body.emails #content #app .section {
    padding: 0;
    margin: 10px 0;
}
body.emails #content #app .section h3 {
    padding: 2px 10px;
    margin: 0 0 10px 0;
    font-size: 18px;
}
body.emails #content #app .section .description {
    margin: 10px;
    font-style: italic;
}
body.emails #content #app .section .fields {
    margin: 10px;
}
body.emails #content #app form input {
    width: 90%;
}
body.emails #content #app form input.submit {
    width: auto;
}
body.emails #content #app form textarea {
    width: 90%;
    height: 20em;
}

.clear-both {
    clear: both;
}
#content #app a.button-to {
    text-decoration: none;
}



#content #app div.appointments .appointment dl {
    padding: 1em 1em 0 1em;
    margin: 0;
}
#content #app div.appointments .odd {
    background: #eeeeee;
}
#content #app div.appointments .even {
    background: #f8f8f8;
}
#content #app div.meeting {
    position: relative;
}
#content #app div.meeting .photos {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1em;
}
#content #app div.meeting .photos a, #content #app div.meeting .photos span {
    display: block;
    float: right;
    margin: 0 0 1em 1em;
}
#content #app dl.meeting dt {
    margin: 0 0 1em 0;
    width: 10em
}
#content #app dl.meeting dd {
    margin: 0;
    padding: 0 0 1em 11em;
    position: relative;
}
#content #app dl.meeting dd p:first-child {
    margin: 0 0 0 0;
}
#content #app dl.meeting dd p {
    margin: 1em 0 0 0;
}
#content #app div.appointments .appointment .actions {
    margin: 0;
    padding: 0 1em 1em 0;
    text-align: right;
}
#content #app div.appointments .cancellation {
    color: #c00;
}
#content textarea#meeting_cancellation_apology {
    width: 80%;
}

body.meeting_cancellations #content #app #meeting_cancellation_description {
    width: 80%;
}
body.meeting_cancellations #content #app form .actions {
    text-align: left;
}
body.meeting_cancellations #content #app form .actions button.save {
    margin: 10px 10px 0 0;
}
body.meeting_cancellations #content #app form {
    margin-top: 2em;
}

/* search on top of page */
.search_header {
  height: 35px;
}
.search_header h2 {
  float:left;
  margin: 1px 0px 0px 0px !important;
}
.search_header h1 {
  display: inline;
  margin: -2px 0px 0px 0px !important;
}

.search_header .search {
  float:right ;
  margin: 2px 0px 12px 0px !important;
}
.search_header .search input[type=text] {
  border: 1px solid #2da7fb;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0px 0px 0 0 !important;
  padding: 0px 5px 1px 5px;
  box-sizing: border-box;
  background-color: transparent;
  background-image: url('/images/search.png');
  background-repeat: no-repeat;
  background-position: right;
  width: 200px;
  height: 24px;
}
.search_header .actions input[type=submit] {
  margin-left: 10px;
}

.search_header .search input::-ms-clear {
  display: none;
}
.search_header table, .search_header tr, .search_header td {
  border: 0px;
}

/* password forgotten */
body.password_forgotten form label {
  font-weight: bold;
}
body.password_forgotten #content form dt {
  width: 6em;
}

/* only for mijnparamax: include quay-sans-font */
@font-face {
    font-family: 'custom';
    src: url('font/quay_sans_itc_std_black.eot');
    src: url('font/quay_sans_itc_std_black.eot?#iefix') format('embedded-opentype'),
        url('font/quay_sans_itc_std_black.woff') format('woff'),
        url('font/quay_sans_itc_std_black.ttf') format('truetype'),
        url('font/quay_sans_itc_std_black.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Company custom look */
#container #company_logo {
    margin-top: 10px;
}
/* tiny mce */
#tinymce {
  font-family: Verdana, Arial;
  font-size: 12px !important;
}

/* from here: the former joomla stylesheet */
div.user {
    padding: 0;
}
a.edit {
    font-weight: lighter;
    padding-left: 5px;
}
div.user div.public div.photo {
    float: right;
}

div#content div#app div.user p {
    margin: 0 0 .5em 0;
}
div#content div#app div.user {
    position: relative;
}

div#content div.profile dl {
    margin: 2em 0;
    padding: 0;
    line-height: 1em;
}

div#content div.profile dt {
    position: relative;
    left: 0;
    float: none;
    width: 10em;
    font-weight: bold;
}

div#content div.profile dd {
    position: relative;
    top: -1em;
    margin: 0 0 0 11em;
}

div#content div.motivations dt {
    float: none;
}
#content #app div.edit form {
    padding: 0;
    margin: 0;
}
#content #app div.edit .section h3 {
    padding: 2px;
    margin-top: 10px !important;
    font-size: 18px;
}
#content #app div.edit .section .description {
    margin-bottom: 10px;
    font-style: italic;
}
.graph_type {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
#app .highcharts-graph {
  padding-top: 10px !important;
  width: 100% !important;
  position: relative !important;
}

.scroll_fix {
    display: block;
    position: absolute;
    top: 0;
    height: 75%;
    width: 100%;
    z-index: 9000;
}

.clickable {
  cursor: pointer;
}

/* 'mobile' list */
ul.mobile-list {
  padding: 0 0 0 0;
}
ul.mobile-list li {
  border-bottom: 1px solid #bbedff;
  padding: 5px 5px 5px 2px !important;
  list-style-type: none;
  clear: both;
}
ul.mobile-list li:last-child {
  border-bottom-style: none !important;
}
ul.mobile-list li .details, span.timestamp {
  font-size: 12px !important;
  color: #a0a0a0;
}
ul.mobile-list li a {
  color: black !important;
}
ul.mobile-list li.action_row a:hover {
  text-decoration: underline;
  cursor: hand;
}
ul.mobile-list li div.photo {
  width: 40px;
  height: 40px;
  float: left;
  margin: 3px 8px 8px 0px;
}
ul.mobile-list li div {
  overflow: hidden;
}
ul.mobile-list li div.title, ul.mobile-list li span.title {
  font-weight: bold;
  text-transform: capitalize;
}
ul.mobile-list div.text {
  min-height: 46px;
}

@media screen and (max-width: 740px) {
  div.user div.public div.photo {
    float: none;
    margin-top: 10px;
  }
  .search_header .search {
    float: none;
  }
  .search_header .search input[type=text], .search_header table, .search_header td {
    width: 100%;
  }

  div#content div#app form .privacy-setting div.field {
    margin-bottom: 0px;
    max-width: 90%;
  }

}
@media screen and (max-width: 1023px) {
  #login_bar {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .search_header .search input[type=text], .search_header .search {
    width: 100%;
    margin-top: 3px !important;
  }
}

#flash .recaptcha_error {
  color: red;
  font-size: 16px;
}


#app > .edit > .edit_user > .private input[type="password"],
#app > .edit > .edit_user > .private input[type="email"],
#app > .edit > .edit_user > .private input[type="text"]{
  width: 155px;
}

.repeat_new_password_container{
  position: relative;
  width: 450px;
}

.eye {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  border-left: solid 0.5px;
  padding-left: 3px;
  background-color: transparent;
}

.repeat_new_password_eye{
  right: 292px;
  top: 27px;
}

.current_password_container{
  position: relative;
  width: 235px;
}

.current_password_eye{
  right: 77px;
  top: 27px;
}

.new_password_container{
  position: relative;
  width: 235px;
}

.edit_password_eye{
  right: 77px;
  top: 26px;
}

.login_password_container{
  position: relative;
  width: 208px;
}

.login_password_eye {
  right: 1%;
  top: 31px;
}

.reset_password_container{
  position: relative;
  width: 220px;
}

.reset_password_eye {
  right: 3px;
  top: 28px;
}

.password_reset_field_custom_width{
  width: 212px;
}

.new_password_container > .field > input::placeholder{
  font-size: 10px;
}

@media screen and (max-width: 739px) {

  .new_password_container{
    width: 260px;
  }

  .current_password_container{
    width: 209px;
  }

  .repeat_new_password_eye {
    right: 220px;
    top: 51px;
    background-color: white;
  }

  .current_password_eye{
    right: 49px;
    top: 31px;
  }

  .edit_password_eye{
    right: 100px;
    top: 31px;
  }

  .login_password_eye {
    top: 35px;
  }

  .reset_password_container{
    width: 240px;
  }

  .reset_password_eye {
    top: 32px;
  }

  .password_reset_field_custom_width{
    width: 232px;
  }

  .repeat_new_password_container{
    width: 380px;
  }
}

@media screen and (max-width: 399px){

  .current_password_eye {
    right: 2%;
  }
  .edit_password_eye {
    right: 2%;
  }

  .repeat_new_password_container{
    width: 100%;
  }

  .repeat_new_password_eye{
    top: 50px;
    right: 2px;
  }
}

@media screen and (max-width: 306px){

  .repeat_new_password_eye {
    top: 70px;
  }
}

.profile_container {
  position: relative;
}
.profile_container .account_delete_request_popup {
  display: none;
  box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
  border-radius: 4px;
  background: white;
  box-sizing: border-box;
  padding: 5px;
  max-width: 50%;
  min-height: 8rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.profile_container #profile_overlay {
  display: none;
  position: absolute;
  content: "";
  top:0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.post_confirmation_app_store_buttons {
  margin-top: 20px;
  display: flex;
  align-items: start;
  gap: 20px;
}


.hc-centered-message p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.hc-centered-message a {
  color: blue;
  text-decoration: underline;
}
.form-container .hc-header-description{
  margin-bottom: 10px !important;
}

.hc-registration-complete-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hc-registration-complete-wrapper .container {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hc-registration-complete-wrapper .container h2 {
  font-size: 30px;
  text-align: center;
}
.hc-registration-complete-wrapper .container p.welcome {
  font-size: 18px;
  text-align: center;
}
.hc-registration-complete-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}