/* common */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

html, body {
  font-family: Arial;
  font-size: 15px;
  color: #8c806e;
  min-height: 100%;
  height: 100%;
}

input, select, textarea {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #8c806e;
}

body {
	background-image:url(../images/bg_heecon.jpg);
	background-repeat:repeat;
	background-size:cover;

}

img {
  border: 0px;
  display: block;
}

a, input {
  outline: none;
}

a:hover {
  text-decoration: none;
}

h1 , h2 , h3 , h4 , h5 , h6 {

  font-size: normal;
  font-style: normal;
}

ul , ol {
  list-style: none;
}

.container {
  width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
/* section  */
#section {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  padding-bottom: 157px;
  /*background: linear-gradient(#525252 62%, #3c3c3c);*/
}

/* page wrap */
#page-wrap {
  margin: 0 auto;
  width: 100%;
}

	/* header */
#header-wrap {
}

#content-wrap {
}

#footer-wrap {
  margin-top: -147px;
}

.nav-block {
}

.nav-block ul li {
  width: 178px;
  float: left;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.nav-block ul li a {
  padding: 12px 0px;
  display: block;
  background: #fff;
  border-radius: 8px 8px 0px 0px;
}

.nav-block ul li i {
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.nav-block ul li.logo a {
  min-height: 147px;
}

.nav-block ul li.logo img {
  padding: 10px 0px;
}

.nav-block ul li img ,.nav-block ul li.logo img {
  margin: 0 auto;
}

.nav-block ul li span {
  text-align: center;
  display: block;
  font-size: 25px;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.nav-block ul li:last-child {
  margin-right: 0;
}

.sub-page .nav-block ul li:first-child a {
  padding-bottom: 5px;
  padding-top: 5px;
}

.nav-block ul li.green a {
  border-bottom: solid 6px #a9cb5e;
}

.nav-block ul li.blue a {
  border-bottom: solid 6px #00a4e2;
}

.nav-block ul li.brown a {
  border-bottom: solid 6px #b57146;
}

.nav-block ul li.black a {
  border-bottom: solid 6px #525252;
}
	/* login page */
.nav-block ul {
  margin: 0;
}

.nav-block ul li.login {
  float: none;
  margin: 0 auto;
}

#center-wrap {
  width: 100%;
  padding-top: 11%;
}

.sub-page #section {
  padding-bottom: 90px;
}

.login-wrap {
  max-width: 456px;
  background-color: #eee;
  display: block;
  margin: 0 auto;
  padding: 27px 20px;
  border-radius: 4px;
  position: relative;
}

.login-page ul li input[type=text], .login-page ul li input[type=password] {
  width: 100%;
  height: 50px;
  background: #fff url(../images/icon-5.png)no-repeat left;
  border: solid 1px #dfdfdf;
  background-position: 12px 10px;
  font-size: 20px;
  line-height: 25px;
  padding: 0px 50px;
  color: #000000;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.login-page ul li input::placeholder {
  color: #000;
}

.login-page ul {
  margin-bottom: 0;
}

.login-page ul li:nth-child(2n) input[type=text] {
  background: #fff url(../images/icon-6.png)no-repeat left;
  background-position: 15px 10px;
}

.login-page ul li label.check {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #000000;
  margin-top: 10px;
}

.login-page ul li label.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 15px;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: solid 1px #dfdfdf;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.login-page ul li label.check input:checked ~ .checkmark:after {
  display: block;
}

.login-page ul li label.check .checkmark:after {
  left: 7px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid 1px #b1d06e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-page ul li button {
  width: 100%;
  height: 50px;
  background-color: #a9cb5e;
  border: none;
  border-radius: 4px;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  outline: 0;
  margin-bottom: 15px;
}

.login-page ul li.frgtpsw {
  display: block;
  text-align: center;
}

.login-page ul li a {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
  border-bottom: solid 2px #4a4a4a;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.login-wrap:after {
  content: "";
  border-top: solid 4px #a9cb5e;
  position: absolute;
  top: 0;
  left: 0;
  width: 39%;
}
	/* heecon-account */
#left-wrap {
  padding-top: 2.4%;
  position: relative;
}

.heecon-account {
  width: 100%;
  background-color: rgba(238,238,238,.9);
  border-radius: 4px;
  position: relative;
  min-height: 618px;
  z-index: 9999;
}

.heecon-account:after {
  content: "";
  border-top: solid 4px #bb7e56;
  position: absolute;
  top: 0;
  left: 0;
  width: 19.6%;
  border-radius: 4px 0px 0px 0px;
}

.heecon-account > h2 {
  padding: 23px 23px 14px;
  font-size: 30px;
  color: #b57146;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
  display: block;
}

.heecon-account > h3 {
  padding: 0px 20px;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: block;
  background-color: #bb7e56;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.heecon-account ul {
  padding: 23px 23px;
}

.heecon-account ul li label {
  display: block;
  font-size: 25px;
  color: #000;
  font-weight: 400;
}

.heecon-account ul li label input[type="text"] {
  width: 37%;
  display: block;
  margin: 8px 0px;
  height: 42px;
  padding: 0px 11px;
  font-size: 22px;
  color: #000;
  background: #fff;
}

.heecon-account ul li label input::placeholder {
  color: #000;
}

.heecon-account ul li button {
  border: none;
  font-size: 20px;
  line-height: 34px;
  color: #000;
  margin-top: 7px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  padding-left: 49px;
  position: relative;
  outline: 0;
  cursor: pointer;
}

.heecon-account ul li button:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-color: #b57146;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
  font-weight: 300;
}
	/* footer */
.sub-page #footer-wrap {
  margin-top: -68px;
}

.sub-page #footer-wrap .nav-block ul li {
  height: 68px;
  z-index: 1;
}

.nav-block ul li.active:after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  background-color: #aa6c46;
  width: 100%;
  height: 5000px;
  opacity: 0.8;
  z-index: -1;
  cursor: pointer;
}

.nav-block ul li.brown.active a {
  background-color: transparent;
  color: #fff;
}

.nav-block ul li.brown.active a span {
  color: #fff;
}
	/* heecon_werkbonnen_werkbonnen */
.nav-block ul li.green.active:after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  background-color: #9fbd5b;
  width: 100%;
  height: 5000px;
  opacity: 0.8;
  z-index: -1;
  cursor: pointer;
}

.nav-block ul li.green.active a {
  background-color: transparent;
}

.nav-block ul li.green.active a span {
  color: #fff;
}

.heecon-account.heecon_werkbonnen {
  background-color: rgba(255,255,255,.9);
  overflow: hidden;
}

.heecon-account.heecon_werkbonnen:after {
  content: "";
  border-top: solid 4px #9fbd5b;
  position: absolute;
  top: 0;
  left: 0;
  width: 19.6%;
}

.heecon-account.heecon_werkbonnen ul {
  padding: 20px 30px;
  margin-bottom: 0;
}

.heecon-account.heecon_werkbonnen ul li {
  font-size: 29px;
  color: #a9cb5e;
  display:inline-block;
}

.heecon-account.heecon_werkbonnen li.autocomplete ul li  {
  font-size: 14px;
  color: #a9cb5e;
  display: block;
}

.heecon-account.heecon_werkbonnen ul li.order {
  float: right;
}

.heecon-account.heecon_werkbonnen ul li.order button {
  background-color: #ededed;
  font-size: 22px;
  color: #000000;
}

.heecon-account.heecon_werkbonnen ul li.order button:before {
  background-color: #a9cb5e;
}

.maintable .rows {
  width: 100%;
  display: table;
}

.maintable .rows .td {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  /*font-size: 18px; */
  /*line-height: 44px; */
  color: #000;
}



.rowheight{
	height:60px;
}

.maintable .rows .td.td1 {
  width: 15%;
  padding: 0px 16px;
}

.maintable .rows .td.td2 {
  width: 15%;
  padding: 0px 5px;
}

.maintable .rows .td.td3 {
  width: 25%;
  padding: 0px 5px;
}

.maintable .rows .td.td4 {
  width: 25%;
  padding: 0px 5px;
  /*position: relative;*/
}

.maintable .rows .td.td5 {
  width: 14%;
  padding: 0px 16px;
  /*position: relative;*/
}

.maintable .rows .td.td6 {
  width: 10%;
  padding: 0px 16px;
  position: relative;
}
.maintable .rows .td.td7 {
  width: 15%;
  padding: 0px 16px;
  position: relative;
}
.maintable .rows .td.td6:after {
  content: "";
  background: url(../images/icon-8.png)no-repeat right;
  width: 10px;
  height: 40px;
  position: absolute;
  right: 27px;
}



.maintable .rows:nth-child(odd) {
  background: #eeeeee;
}

.maintable .rows:nth-child(even) {
  background: #fff;
}

.maintable .rows.title {
  background-color: #b0ce6c;
}

.maintable .rows.title .td {
  border-right: solid 1px #c0d889;
  color: #fff;
}
	/* heecon_details */
.heecon-account.heecon_werkbonnen.heecon_details {
  background-color: rgba(255,255,255,0.9);
}

.heecon-account.heecon_werkbonnen ul li li {
    font-size: 14px;
    color: #0c5460;
    width: 200px;
    display: block;
}

.heecon-account.heecon_werkbonnen ul li li a{
	color:#000;
}

.panel {
  padding: 20px 0 7px;
  border-bottom: solid 1px #cfcfcf;
  margin: 0px 35px;
}

.panel > span {
  font-size: 30px;
  color: #a9cb5e;
  padding-left: 46px;
  position: relative;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-bottom: 9px;
}

.panel > span:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  background: url(../images/icon-9.png)no-repeat center;
  width: 35px;
  height: 34px;
}

.panel > a span {
    font-size: 30px;
    color: #a9cb5e;
    padding-left: 46px;
    position: relative;
    /* display: block; */ 
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin-bottom: 9px;
}

.panel > a span:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  background: url(../images/icon-9.png)no-repeat center;
  width: 35px;
  height: 34px;
}

.left-details .mpannel {
	min-height: 282px;
}
.left-details input[type=text] {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-size: 20px;
  color: #000;
  background: #fff url(../images/search.png)no-repeat center;
  border: solid 1px #dfdfdf;
  background-position: 97% 50%;
  margin-bottom: 15px;
}

.left-details select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-size: 20px;
  color: #000;
  border: solid 1px #dfdfdf;
  margin-bottom: 15px;
  margin-left:0px;
}

.left-details a {
	color:#666;
	font-size:12px;
	
}

.left-details ul li span > input[type=text] {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-size: 20px;
  background-image:none;
  color: #000;
  border: solid 1px #dfdfdf;
  background-position: 97% 50%;
  margin-bottom: 6px;
}

.left-details ul li span > input[type=week] {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-size: 20px;
  background-image:none;
  color: #000;
  border: solid 1px #dfdfdf;
  background-position: 97% 50%;
  margin-bottom: 6px;
}

.left-details ul li span > input[type=date] {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-size: 20px;
  background-image:none;
  color: #000;
  border: solid 1px #dfdfdf;
  background-position: 97% 50%;
  margin-bottom: 6px;
}

.left-details ul li span > select {
  width: 300px;
  height: 40px;
  padding-left: 15px;
  font-size: 20px;
  background-image:none;
  color: #000;
  border: solid 1px #dfdfdf;
  background-position: 97% 50%;
  margin-bottom: 6px;
}
.left-details input[type=text]::placeholder {
  color: #000;
}
.easy-autocomplete .easy-autocomplete-container ul {
	display: none;
	background: #fff;
	width: 100%;
	border: solid 2px #dfdfdf;
}
.heecon-account.heecon_werkbonnen .easy-autocomplete-container ul {
	padding: 10px 10px;
}
.heecon-account.heecon_werkbonnen .easy-autocomplete-container ul li {    
	font-size: 20px;
	color: #000;
	float: none;
    width: 100%;
	padding: 2px 10px;
	cursor: pointer;
}
.heecon-account.heecon_werkbonnen .easy-autocomplete-container ul li:hover {
	background: #ededed;
}
.heecon-account.heecon_werkbonnen.heecon_details .left-details > ul ,.heecon-account.heecon_werkbonnen.heecon_details .innerpanel ul {
  padding: 0;
}

.heecon-account.heecon_werkbonnen.heecon_details .left-details > ul li {
  color: #000000;
  width: 100%;
  font-size: 20px;
}

.heecon-account.heecon_werkbonnen.heecon_details .left-details > ul li .heading4 {
  width: 26%;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
}

.innerpanel {
  padding: 10px 0 30px;
  margin: 0px 35px;
}

.heecon-account.heecon_werkbonnen.heecon_details .innerpanel ul {
  padding: 0;
}

.heecon-account.heecon_werkbonnen.heecon_details .innerpanel ul li {
  width: 100%;
}

.heecon-account.heecon_werkbonnen.heecon_details .innerpanel ul li label {
  width: 26%;
  display: inline-block;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.heecon-account.heecon_werkbonnen.heecon_details .innerpanel ul li input[type="text"] {
  width: 74%;
  height: 36px;
  outline: 0;
  border: solid 1px #dfdfdf;
  color: #000;
  padding: 0px 10px;
  font-size: 20px;
}
	/* panel-two */
.panel_two h2,.panel_three h2,.panel_four h2 {
  background-color: #b0ce6c;
  color: #fff;
  font-size: 20px;
  padding: 3px 40px;
  line-height: 45px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.panel_two .rows {
  display: table;
  width: 100%;
  padding: 12px 0px 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.panel_two .rows .td {
  display: table-cell;
  vertical-align: middle;
  color: #000;
}

.panel_two .rows .td.td1 {
  font-size: 24px;
  color: #000;
  width: 11.0%;
}

.panel_two .rows .td.td2 {
  width: 13.2%;
}

.panel_two .rows .td.td3 {
  width: 12.2%;
}

.panel_two .rows .td.td4 {
  width: 16.2%;
}

.panel_two .rows .td.td5 {
  width: 13.2%;
  ;
}

.panel_two .rows .td.td6 {
  width: 16.2%;
}

.panel_two .rows .td.td7 {
  width: 15.2%;
}

.panel_two .rows .td.td3.td10 {
  width: 20%;
}

.innerpanel2 {
  margin: 0px 15px;
  border-bottom: solid 1px #d2d2d2;
  padding-bottom: 10px;
  line-height: 30px;
}

.innerpanel2:last-child {
  border: none;
  padding-bottom: 25px;
}
	/* checkbox */
.panel_two .td label.check {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #000000;
}

.panel_two .td label.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.panel_two .checkmark {
  position: absolute;
  top: 2px;
  left: 0px;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: solid 1px #dfdfdf;
}

.panel_two .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.panel_two .td label.check input:checked ~ .checkmark:after {
  display: block;
}

.panel_two .td label.check .checkmark:after {
  left: 7px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid 1px #b1d06e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel_two .rows1 {
  width: 100%;
  display: table;
}

.panel_two .rows1 .td {
  display: table-cell;
}

.panel_two .rows1 .td.td8 {
  width: 13%;
}

.panel_two .rows1 .td.td9 {
  width: 87%;
}
.panel_two .rows1 .td.td9 .checkmark {
  top: -20px;
}

.panel_two .rows1 .td.td9 input[type="text"] {
  width: 95%;
  height: 36px;
  font-size: 20px;
  color: #000;
  padding: 0px 10px;
  border: solid 1px #c8c8c8;
}
.panel_two .rows1 .td.td9 input[type="text"]::placeholder {
  color: #000;
}

.panel_two .rows1 .td.td10 {
  width: 87%;
}

.panel_two .rows1 .td.td10 .checkmark {
  /* top: -20px; */
}

.panel_two .rows1 .td.td10 input[type="text"] {
  width: 80%;
  height: 36px;
  font-size: 20px;
  color: #000;
  padding: 0px 10px;
  border: solid 1px #c8c8c8;
}

.panel_two .rows1 .td.td10 input[type="text"]::placeholder {
  color: #000;
}

.input_overig{
	width:80% !important;
	
}
	/* panel_three */
.innerpanel3 {
  padding: 0px 40px;
}


.innerpanel3 select {
  -webkit-appearance: none;
  width: 43%;
  height: 42px;
  font-size: 20px;
  line-height: 25px;
  border: solid 1px #dfdfde;
  background: url(../images/icon-5.png)no-repeat 4% 30%, url(../images/icon-10.png)no-repeat 95% 54%;
  color: #000;
  padding-left: 54px;
  margin-right: 9px;
  margin-top: 10px;
  outline: none;
}

.innerpanel3 input {
  -webkit-appearance: none;
  width: 43%;
  height: 42px;
  font-size: 20px;
  line-height: 25px;
  border: solid 1px #dfdfde;
  background: url(../images/icon-5.png)no-repeat 4% 30%;
  color: #000;
  padding-left: 54px;
  margin-right: 9px;
  margin-top: 10px;
  outline: none;
}

.innerpanel3 span {
  -webkit-appearance: none;
  width: 100px;;
  height: 42px;
  font-size: 20px;
  line-height: 25px;
  border: solid 1px #dfdfde;
  color: #000;
  padding-left: 54px;
  margin-right: 9px;
  margin-top: 10px;
  outline: none;
}

.innerpanel3 select.col1 {
  width: 17%;
  height: 42px;
  font-size: 20px;
  line-height: 25px;
  border: solid 1px #dfdfde;
  background: url(../images/icon-10.png)no-repeat 92% 54%;
  color: #000;
  padding-left: 16px;
  margin-right: 15px;
  display: inline-block;
}


.innerpanel3 > figure {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding-top: 15px;
  cursor: pointer;
}
.innerpanel3 > i {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding-top: 15px;
  cursor: pointer;
}

.panel_three .innerpanel3 .total , .panel_four .innerpanel3 ul.total {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 40px;
}

.innerpanel3 .total li.add {
  width: 46%;
  font-size: 20px;
  color: #000;
  vertical-align: middle;
}

.innerpanel3 .dropdown-menu li {
	display:block;
	font-size:14px;
}

.innerpanel3 .total li.add a {
	color: #000000;
}


.innerpanel3 .total li.add img {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.innerpanel3 .total li.add span {
  display: inline-block;
  padding-left: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  cursor: pointer;
}

.innerpanel3 .total li.addtotal {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #000;
}
.innerpanel3 .total li.addtotal i {
	font-style:normal;
}
	/* panel_four */
.used-material select {
  width: 28%;
  background: url(../images/icon-10.png)no-repeat 95% 54%;
  padding-left: 17px;
}

.used-material select.col2 {
  width: 32%;
}
	/* panel_five */
.panel_five .innerpanel3 textarea {
  width: 100%;
  height: 150px;
  resize: none;
  outline: 0;
  border: solid 1px #dfdfde;
  font-size: 20px;
  color: #000;
}

.panel_five .innerpanel3 button {
  cursor: pointer;
  height: 54px;
  background-color: #b0cf6c;
  border: none;
  border-radius: 4px;
  font-size: 23px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin: 15px 0 30px;
  position: relative;
  outline: 0;
     padding: 0px 15px 0px 30px;
}

.panel_five .innerpanel3 button:before {
  position: absolute;
  top: 18px;
  left: 6px;
  content: "";
  background: url(../images/icon-12.png)no-repeat;
  width: 30px;
  height: 30px;
  outline: 0;
} 
	 /* weekplanning */
.weekplanning {
  background-color: rgba(246,246,246);
  overflow: hidden;
}

.nav-block ul li.blue.active:after {
  background-color: #089cd4;
}

.heecon-account.weekplanning:after {
  border-top: solid 4px #089cd4;
}

.nav-block ul li.blue.active a {
  background-color: #089cd4;
}

.nav-block ul li.blue.active a span {
  color: #fff;
}

.weekplanning .top, .Weekplanning_4k .top {
  /*padding: 25px 35px 15px 27px;*/
}

.top .leftside {
  float: left;
}

.top .leftside h2 {
  font-size: 30px;
  color: #00a4e2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 1.3px;
}
.top .leftside .button {
    margin: 0;
    /*width: 35px;*/
    padding: 5px 10px;
    background-color: #18ace4;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}
.top .rightside {
  float: right;
}

.top .rightside figure {
  margin: 0;
  width: 35px;
  height: 35px;
  background-color: #18ace4;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
}

.top .rightside figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transform: translate(0,71%);
}

.title {
  background-color: #18ace4;
  display: block;
  /*padding: 0px 27px;*/
  margin-bottom: 20px;
  position: relative;
}

.title:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 43px;
  background-color: #18ace4;
}

.title h2 {
  display: block;
  font-size: 20px;
  color: #fff;
  border-left: solid 1px #46bde9;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin: 0;
  padding-left: 16px;
  line-height: 30px;
  padding-top: 8px;
  padding-bottom: 5px;
}

.title h2 span {
  background: #fff;
  color: #000;
  width: 50px;
  height: 27px;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}



.title_day {
  background-color: #00a3e0;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.title_day h2 {
  display: block;
  font-size: 20px;
  color: #fff;
  border-left: solid 1px #46bde9;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin: 0;
  padding-left: 16px;
  line-height: 30px;
  /*padding-top: 8px;*/
  padding-bottom: 5px;
}








	
	
	/* weekplanning-block */
.weekplanning-block {
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 20px 0px;
}

.weekplanning-block ul {
  margin: 0;
  padding: 7px 0px;
  line-height: 0;
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: middle;
}

.weekplanning-block ul li {
  /*display: inline-block;*/
  vertical-align: middle;
  position: relative;
  float: left;
}

.weekplanning-block ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 11px;
  border-right: solid 1px #00a4e2;
  margin: 0px -3px;
}

.weekplanning-block .name ul li:after {
  border-right: solid 1px #a9cb5e;
}

.weekplanning-block .addr ul li:after {
  border-right: solid 1px #b57146;
}

.weekplanning-block .addr ul li:nth-child(3n):after {
  border-right: none;
}

.weekplanning-block .name i ,.weekplanning-block .addr i, .weekplanning-block .date i {
  background: #a9cb5e;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 25px;
}

.weekplanning-block .addr i {
  background: #b57146;
}

.weekplanning-block .name i img,.weekplanning-block .addr i img {
  margin: 0 auto;
  padding: 2px 0px;
}

.weekplanning-block .name ,.weekplanning-block .date {
  border-bottom: solid 1px #ddd;
  padding: 4px 0px;
}

.weekplanning-block ul li span {
  display: inline-block;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  padding: 0px 4px;
}

.weekplanning-block .date .blue {
  background-color: #00a3e0;
  color: #fff;
}

.weekplanning-block .date .blue em {
  width: 25px;
  height: 25px;
  font-style: normal;
  text-align: center;
  display: inline-block;
  line-height: 25px;
}

.weekplanning-block .date .blue em.empty{
	height: 20px;
}

.weekplanning-block ul li:last-child:after {
  border: none;

}

.weekplanning-block .date i.time {
  width: 80px;
}

.weekplanning-block .date i.time em {
  box-shadow: 1px 0px 0px #008abe;
}

.weekplanning-block .date i.time  span {
  font-style: normal;
  padding: 0px 9px;
  font-size: 14px;
}

.weekplanning-block .date ul.times {
  width: calc(100% - 85px);
}

.weekplanning-block .addr {
  padding: 4px 0px;
}

.weekplanning-block .addr ul {
  padding: 7px 0px;
}

	/* Weekplanning_4k */
#section.week-section {
  padding-bottom: 0;
}

.Weekplanning_4k .top {
  position: relative;
}

.Weekplanning_4k .top button {
  width: 30px;
  height: 43px;
  background-color: #00a4e2;
  display: inline-block;
  margin: 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.Weekplanning_4k .top button img {
  margin: 0 auto;
}

.Weekplanning_4k .top button.left {
  position: absolute;
  top: 15px;
  left: 0px;
}

.Weekplanning_4k .top button.right {
  position: absolute;
  top: 15px;
  right: 0px;
}

.Weekplanning_4k .middle-wrap .title {
  background-color: #b4b5b3;
}

.Weekplanning_4k .middle-wrap .title h2 {
  border: 0;
}

.Weekplanning_4k .weekplanning-block {
  background: #fff;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.Weekplanning_4k .middle-wrap {
  padding: 15px 40px;
  overflow: hidden;
  margin: 0 15px;
}

.middle-wrap .title.title1 {
  padding: 0;
}

.middle-wrap .title.title1 h2 {
  padding-left: 10px;
}

.middle-wrap .title.title1:after {
  background-color: #b4b5b3;
}

.middle-wrap .title.title1 {
  position: relative;
}

.middle-wrap .title.title1:after:last-child {
  background: none;
}

.weekplanning-block .addr ul {
  padding: 2px 0 0;
}

.maintable .rows .td label.tl {
  display: none;
}
.hidelement {
	display: none;
}

.geg_title	{
	font-size:16px;
	color:#000;	
}
	
input[type="week"]::-webkit-search-cancel-button {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.verticaltext {
	transform: rotate(-90deg);
	transform-origin: right, top;
	-ms-transform: rotate(-90deg);
	-ms-transform-origin:right, top;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin:right, top;
	 
	color: #fff;
	position: fixed;
	left: -29px;
	top: 115px;
	height: 30px;
	padding-top: 3px;
	width: 120px;
	background-color: #00a4e2;
	border-radius: 3px;
	text-align: center;
}

.verticaltext {
	transform: rotate(-90deg);
	transform-origin: right, top;
	-ms-transform: rotate(-90deg);
	-ms-transform-origin:right, top;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin:right, top;
	 
	color: #fff;
	position: fixed;
	left: -29px;
	top: 115px;
	height: 30px;
	padding-top: 3px;
	width: 120px;
	background-color: #00a4e2;
	border-radius: 3px;
	text-align: center;
}

.planning_tablet .verticaltext {
    position:absolute;
}
.planning_tablet.container {
    position: relative;
        margin-top: 2.4%;
}
.planning_tablet .planningRowDevider {
    clear: both;
    border-top: 1px solid #00a4e2;
    margin: 20px 0;
    height: 1px;
}
.planning_tablet .Weekplanning_4k {
    background: #fff;
    min-height: 618px;
}
.planning_tablet .Weekplanning_4k {
    background: #fff;
    min-height: 618px;
}


.planning_tablet .Weekplanning_4k .teamblock {
    border-top: 5px solid #00a3e0;
}



