html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto", arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  background-color: #eeeeee;
  -webkit-text-size-adjust: 100%;
}

strong, b {
  font-weight: 400;
}

p {
  margin: 0px 0px 18px 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

li {
  font-size: 14px;
  line-height: 23px;
}

h1 {
  margin: 0px 0px 18px 0px;
  padding: 0px;
  font-size: 21px;
  line-height: 21px;
  color: #D2232A;
  font-weight: 600;
}

h2 {
  margin: 0px 0px 18px 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 21px;
  color: #D2232A;
  font-weight: 600;
}

h3 {
  margin: 0px 0px 18px 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 26px;
  color: #2e86c7;
  font-weight: normal;
}

h4 {
  margin: 0px 0px 18px 0px;
  padding: 0px;
  font-size: 13px;
  color: #2e86c7;
  line-height: 18px;
  font-weight: normal;
}

img {
  border: 0;
}

.content-sub img {
  max-width: 100% !important;
  height: auto !important;
}

.content-sub iframe {
  max-width: 100% !important;
  border: 0px !important;
}

a:link, a:active, a:visited {
  color: #d2222a;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.semi-bold {
  font-weight: 600;
}

input[type=text], textarea, input[type=email], input[type=password] {
  padding: 7px 10px;
  background-color: #fff;
  margin: 0 0px 0px 0;
  font-size: 13px;
  font-family: "Roboto", arial;
  border: 2px solid #d9d9d9;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 1px 2px 4px 2px #eee;
  -ms-box-shadow: inset 1px 2px 4px 2px #eee;
  box-shadow: inset 1px 2px 4px 2px #eee;
  border-radius: 4px;
}

input[type=number] {
  padding: 7px 10px;
  background-color: #fff;
  margin: 0 0px 0px 0;
  font-size: 13px;
  font-family: "Roboto", arial;
  border: 2px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 1px 2px 4px 2px #eee;
  -ms-box-shadow: inset 1px 2px 4px 2px #eee;
  box-shadow: inset 1px 2px 4px 2px #eee;
  border-radius: 4px;
}

select {
  padding: 7px 10px;
  background-color: #fff;
  margin: 0 0px 0px 0;
  font-size: 13px;
  font-family: "Roboto", arial;
  border: 2px solid #d9d9d9;
  background-image: url(../../images/pijltje.png);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 1px 2px 4px 2px #eee;
  -ms-box-shadow: inset 1px 2px 4px 2px #eee;
  box-shadow: inset 1px 2px 4px 2px #eee;
  border-radius: 4px;
}

input[type=text]:hover, textarea:hover {
  border: 2px solid #bbb;
}

input[type=submit], .standaard-button {
  font-family: "Roboto", arial;
  padding: 9px 15px 9px 15px;
  margin: 10px 0px 0px 0px;
  outline: none;
  border: 0px;
  font-size: 14px;
  font-weight: 600;
  background-color: #d2222a;
  cursor: pointer;
  -webkit-appearance: none;
  color: #fff !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

input[type=submit]:hover, .standaard-button:hover {
  background-color: #d2222a;
}

.testbreedte {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
}

.testdiv {
  position: fixed;
  width: 40px;
  top: 0px;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: left;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
}

#header {
  position: relative;
  float: left;
  width: 100%;
  z-index: 2;
  background-color: #fff;
}

.logo {
  position: absolute;
  left: 40px;
  top: 25px;
}

.logo img {
  outline: none;
  border: 0px;
}

#top {
  position: relative;
  float: left;
  width: 100%;
  min-height: 120px;
}

#menu {
  position: relative;
  float: left;
  width: 100%;
  background-color: #eeeeee;
}

#banner {
  position: relative;
  float: left;
  width: 100%;
  height: 400px;
  z-index: 0;
  overflow: hidden;
}

#banner-schaalbaar {
  position: relative;
  float: left;
  width: 100%;
}

#content {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 0;
}

#content-links {
  position: relative;
  float: left;
  width: 60%;
  margin-right: 10%;
}

#content-rechts {
  position: relative;
  float: left;
  width: 30%;
}

#kruimelpad {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

#footer {
  position: relative;
  float: left;
  width: 100%;
}

#footer-top {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 0;
  background-color: #ccc;
}

.footer-blok {
  position: relative;
  float: left;
  width: 45%;
}

.footer-blok-rechts {
  width: 55%;
}

#footer-copyright {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: #eee;
}

#copyright {
  position: relative;
  float: left;
  font-size: 11px;
  color: #333;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
  font-size: 11px;
  color: #333;
  text-decoration: none;
}

#copyright a:hover {
  font-size: 11px;
  color: #f47a31;
}

#menu-bottom {
  position: relative;
  float: right;
  font-size: 11px;
  color: #333;
}

.bottom-link {
  font-size: 11px !important;
  color: #333 !important;
}

.bottom-link:hover {
  color: #f47a31 !important;
}

#maps-map-container {
  position: relative;
  float: left;
  display: none;
  width: 800px;
  height: 380px;
  z-index: 10;
  background-color: #FFF;
  background-image: url("../../images/loading-maps.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

.floatleft {
  position: relative;
  display: inline;
  float: left;
}

.floatright {
  position: relative;
  display: inline;
  float: right;
}

div.breadcrumb-div {
  display: inline;
}

#facebook-container {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
}

#facebook-feed {
  position: relative;
  float: left;
  width: 100%;
  height: 262px;
  background-color: #5c4ea2;
  padding: 25px 0;
  border-radius: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#facebook-feed-scroller {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0px;
  left: 0px;
  padding-top: 20px;
  padding-bottom: 25px;
}

.social-media-item {
  position: relative;
  float: left;
  width: 74%;
  margin: 10px 13% 15px 13%;
}

.social-logo-img {
  position: relative;
  float: left;
  width: 20%;
}

.social-tekst-titel {
  position: relative;
  float: right;
  width: 80%;
  color: #fff;
  line-height: 16px;
  font-size: 25px;
}

.social-tekst-titel-datum {
  font-style: italic;
  font-size: 11px;
  font-weight: 400;
}

.social-tekst-bericht {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  line-height: 22px;
  margin-top: 15px;
  font-size: 18px;
}

#megacontainer {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 700px;
  display: block;
}

#megacontainer-kaart-nl {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 700px;
  display: block;
  background-color: #fff;
}

#megacontainer-left {
  position: absolute;
  width: 16%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #dfdfdf;
}

#megacontainer-right {
  position: absolute;
  width: 84%;
  height: 100%;
  right: 0px;
  top: 0px;
  background-color: #eeeeee;
}

#megacontainer-right-login {
  position: absolute;
  width: 84%;
  height: 100%;
  right: 0px;
  top: 0px;
  background-color: #d2222a;
}

.logout-container {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.login-container {
  position: absolute;
  width: 300px;
  height: 140px;
  top: 50%;
  left: 50%;
  padding: 30px;
  margin-top: -70px;
  margin-left: -150px;
  background-color: #dfdfdf;
  border-radius: 5px;
}

.login-melding {
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  padding: 10px 30px 0px 30px;
  margin-top: 140px;
  margin-left: -150px;
  text-align: center;
  color: #fff !important;
}

.login-container input[type=text], .login-container input[type=password] {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 7px 10px;
  background-color: #fff;
  margin: 0px 0px 5px 0;
  font-size: 15px;
  border: 2px solid #d9d9d9;
  font-family: "Roboto", arial;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 1px 2px 4px 2px #eee;
  -ms-box-shadow: inset 1px 2px 4px 2px #eee;
  box-shadow: inset 1px 2px 4px 2px #eee;
  border-radius: 4px;
}

.login-container input[type=button], .login-container input[type=submit] {
  position: relative;
  float: right;
  padding: 9px 15px 9px 15px;
  margin: 10px 0px 0px 0px;
  outline: none;
  border: 0px;
  font-size: 14px;
  font-weight: 600;
  background-color: #d2222a;
  cursor: pointer;
  -webkit-appearance: none;
  color: #fff !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

#megacontainer-right-tabs {
  position: absolute;
  width: 100%;
  height: 7%;
  top: 0px;
  left: 0px;
  background-color: #c8c8c8;
  border-bottom: 3px solid #d2222a;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#tabs-container {
  position: absolute;
  width: 97%;
  bottom: 0px;
  left: 3%;
}

#tabs-container a:link, #tabs-container a:hover, #tabs-container a:active, #tabs-container a:visited {
  position: relative;
  float: left;
  display: inline;
  padding: 10px 20px 10px 20px;
  margin-right: 7px;
  background-color: #dedede;
  color: #5d5d5d;
  font-weight: 600;
  -webkit-box-shadow: inset 0px -5px 5px 0px #d0d0d0;
  -ms-box-shadow: inset 0px -5px 5px 0px #d0d0d0;
  box-shadow: inset 0px -5px 5px 0px #d0d0d0;
  border-radius: 4px 4px 0px 0px;
}

#tabs-container a:hover {
  background-color: #fff;
  color: #5d5d5d;
  -webkit-box-shadow: inset 0px -5px 5px 0px #eee;
  -ms-box-shadow: inset 0px -5px 5px 0px #eee;
  box-shadow: inset 0px -5px 5px 0px #eee;
}

#tabs-container .active {
  background-color: #d2222a !important;
  color: #fff !important;
  -webkit-box-shadow: inset 0px -5px 5px 0px #d2222a !important;
  -ms-box-shadow: inset 0px -5px 5px 0px #d2222a !important;
  box-shadow: inset 0px -5px 5px 0px #d2222a !important;
}

#megacontainer-right-content {
  position: absolute;
  width: 100%;
  height: 93%;
  top: 7%;
  left: 0px;
}

#megacontainer-right-content-vervolg {
  position: absolute;
  width: 100%;
  height: 93%;
  top: 7%;
  left: 0px;
  background-color: #fff;
}

#megacontainer-right-dashboard-blok {
  position: absolute;
  width: 92%;
  height: 80%;
  top: 14%;
  left: 4%;
  background-color: #fff;
  border: 3px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

#megacontainer-left-logo {
  position: relative;
  float: left;
  display: inline;
  margin-top: 40px;
  text-align: center;
}

#megacontainer-left-logo img {
  width: 80%;
  border: 0px;
}

#tabs-dashboard {
  position: absolute;
  height: 48px;
  top: -51px;
  width: 99%;
  bottom: 0px;
  left: 1%;
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#tabs-dashboard::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  overflow: visible;
}
#tabs-dashboard::-webkit-scrollbar-track {
  background: #dfdfdf;
}
#tabs-dashboard::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 20px;
}
#tabs-dashboard::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

#tabs-dashboard a:link, #tabs-dashboard a:hover, #tabs-dashboard a:active, #tabs-dashboard a:visited {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  margin-left: 7px;
  background-color: #dedede;
  color: #5d5d5d;
  font-weight: 600;
  border-top: 3px solid #dedede;
  border-right: 3px solid #dedede;
  border-left: 3px solid #dedede;
  -webkit-box-shadow: inset 0px -5px 5px 0px #d0d0d0;
  -ms-box-shadow: inset 0px -5px 5px 0px #d0d0d0;
  box-shadow: inset 0px -5px 5px 0px #d0d0d0;
  border-radius: 5px 5px 0px 0px;
}

#tabs-dashboard a:hover {
  background-color: #fff;
  color: #5d5d5d;
  border-top: 3px solid #dedede;
  border-right: 3px solid #dedede;
  border-left: 3px solid #dedede;
  -webkit-box-shadow: inset 0px -5px 5px 0px #eee;
  -ms-box-shadow: inset 0px -5px 5px 0px #eee;
  box-shadow: inset 0px -5px 5px 0px #eee;
}

#tabs-dashboard .active {
  background-color: #fff !important;
  color: #000 !important;
  border-top: 3px solid #dfdfdf;
  border-right: 3px solid #dfdfdf;
  border-left: 3px solid #dfdfdf;
  border-radius: inset 0px -5px 5px 0px #fff !important;
  -webkit-box-shadow: inset 0px -5px 5px 0px #fff !important;
  -ms-box-shadow: inset 0px -5px 5px 0px #fff !important;
  box-shadow: inset 0px -5px 5px 0px #fff !important;
}

#dashboard-datum {
  position: absolute;
  top: -41px;
  color: #5d5d5d;
  font-weight: 600;
  font-size: 16px;
}

#dashboard-zoeken-container {
  position: absolute;
  right: 3%;
  top: 5px;
  margin-top: 0;
}

#dashboard-zoeken-container-klant-swisher {
  position: relative;
  float: left;
}

#dashboard-zoeken-container-klant-postcode {
  position: relative;
  float: left;
  margin-right: 20px;
}

#dashboard-zoeken-container-klant {
  position: relative;
  float: left;
  margin-left: 20px;
}

.adres-input {
  position: relative;
  float: left;
  border: 2px solid #434343 !important;
}

#dashboard-blok-adres-zoeken-container input::-webkit-input-placeholder {
  color: #333;
}

#dashboard-blok-adres-zoeken-container input:-moz-placeholder {
  color: #333;
}

#dashboard-blok-adres-zoeken-container input::-moz-placeholder {
  color: #333;
}

#dashboard-blok-adres-zoeken-container input:-ms-input-placeholder {
  color: #333;
}

#dashboard-blok-adres-zoeken-container {
  position: relative;
  float: left;
}

#dashboard-zoeken-container-klant:hover .zoeken-klant-submit, #dashboard-zoeken-container-klant-swisher:hover .zoeken-klant-submit, #dashboard-blok-adres-zoeken-container:hover .zoeken-klant-submit, #inbox-top-zoek:hover .zoeken-klant-submit {
  background-position: bottom;
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

#dashboard-zoeken-container-klant input[type=text], #dashboard-zoeken-container-klant-swisher input[type=text], #dashboard-zoeken-container-klant-postcode input[type=text] {
  position: relative;
  float: left;
  width: 200px;
  font-weight: 400;
  padding: 7px 30px 7px 14px;
  margin: 0px;
}

.zoeken-klant-submit {
  position: absolute;
  top: 2px !important;
  right: 2px !important;
  margin: 0px !important;
  padding: 0px;
  width: 29px;
  height: 29px;
  background-image: url(../../images/search-button-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d2222a !important;
  border-radius: 3px;
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

.zoeken-klant-submit:hover {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

#dashboard-kaart-links {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  padding: 25px 30px;
  border-right: 3px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#dashboard-kaart-rechts {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

#dashboard-kaart-rechts iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border: 0px;
}

.titel-groot {
  position: relative;
  float: left;
  width: 100%;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e1e1e1;
}

#dashboard-kaart-links-route-titel-img {
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
}

.dashboard-kaart-links-route-titel-img-uit {
  opacity: 0.7;
}

#dashboard-kaart-links-blokken {
  position: relative;
  float: left;
  width: 100%;
}

.route-blok {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.route-blok-uitklap {
  position: absolute;
  left: 3px;
  top: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 2px solid #333333;
  background-image: url(../../images/plus.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.route-blok-uitklap-min {
  background-image: url(../../images/min.png);
}

.route-blok-kleur {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 16px;
  height: 16px;
  border: 2px solid #333333;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.route-blok-kleur-groen {
  background-color: #25b412;
}

.route-blok-kleur-paars {
  background-color: #ce5ecd;
}

.route-blok-kleur-rood {
  background-color: #c22121;
}

.route-blok-zichtbaar {
  position: absolute;
  right: 1px;
  top: 20px;
  width: 16px;
  height: 16px;
  padding: 0px;
  margin: 0px;
  border: 2px solid #333333;
  background-color: #25b412;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.route-blok-tekst {
  position: relative;
  float: left;
  width: 55%;
  margin-left: 15%;
}

.route-blok-tekst-extra {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 20px;
  display: none;
}

.route-blok-tekst-titel {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
}

.route-blok-tekst-naam {
  position: relative;
  float: left;
  width: 100%;
}

.route-blok-tekst-tijd {
  position: relative;
  float: left;
  width: 100%;
}

.route-blok-extra {
  position: relative;
  float: left;
  width: 100%;
  display: none;
  padding-top: 5px;
}

.route-blok-extra-regel {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 10px;
}

.route-blok-extra-regel:hover .route-blok-extra-cijfer {
  border: 2px solid #a8a8a8;
  color: #969696;
}

.route-blok-extra-links {
  position: relative;
  float: left;
  width: 15%;
}

.route-blok-extra-rechts {
  position: relative;
  float: left;
  width: 85%;
}

.route-blok-extra-rechts-titel {
  position: relative;
  float: left;
  width: 100%;
  height: 18px;
  color: #333 !important;
  font-size: 14px;
  font-weight: 500;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.route-blok-extra-rechts-titel-groen {
  color: #64ce1e !important;
}

.route-blok-extra-rechts-tekst {
  position: relative;
  float: left;
  width: 100%;
  color: #333 !important;
}

.route-blok-extra-cijfer {
  position: relative;
  float: left;
  width: 22px;
  height: 22px;
  line-height: 19px;
  border: 2px solid #c9c9c9;
  color: #b2b2b2;
  text-align: center;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}

.route-blok-extra-vink {
  position: relative;
  float: left;
  width: 22px;
  height: 17px;
  background-image: url(../../images/icon-vink.png);
  background-repeat: no-repeat;
  background-position: center;
}

.route-blok-extra-link {
  position: relative;
  float: left;
  margin-left: 14%;
  width: 86%;
  margin-top: 8px;
  text-decoration: underline !important;
  color: #d2222a !important;
}

.route-blok-extra-link:hover {
  color: #f32730 !important;
}

.route-detail-tabel {
  margin-top: 30px;
}

.route-detail-tabel td:first-child {
  width: 180px;
}

.route-detail-tabel td:last-child {
  width: 50px;
  text-align: right;
}

#dashboard-blok-adres-zoeken {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  border-left: 3px solid #434343;
  border-top: 3px solid #434343;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px 0 0 0;
}

.button-bezoek-toevoegen {
  position: relative;
  float: left;
  padding: 9px 15px 9px 15px;
  margin: 0px 0px 0px 10px;
  outline: none;
  border: 0px;
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 600;
  background-color: #d2222a;
  color: #fff !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.button-bezoek-toevoegen:hover {
  background-color: #f31a24;
}

.route-blokje-nummer {
  position: absolute;
  left: 130px;
  top: 120px;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  color: #fff !important;
  border: 2px solid #333333;
  background-color: #333333;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#route-fancybox {
  position: relative;
  float: left;
  width: 920px;
  margin: 20px 25px;
  line-height: 23px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#route-fancybox-top {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#route-fancybox-bottom {
  position: relative;
  float: left;
  width: 100%;
}

.route-fancybox-top-blokken {
  position: relative;
  float: left;
  width: 25%;
  font-size: 14px;
  padding: 0 25px 0 0px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.route-fancybox-top-blokken-regel {
  position: relative;
  float: left;
  width: 100%;
}

.titel-medium {
  position: relative;
  float: left;
  width: 100%;
  color: #000000;
  font-weight: 600;
  font-size: 17px;
}

.route-fancybox-top-blokken-regel-right {
  text-align: right;
  text-decoration: underline !important;
  color: #d2222a !important;
}

.route-fancybox-top-blokken-regel-right:hover {
  color: #f32730 !important;
}

.route-fancybox-top-blokken-padding {
  padding: 0px;
}

#route-fancybox-bottom-left {
  position: relative;
  float: left;
  width: 34%;
}

#route-fancybox-bottom-right {
  position: relative;
  float: right;
  width: 63%;
}

#route-fancybox-bijzonderheden {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
}

#route-fancybox-bottom-left-regels {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.route-fancybox-bottom-left-regel {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px 15px;
  margin-bottom: 3px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.route-fancybox-bottom-left-regel-left {
  position: relative;
  float: left;
  width: 34%;
  color: #969696;
}

.route-fancybox-bottom-left-regel-right {
  position: relative;
  float: right;
  width: 62%;
}

.kleur-inactief {
  color: #969696;
}

.kleur-actief {
  color: #64ce1e;
}

#route-fancybox-bottom-right-regels {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.route-fancybox-bottom-right-regel {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px 15px;
  margin-bottom: 3px;
  font-size: 14px;
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.route-fancybox-bottom-right-regel-left {
  position: relative;
  float: left;
  width: 34%;
  color: #969696;
}

.route-fancybox-bottom-right-regel-right {
  position: relative;
  float: right;
  width: 62%;
  color: #333 !important;
}

#megacontainer-right-inbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#megacontainer-right-overzicht {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#inbox-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10%;
  border-bottom: 3px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#inbox-top-zoek {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -16px;
}

#inbox-top-zoek input[type=text] {
  position: relative;
  float: left;
  width: 160px;
  font-weight: 400;
  padding: 7px 25px 7px 14px;
  margin: 0px;
}

#inbox-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
}

#inbox-bottom-left {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  background-color: #e9e9e9;
  overflow: auto;
  border-right: 2px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#inbox-bottom-right {
  position: absolute;
  right: 0;
  top: 0%;
  width: 70%;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#inbox-top-toon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
}

.inbox-top-toon-tekst {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-top: 8px;
}

.inbox-top-toon-select {
  position: relative;
  float: right;
  width: 79%;
  font-weight: 400;
  padding: 6px 10px 6px 10px;
  margin: 0px;
  background-color: #fff;
  font-size: 13px;
  font-family: "Roboto", arial;
  border: 2px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 1px 2px 4px 2px #eee;
  -ms-box-shadow: inset 1px 2px 4px 2px #eee;
  box-shadow: inset 1px 2px 4px 2px #eee;
  border-radius: 4px;
}

.inbox-left-regel-datum-container {
  position: relative;
  float: left;
  width: 100%;
}

.inbox-left-regel-datum {
  position: relative;
  float: left;
  width: 100%;
  padding: 9px 20px;
  cursor: pointer;
  background-color: #e4e4e4;
  border-bottom: 2px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.inbox-left-regel-datum:hover {
  background-color: #e7e7e7;
}

.inbox-left-regel-datum-left {
  position: relative;
  float: left;
  width: 90%;
  font-weight: 600;
}

.inbox-left-regel-datum-right {
  position: relative;
  float: left;
  width: 10%;
  text-align: right;
  font-weight: 600;
}

.inbox-left-regel-berichten {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}

.inbox-left-regel-bericht {
  position: relative;
  float: left;
  width: 100%;
  padding: 12px 20px;
  cursor: pointer;
  background-color: #eeeeee;
  border-bottom: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.inbox-left-regel-bericht-active {
  background-color: #ffffff;
}

.inbox-left-regel-bericht:hover {
  background-color: #f4f4f4;
}

.inbox-left-regel-bericht-left {
  position: relative;
  float: left;
  width: 90%;
  color: #333 !important;
}

.inbox-left-regel-bericht-right {
  position: absolute;
  right: 15px;
  top: 13px;
  width: 10%;
  height: 19px;
  text-align: right;
  font-weight: 600;
  /*    background-image: url(../../images/icon-vlag.png);*/
  background-position: right top;
  background-repeat: no-repeat;
}

/*
.inbox-left-regel-bericht-right-vink{
    background-image: url(../../images/icon-vink-klein.png);
}
*/
.titel-small {
  position: relative;
  float: left;
  width: 100%;
  height: 18px;
  color: #000000;
  font-size: 14px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.titel-small-nieuw {
  font-weight: 600;
}

.inbox-left-regel-bericht-left-tekst {
  position: relative;
  float: left;
  width: 100%;
  height: 18px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#inbox-bottom-right-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12%;
  border-bottom: 2px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#inbox-bottom-right-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 88%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.inbox-bottom-right-top-left {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -17px;
  width: 77%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.inbox-bottom-right-top-right {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  width: 21%;
  text-align: right;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.inbox-bottom-right-top-left-titel {
  position: relative;
  float: left;
  width: 100%;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.inbox-bottom-right-top-left-tekst {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.inbox-bottom-right-top-right span {
  position: relative;
  float: right;
  margin-right: 15px;
}

.inbox-bottom-right-top-right img {
  position: relative;
  float: right;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.weekplanning-container-alles {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 95%;
  height: 100%;
  border-right: 3px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.weekplanning-container-alles-dubbel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  border-right: 3px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.weekplanning-container-alles-dubbel-extra {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 50%;
  height: 100%;
  border-right: 3px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.weekplanning-container-toevoegen {
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  cursor: pointer;
  border-left: 3px solid #dfdfdf;
  background-image: url(../../images/icon-add.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eeeeee;
  outline: none;
  opacity: 0.2;
}

.weekplanning-container-toevoegen:hover {
  opacity: 0.6;
  background-color: #dddddd;
  border-left: 3px solid #cacaca;
}

.weekplanning-container-alles-dubbel .planning-zoek-route, .weekplanning-container-alles-dubbel-extra .planning-zoek-route {
  display: none !important;
}

#weekplanning-header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  border-bottom: 3px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#weekplanning-agenda-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#weekplanning-agenda-container-right-inner {
  position: relative;
  float: left;
}

#weekplanning-header-container-kalender {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  border-right: 3px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#weekplanning-header-container-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#weekplanning-agenda-container-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 244px;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#weekplanning-agenda-container-right {
  position: absolute;
  top: 0px;
  left: 244px;
  right: 0px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.voertuig-nummerplaat-regel {
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
  padding: 8px 20px;
  background-color: #fff;
  border-bottom: 2px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.voertuig-nummerplaat-regel-blok {
  position: relative;
  float: right;
  width: 110px;
  padding: 7px 10px;
  background-color: #fff;
  margin: 0;
  font-weight: 600;
  text-align: center;
  font-family: "Roboto", arial;
  border: 2px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.planning-blok-regel {
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
  padding: 3px 0;
  background-color: #fff;
  border-left: 3px solid #dfdfdf;
  border-bottom: 2px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.planning-blok-regel-blok {
  position: relative;
  float: left;
  width: 16.44%;
  height: 62px;
  margin-left: 3px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.planning-blok-regel-blok:hover {
  background-color: #d7d7d7;
}

.planning-blok-regel-blok-plus {
  background-image: url(../../images/icon-add-lichter.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #dfdfdf;
  opacity: 0.4;
}

.planning-blok-regel-blok-plus:hover {
  opacity: 0.6;
}

.planning-blok-info {
  position: relative;
  float: left;
  width: 85%;
  padding: 12px 13px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.planning-blok-route {
  position: relative;
  float: left;
  width: 100%;
  height: 18px;
  font-weight: 600;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.planning-blok-naam {
  position: relative;
  float: left;
  height: 25px;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  margin-left: -4px;
}

.planning-blok-locatie {
  position: relative;
  float: left;
  width: 100%;
  height: 18px;
  font-size: 11px;
  margin-top: 13px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.planning-blok-repeat {
  position: absolute;
  right: 13px;
  top: 38px;
  width: 16px;
  height: 12px;
  background-image: url(../../images/icon-repeat.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.planning-blok-repeat-aan {
  opacity: 1;
}

.planning-blok-vink {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 15px;
  height: 15px;
  padding: 0px;
  margin: 0;
}

.planning-blok-regel-blok-inactive {
  opacity: 0.8;
  background-color: #efefef !important;
}

.planning-blok-regel-blok-inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background-color: #dfdfdf;
}

#planning-header-container-right-top {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  height: 30%;
  border-bottom: 3px solid #dfdfdf;
  background-color: #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#planning-header-container-right-bottom {
  position: relative;
  float: left;
  width: 100%;
  height: 70%;
}

.planning-zoek-route {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  margin-left: 80px;
}

.planning-zoek-route input[type=text] {
  width: 182px;
  padding-right: 37px;
}

#planning-weekvolgende {
  position: absolute;
  top: 50%;
  right: 300px;
  margin-top: -15px;
}

.planning-dagvolgende {
  position: relative;
  float: left;
  display: inline;
  margin-top: 10px;
}

.div-planning-zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.planning-zoomreset {
  margin-left: 5px;
}

.div-planning-zoom img {
  position: relative;
  float: left;
  width: 28px;
  height: 28px;
}

.div-planning-zoom span {
  position: relative;
  float: left;
  display: inline;
  margin-right: 5px;
  line-height: 16px;
  text-align: center;
  font-size: 24px;
}

.div-planning-zoom span:last-child {
  margin-right: 0;
}

#planning-weergave-werkweek {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -15px;
}

.planning-weergave-werkweek-titel {
  position: relative;
  float: left;
  margin-top: 8px;
  margin-right: 17px;
}

#planning-weergave-werkweek form {
  position: relative;
  float: left;
}

#planning-weergave-werkweek select {
  position: relative;
  float: left;
  height: 35px;
  background-color: #fff;
  margin: 0 0px 0px 0;
  font-size: 13px;
  font-family: "Roboto", arial;
  border: 2px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 1px 2px 4px 2px #eee;
  -ms-box-shadow: inset 1px 2px 4px 2px #eee;
  box-shadow: inset 1px 2px 4px 2px #eee;
  border-radius: 4px;
}

.btn-standaard {
  position: relative;
  float: left;
  padding: 9px 15px 9px 15px;
  margin: 0px 0px 0px 10px;
  outline: none;
  border: 0px;
  font-size: 14px;
  font-weight: 600;
  background-color: #d2222a;
  color: #fff !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.btn-service-app-vorige {
  position: relative;
  float: right !important;
  padding: 9px 20px 9px 32px !important;
  margin: 0px 0px 0px 10px;
  background-image: url(../../images/pijl-links.png);
  background-position: left 10px center !important;
  background-repeat: no-repeat;
  text-align: left;
  background-color: #777 !important;
}

.btn-service-app-volgende {
  position: relative;
  float: right !important;
  padding: 9px 32px 9px 20px !important;
  margin: 0px 0px 0px 10px;
  background-image: url(../../images/pijl-rechts.png);
  background-position: right 10px center !important;
  background-repeat: no-repeat;
  text-align: right;
  background-color: #777 !important;
}

#weekplanning-blokken-dagen {
  position: relative;
  float: left;
  width: 100%;
  height: 30%;
}

#weekplanning-blokken-nummers {
  position: relative;
  float: left;
  width: 100%;
  height: 70%;
  background-color: #f5f5f5;
}

#dagplanning-blok-dag-opvulling {
  position: relative;
  float: left;
  width: 100%;
  height: 70%;
  background-color: #f5f5f5;
}

.weekplanning-blok-dag {
  position: relative;
  float: left;
  width: 16.66%;
  height: 100%;
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.weekplanning-blok-dag span {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  padding-left: 17px;
  margin-top: -10px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.weekplanning-blok-nummer {
  position: relative;
  float: left;
  width: 16.66%;
  height: 100%;
  background-color: #fff;
  border-right: 2px solid #eaeaea;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.dagplanning-blok-dag {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.dagplanning-blok-dag span {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  padding-left: 17px;
  margin-top: -10px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.weekplanning-blok-nummer:last-child {
  border-right: 0px;
}

.weekplanning-blok-nummer-inner {
  position: absolute;
  left: 17px;
  bottom: 17px;
}

.weekplanning-blok-nummer-cijfer {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 600;
}

.weekplanning-blok-nummer-oog {
  position: relative;
  float: left;
  width: 100%;
}

.weekplanning-blok-nummer-vink {
  position: absolute;
  right: 10px;
  bottom: 17px;
  width: 15px;
  height: 15px;
  padding: 0px;
}

.naar-kaart-nl {
  position: relative;
  float: left;
  display: inline;
  width: 74%;
  height: 100px;
  padding: 7px 0% 7px 6%;
  margin: 20px 0px 0px 13%;
  background-color: #ddeac5;
  border: 2px solid #c2cdb4;
  background-image: url(../../images/kaart-nl.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}

.naar-kaart-nl:hover {
  border: 2px solid #8d9e79;
}

.inbox-left-regel-berichten a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inbox-left-regel-bericht-right a {
  z-index: 3;
}

.overeenkomst-blok-table-kop td {
  background-color: #fff;
  padding-left: 0px !important;
  font-style: italic;
}

.route-dag-specifiek-dagen {
  position: absolute;
  right: 20px;
  top: 10px;
}

.route-aanmaken-tabel input, .route-aanmaken-tabel select {
  width: 250px;
}

.route-aanmaken-tabel td:first-child {
  padding-right: 20px;
}

.route-detail-info .status-open, .route-detail-info .status-opties {
  width: 150px;
}

.route-detail-info input[type=text], .route-detail-info select {
  width: 100%;
}

.gebruikers-info .status-open, .gebruikers-info .status-opties {
  width: 150px;
}

.gebruikers-info input[type=text], .gebruikers-info select {
  width: 100%;
}

.status-dicht {
  display: none;
}

.wijzig-info, .wijzig-opslaan {
  color: #d2222a;
  cursor: pointer;
}

.route-detail-tabel {
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  margin: 40px 0px 5px 0px;
}

.route-detail-tabel td {
  padding: 5px 15px 5px 10px;
  border-bottom: 1px solid #eaeaea;
}

.route-detail-info:hover {
  background-color: #faf1f2;
}

.service_ruimte_opmerking {
  width: 95%;
  height: 80%;
  min-height: 100px;
}

.bereken-button-berekend {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  margin-left: 15px;
}

.service-app-head {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
}

.service-app-body {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
}

.service-app-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 311px;
  min-height: 830px;
  background-color: #eeeeee;
  border-bottom: 1px solid #d5d5d5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-app-left-verborgen {
  left: -311px !important;
}

.service-app-left-1 {
  position: relative;
  float: left;
  display: inline;
  width: 60px;
  background-color: #eeeeee;
}

.service-app-left-2 {
  position: relative;
  float: right;
  display: inline;
  width: 250px;
  background-color: #eeeeee;
  border-right: 1px solid #d5d5d5;
}

.service-app-right {
  position: absolute;
  left: 311px;
  right: 0px;
  padding-bottom: 50px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-app-right-extra-breed {
  left: 0px !important;
}

#service-app-titel {
  position: relative;
  float: left;
  width: 100%;
  padding: 25px 0;
  background-color: #f5f5f5;
  border-bottom: 2px solid #eaeaea;
}

.werkbon-opmerking {
  float: left;
  width: 100%;
  position: relative;
}

.verberg-linker-kolom-button {
  position: fixed;
  height: 56px;
  width: 34px;
  top: 50%;
  margin-top: -28px;
  left: 275px;
  background-color: #fff;
  border-top: 2px solid #cecece;
  border-right: 0px;
  border-bottom: 2px solid #cecece;
  border-left: 2px solid #cecece;
  background-image: url(../../images/pijl-links-grijs.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 6px 0px 0px 6px;
  -webkit-box-shadow: -5px 0px 2px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -5px 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.toom-linker-kolom-button {
  left: 0px !important;
  border-right: 2px solid #cecece !important;
  border-left: 0px !important;
  background-image: url(../../images/pijl-rechts-grijs.png) !important;
  border-radius: 0px 6px 6px 0px;
  -webkit-box-shadow: 5px 0px 2px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 5px 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.fancybox-producten-container {
  height: 600px;
  overflow: scroll;
}

.mat-prijs {
  width: 78px;
}

#overeenkomst-accorderen {
  padding: 25px 10px 32px 68px;
  border-bottom: 3px solid #dfdfdf;
}

#werkbon-opmerking {
  width: 100%;
  position: relative;
  float: left;
}

#werkbon-opmerking label {
  font-weight: bold;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}

#werkbon-opmerking textarea {
  width: 100%;
  height: 100px;
  margin: 10px 0 0 0;
  float: left;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.row {
  width: 100%;
  float: left;
  position: relative;
}

.reset-route {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background-image: url(../../images/google.jpg);
  background-repeat: no-repeat;
  z-index: 9;
}

.new-messages {
  position: absolute;
  width: 24px;
  height: 24px;
  right: -12px;
  top: -3px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  background-color: #d2222a;
  border-radius: 20px;
}

.current_page_item .new-messages {
  color: #d2222a !important;
  background-color: #fff !important;
}

.euro-teken {
  position: relative;
  float: right;
  text-align: right;
}

.profielen-admin {
  position: relative;
  float: left;
  width: 130px;
  height: 35px;
  left: 50%;
  margin-left: -60px;
  margin-top: -30px;
}

.profielen-overeenkomst {
  position: relative;
  float: left;
  width: 165px;
  height: 35px;
  margin: 18px 0px 0px 40px;
}

.profiel-administratie, .profiel-verkoop, .profiel-uitvoerder, .profiel-prijslijst {
  position: relative;
  float: left;
  width: 35px;
  height: 35px;
  margin: 0px 3px 0px 3px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #d2222a;
  border-radius: 4px;
}

.profiel-administratie {
  background-image: url(../../images/administratie.png);
}

.profiel-verkoop {
  background-image: url(../../images/verkoop.png);
}

.profiel-uitvoerder {
  background-image: url(../../images/uitvoerder.png);
}

.profiel-prijslijst {
  background-image: url(../../images/prijslijst.png);
}

.klant-opmerking {
  position: relative;
  float: left;
  display: block;
  clear: both;
  background-color: #eee;
  padding: 15px;
  margin-top: 15px;
  width: 600px;
}

.opmerking-header {
  position: relative;
  float: left;
  display: block;
  font-weight: bold;
  clear: both;
}

.opmerking-container {
  position: relative;
  float: left;
  width: 100%;
}

.klant-opmerking .btn-standaard {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  height: 22px;
  padding: 2px 7px 2px 7px;
  display: none;
}

.klant-opmerking:hover .btn-standaard {
  display: inline;
}

#megacontainer-left-omzet {
  position: relative;
  float: left;
  display: none;
  text-align: center;
  height: 54px;
  line-height: 54px;
  font-size: 30px;
  color: #fff;
  background-color: #d2222a;
  width: 100%;
  font-weight: bold;
}

.opmerking-intern {
  position: relative;
  float: left;
  display: none;
}

.btn-optie svg {
  width: 15px;
  height: 15px;
}

.btn-optie.btn-icon {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.btn-optie.btn-icon:hover, .btn-optie.btn-icon:active, .btn-optie.btn-icon:focus, .btn-optie.btn-icon:visited {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.btn-optie.btn-icon:hover svg, .btn-optie.btn-icon:active svg, .btn-optie.btn-icon:focus svg, .btn-optie.btn-icon:visited svg {
  color: #333333;
}

.flex-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
button:disabled {
  cursor: not-allowed;
}
select.border-blue {
  border: 2px solid #347ade;
}