@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,300italic,400italic,700italic);
/*
 * Variables
 */
#menu svg * {
  stroke: #ddd;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
  height: 100%;
}
body {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
a {
  color: #abd321;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.cb {
  clear: both;
}
.center {
  margin: 0 auto;
  float: none !important;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body.login {
  background: #F1F1F1;
}
section.login {
  text-align: center;
  margin-top: 8%;
}
section.login div.login-dialog {
  background: #FFF;
  padding: 26px 24px 46px;
  text-align: left;
  width: 350px;
  margin: 0 auto;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
section.login div.login-dialog:after {
  content: '';
  display: table;
  clear: both;
}
section.login div.login-dialog form label {
  width: 150px;
  color: #666;
}
section.login div.login-dialog form input {
  width: 100%;
}
section.login div.login-dialog form input[type=submit] {
  width: auto;
  float: right;
}
section.login div.login-dialog div.errors ul {
  list-style: none;
  margin: 0;
}
section.login div.login-dialog div.errors ul li {
  margin-bottom: 12px;
  background: #D91E18;
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #CF000F;
}
/*****
 * Basis
 *****/
body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}
* {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .75em;
}
a.btn i {
  margin-right: 6px;
}
.loguit {
  margin-right: 6px;
}
form.search input[type=text] {
  height: 32px;
  line-height: 32px;
  font-size: 0.8em;
  color: #666;
}
form.search input[type="submit"] {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  text-indent: -9999px;
  background: #ffffff url(/img/search.png) no-repeat center center;
  background: #ffffff url(/img/search.svg) no-repeat center center;
  background-size: 25px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 50px;
  padding: 0;
  height: 32px;
  width: 32px;
}
form.search input[type="submit"]:hover,
form.search input[type="submit"]:focus,
form.search input[type="submit"]:active {
  background-color: #abd321;
}
section {
  position: relative;
}
#backoffice {
  height: 100%;
}
.icon-gp,
.icon-dp {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  margin-bottom: -9px;
}
.icon-gp {
  background: url(/img/icon-gp.png) no-repeat center center;
}
.icon-dp {
  background: url(/img/icon-dp.png) no-repeat center center;
}
/*****
 * Header
 *****/
header#header {
  background: #32913c;
  position: relative;
  text-align: center;
  padding: 12px;
  z-index: 2;
}
header#header:after {
  content: '';
  display: table;
  clear: both;
}
header#header h1 {
  float: left;
  color: #abd321;
  line-height: 80px;
  font-weight: 100;
  position: absolute;
  top: 0;
}
header#header img {
  height: 75px;
  vertical-align: top;
  margin: 0 auto;
}
header#header .topright {
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 99px;
}
header#header .topright form.search {
  display: inline-block;
}
header#header .topright form.search input[type=text] {
  margin-right: -35px;
  border-radius: 50px;
  border: 0;
  box-shadow: none;
  width: 32px;
  z-index: -1;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header#header .topright form.search.foldout input[type=text] {
  width: 250px;
  padding-right: 32px;
  padding-left: 12px;
  z-index: 1;
}
header#header .topright a.btn {
  display: inline-block;
  margin-right: 12px;
}
section#menu {
  position: fixed;
  width: 100px;
  top: 0;
  padding-top: 154px;
  z-index: 1;
  height: 100%;
  min-height: 100vh;
  background: #303030;
}
section#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#menu ul li {
  padding: 35px 0;
  text-align: center;
}
section#menu ul li i {
  color: #ddd;
}
section#menu ul li a svg {
  width: 36px;
  height: 36px;
}
section#menu ul li a:hover i,
section#menu ul li a:active i,
section#menu ul li a:focus i {
  color: #abd321;
}
section#menu ul li a:hover svg *,
section#menu ul li a:active svg *,
section#menu ul li a:focus svg * {
  stroke: #abd321;
}
section#main {
  padding: 24px;
  margin-left: 100px;
  z-index: 2;
  min-height: 100%;
}
section#main header {
  background: #abd321;
  height: 55px;
  margin-top: -34px;
  margin-left: -124px;
  margin-right: -24px;
}
section#main header h1 {
  font-weight: 300;
  color: #32913c;
  font-size: 1.5em;
  margin-left: 12px;
  line-height: 55px;
}
table {
  border: none !important;
  margin-bottom: 0;
}
table tr td:first-child {
  border-left: none;
}
table tr td:last-child {
  border-right: none;
}
table tr td a {
  color: #222222;
  text-decoration: none;
  display: block;
  width: 100%;
}
table tr td a:hover {
  text-decoration: underline;
}
table.sortable thead th {
  padding: 12px 10px;
  border: none;
  border-bottom: 1px solid #eee;
}
table.striped td {
  border: 1px dotted #ddd;
}
/*****
 * Homepage (dashboard)
 *****/
section.open-tasks {
  margin-top: 24px;
  margin-bottom: 36px;
  border: 1px solid #eee;
  border-radius: 5px;
}
section.open-tasks h2 {
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e0e0e0));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
  background: linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
  margin: 0;
  padding: 12px;
  border-bottom: 1px solid #eee;
}
section.open-tasks h2 i {
  margin-right: 12px;
}
section.open-tasks table th.id,
section.open-tasks table td.id {
  width: 5%;
}
section.open-tasks table th.status,
section.open-tasks table td.status,
section.open-tasks table th.last-status,
section.open-tasks table td.last-status {
  width: 30%;
}
section.open-tasks table th.naam,
section.open-tasks table td.naam {
  width: 20%;
}
section.open-tasks table th.datum,
section.open-tasks table td.datum {
  width: 15%;
}
section.open-tasks table td {
  position: relative;
  padding: 10px;
}
table td.klantnaam {
  min-width: 150px;
}
table td.datum {
  min-width: 135px;
}
section.flow-chart {
  overflow: scroll;
  height: calc(100vh -  178px);
}
.jqte {
  height: auto !important;
  margin-bottom: auto;
}
form.klantform fieldset .jqte ul {
  list-style: disc;
}
.bijlages,
.subbijlages {
  margin-left: 0;
}
.bijlages input[type=checkbox],
.subbijlages input[type=checkbox] {
  margin-right: 6px;
}
.bijlages li.bold,
.subbijlages li.bold {
  font-weight: bold;
}
.bijlages li.bullet,
.subbijlages li.bullet {
  list-style-type: disc;
  margin-left: 24px;
}
.email {
  width: 100%;
}
.onderwerp {
  width: 100%;
}
form.klantform {
  margin-top: 24px;
  margin-bottom: 24px;
  background: #f5f5f5;
}
form.klantform:after {
  content: '';
  display: table;
  clear: both;
}
form.klantform fieldset {
  width: 450px;
  float: left;
}
form.klantform fieldset:nth-child(2n) {
  padding-right: 0;
}
form.klantform fieldset h2 {
  margin-left: 24px;
}
form.klantform fieldset ul {
  list-style-type: none;
}
form.klantform fieldset ul li label {
  margin-right: 12px;
}
form.klantform fieldset ul li label:first-child {
  width: 175px;
  vertical-align: top;
  font-weight: 300;
}
form.klantform fieldset ul li.titel {
  margin-top: 18px;
}
form.klantform fieldset ul li textarea {
  width: 370px;
  height: 125px;
}
form.klantform fieldset ul li select {
  max-width: 397px;
}
form.klantform input[type="submit"] {
  float: left;
  clear: both;
  margin-left: 24px;
  margin-bottom: 24px;
}
form.klantform.extern {
  background: transparent;
}
form.klantform.extern fieldset {
  width: 100%;
  background: transparent;
}
form.klantform.extern fieldset ul li label {
  float: left;
  width: 160px !important;
}
.js-aanvraag-garantiecertificaat {
  display: none;
  margin-top: -32px;
}
.js-aanvraag-garantiecertificaat.show {
  display: block;
}
form.klantform.extern fieldset ul li label.auto_width {
  width: auto !important;
  display: block;
}
.history {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-left: 0;
  margin-bottom: 24px;
  clear: both;
}
.history > div > div {
  margin-left: 12px;
  margin-right: 12px;
}
.history h3 {
  margin-bottom: 16px;
}
.history h3:after {
  content: '';
  display: table;
  clear: both;
}
.history h3 a {
  color: #222222;
  text-decoration: none;
  font-weight: 300;
}
.history h3 a .fright {
  float: right;
  font-size: 12px;
}
.history h3.open a {
  color: #abd321;
  font-weight: normal;
}
.history div {
  margin-bottom: 12px;
}
.history div.mail {
  background: #f5f5f5;
  padding: 12px;
  margin-top: 6px;
  margin-left: 0;
}
.subhistory {
  margin-right: 0;
  clear: none;
}
form.state {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-left: 0;
}
form.state fieldset {
  width: 100%;
}
form.substate {
  float: left;
  width: 49%;
  margin-left: 0;
  margin-right: 0;
}
form.substate fieldset {
  width: 100%;
}
form select {
  max-width: 397px;
}
.mail,
.submail {
  margin: 24px;
}
.jqte {
  margin: 12px 0 0 0;
  border: #ddd 1px solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  overflow: hidden;
  -webkit-transition: box-shadow 0.4s, border 0.4s;
          transition: box-shadow 0.4s, border 0.4s;
  -o-transition: -o-box-shadow 0.4s, border 0.4s;
  height: 400px;
}
.jqte_editor,
.jqte_source {
  height: 100%;
}
body.extern {
  background: #f0f0f0;
  text-align: center;
}
body.extern div.top {
  margin: 24px auto;
  max-width: 500px;
}
body.extern div.top img {
  margin-bottom: 24px;
}
body.extern div.top img.logo {
  width: 240px;
  float: left;
}
body.extern div.top img.bovag {
  float: right;
  margin-top: 12px;
}
body.extern div.top h2 {
  clear: both;
}
body.extern div.content {
  background: #FFF;
  padding: 24px;
  text-align: left;
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  margin-bottom: 48px;
}
body.extern div.content:after {
  content: '';
  display: table;
  clear: both;
}
body.extern div.content p.intro {
  text-align: center;
}
body.extern div.content ul {
  list-style-type: none;
}
body.extern div.content ul li label {
  margin-right: 12px;
}
body.extern div.content ul li label:first-child {
  display: inline-block;
  width: 310px;
  margin-right: 32px;
}
body.extern div.content ul li label input {
  margin-right: 5px;
  margin-top: -3px;
}
body.extern div.content ul li select {
  display: inline-block;
  width: 180px;
}
body.extern div.content ul li.dekking label:first-child {
  width: 130px;
}
body.extern div.content ul li.titel {
  font-weight: bold;
  font-size: 16px;
  padding: 24px 0 6px 0;
}
body.extern div.content ul li.bottom {
  margin-top: 24px;
}
body.extern section.error {
  width: 600px;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 48px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
