﻿body {
  background-color: #8DA3AE;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-top: 50px;
  padding-bottom: 20px;
  /* http://colorzilla.com/gradient-editor/#8da3ae+0,7b8b96+100 */
  background: #8da3ae;
  background: -moz-radial-gradient(center, ellipse cover, #8DA3AE 0%, #7b8b96 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #8DA3AE 0%, #7b8b96 100%);
  background: radial-gradient(ellipse at center, #8DA3AE 0%, #7b8b96 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$clr-bg-def', endColorstr='$clr-bg-sec',GradientType=1 ); }
  @media (max-width: 1200px) {
    body {
      font-size: 13.006px; } }
  @media (max-width: 992px) {
    body {
      font-size: 12.012px; } }
  @media (max-width: 768px) {
    body {
      font-size: 12.012px; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1,
.h1 {
  font-size: 2.571em;
  margin-bottom: 16px; }

h2,
.h2 {
  font-size: 1.929em; }
  @media (max-width: 1600px) {
    h2,
    .h2 {
      font-size: 1.3em !important; } }
  @media (max-width: 1200px) {
    h2,
    .h2 {
      font-size: 1.2em !important; } }

p,
span {
  margin: 0;
  padding: 0; }

p,
a {
  line-height: 2.4em; }

a {
  color: #009688;
  text-transform: uppercase;
  transition: color 0.3s ease;
  word-break: break-word; }
  a:hover {
    color: #b2dfdb;
    text-decoration: underline; }
  a.with-badge {
    display: block !important; }

button:focus {
  outline: none !important; }

.btn {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #26a69a;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-size: 1.1em;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  display: inline-block;
  line-height: 36px;
  outline: 0;
  padding: 0 2em;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 768px) {
    .btn {
      display: block !important;
      margin-bottom: 16px; } }
  .btn:hover {
    color: #EEE;
    background-color: #00897b; }
  .btn:focus {
    color: #00897b;
    background-color: #b2dfdb; }
  .btn.btn-large {
    font-size: 1.2em;
    line-height: 3.4em; }
    @media (max-width: 768px) {
      .btn.btn-large {
        display: block !important;
        text-align: center; } }

@media (max-width: 768px) {
  .btn-back {
    display: block !important;
    text-align: center; } }

dl {
  margin: 0; }

.red {
  background-color: #ef5350 !important; }

.green {
  background-color: #66bb6a !important; }

.voldaan {
  font-weight: normal;
  padding-left: 5px;
  padding-top: 4px; }

.container {
  min-width: 303px;
  max-width: 1800px; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (min-width: 1600px) {
    .container {
      width: 1560px; } }
  @media (min-width: 1900px) {
    .container {
      width: 1800px; } }

@media (min-width: 768px) {
  .navbar > .container,
  .container.body-content {
    width: 750px; } }

@media (min-width: 992px) {
  .navbar > .container,
  .container.body-content {
    width: 970px; } }

@media (min-width: 1200px) {
  .navbar > .container,
  .container.body-content {
    width: 1170px; } }

@media (min-width: 768px) {
  .navbar > .container,
  .container.body-content-cal {
    width: 750px; } }

@media (min-width: 992px) {
  .navbar > .container,
  .container.body-content-cal {
    width: 970px; } }

@media (min-width: 1200px) {
  .navbar > .container,
  .container.body-content-cal {
    width: 1170px; } }

.navbar {
  border-width: 1px;
  border-style: solid; }

.navbar-toggle {
  background-color: #b2dfdb;
  border: 1px solid #009688;
  margin-right: 0; }
  .navbar-toggle .icon-bar {
    background-color: #009688; }

.navbar-custom {
  background-color: #4c6370;
  border: 0;
  border-bottom: 1px solid #65808d; }
  .navbar-custom .navbar-collapse {
    max-height: 300px; }
  .navbar-custom .navbar-nav > li > a {
    color: #FFF;
    text-transform: initial; }
    @media (max-width: 992px) {
      .navbar-custom .navbar-nav > li > a {
        font-size: 1.5em;
        padding-left: 0; } }
    .navbar-custom .navbar-nav > li > a:hover {
      background-color: rgba(0, 0, 0, 0.5); }
  .navbar-custom > .container {
    padding: 0 30px; }

.navbar-brand {
  padding: 8px; }

.login-wrapper {
  width: 550px; }
  .login-wrapper .card-content {
    text-align: left; }
    .login-wrapper .card-content a {
      display: inline-block;
      line-height: 3.4em;
      padding-left: 21px; }
  @media (max-width: 768px) {
    .login-wrapper {
      width: 90%; }
      .login-wrapper .card-content {
        text-align: center; }
        .login-wrapper .card-content .btn,
        .login-wrapper .card-content a {
          display: block;
          margin: 0 auto;
          margin-bottom: 10px; }
        .login-wrapper .card-content .btn {
          width: 75%; }
        .login-wrapper .card-content a {
          padding: 0; } }
  .login-wrapper h1 {
    text-align: left;
    margin-bottom: 10px;
    color: #26a69a; }
    .login-wrapper h1 ~ p {
      text-align: left;
      color: #9e9e9e;
      margin-bottom: 16px; }
  .login-wrapper .input-field {
    margin-bottom: 16px; }

.divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #e0e0e0; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  line-height: 2.4em !important; }

.body-content table {
  width: 100%; }
  .body-content table.table-condensed tr {
    background-color: transparent !important; }
  .body-content table tr {
    min-width: 320px; }
  .body-content table tr,
  .body-content table td {
    word-break: break-word; }
  .body-content table th.smaller,
  .body-content table td.smaller {
    width: 15%; }
  .body-content table th.smallest,
  .body-content table td.smallest {
    width: 5%; }
  .body-content table th a,
  .body-content table th p {
    margin: 0 !important;
    padding: 0 !important; }
  .body-content table tbody tr > td {
    vertical-align: middle !important;
    position: relative; }
    @media (max-width: 768px) {
      .body-content table tbody tr > td {
        line-height: 1.6em; }
        .body-content table tbody tr > td a {
          line-height: 1.6em; } }
  .body-content table tr:nth-child(even) {
    background-color: #EAEAEA; }
  .body-content table tr.success {
    background-color: #dff0d8; }
  .body-content table td p {
    margin-bottom: 0 !important; }
  .body-content table .control-label::before {
    margin-top: -10px; }
  @media (max-width: 480px) {
    .body-content table tr th,
    .body-content table tr td {
      width: auto !important; } }
  @media (max-width: 768px) {
    .body-content table > tbody > tr > td,
    .body-content table > tbody > tr > th,
    .body-content table > tfoot > tr > td,
    .body-content table > tfoot > tr > th,
    .body-content table > thead > tr > td,
    .body-content table > thead > tr > th {
      border-top: 0 !important;
      vertical-align: top !important; }
    .body-content table th {
      font-size: .9em !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-bottom: 8px; }
    .body-content table tr {
      border-top: 1px solid #ddd;
      min-height: 80px; }
      .body-content table tr th,
      .body-content table tr td {
        border: 0;
        position: relative;
        display: table-cell !important;
        min-width: 20px; }
    .body-content table td {
      border: 0 !important; }
    .body-content table.catalogus tr th:last-child {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .body-content table.catalogus tr td:last-child {
      width: 100%;
      display: block;
      padding-top: 0 !important; }
    .body-content table.catalogus tr th:first-child,
    .body-content table.catalogus tr td:first-child {
      width: 20%; }
    .body-content table.catalogus tr th:nth-child(2),
    .body-content table.catalogus tr td:nth-child(2) {
      width: 50%; }
    .body-content table.catalogus tr th:nth-child(3),
    .body-content table.catalogus tr td:nth-child(3) {
      width: 25%; }
    .body-content table.deskundigheid tr th:first-child,
    .body-content table.deskundigheid tr td:first-child {
      width: 25%; }
    .body-content table.deskundigheid tr td:first-child {
      text-align: left; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .body-content table.deskundigheid tr td:first-child img {
      display: block; } }
  @media (max-width: 768px) {
    .body-content table.deskundigheid tr th:nth-child(2),
    .body-content table.deskundigheid tr td:nth-child(2) {
      width: 55%;
      padding-bottom: 0 !important; }
    .body-content table.deskundigheid tr th:nth-child(3),
    .body-content table.deskundigheid tr td:nth-child(3) {
      width: 20%;
      padding-bottom: 0 !important; }
    .body-content table.deskundigheid tr th:last-child {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .body-content table.deskundigheid tr td:last-child {
      width: 100%;
      display: block; }
    .body-content table.deskundigheid .progress {
      margin-top: 10px; }
    .body-content table.documenten tr th:first-child,
    .body-content table.documenten tr td:first-child {
      width: 45%; }
    .body-content table.documenten tr th:nth-child(2),
    .body-content table.documenten tr td:nth-child(2) {
      width: 45%; }
    .body-content table.documenten tr th:last-child {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .body-content table.planning tr td:first-child {
      display: block;
      padding-bottom: 10px;
      padding: 17px !important;
      width: 100%;
      font-weight: bold; }
    .body-content table.planning tr td:last-child {
      padding: 17px !important;
      width: 100%; }
    .body-content table.planning tr td {
      padding: 17px !important; }
    .body-content table.planning tr th,
    .body-content table.planning tr td {
      width: 30%; }
    .body-content table.planning tr th:first-child,
    .body-content table.planning tr th:last-child {
      position: absolute;
      top: -9999px;
      left: -9999px;
      width: 0; }
    .body-content table.mijngebruikers tr th:last-child {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .body-content table.mijngebruikers tr td:last-child {
      width: 100%;
      display: block;
      padding-top: 0 !important; }
    .body-content table.mijngebruikers tr th:first-child,
    .body-content table.mijngebruikers tr td:first-child {
      width: 5%; }
    .body-content table.mijngebruikers tr th:nth-child(2),
    .body-content table.mijngebruikers tr td:nth-child(2) {
      width: 20%; }
    .body-content table.mijngebruikers tr th:nth-child(3),
    .body-content table.mijngebruikers tr td:nth-child(3) {
      width: 20%; }
    .body-content table.mijngebruikers tr th:nth-child(4),
    .body-content table.mijngebruikers tr td:nth-child(4) {
      width: 10%; }
    .body-content table.mijngebruikers tr th:nth-child(5),
    .body-content table.mijngebruikers tr td:nth-child(5) {
      width: 25%; }
    .body-content table.gebruiker tr th:first-child,
    .body-content table.gebruiker tr td:first-child {
      width: 30%; }
    .body-content table.gebruiker tr th:nth-child(2),
    .body-content table.gebruiker tr td:nth-child(2) {
      width: 30%; }
    .body-content table.gebruiker tr th:nth-child(3),
    .body-content table.gebruiker tr td:nth-child(3) {
      width: 30%; }
    .body-content table.gebruiker tr th:nth-child(4) {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .body-content table.gebruiker tr td:nth-child(4) {
      width: 100%;
      display: block;
      padding: 17px !important; }
    .body-content table.gebruiker tr th:last-child {
      position: absolute;
      top: -9999px;
      left: -9999px;
      width: 0; } }

dl dd,
dl dt {
  line-height: 2em;
  position: relative; }

dl dd p {
  line-height: 2.1em; }

dl dt {
  font-weight: bold;
  min-width: 180px; }

dl.dl-horizontal dt {
  white-space: normal;
  width: 250px; }

dl.dl-horizontal dd {
  padding-left: 260px;
  margin-left: 0; }

dl.dl-horizontal a {
  line-height: inherit; }

.branding {
  text-align: center; }
  .branding img {
    padding-bottom: 50px;
    max-width: 33vw;
    max-height: 33vh; }
    @media (max-width: 768px) {
      .branding img {
        width: 55%;
        height: auto; } }
    @media (max-width: 480px) {
      .branding img {
        width: 75%;
        height: auto; } }

.body-content-cal {
  margin-top: 46px; }
  .body-content-cal .card {
    border-top: 3px solid #e0e0e0; }
    .body-content-cal .card h2 {
      margin-bottom: 10px; }
    .body-content-cal .card p > a {
      display: inline-block; }
    .body-content-cal .card p {
      margin-bottom: 16px;
      word-break: break-all;
      padding-right: 10px; }
    .body-content-cal .card .btn {
      display: inline-block; }
    .body-content-cal .card .divider {
      margin-top: 22px; }
    .body-content-cal .card form {
      margin-bottom: 46px; }
    @media (max-width: 768px) {
      .body-content-cal .card h1 {
        text-align: center; }
      .body-content-cal .card dl {
        margin: 0 auto; }
      .body-content-cal .card .dl-horizontal {
        margin-bottom: 46px; }
      .body-content-cal .card dd {
        margin-bottom: 16px;
        line-height: 2em; }
      .body-content-cal .card dt,
      .body-content-cal .card dd {
        display: block !important;
        text-align: left;
        margin-left: 0;
        width: 100%;
        padding: 0; }
      .body-content-cal .card a {
        display: block; } }
  .body-content-cal h1, .body-content-cal h2, .body-content-cal h3, .body-content-cal h4, .body-content-cal h5, .body-content-cal h6 {
    margin-left: 15px;
    color: #FFF; }
  .body-content-cal h4 {
    margin: 16px 0 16px 15px;
    color: #424242; }
  .body-content-cal h5 {
    color: #424242; }

.body-content {
  margin-top: 46px; }
  .body-content .card {
    border-top: 3px solid #e0e0e0; }
    .body-content .card h2 {
      margin-bottom: 10px; }
    .body-content .card p > a {
      display: inline-block; }
    .body-content .card p {
      margin-bottom: 16px;
      word-break: break-word;
      padding-right: 10px; }
    .body-content .card .btn {
      display: inline-block; }
    .body-content .card .divider {
      margin-top: 22px; }
    .body-content .card form {
      margin-bottom: 46px; }
    .body-content .card table {
      margin-bottom: 16px; }
      .body-content .card table th,
      .body-content .card table td {
        padding: 17px !important;
        position: relative; }
      .body-content .card table th {
        font-size: 1em;
        text-transform: uppercase;
        word-break: break-word; }
      .body-content .card table th > a {
        color: #00897b; }
      .body-content .card table p,
      .body-content .card table a {
        line-height: 1.6em; }
      .body-content .card table a {
        display: inline; }
    .body-content .card td > .progress {
      margin: 0; }
    @media (max-width: 768px) {
      .body-content .card h1 {
        text-align: center; }
      .body-content .card dl {
        margin: 0 auto; }
      .body-content .card .dl-horizontal {
        margin-bottom: 46px; }
      .body-content .card dd {
        margin-bottom: 16px;
        line-height: 2em; }
      .body-content .card dt,
      .body-content .card dd {
        display: block !important;
        text-align: left;
        margin-left: 0;
        width: 100%;
        padding: 0; }
      .body-content .card a {
        display: block; } }
  .body-content h1, .body-content h2, .body-content h3, .body-content h4, .body-content h5, .body-content h6 {
    margin-left: 15px;
    color: #FFF; }
  .body-content h3 {
    padding-bottom: 15px; }
  .body-content h4 {
    margin: 16px 0 16px 15px;
    color: #424242; }
  .body-content h5 {
    color: #424242; }

.block-inline {
  margin: 46px 0; }
  .block-inline table th,
  .block-inline table td {
    display: table-cell;
    border: 1px solid #ddd; }
  .block-inline table td {
    border: 1px solid #ddd !important; }

.block-dashboard {
  margin-bottom: 16px; }
  @media (max-width: 992px) {
    .block-dashboard {
      margin-bottom: 22px; } }

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  background-color: #FFF; }
  .card .card-title {
    display: block;
    line-height: 3em;
    color: #424242;
    font-size: 1.4em;
    background-color: #E0F2F1;
    padding-left: 15px;
    position: relative; }
    @media (max-width: 1200px) {
      .card .card-title {
        font-size: 1em; } }
    @media (max-width: 992px) {
      .card .card-title {
        font-size: 1.286em; } }
    @media (max-width: 768px) {
      .card .card-title {
        font-size: 1em; } }
    .card .card-title:hover {
      cursor: pointer; }
    .card .card-title i {
      text-align: right;
      position: absolute;
      margin-right: 15px;
      right: 0;
      line-height: inherit;
      border-radius: 50%;
      background-color: #163542;
      z-index: 1; }
      .card .card-title i:hover {
        cursor: pointer; }
    .card .card-title.helper {
      transition: background-color .6s; }
      .card .card-title.helper:hover {
        background-color: #a2d8d3; }
      .card .card-title.helper ~ .card-help {
        top: 100%; }
    .card .card-title.helper-active ~ .card-help {
      top: 0px; }
  .card a {
    display: table; }
  .card form {
    margin-bottom: 10px; }
  .card dl {
    margin: 0 0 15px 15px; }
  .card dd {
    margin-left: 15px; }

ul.collapsible {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.collapsible .collapsible-header {
    background-color: #b2dfdb;
    vertical-align: middle;
    padding: 17px; }
    ul.collapsible .collapsible-header:hover {
      cursor: pointer; }
    ul.collapsible .collapsible-header h2 {
      font-size: 1.5em;
      line-height: 2em; }
    ul.collapsible .collapsible-header h2,
    ul.collapsible .collapsible-header h3 {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }

.card-title {
  text-transform: uppercase; }
  .card-title.helper > i {
    background-color: #26a69a !important;
    color: #FFF;
    font-size: .6em;
    border-radius: 8px;
    font-style: normal;
    padding: 0 4px;
    height: 30px;
    line-height: 30px;
    margin-top: 14px;
    text-transform: capitalize; }
    @media (max-width: 1600px) {
      .card-title.helper > i {
        margin-top: 10px;
        margin-right: 10px; } }
    @media (max-width: 1200px) {
      .card-title.helper > i {
        padding: 0 6px;
        font-size: .8em; } }

.color-divider {
  height: 6px;
  width: 100%;
  white-space: nowrap;
  position: relative;
  display: table; }

.color-divider span {
  display: table-cell;
  position: relative;
  height: 100%;
  width: 25%;
  vertical-align: top; }

.color-divider .kleur1 {
  background: #4c6370; }

.color-divider .kleur2 {
  background: #4c6370; }

.color-divider .kleur3 {
  background: #4c6370; }

.color-divider .kleur4 {
  background: #4c6370; }

.card-help {
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  transition: all .5s ease;
  z-index: 5;
  overflow-y: auto; }
  .card-help .help-video {
    border-bottom: 0px !important;
    padding-bottom: 0px !important; }
  .card-help .card-title {
    background: #FFF;
    padding: 0;
    line-height: 2em;
    color: #009688;
    border-bottom: 1px dotted #009688;
    padding-bottom: 17px; }
    @media (max-width: 768px) {
      .card-help .card-title {
        font-size: 0.9em; } }
    .card-help .card-title i {
      background-color: #b2dfdb;
      line-height: 1em;
      font-size: 1.286em;
      padding: .2em;
      margin: 0;
      color: #FFF; }
      .card-help .card-title i:hover {
        background-color: #009688;
        cursor: pointer; }
  .card-help p {
    margin: 10px 0;
    color: #5b5b5b; }

.card-content {
  padding: 15px; }
  .card-content .badge {
    line-height: 2.4em; }

.fc table {
  font-size: 0.857em; }

.fc-toolbar h2 {
  line-height: 2em;
  font-size: 1em;
  margin-top: 6px; }

.fc-button.fc-state-default {
  background-color: #26a69a;
  background-image: none;
  color: #FFF; }
  .fc-button.fc-state-default:hover {
    background-color: #26a69a; }
  .fc-button.fc-state-default:focus {
    background: #00897b; }

.fc-button.fc-state-active {
  background: #a2d8d3;
  /*border-color: #555555;
        color: white;*/ }
  .fc-button.fc-state-active:hover {
    background: #a2d8d3;
    /*border-color: #555555;
            color: white;*/ }
  .fc-button.fc-state-active:focus {
    background: #a2d8d3;
    /*border-color: #555555;
            color: white;*/ }

.fc-button.fc-state-disabled {
  background-color: #9e9e9e; }

.fc-button.fc-today-button.fc-state-disabled {
  background-color: transparent;
  border: 0;
  color: #00897b; }

.fc-event-container {
  /*overflow: hidden;*/ }

td.fc-day.fc-past {
  background-color: #EEEEEE; }

.form-control:focus {
  box-shadow: none; }

.file-field .btn {
  width: 250px; }
  @media (max-width: 768px) {
    .file-field .btn {
      width: 100%; } }

.file-field input {
  width: calc(100% - 262px);
  transition: none;
  margin: 0;
  height: 36px;
  margin-left: 10px; }
  @media (max-width: 768px) {
    .file-field input {
      margin-left: 0;
      margin-bottom: 16px;
      width: 100%; } }
  .file-field input:focus {
    padding: 0;
    border-bottom-width: 1px; }

.file-field .btn {
  float: left; }

.file-field input,
.file-field .btn {
  display: inline-block; }
  @media (max-width: 768px) {
    .file-field input,
    .file-field .btn {
      display: block; } }

form .input-field {
  padding: 0.5em 0 0.5em 0; }
  form .input-field .row {
    margin: 0; }

.input-field {
  position: relative;
  margin-bottom: 22px;
  /*.verified {
        border-bottom: 2px solid $clr-green-teal;
        padding: $pad-lg 0 $pad-xs 0 !important;
    }*/ }
  .input-field label {
    color: #5b5b5b;
    cursor: text;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all .3s; }
    .input-field label:hover {
      cursor: pointer; }

.chart-inline {
  display: inline-block !important;
  vertical-align: middle; }

.portfolio .function {
  margin: 0 0 10px 0;
  vertical-align: top;
  display: inline-block !important; }

.pie-chart {
  margin: 10px 17px; }

.badge {
  position: absolute;
  font-weight: normal;
  right: 15px;
  color: #5b5b5b;
  background: none;
  font-size: 1em;
  padding: 0;
  margin: 0; }

.material-tooltip {
  padding: 10px 8px;
  font-size: 1em;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: top, left; }

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 14px 14px;
  background-color: #00897b;
  z-index: -1;
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity; }

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all .3s ease-out; }

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none; }

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45); }

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7); }

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7); }

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7); }

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7); }

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7); }

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7); }

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none; }

.waves-notransition {
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

a.waves-effect .waves-ripple {
  z-index: -1; }

.progress {
  background-color: #b2dfdb;
  position: relative; }
  @media (max-width: 768px) {
    .progress {
      clear: both; } }

.progress-remaining {
  color: #000;
  position: absolute;
  right: 0;
  padding-right: 5px;
  font-size: .75em;
  vertical-align: middle;
  line-height: 20px; }

.progress-indicator {
  display: none; }
  .progress-indicator.first {
    float: left; }
  .progress-indicator.second {
    float: right; }
  @media (max-width: 768px) {
    .progress-indicator {
      display: block; } }

.pager {
  display: block;
  clear: both; }
  .pager p {
    margin: 0; }

.pagination {
  margin-top: 0;
  text-align: center; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > span,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #26a69a;
  border-color: #26a69a; }

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #00897b; }

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px dotted #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1em;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: border-bottom-color .3s; }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=url]:focus,
  input[type=time]:focus,
  input[type=date]:focus,
  input[type=datetime-local]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=search]:focus,
  textarea:focus {
    border-bottom: 1px solid #26a69a;
    /*padding: $pad-lg 0 $pad-xs 0;*/ }
    input[type=text]:focus ~ label,
    input[type=password]:focus ~ label,
    input[type=email]:focus ~ label,
    input[type=url]:focus ~ label,
    input[type=time]:focus ~ label,
    input[type=date]:focus ~ label,
    input[type=datetime-local]:focus ~ label,
    input[type=tel]:focus ~ label,
    input[type=number]:focus ~ label,
    input[type=search]:focus ~ label,
    textarea:focus ~ label {
      font-size: 1em;
      color: #26a69a; }
      input[type=text]:focus ~ label:hover,
      input[type=password]:focus ~ label:hover,
      input[type=email]:focus ~ label:hover,
      input[type=url]:focus ~ label:hover,
      input[type=time]:focus ~ label:hover,
      input[type=date]:focus ~ label:hover,
      input[type=datetime-local]:focus ~ label:hover,
      input[type=tel]:focus ~ label:hover,
      input[type=number]:focus ~ label:hover,
      input[type=search]:focus ~ label:hover,
      textarea:focus ~ label:hover {
        cursor: default !important; }

input[type=text]:focus:disabled {
  cursor: not-allowed !important;
  padding: 0 0 0 0 !important; }

input[disabled] {
  cursor: not-allowed; }

input[type=checkbox] + label {
  position: absolute;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  font-size: 1rem;
  /*left: 5px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; }

input[type=checkbox]:checked + label:before {
  width: 12px;
  height: 22px;
  top: -4px;
  left: -4px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  transform-origin: 100% 100%; }

input[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

input[type=checkbox]:not(:checked), input[type=checkbox]:checked {
  position: absolute;
  left: -9999px; }

.footer {
  text-align: center;
  margin: 10px 0;
  color: #4e636e; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 480px; }

.body-content .card {
  overflow: visible; }

.body-content-cal .card {
  /*overflow: visible;*/ }

.form-control[disabled] {
  margin-top: 20px; }

.form-control[disabled].verified {
  padding-top: 16px !important; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: transparent; }

.bootstrap-datetimepicker-widget a[data-action] {
  background-color: #26a69a;
  padding: 10px 0; }

.bootstrap-datetimepicker-widget a[data-action]:hover {
  background-color: #00897b; }

.bootstrap-datetimepicker-widget a[data-action] span {
  color: #FFF; }

.bootstrap-datetimepicker-widget table {
  margin-bottom: 0 !important; }

.input-field input[type=file] {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0; }

.file-field .btn {
  position: relative; }

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 15px; }

@media (max-width: 768px) {
  .modal-footer .btn {
    margin: 10px auto !important; } }

th input[type=checkbox] + label {
  position: absolute;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  font-size: 1rem;
  top: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

th input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  top: 11px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; }

th input[type=checkbox]:checked + label:before {
  width: 12px;
  height: 22px;
  /*top: -4px;*/
  top: 7px;
  left: -4px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  transform-origin: 100% 100%; }

th input[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

th input[type=checkbox]:not(:checked), th input[type=checkbox]:checked {
  position: absolute;
  left: -9999px; }

.modal-body p.emph {
  color: #333;
  font-weight: bold; }

.modal-header h4 {
  color: #333;
  margin: 0; }

.modal-content .form-control[disabled] {
  margin-top: 0; }

ul.collapsible .collapsible-header {
  padding: 4px 8px; }

span.ui-helper-hidden-accessible {
  display: none !important;
  opacity: 0; }

/* Uit Materialize */
/* Switch 
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1; }

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
  left: 24px; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD; }

/*rijen verschuiven*/
.ui-sortable-handle:not(.ui-sortable-helper) {
  transition: all .8s; }

.ui-sortable-handle.ui-sortable-helper {
  background: rgba(38, 166, 154, 0.75);
  border-radius: 6px;
  padding: 12px;
  border: 0; }

.ui-sortable-handle.ui-sortable-helper .cursus-thumb {
  padding: 0; }

.ui-sortable-handle.ui-sortable-helper td {
  border-top: 0;
  padding-top: 0;
  padding: 0 !important;
  color: #333; }

.ui-sortable-handle.ui-sortable-helper td a {
  color: #333; }

/* ========================================================================== */
.ui-menu {
  background-color: #FFF;
  border: 1px solid #ccc; }

/* ========================================================================== */
/* download center */
/* ========================================================================== */
.delete {
  color: red;
  /*display: none;*/
  opacity: 0;
  transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear; }

.dldoc:hover .delete {
  /*display:block;*/
  opacity: 1; }

/* ========================================================================== */
/* contact pagina */
/* ========================================================================== */
.contactpagina h1, .contactpagina h2, .contactpagina h3, .contactpagina h4, .contactpagina h5, .contactpagina h6 {
  margin-left: 0px;
  color: #FFF; }

.contactpagina h3 {
  margin: 0px 0px 5px 0px;
  color: #424242; }

.contactpagina h4 {
  margin: 0px 0px 5px 0px;
  color: #424242; }

.contactpagina h5 {
  margin: 0px 0px 5px 0px;
  color: #424242; }

.contactpagina p {
  margin-bottom: 0px;
  line-height: 1.4em; }

.row.contactpagina {
  margin-bottom: 15px; }

/* ========================================================================== */
/*  Uitleg bij agenda functie bij planner */
/* ========================================================================== */
.legendaAlle {
  border-radius: 5px;
  width: 69px;
  height: 11px;
  background-color: #ddd;
  /*margin-top: 5px;*/ }

.legendaPlanning {
  border-radius: 5px;
  width: 69px;
  height: 11px;
  background-color: #26a69a;
  margin-top: 5px; }

.legendaHeader {
  /*margin-top: 57px;*/ }

.legendaText {
  word-break: keep-all !important;
  /*margin-bottom: 0px !important;*/
  /*font-size: x-small;*/
  line-height: initial !important;
  text-align: left; }

.uitlegText {
  word-break: keep-all !important;
  margin-bottom: 7px !important;
  line-height: initial !important;
  text-align: left; }

.qrcode {
  margin-top: 15px; }
  .qrcode img {
    margin: 0 auto; }

.progressbar_login_label {
  text-align: center; }

.alert-error {
  color: #fffcfc;
  background-color: #e62020;
  border-color: #ebccd1; }

th select {
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  font-weight: 400;
  margin-left: -5px; }

.ShowPassword {
  float: right;
  margin-right: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  cursor: pointer; }
