@charset "UTF-8";
/*map is gradient*/
/*System colors*/
#header {
  background: white;
  padding-top: 28px;
  height: 135px;
  font-size: 16px;
  position: relative; }
  #header .kliklogo {
    max-width: 170px; }
  @media (max-width: 767px) {
    #header {
      height: auto;
      padding: 20px 0px; }
      #header .kliklogo {
        margin-bottom: 15px; } }

.menu.nav-pills {
  margin-bottom: 30px; }
  .menu.nav-pills a {
    color: white;
    border-radius: 0px;
    background: none;
    padding: 0 12px;
    font-size: 16px; }
  .menu.nav-pills a:hover,
  .menu.nav-pills a:active,
  .menu.nav-pills a:focus,
  .menu.nav-pills .active a:hover,
  .menu.nav-pills .active a:active,
  .menu.nav-pills .active a:focus {
    background: none; }
  .menu.nav-pills .active a {
    font-weight: bold;
    background: none; }

.logout-button {
  background: white;
  display: block;
  padding: 7px 14px;
  position: absolute;
  bottom: 0px;
  right: 120px;
  font-size: 14px;
  text-align: center;
  display: block;
  color: #35597b; }
  .logout-button:after {
    font-family: 'FontAwesome';
    color: #ee8913;
    font-size: inherit;
    content: "     "; }

.langswitch-active {
  color: #c4d320; }

#header-sub {
  height: 48px;
  background: #fff; }
  @media (max-width: 767px) {
    #header-sub {
      height: auto;
      padding: 10px 0px; } }
  #header-sub .header-submenu li:first-child a {
    border: none; }
  #header-sub .header-submenu li.active a {
    font-weight: normal;
    color: #d10926; }
  #header-sub .header-submenu li a {
    color: #35597b;
    border-left: 1px solid #35597b;
    margin-top: 10px;
    padding: 0px 10px;
    font-size: 16px; }

.submenu-page {
  background: #35597b;
  margin: -45px -45px 45px -45px;
  min-height: 50px; }
  @media (max-width: 480px) {
    .submenu-page {
      margin: -15px -15px 15px -15px; } }
  .submenu-page.menu.nav-pills > li + li {
    margin: 0; }
  .submenu-page.menu.nav-pills li:first-child a {
    margin-left: 5px; }
  .submenu-page.menu.nav-pills a {
    color: white;
    padding: 10px 9px;
    font-size: 15px;
    margin: 4px 3px;
    border-radius: 5px;
    transition: all ease-out 250ms;
    background: #3d668d; }
    .submenu-page.menu.nav-pills a:hover {
      background: #d87c10; }
  .submenu-page.menu.nav-pills .active a {
    background: #4181b7; }
    .submenu-page.menu.nav-pills .active a:hover {
      background: #508ec1; }
  .submenu-page .selected-patient {
    background: #c4d320;
    padding: 13px 10px;
    border-radius: 0px 0px 15px 0px;
    margin-right: 5px; }

br.clear {
  clear: both; }

.btn-primary {
  background: #33a2e5;
  border-color: #1d98e2; }
  .btn-primary:hover {
    background: #1a88cb;
    border-color: #1779b4; }

.btn-normal {
  background: #aeaeae;
  border-color: #a1a1a1; }
  .btn-normal:hover {
    background: #959595;
    border-color: #888888; }

.btn-warning {
  background: #F4913C;
  border-color: #f38324; }
  .btn-warning:hover {
    background: #ef760e;
    border-color: #d76a0c; }

.btn-danger {
  background: #E66060;
  border-color: #e34a4a; }
  .btn-danger:hover {
    background: #df3434;
    border-color: #d82222; }

.btn-success {
  background: #87D338;
  border-color: #7ac62c; }
  .btn-success:hover {
    background: #6db127;
    border-color: #609c22; }

.opkoers-special {
  padding: 15px;
  background: #e8eff6;
  border-radius: 5px; }

/* TODO naar admin */
.section-color {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle; }

.table-font-smaller {
  font-size: 12px; }

/*Sorting tables*/
.table a.sort_asc {
  margin-right: 25px; }
  .table a.sort_asc:after {
    font-family: 'FontAwesome';
    color: inherit;
    font-size: 14px;
    content: " "; }

.table a.sort_desc {
  margin-right: 25px; }
  .table a.sort_desc:after {
    font-family: 'FontAwesome';
    color: inherit;
    font-size: 14px;
    content: " "; }

/*Mijn gegevens*/
.mydetails-page h2 {
  border-bottom: 1px solid black; }

.background-block ul {
  margin: 0px;
  padding: 0px; }
  .background-block ul li {
    list-style: none;
    margin-bottom: 10px; }

.downloads-block .pdflink {
  display: block; }

.content-divide-line {
  height: 29px;
  margin: 20px 0px 10px 0px;
  border-bottom: 1px solid black; }

.doctor-image {
  display: inline-block; }

.leftimg {
  border-radius: 3px; }

.doctor-card {
  margin-bottom: 30px; }

.doctor-info {
  display: inline-block;
  color: #35597b;
  vertical-align: top;
  position: relative;
  padding-left: 5px;
  max-width: 170px; }
  .doctor-info p {
    margin: 0; }

.eua_filter {
  margin: 10px 0px; }

.form-inline {
  margin-bottom: 15px; }
  .form-inline :first-child.form-group {
    margin-left: 0px; }
  .form-inline .form-group {
    margin-left: 15px; }
  .form-inline .btn {
    margin-left: 10px; }

input[type="radio"], input[type="checkbox"] {
  line-height: normal;
  margin: 4px 4px 4px 0; }

#form_agree label {
  max-width: 85%;
  vertical-align: top; }

.inline-block {
  display: inline-block; }

.ddmmjj {
  margin-left: 10px; }

.inline-max-ds {
  max-width: 120px; }

.inline-max-initials {
  max-width: 50px; }

.inline-small-input {
  max-width: 70px; }

.inline-max-normal {
  max-width: 200px; }

.extenduser_secondary {
  margin-bottom: 15px; }

.phase-templates li {
  border-radius: 5px; }
  .phase-templates li a {
    padding: 3px; }

.sortedformlist {
  padding: 5px; }
  .sortedformlist .sortedformlist-ul li {
    background: red; }

.login-special select.form-control {
  background: #35597b;
  color: white;
  margin-bottom: 15px;
  -webkit-appearance: caret; }

.login-special .form-control {
  border-radius: 2px;
  margin-bottom: 5px; }

.login-special .btn-login {
  background-color: #ee8913;
  color: white;
  border-radius: 2px; }

.login-special .loginerror.alert {
  margin-top: 10px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

/*Patienten/ouders vragenlijst invullen*/
.mysessionlist.table > tbody > tr > td {
  vertical-align: middle; }

@media (max-width: 767px) {
  .table.mysessionlist td {
    display: inline-block;
    width: 50%;
    border-top: none; }
  .table.mysessionlist tr:nth-of-type(odd) {
    background: #ececec;
    border-radius: 4px; }
  .table.mysessionlist tr:first-child {
    background: white; }
  .table.mysessionlist tr > th {
    display: inline-block;
    padding: 0px;
    border: none; }
    .table.mysessionlist tr > th:after {
      content: ',\00a0'; }
    .table.mysessionlist tr > th:last-child:after {
      content: ''; } }

.table.mysessionlist .filledin {
  background: #ececec;
  color: #888888; }
  .table.mysessionlist .filledin td:nth-child(2):before {
    content: '\f00c';
    padding-right: 5px;
    font-family: FontAwesome;
    color: #aeaeae; }

.table.mysessionlist .notfilledin td:nth-child(2):before {
  content: '\f10c';
  padding-right: 5px;
  font-family: FontAwesome;
  color: #ee8913;
  font-weight: normal; }

.list_select_lang {
  list-style: none; }
  .list_select_lang li {
    display: block;
    margin: 15px; }

/*My patients*/
.user_disabled td {
  background: #ececec;
  color: #aeaeae; }
  .user_disabled td a {
    color: #aeaeae; }
  .user_disabled td .btn {
    color: white; }
  .user_disabled td:first-child:before {
    font-family: 'FontAwesome';
    color: inherit;
    font-size: inherit;
    content: " ";
    padding-right: 2px; }

.male:before {
  font-family: 'FontAwesome';
  color: inherit;
  font-size: inherit;
  content: " ";
  color: #33a2e5; }

.female:before {
  font-family: 'FontAwesome';
  color: inherit;
  font-size: inherit;
  content: " ";
  color: #f20d8e; }

/*Profile*/
.edit_icon:before {
  font-family: 'FontAwesome';
  color: inherit;
  font-size: inherit;
  content: "  "; }

.print_icon:before {
  font-family: 'FontAwesome';
  color: inherit;
  font-size: inherit;
  content: "  "; }

.help_icon:before {
  font-family: 'FontAwesome';
  color: inherit;
  font-size: inherit;
  content: "   "; }

#profiletabs {
  margin-bottom: 10px; }
  #profiletabs .ui-widget-content {
    border-radius: 5px; }

/*extend user*/
.radiolist {
  list-style: none;
  margin-top: 10px;
  padding-left: 10px; }
  .radiolist li input {
    margin-right: 5px; }

/*Sessions*/
.listcreditoverview {
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0 6px;
  border: none; }

.filledin {
  background: white; }

.ov_consult_active th:nth-of-type(1) {
  border-radius: 4px 0px 0px 4px;
  border-right: 4px solid white; }

.ov_consult_active td:nth-of-type(1) {
  border-radius: 6px 0px 0px 6px; }
  .ov_consult_active td:nth-of-type(1):before {
    font-family: FontAwesome;
    content: ''; }

.ov_consult_active td:last-child {
  border-radius: 0px 6px 6px 0px; }

.listcreditoverview .ov_phase, .listcreditoverview .ov_protocol {
  font-weight: normal;
  color: #444; }

tr.ov_consult_active th {
  background: #B9DCFF; }

td:nth-of-type(1).ov_filledin:before {
  content: '\f00c  '; }

td:nth-of-type(1).ov_filledinoutside:before {
  content: '\f00c\f1da  '; }

td:nth-of-type(1).ov_notfilledin:before {
  content: '\f10c  '; }

td:nth-of-type(1).ov_expired.ov_filledin:before {
  content: '\f00c  '; }

td:nth-of-type(1).ov_expired.ov_filledinoutside:before {
  content: '\f00c\f1da  '; }

td:nth-of-type(1).ov_expired.ov_notfilledin:before {
  content: '\f00d  '; }

td:nth-of-type(1).ov_fillinnow:before {
  content: '\f10c  '; }

td:nth-of-type(1).ov_fillinlater:before {
  content: '\f10c  '; }

.ov_filledin {
  background: rgba(135, 211, 56, 0.5);
  color: #2d4810; }

.ov_filledinoutside {
  background: rgba(29, 193, 163, 0.8);
  color: #093c33; }

.ov_notfilledin {
  background: rgba(244, 145, 60, 0.5);
  color: #773a07; }

.ov_expired.ov_filledin {
  background: rgba(135, 211, 56, 0.8);
  color: #2d4810; }

.ov_expired.ov_filledinoutside {
  background: rgba(29, 193, 163, 0.5);
  color: #062620; }

.ov_expired.ov_notfilledin {
  background: rgba(230, 96, 96, 0.5);
  color: #7f1414; }

.ov_fillinnow {
  background: rgba(51, 162, 229, 0.5);
  color: #0b3c5a; }

.ov_fillinlater {
  background: rgba(204, 204, 204, 0.8);
  color: #737373; }

.ov_revoked {
  background: #ececec;
  color: #aeaeae; }

.lco_consult {
  width: 10%; }

.lco_list {
  width: 50%; }

.lco_active {
  width: 25%; }

.lco_filledin {
  width: 15%; }

/*Help styling profile*/
#dialog_help {
  display: none; }

/*Small details*/
.pdflink:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  content: '\f1c1  '; }

/*pagination*/
.pager_bar {
  margin-top: 5px; }
  .pager_bar a {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ececec;
    margin: 0px;
    min-width: 30px;
    display: inline-block;
    text-align: center; }
    .pager_bar a.page_active {
      background: #33a2e5;
      border-color: #1d98e2;
      color: white;
      font-weight: bold; }

#form_adminuserlist {
  margin-bottom: 5px; }

.acttmp-entryfilter {
  margin-right: 15px; }

.selectentry_list {
  list-style: none;
  max-width: 400px; }

.selectentry_list li {
  padding: 5px; }

.msg-block {
  padding: 10px;
  border-radius: 6px; }

.msg-error-block {
  background: #d9534f;
  color: white;
  font-size: 16px; }

.print_options_buttons, .print_options_lists {
  list-style: none;
  margin: 5px;
  padding: 0px;
  clear: both;
  display: block; }

.print_options_buttons li, print_options_lists li {
  padding: 2px;
  margin: 0px; }

.choosable-autoprotocol-list > li {
  background-color: #d4e3f0;
  border-radius: 10px;
  margin: 5px;
  padding: 5px; }

.choosable-autoprotocol-list > li.choosable-autoprotocol-selected {
  background-color: #639ac8; }

.protocol-info-contentblock {
  margin: 5px 20px;
  padding: 5px;
  border-radius: 5px;
  background: #afcbe2; }

.autoprotocol_check {
  padding-left: 20px; }

.autoprotocol_desc {
  display: block;
  margin-left: 20px; }

.registration_table th {
  width: 280px; }

/* ENTRY */
.list_select_lang {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.list_select_lang li {
  padding: 0px;
  margin: 4px; }

.list_select_lang li img {
  vertical-align: middle; }

/* Questionlist styles */
.copyright {
  font-size: 8pt; }

/* --------------- */
.profile_res_table {
  font-size: 13px; }

tr.result_header {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  font-size: 16px;
  padding-left: 5px;
  font-weight: bold;
  color: #3A7304;
  background-color: #CBE0B6; }
  tr.result_header th, tr.result_header td {
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 4px; }

/**/
#profiletabs .overview {
  width: 100%; }

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

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

/* PROFILE */
.profile_res_table {
  width: 100%; }

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

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

.profile_res_table.no_cell_width .profile_res {
  width: auto; }

.profile_res_green {
  color: #00C000; }

.profile_res_orange {
  color: #DFA467; }

.profile_res_red {
  color: #D00000; }

.no-svg .profile_res_green {
  background-image: url(../images/bullet_green.png); }

.no-svg .profile_res_orange {
  background-image: url(../images/bullet_orange.png); }

.no-svg .profile_res_red {
  background-image: url(../images/bullet_red.png); }

.svg .profile_res_green {
  background-image: url(../images/bullet_green.svg); }

.svg .profile_res_orange {
  background-image: url(../images/bullet_orange.svg); }

.svg .profile_res_red {
  background-image: url(../images/bullet_red.svg); }

#tab_chaq_scores .profile_res_green {
  padding-right: 24px; }

#tab_chaq_scores .profile_res_orange {
  padding-right: 24px; }

#tab_chaq_scores .profile_res_red {
  padding-right: 24px; }

.sessionview {
  list-style: none;
  margin: 0;
  padding: 0; }

.sessionview li {
  float: left;
  margin: 5px;
  font-size: 9pt; }

.dateheader {
  text-align: right; }

/* PROFILE GRAPHS */
.subgraph {
  width: 720px;
  height: 250px; }

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

.glabel {
  font-size: 8pt; }

.tickLabel {
  font-size: 7pt; }

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

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

.sliderview {
  width: 300px;
  border: solid 1px #1a88cb;
  border-radius: 3px;
  position: relative;
  height: 20px;
  margin: 0 auto; }

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

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

.chaqscore .profile_res {
  width: 60px; }

.smallcol {
  width: 30px; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/* action template */
.acttmp-sortgroup-title {
  font-size: 26px;
  color: #aeaeae;
  margin-bottom: 5px; }

.acttmp-subjectmatcher {
  width: auto;
  min-width: 40px;
  text-align: center;
  background: #FBCF4A;
  display: inline-block;
  border-radius: 4px;
  padding: 3px 4px;
  cursor: pointer; }

.acttmp-subjectmatcher-range {
  background: #78C406; }

.acttmp-entrymatcher {
  display: block;
  margin: 2px 2px;
  padding: 0px;
  cursor: pointer; }

.acttmp-pre-oneparent {
  background-color: #4181b7; }

.acttmp-pre-bothparents {
  background-color: #d10926; }

.acttmp-pre-patient {
  background-color: #FBCF4A; }

.acttmp-pre-parentdoctor {
  background-color: #ee8913; }

.acttmp-pre-practitioner {
  background-color: #c4d320; }

.acttmp-entrymatcher-header {
  color: white; }

.acttmp-itemtable tr {
  border-bottom: solid 1px #ddd; }

.acttmp-itemtable th, .acttmp-itemtable td {
  width: 100px; }

.acttmp-item {
  background: #F5F5F5;
  border: solid 1px #aeaeae;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 3px;
  position: relative;
  min-height: 50px; }

.acttmp-item-part {
  display: inline-block;
  vertical-align: middle; }
  .acttmp-item-part .label {
    white-space: normal;
    padding: 3px; }

.acttmp-sort-handle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px; }
  .acttmp-sort-handle:hover:after {
    color: #ee8913; }
  .acttmp-sort-handle:after {
    font-size: 20px;
    content: '\f0dc';
    color: #aeaeae;
    font-family: 'FontAwesome'; }

.acttmp-subjectmatcher-container {
  position: absolute;
  bottom: 5px;
  left: 37px;
  width: auto; }

.acttmp-entrymatcher-container {
  width: 120px;
  margin-right: 10px; }

.acttmp-timerange-container {
  background: #F7F7F7;
  width: 220px;
  position: relative; }

.acttmp-timerange-container > input {
  position: absolute;
  left: 5px;
  top: 0px; }

.acttmp-action-container {
  width: 180px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 30px; }

.acttmp-condition-container {
  width: 240px;
  margin-right: 10px; }

.acttmp-sortgroup {
  padding-top: 15px; }

.acttmp-sortgroup-items {
  min-height: 20px; }

.acttmp-entrymatcher-item-entrytype {
  background: #9382f3; }

.acttmp-entrymatcher-item-role {
  background: #93f382; }

.acttmp-sortgroup-items-container {
  position: relative;
  background: #fff; }

.ui-sortable-helper {
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }

.admin_searchbar {
  float: left; }

.admin_searchbar input {
  width: 200px;
  padding-right: 30px; }

.admin_addlist {
  width: 240px;
  height: 440px;
  border-radius: 5px;
  background: #ececec;
  overflow-y: auto;
  float: left;
  margin: 0px;
  padding: 0px; }

.admin_addlist li {
  background: white;
  border: solid 1px gray;
  border-radius: 4px;
  margin: 2px; }

.admin_addlist li.admin_usedlist {
  opacity: 0.3;
  background: #eee; }

.admin_searchbar .form-control {
  display: inline-block; }

a.admin_cancelbtn {
  color: #ee8913;
  vertical-align: baseline;
  bottom: 20px;
  left: 209px;
  position: absolute; }

.acttmp-timeline {
  position: absolute;
  left: 620px;
  width: 200px;
  top: 0px;
  bottom: 0px;
  z-index: 1; }

.acttmp-daylabel {
  position: absolute;
  top: -25px;
  font-size: 11px;
  margin-left: -10px;
  /* half width */
  width: 20px;
  background: white;
  border: solid 2px #aaa;
  border-radius: 4px;
  text-align: center; }

.acttmp-dayline {
  position: absolute;
  width: 0px;
  border-right: dotted 1px #aaa;
  overflow: hidden;
  bottom: 0px;
  top: 1px; }

.acttmp-acceptrange-selector {
  font-size: 12px; }

.phase-templates {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.phase-templates li {
  padding: 2px;
  background: #C7ECFE;
  margin: 1px; }

.sortedformlist ul {
  list-style: none;
  margin: 4px;
  padding: 0px;
  position: relative; }

.sortedformlist ul.sortedformlist-ul li {
  margin: 2px;
  padding: 4px 50px 3px 10px;
  border-radius: 6px;
  background: #C7ECFE;
  position: relative;
  min-height: 2em; }

.sortedformlist ul.sortedformlist-ul li button {
  position: absolute;
  right: 0px;
  top: 0px; }

.sortedformlist {
  border: solid 1px gray; }

.admin_ctcond_add_popup {
  padding: 15px; }
  .admin_ctcond_add_popup .label {
    display: inline-block;
    margin: 3px;
    cursor: pointer; }
  .admin_ctcond_add_popup .btn {
    margin-top: 5px; }

.admin_ctcond_container {
  padding: 2px;
  background: white;
  margin-left: 5px; }

.admin_ctcond_container * {
  font-size: 8pt; }

.acttmp-options-container {
  font-size: 12px;
  position: absolute;
  right: 40px;
  top: 15px; }
  .acttmp-options-container label {
    vertical-align: middle;
    margin-left: 3px;
    cursor: pointer;
    background: #aeaeae;
    padding: 3px;
    color: white;
    border-radius: 5px; }
    .acttmp-options-container label:hover {
      background: #959595; }
      .acttmp-options-container label:hover:after {
        content: 'Lijst is bewerkbaar ja/nee';
        position: absolute;
        text-align: center;
        top: -25px;
        left: -82px;
        background: #474747;
        padding: 3px;
        border-radius: 3px;
        color: white;
        display: block;
        width: 175px;
        z-index: 9999; }

.acttmp-remove-container {
  position: absolute;
  top: 10px;
  right: 5px; }

.acttmp-item-placeholder {
  background: #ececec;
  border: 1px dashed lightgray;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 3px; }

.admin_previewframe {
  width: 620px;
  height: 450px;
  border: solid 1px gray;
  margin: 0px 10px; }

.ui-dialog-titlebar-close:after {
  content: '\f00d';
  font-family: 'FontAwesome';
  color: #d10926;
  position: absolute;
  top: -2px;
  left: 3px; }

.editlisttemplate {
  font-size: 8pt;
  width: 100%; }

.editlisttemplate td, .editlisttemplate th {
  border-bottom: 5px solid #ddd; }

.editlisttemplate tr.lt_headerrow td, editlisttemplate tr.lt_headerrow th {
  height: 30px; }

.editlisttemplate ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.editlisttemplate li {
  aborder: solid 2px green; }

.editlisttemplate li .admin_listlabel {
  margin: 1px;
  padding: 2px 4px;
  background-color: #D0F0D0;
  border-radius: 5px;
  width: 300px;
  float: left; }

.editlisttemplate_options {
  clear: both; }

.editlisttemplate_options label, .editlisttemplate_options input[type=checkbox], .editlisttemplate_options input[type=radio] {
  vertical-align: middle; }

.editlisttemplate_options input[type=text] {
  border: solid #888 1px;
  background: white;
  padding: 1px;
  font-size: 9pt;
  margin: 1px 2px; }

.editlisttemplate hr {
  height: 1px;
  color: #888;
  background: #888;
  border: 0px;
  margin: 2px 2px; }

.admin_listlabel .admin_labeltext {
  display: inline-block;
  padding-top: 3px; }

.admin_condcredit .admin_labeltext {
  padding-right: 20px;
  background: url(../images/bullet_purple.png) 100% 50% no-repeat; }

.admin_exclusivecredit .admin_labeltext {
  padding-right: 20px;
  background: url(../images/bullet_green.png) 100% 50% no-repeat; }

.admin_condcredit.admin_exclusivecredit .admin_labeltext {
  padding-right: 20px;
  background: url(../images/bullet_black.png) 100% 50% no-repeat; }

.admin_rangesel, .admin_norange {
  float: left;
  margin-top: 6px;
  margin-left: 32px; }

.admin_norange {
  background: url(../images/stripes.png) repeat;
  height: 13px; }

.admin_rangesel a.ui-slider-handle:focus {
  outline: none; }

.admin_rangesel .ui-slider-range {
  background-image: none;
  background-color: #6495ED; }

.admin_rangesel.ui-widget-content {
  border: none;
  background: none; }

.admin_btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 2px; }

.admin_addbtn {
  background: url(../images/add.png) no-repeat 0px 0px;
  vertical-align: middle; }

.admin_previewbtn {
  background: url(../images/magnifier.png) no-repeat 0px 0px;
  vertical-align: middle; }

.admin_optbtn {
  background: url(../images/cog.png) no-repeat 0px 0px;
  float: right; }

.admin_delbtn {
  background: url(../images/delete.png) no-repeat 0px 0px;
  float: right; }

.admin_addlinkbtn {
  margin-top: 3px;
  display: inline-block;
  padding-top: 1px;
  background: url(../images/add.png) no-repeat 0px 0px;
  padding-left: 20px;
  min-height: 20px; }

.admin_usedlist .admin_addbtn {
  background: url(../images/bullet_blue.png) no-repeat 0px 0px;
  cursor: auto; }

.admin_ltcontainer {
  position: relative; }

.admin_timeline {
  position: absolute;
  left: 426px;
  right: 20px;
  top: 0px;
  bottom: 0px;
  abackground: #ddf;
  z-index: 1; }

.editlisttemplate {
  z-index: 2;
  position: relative; }

.admin_daylabel {
  position: absolute;
  margin-left: -10px;
  /* half width */
  width: 20px;
  background: white;
  border: solid 2px #aaa;
  border-radius: 4px;
  text-align: center; }

.admin_dayline {
  position: absolute;
  width: 0px;
  border-right: dotted 1px #aaa;
  overflow: hidden;
  bottom: 0px; }

.admin_listhandle {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  float: left;
  margin: 2px;
  background: url(../images/updown.png) no-repeat; }

.admin_highlightlist {
  background: #ffffb0; }

.admin_ltentry {
  width: 100px;
  vertical-align: top; }

admin_ltlists {
  width: 700px; }

.admin_ctcond_and {
  background: #e0e0e0;
  padding: 3px;
  border-radius: 3px; }

.admin_ctcond_tag {
  background-color: #dfd;
  border-color: #aca;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  cursor: pointer;
  margin: 1px; }

.admin_ctcond_inverted {
  background-color: #fdd;
  border-color: #caa; }

.admin_ctcond_not {
  font-style: italic; }

.admin_ctcond_tag .admin_ctcond_not {
  display: none; }

.admin_ctcond_tag select, .admin_ctcond_tag option {
  font-size: 8pt; }

.admin_ctcond_tag select {
  border: solid 1px gray; }

.admin_ctcond_btn {
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding: 1px; }

.admin_ctcond_invertbtn {
  background-image: url(../images/flag_green.png); }

.admin_ctcond_addbtn {
  background-image: url(../images/tag_blue_add.png); }

.admin_ctcond_deletebtn {
  background-image: url(../images/delete.png); }

.admin_ctcond_and .admin_ctcond_addbtn {
  background-image: url(../images/tag_and_add.png); }

.admin_ctcond_inverted .admin_ctcond_invertbtn {
  background-image: url(../images/flag_red.png); }

.admin_ctcond_inverted .admin_ctcond_not {
  display: inline-block; }

.admin_ctcond_or {
  display: inline-block; }

.admin_ctcond_or > span {
  display: inline-block;
  margin: 1px; }

.admin_ctcond_add_popup {
  position: absolute;
  z-index: 9999;
  background: white;
  border: solid 1px gray;
  border-radius: 5px;
  box-shadow: 1px 2px 8px 2px rgba(0, 0, 0, 0.3); }

.admin_ctcond_options {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.admin_ctcond_options li {
  margin: 0px;
  padding: 0px;
  color: #4181b7;
  display: block;
  padding: 3px 6px;
  cursor: pointer;
  width: auto; }

.admin_ctcond_options li:hover {
  color: white;
  background: #2d597f; }

.admin_ctcond_options li[data-tag='delete'] {
  color: #d10926;
  border-radius: 5px; }
  .admin_ctcond_options li[data-tag='delete']:before {
    content: '\f1f8';
    font-size: 24px;
    margin-right: 5px;
    vertical-align: baseline;
    font-family: FontAwesome; }
  .admin_ctcond_options li[data-tag='delete']:hover {
    background: #d10926;
    color: white; }

.admin_ctcond_options li {
  border-bottom: solid 1px gray; }

.admin_ctcond_options li:last-child {
  border-bottom: none; }

.admin_saved {
  border: solid 2px #1B7111;
  background-color: #C9F7C4;
  color: #1B7111;
  font-size: 16pt;
  text-align: center;
  margin: 20px;
  margin-left: -120px;
  padding: 20px;
  width: 200px;
  position: fixed;
  left: 50%;
  top: 160px;
  z-index: 9999; }

dl.manual dt {
  font-weight: bold;
  margin: 10px; }

.export_block {
  float: left;
  padding: 0px 10px;
  width: 33.33%; }

.export_sel {
  list-style: none;
  padding: 0px 5px; }

.export_sel li {
  margin: 2px;
  padding: 2px;
  background: #f0f0f0;
  border-radius: 6px; }

.export_lists {
  list-style: none; }

.export_sel label {
  font-weight: normal; }

.export_lists > li {
  padding-right: 3em;
  position: relative; }

.export_lists .checklist-suffix {
  text-align: right;
  font-size: 10px;
  width: 3em;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #33a2e5; }

.export_sel li.export_list_selected {
  background-color: #c4d320; }

.ajaxroweditor {
  border-collapse: collapse;
  width: 100%;
  font-size: 8pt; }

.ajaxroweditor select, .ajaxroweditor option {
  font-size: 8pt; }

.ajaxroweditor td, .ajaxroweditor th {
  vertical-align: top; }

.ajaxroweditor button {
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none; }

.ajaxroweditor label {
  font-weight: normal; }

.ajaxroweditor_edit {
  background-image: url(../images/page_edit.png); }

.ajaxroweditor_cancel {
  background-image: url(../images/arrow_undo.png); }

.ajaxroweditor_delete {
  background-image: url(../images/delete.png); }

.ajaxroweditor_save {
  background-image: url(../images/page_save.png); }

.ajaxroweditor_new {
  background-image: url(../images/add.png); }

.ajaxroweditor tr:nth-child(even) {
  background-color: #F8F8F8; }

.ajaxroweditor tr:nth-child(odd) {
  background-color: #F0F0F0; }

.profileset_overview td, .profileset_overview th {
  vertical-align: top; }

.profileset_overview tr {
  background: #F8F8F8;
  border: solid 1px #D0D0D0; }

.profileset_overview th {
  border: solid 1px #D0D0D0; }

.pah_functie {
  width: 200px; }

#ajaxroweditor_pseteditor ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.edittable .validator {
  background-color: #F4D3D3;
  background-image: url("../images/exclamation.png");
  background-position: 3px 50%;
  background-repeat: no-repeat;
  border-radius: 16px 16px 16px 16px;
  display: inline-block;
  padding: 4px 8px 3px 22px;
  margin-left: 5px; }

.edittable tr {
  border: none; }

.edittable tr:nth-child(2n) {
  background: #F2F2F2; }

.edittable tr:nth-child(2n+1) {
  background: #F8F8F8; }

#form_mypatients .select-chosen {
  min-width: 300px; }

.chzn-container {
  font-size: inherit;
  vertical-align: middle; }

#ajaxroweditor_pae .select-chosen {
  min-width: 220px; }

.photoeditor_drop {
  background: gray;
  height: 100px; }

.photoeditor_full_wrap {
  max-width: 820px;
  max-height: 820px;
  overflow: auto; }

.photoeditor_full {
  max-width: 800px; }

.photoeditor_crop {
  border: solid black 4px; }

tr.email-status-sent {
  background-color: #87D338; }

tr.email-status-failed {
  background-color: #E66060; }

tr.email-status-processing, tr.email-status-queued {
  background-color: #7ca3c9; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans-Light-webfont.eot");
  src: url("../fonts/Open-Sans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-Light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans-Regular-webfont.eot");
  src: url("../fonts/Open-Sans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-Regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans-Bold-webfont.eot");
  src: url("../fonts/Open-Sans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-Bold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans-LightItalic-webfont.eot");
  src: url("../fonts/Open-Sans/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans/OpenSans-LightItalic-webfont.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-LightItalic-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans-Italic-webfont.eot");
  src: url("../fonts/Open-Sans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-Italic-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans-BoldItalic-webfont.eot");
  src: url("../fonts/Open-Sans/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans/OpenSans-BoldItalic-webfont.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-BoldItalic-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

/*
.btn{
    background:$klik-blue;
    color:white;
    border:none;
    border-radius:10px;
    font-size:16px;
    font-weight:600;
    text-shadow:none;
    padding: 10px 25px;
    margin:3px;

    &:hover{
        background:$klik-v-blue;
        color:white;
    }

    &.btn-succes{
        background:$klik-i-green;

        &:hover{
        background:lighten($klik-i-green,5%);
        color:white;
        }
    }
}

.form-control{
    border:none;
    box-shadow:none;
    border-radius:0;
    background:$klik-l-bw;
    transition: background 200ms ease-in-out;

    &:focus{
        border:none;
        box-shadow:none;
        background:$klik-d-blue;
        color:white;
    }
}*/
/*Algemeen classes bepalen na ontvangen ontwerp - h2 is voor cijfers*/
body {
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #350606;
  background: url("../images/desktops/background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
  width: auto;
  height: auto; }

html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */ }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */ }

/* Large desktops and laptops */
@media (min-width: 1200px) {
  body {
    margin-bottom: 140px; }
  .footer {
    height: 140px; }
  body.sponsor-footer {
    margin-bottom: 394px; }
  .sponsor-footer .footer {
    height: 394px; }
  body.bsl {
    margin-bottom: 159px !important; }
  .bsl .footer {
    height: 159px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    margin-bottom: 140px; }
  .footer {
    height: 140px; }
  body.sponsor-footer {
    margin-bottom: 395px; }
  .sponsor-footer .footer {
    height: 395px; }
  body.bsl {
    margin-bottom: 159px !important; }
  .bsl .footer {
    height: 159px; } }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    margin-bottom: 140px; }
  .footer {
    height: 140px; }
  body.sponsor-footer {
    margin-bottom: 415px; }
  .sponsor-footer .footer {
    height: 415px; }
  body.bsl {
    margin-bottom: 159px !important; }
  .bsl .footer {
    height: 159px; } }

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  body {
    margin-bottom: 140px; }
  .footer {
    height: 140px; }
  body.sponsor-footer {
    margin-bottom: 181px; }
  .sponsor-footer .footer {
    height: 181px; }
  body.bsl {
    margin-bottom: 159px !important; }
  .bsl .footer {
    height: 159px; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  body {
    margin-bottom: 140px; }
  .footer {
    height: 140px; }
  body.sponsor-footer {
    margin-bottom: 181px; }
  .sponsor-footer .footer {
    height: 181px; }
  body.bsl {
    margin-bottom: 159px !important; }
  .bsl .footer {
    height: 159px; } }

.disease-linkblock {
  padding: 15px;
  border-radius: 3px;
  background-color: #ececec;
  color: #474747; }

.content_home {
  font-size: 16px; }

p {
  line-height: 25px; }

h1 {
  font-size: 30px;
  color: #7ca3c9;
  font-weight: lighter;
  margin-bottom: 20px; }

h2 {
  font-size: 26px;
  color: #aeaeae; }

h3 {
  font-size: 22px;
  color: #aeaeae; }

h4 {
  font-size: 14px;
  color: #aeaeae; }

a {
  color: #4181b7; }

/*BMTODO checken of dit goed werkt icm tablets/telefoons*/
@media (max-width: 767px) {
  .form-control {
    font-size: 18px; }
  /*
    .map-responsive{
        transform: scale(0.5,0.5);
        margin-left:-160px!important;

    }*/ }

.container.content > .row {
  margin-top: 55px;
  margin-bottom: 55px; }

.container.content .content-basic {
  background-color: white;
  padding: 45px; }
  @media (max-width: 480px) {
    .container.content .content-basic {
      padding: 15px; } }

.footer .sponsors {
  padding: 20px 0px;
  background: #e2e3e7; }
  @media (max-width: 767px) {
    .footer .sponsors div {
      margin-bottom: 20px; } }
  .footer .sponsors img {
    max-height: 60px;
    max-width: 120px; }

.footer .contact {
  padding: 20px 0px;
  background: #f8f8f8; }

/*
.popover{
    max-width:420px;
    border-radius:40px;

    h3.popover-title{
        background: none;
        border-radius:0;
        margin:10px 0px 0px 0px;
        font-size:22px;
        padding:5px 15px;
        border:none;
    }

    .popover-content{
        padding:5px 15px;
    }
}
*/
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
  text-align: center; }

/*BMTODO!*/
.klik-group-custom {
  color: black;
  background-color: #669bf0; }

.pill-padding {
  padding: 5px; }

ul.row {
  padding: 0px; }

.pills {
  list-style: none;
  text-align: center;
  padding: 5px; }
  .pills .pill {
    color: white;
    height: 42px;
    border-radius: 30px;
    transition: background 250ms ease-out; }
    .pills .pill a {
      color: white;
      text-decoration: none;
      display: block;
      height: 42px;
      line-height: 42px; }
    .pills .pill .pilltext {
      font-size: 15px;
      padding: 0 0 6px;
      display: inline-block;
      width: 100%;
      line-height: 100%;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .pills .pill .pilltext {
          font-size: 13px; } }
  .pills .small-pills {
    display: inline-block;
    height: 40px;
    width: 129px;
    margin: 2px;
    padding: 3px 3px; }

.cta-corner {
  width: 250px;
  height: 85px;
  background: #c4d320;
  border-radius: 0px 0px 0px 45px;
  position: absolute;
  top: 0px;
  right: 0px; }
  .cta-corner a {
    display: block;
    color: #35597b;
    text-decoration: none;
    margin: 35px 10px 0px 30px; }
    .cta-corner a:hover {
      color: #263f57; }
      .cta-corner a:hover .submit-mini {
        background: #c06e0e; }
  .cta-corner .submit-mini {
    background: #ee8913;
    width: 45px;
    height: 30px;
    color: white;
    text-align: right;
    padding-right: 5px;
    padding-top: 8px;
    margin-left: 10px; }
    @media (max-width: 767px) {
      .cta-corner .submit-mini {
        width: 20px;
        padding: 2px;
        height: auto; } }
  @media (max-width: 767px) {
    .cta-corner {
      position: static;
      border-radius: 20px;
      padding: 15px 10px;
      height: auto;
      width: auto;
      margin: 0px; }
      .cta-corner a {
        margin: 0px; } }

/*BMTODO# VERVANGEN DOOR ECHT FONT */
.scribble_font {
  font-family: 'Indie Flower', 'Segoe Print', cursive, sans-serif;
  font-size: 18px;
  transform: rotate(-2deg);
  font-weight: normal;
  padding: 10px 0px;
  letter-spacing: 1px;
  word-spacing: 4px;
  line-height: 24px; }

/*OLD KLIK STYLE*/
.faqitem {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ececec; }
  .faqitem.faqactive .faqanswer {
    display: block; }
  .faqitem .faqanswer {
    display: none;
    background: #fafcfd;
    margin-top: 10px;
    padding: 5px 10px; }

/*register-hospitals*/
.register-hospitals {
  text-align: center; }
  .register-hospitals a {
    text-decoration: none; }
    .register-hospitals a:hover p {
      color: #ee8913; }
    .register-hospitals a:hover .hospital-container {
      border-color: #ee8913; }
  .register-hospitals .hospital-container {
    padding: 5px;
    border: 1px solid #ececec;
    min-height: 200px;
    padding-top: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: border-color ease-in-out 350ms; }
    .register-hospitals .hospital-container p {
      color: #4181b7;
      font-size: 13px;
      transition: color ease-in-out 350ms; }
  .register-hospitals .hospital-img {
    height: 85px; }
    .register-hospitals .hospital-img img {
      vertical-align: middle;
      padding-bottom: 5px;
      max-height: 85px; }

.reg-selected {
  color: #4181b7; }

.validator {
  color: #d10926;
  background: #f97a8c;
  border-radius: 5px;
  border: 1px solid #f86177;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  margin: 3px 3px 3px 0px; }

.group-pills .pill {
  background: #aeaeae; }
  .group-pills .pill:hover {
    background: #474747; }

/*Aanmelden*/
.select_doctor, .show_doctor {
  list-style: none;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px; }
  .select_doctor input, .show_doctor input {
    display: block;
    text-align: center;
    margin: 5px auto; }
  .select_doctor label img, .select_doctor li img, .show_doctor label img, .show_doctor li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    margin-bottom: 5px; }
  .select_doctor li, .show_doctor li {
    margin-bottom: 10px;
    min-height: 175px; }
  .select_doctor .selected_doctor, .show_doctor .selected_doctor {
    background: #33a2e5;
    color: white;
    border-radius: 5px; }

.radiolist {
  padding: 0px;
  margin: 0px; }
  .radiolist li {
    margin-bottom: 5px; }
  .radiolist label {
    display: inline;
    font-weight: normal; }

.child-caps-reasonblock label {
  font-weight: normal; }

#form_sendpass .btn {
  margin-top: 15px; }

/* aanmeldingsformulier mobile */
@media (max-width: 480px) {
  #form_register .table > tbody > tr > td, #form_register .table > tbody > tr > th {
    display: block;
    width: 100%; }
  #form_register td {
    border-top: none; } }

body {
  background-color: #f1f1f1;
  background-image: url(../custom/images/background-base.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 600px; }

a {
  color: #b70909; }

h1 {
  color: #b70909;
  font-weight: normal; }

h2 {
  color: #350606; }

h3 {
  color: #b70909; }

#header {
  background: #b70909;
  height: 85px; }
  @media only screen and (max-width: 768px) {
    #header {
      height: 135px; }
      #header a {
        font-size: 14px; } }

.home-lead {
  padding: 40px 30px;
  background: white;
  background: url(), -moz-linear-gradient(45deg, white 0%, #f1f1f1 100%);
  background: url(), -webkit-gradient(left bottom, right top, color-stop(0%, white), color-stop(100%, #f1f1f1));
  background: url(), -webkit-linear-gradient(45deg, white 0%, #f1f1f1 100%);
  background: url(), -o-linear-gradient(45deg, white 0%, #f1f1f1 100%);
  background: url(), -ms-linear-gradient(45deg, white 0%, #f1f1f1 100%);
  background: url(), linear-gradient(45deg, white 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#f1f1f1', GradientType=1 );
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); }
  .home-lead h2 {
    color: #350606;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.2);
    font-size: 24px; }
  .home-lead .logo {
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.4)); }

.forgot-password {
  margin-left: 10px; }

.kliklogo {
  width: 100px;
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.3)); }

.jumbotron.home {
  background: #da4c6d;
  background: url(../custom/images/background-icons.png), -moz-linear-gradient(45deg, #da4c6d 0%, #db4646 100%);
  background: url(../custom/images/background-icons.png), -webkit-gradient(left bottom, right top, color-stop(0%, #da4c6d), color-stop(100%, #db4646));
  background: url(../custom/images/background-icons.png), -webkit-linear-gradient(45deg, #da4c6d 0%, #db4646 100%);
  background: url(../custom/images/background-icons.png), -o-linear-gradient(45deg, #da4c6d 0%, #db4646 100%);
  background: url(../custom/images/background-icons.png), -ms-linear-gradient(45deg, #da4c6d 0%, #db4646 100%);
  background: url(../custom/images/background-icons.png), linear-gradient(45deg, #da4c6d 0%, #db4646 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da4c6d', endColorstr='#db4646', GradientType=1 ); }
  @media only screen and (max-width: 1024px) {
    .jumbotron.home {
      background-size: 400px, cover; } }

.jumbotron.home {
  padding-top: 100px;
  padding-bottom: 200px;
  margin-bottom: 0px; }
  .jumbotron.home .home-login-form {
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); }
  .jumbotron.home .login-form {
    padding: 20px; }
    .jumbotron.home .login-form .form-control {
      border: 1px solid #f1f1f1;
      border-radius: 1px;
      box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
      margin-bottom: 15px;
      height: auto;
      padding: 12px 10px; }
    .jumbotron.home .login-form .btn-login {
      background: #b70909;
      color: white;
      border-radius: 3px;
      padding: 7px 25px; }

.page_box.homepage .container {
  padding: 50px 15px;
  background: white;
  transform: translateY(-50px);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.2); }

.menu.nav-pills {
  margin-bottom: 0px; }

.mainsubmenu {
  display: none; }

@media only screen and (min-width: 768px) {
  #header-sub .header-submenu > li {
    padding-bottom: 30px; } }

#header-sub .header-submenu > li a {
  color: #b70909; }

#header-sub .header-submenu > li:hover a {
  color: #db4646; }

#header-sub .header-submenu > li:hover .mainsubmenu {
  margin: 0px;
  padding: 0px;
  display: block;
  z-index: 99;
  position: absolute;
  top: 48px;
  left: 0px;
  list-style: none;
  width: auto;
  min-width: 200px;
  padding: 15px;
  background: white;
  box-shadow: 0px 7px 5px 1px rgba(0, 0, 0, 0.2); }
  #header-sub .header-submenu > li:hover .mainsubmenu li a {
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
    border: none;
    color: #350606; }

.submenu-page {
  background: #860707; }
  .submenu-page .selected-patient {
    background: white; }
  .submenu-page.menu.nav-pills a {
    background: #db4646; }
    .submenu-page.menu.nav-pills a:hover {
      background: #df5b5b; }
  .submenu-page.menu.nav-pills .active a {
    background: #da4c6d; }
    .submenu-page.menu.nav-pills .active a:hover {
      background: #da4c6d; }

.cta-corner {
  background: #db4646;
  width: 200px;
  height: 65px;
  border-radius: 0px 0px 0px 25px; }
  .cta-corner a {
    color: white;
    margin: 18px 10px 0px 30px; }
    .cta-corner a .submit-mini {
      width: auto;
      background: none; }
  .cta-corner a:hover {
    color: #350606; }
    .cta-corner a:hover .submit-mini {
      background: none;
      color: #350606; }

#form_rubric_dr {
  margin-bottom: 5px; }

/* Large desktops and laptops */
@media (min-width: 1200px) {
  body {
    margin-bottom: 80px; }
  .footer {
    height: 80px; }
  body.bsl {
    margin-bottom: 119px !important; }
  .bsl .footer {
    height: 119px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    margin-bottom: 80px; }
  .footer {
    height: 80px; }
  body.bsl {
    margin-bottom: 80px !important; }
  .bsl .footer {
    height: 80px; } }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    margin-bottom: 100px; }
  .footer {
    height: 100px; }
  body.bsl {
    margin-bottom: 100px !important; }
  .bsl .footer {
    height: 100px; } }

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  body {
    margin-bottom: 100px; }
  .footer {
    height: 100px; }
  body.bsl {
    margin-bottom: 100px !important; }
  .bsl .footer {
    height: 100px; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  body {
    margin-bottom: 100px; }
  .footer {
    height: 100px; }
  body.bsl {
    margin-bottom: 100px !important; }
  .bsl .footer {
    height: 100px; } }
