body {
  background-color: #f2f2f2;
  overflow-x: hidden;
}
.error {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: #a94442;
}
a.btn {
  color: #333;
}
a,
button {
  -ms-touch-action: manipulation;
  /* IE10  */
  touch-action: manipulation;
  /* IE11+ */
}
.container {
  padding-bottom: 1em;
}
#search {
  padding: 5px 5px 5px 12px;
  background-color: #699AD4;
  position: fixed;
  width: calc(100vw - 50px);
  z-index: 9999;
  top: 5px;
}
#search .input-group-addon {
  background-color: white;
  padding-right: 0;
  height: 30px;
}
#search .input-sm {
  height: 30px;
  border-radius: 0 4px 4px 0 !important;
}
.cancel-search {
  color: white;
  font-size: 9pt;
  padding: 7px 0 7px 7px;
}
.simplebox {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.login .input-group-addon,
.login .input {
  border: 1px solid #ccc !important;
}
.login input:disabled {
  background-color: #ddd;
}
.login .input-group-addon {
  background-color: #ccc;
}
.login a.btn-transparent {
  color: #337ab7;
}
.ui-view-container {
  position: relative;
  height: 65px;
  -webkit-transform: translate3d(0, 0, 0);
}
.grey-background {
  background-color: #f2f2f2;
}
.white-background {
  background-color: white;
}
.page-title {
  position: absolute;
  top: 7px;
  width: 100%;
  text-align: center;
  color: white;
}
.page-title h4 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 12pt;
}
.text-block {
  padding: 20px;
  margin: 0;
  border-left: 0;
  border-right: 0;
  background-color: white;
}
.no-borders {
  border: 0 !important;
}
.back-btn-container,
.close-btn-container {
  position: absolute;
  top: 0;
  color: white;
}
.back-btn-container a i,
.close-btn-container a i {
  color: white;
}
.back-btn-info {
  color: white;
  font-size: 11pt;
  position: relative;
  top: -2px;
  left: -6px;
}
input {
  box-shadow: none !important;
}
input.ng-invalid {
  box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0) !important;
  box-shadow: 0 0 5px 2px #FF0000;
}
input.upload {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
div.loader {
  position: fixed;
  top: 0;
  height: 3px !important;
  overflow: hidden;
  left: 0;
  z-index: 100;
  font-size: 16pt;
  width: 100%;
}
div.full-size {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: solid red 2px;
}
span.agenda {
  float: left;
  min-width: 15px;
  max-height: 15px;
  margin-right: 7px;
  border: 1px solid #ccc;
}
span.agenda.id_1 {
  background-color: red;
}
span.agenda.id_4 {
  background-color: blue;
}
span.agenda.id_6 {
  background-color: green;
}
td a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: black;
}
td.min {
  width: 1%;
  white-space: nowrap;
}
.detail-container {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 100px);
  padding-bottom: 100px;
}
.detail-container.no-bottom-menu {
  height: calc(100vh - 50px);
}
.detail-container .profile-pic-container {
  margin-right: 11px;
  margin-top: 10px;
}
.panel {
  margin: 4px;
}
.panel-body {
  padding: 10px;
}
.marker {
  font-size: 1.3em;
  float: left;
  width: 40px;
  position: relative;
  top: 3px;
}
.indent {
  padding-left: 27px;
}
.indent-margin {
  margin-left: 28px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.profile-pic-container {
  height: 54px;
  width: 54px;
  display: inline-block;
  overflow: hidden;
  float: left;
  border-radius: 50% !important;
}
.profile-pic {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}
.client-list-text {
  margin-left: 70px;
  padding-top: 8px;
}
.profile-chooser .fa-square {
  color: #BBBBBB;
}
.profile-chooser .fa-chevron-right {
  margin-top: 15px;
}
.logout {
  cursor: pointer;
  display: block;
  float: right;
  z-index: 3;
  position: absolute;
  right: 0px;
  top: 0px;
}
.logout .btn-options {
  padding: 11px 17px 11px 17px;
}
.dropdown button {
  color: white;
}
.dropdown-menu {
  right: -1px;
  left: auto;
  top: 30px;
}
.dropdown-menu > li {
  border-bottom: 1px solid #ddd;
}
.dropdown-menu > li > a {
  padding: 1em 50px 1em 15px;
}
.dropdown-menu > li > a .marker {
  width: 30px;
}
.dropdown-menu > li:last-child {
  border-bottom: 0;
}
.dropdown-inline {
  display: inline;
}
.home-menu {
  font-weight: bold;
}
.navbar-orfeus {
  padding: 7px;
  z-index: 2;
  background-color: white;
}
.navbar-orfeus .btn {
  text-align: left;
}
.progress {
  height: 30px;
  background-color: transparent;
  border-radius: 0;
}
.progress-bar {
  transition: width 0.7s ease-in-out;
  background-color: white;
}
.btn {
  padding: 10px;
}
.btn:focus {
  outline: none;
}
.btn-spacer {
  display: block;
  height: 2em;
  border-bottom: 1px solid #ddd;
}
.btn-danger,
.btn-success {
  color: white !important;
}
.btn-success {
  background-color: #5cb85c !important;
}
.btn-agenda {
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.btn-back {
  padding: 20px 25px;
  border: 0;
}
.btn-block + .btn-block {
  margin-top: 0;
}
.btn-block,
.btn-menu {
  background-color: white;
}
.btn-menu {
  text-align: left;
  padding: 12px;
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.btn-menu:last-child {
  margin-bottom: 0;
}
.btn-primary {
  background-color: #699AD4;
  color: white !important;
}
.btn-transparent {
  background-color: transparent;
  border: 0;
  color: #333;
}
.btn-top-left-fixed {
  position: fixed;
  top: 0;
  left: 0;
  color: white;
}
.form-container {
  padding: 30px 10px 30px 10px;
  background-color: white;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.form-container .btn-menu {
  border: 1px solid #ccc;
}
.no-top-border {
  border-top: 0;
}
.form-control {
  height: 3em;
}
.details-button-container {
  margin: 8px 4px 4px 4px;
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orfeus-logo {
  margin: 25px auto 5px auto;
  height: 75px;
  width: auto;
}
.form-signin .input-group {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  padding: 1em;
}
.form-signin .input-group-addon .fa {
  width: 1em;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.w50 {
  width: 50px;
}
.tab-content {
  background-color: #fff;
  padding-top: 1em;
}
#clienten {
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 50px);
  padding-bottom: 100px;
}
#clienten .tab-content {
  padding-top: 0;
}
.input-inline-auto-width {
  display: inline-block;
  width: auto !important;
}
.btn-new {
  background-color: #47378A;
}
.btn-timepicker {
  margin: 2px;
}
.weekend {
  background-color: #eee;
}
.agenda-time-slot li {
  list-style: none;
  padding: 3px 0 3px 0;
}
ul.agenda-time-slot {
  padding: 0;
}
.navbar-agenda-chooser {
  background-color: #fff;
  border: 0;
  margin: 0;
}
.navbar-agenda-chooser-dropdown {
  border: 1px solid #699AD4;
  border-radius: 5px;
  width: 75%;
  float: right;
  margin-right: 15px;
}
.navbar-agenda-chooser-dropdown > ul > li {
  border-bottom: 1px solid #699AD4;
}
.navbar-agenda-chooser-dropdown > ul > li:last-child {
  border-bottom: 0;
}
.agenda-date {
  position: absolute;
  font-size: 9px;
  left: 19px;
  top: 17px;
}
.nav-tabs {
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  background-color: #f2f2f2;
  margin-top: 3px;
  text-align: center;
  margin: auto;
  width: 100vw;
}
.nav-tabs > li {
  float: none;
  display: inline-block;
  width: 33.33333333%;
  display: block;
  float: left;
  margin-bottom: -1px;
  border: 0;
}
.nav-tabs > li > a {
  border: 1px solid #ddd;
  background-color: #dedede;
  color: #777;
  border-radius: 0;
  margin: 0;
  border: 0 !important;
}
.nav-tabs-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.alert-nomargin {
  margin: 0;
  border-top: 1px solid #ccc;
  border-bottom: 0;
}
.alert-info {
  background-color: white;
  border-color: #ccc;
}
.sub-item {
  margin-left: 40px;
}
.non-editable-input {
  border: none;
  outline: none;
  background-color: transparent !important;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  box-shadow: none;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus:hover {
  background-color: transparent;
  border-color: #ccc;
}
.detail-container .btn-default:active,
.detail-container .btn-default:focus,
.detail-container .btn-default:hover,
.detail-container .btn-default:active:focus,
.detail-container .btn-default:active:hover,
.detail-container .btn-default:focus:hover {
  background-color: white;
  color: black;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: white;
  border-color: #adadad;
}
.btn-menu > .fa-chevron-right,
.btn-menu > div > .fa-chevron-right,
.sub-item > .fa-chevron-right {
  color: #CCC;
}
.navbar-top {
  width: 100%;
  background-color: #699AD4;
  height: 50px;
}
.item-details {
  margin-left: 40px;
  white-space: initial;
}
.btn-options {
  border-radius: 0 4px 4px 0;
  padding: 11px 17px 11px 5px;
  border: 0;
  background-color: #699AD4;
  font-size: 15pt;
}
.btn-options .fa-times {
  padding-left: 17px;
}
.btn-options:hover,
.btn-options:active,
.btn-options:focus {
  color: white;
}
.table {
  background-color: white;
  margin-bottom: 0;
}
.extra-small {
  font-size: 9pt;
}
.afgekeurd {
  color: #a94442;
}
.goedgekeurd {
  color: #3c763d;
}
.wrap-text {
  white-space: normal;
}
.brieftekst {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  word-wrap: break-word;
  white-space: pre;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  padding: 1em;
  border-top: 1px solid #ccc;
}
.popup {
  position: absolute;
  top: 68px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  width: 100vw;
  z-index: 999;
  height: 100vh;
}
.kalender-dag {
  font-size: 38px;
}
.kalender-maand {
  color: #aaa;
}
.kalender-afspraken-dag {
  padding-right: 1em;
}
#pdfFrame {
  width: 150vw;
  height: 1000vh;
  border: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.notification-badge {
  border-radius: 50% !important;
  background-color: red !important;
  color: white;
  font-weight: bold;
  position: absolute;
  top: -10px !important;
  left: 35px;
}
.notification-active > a {
  background-color: #EDEFF5;
  color: black;
}
.borderless td,
.borderless th {
  border: none !important;
}
.blinker {
  animation: blinker 1s linear infinite;
}
.zoomed-in {
  width: 200vw;
  transition: all 0.5s ease-in-out;
}
.zoom-normal {
  width: 100vw;
  transition: all 0.5s ease-in-out;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}
.timeline-wrapper {
  width: 100vw;
  /*height: ~"calc(100vh - 100px)";*/
  background-color: white;
}
.timeline-item {
  background: #fff;
  padding: 12px;
  margin: 0 auto;
  max-width: 100vw;
  min-height: 200px;
}
.background-masker {
  background: #fff;
  position: absolute;
}
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 70%;
  right: 0;
}
.background-masker.subheader-right {
  left: 60%;
}
.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.background-masker.content-top {
  height: 20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 80%;
  right: 0;
  top: 60px;
  height: 8px;
}
.background-masker.content-second-line {
  top: 68px;
}
.background-masker.content-second-end {
  left: 95%;
  top: 74px;
}
.background-masker.content-third-line {
  top: 82px;
}
.background-masker.content-third-end {
  left: 87%;
  top: 88px;
}
.mini-btn-text {
  font-size: 12px;
  font-size: 70%;
  display: block;
  position: absolute;
  color: #9a9a9a;
  top: 25px;
  width: 100%;
  left: 0;
  text-align: center;
}
.fixed-to-screen-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.bottom-menu .nav-tabs {
  margin: auto;
  width: 100%;
  text-align: center;
  background-color: white;
  border: 0;
  border-top: 1px solid #ccc;
}
.bottom-menu .nav-tabs > li {
  width: 20%;
  display: block;
  float: left;
}
.bottom-menu .nav-tabs > li > a {
  line-height: 30px;
  text-align: center;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #bbb;
}
.bottom-menu .nav-tabs > li > a > i {
  position: relative;
  top: -5px;
}
.bottom-menu .nav-tabs > li.active > a {
  color: #1c69c3;
  border: 0;
  background-color: transparent;
}
.bottom-menu .nav-tabs > li.active > a .mini-btn-text {
  color: #1c69c3;
}
#client-header {
  height: 100px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}
#client-overzicht table {
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
.margin-spacer {
  margin-bottom: 100px;
}
.add-btn-container {
  position: fixed;
  bottom: 55px;
  right: 5px;
}
.add-btn-container .fa-circle {
  text-shadow: 0 2px 10px #999;
}
.text-disabled {
  opacity: .6;
}
pre.note {
  white-space: pre-wrap;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
.note-preview {
  height: 40px;
  overflow: hidden;
}
.open {
  height: auto !important;
  min-height: 40px;
}
h4 {
  font-weight: bold;
}
h5 {
  font-weight: bold;
  font-size: 15pt;
  margin-top: 19px;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.mfa {
  font-size: 36pt;
  margin: 10px;
}
.avg {
  font-size: 85%;
  color: #AAA;
  padding-top: 2rem;
}
