/* @import url(http://addsite.nl/addbeheer/themes/addsite/css/iconen.css); */

*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "Bliss Pro", sans-serif; }

input, textarea, button, select {
  font: 1em "Bliss Pro", sans-serif; }

a img {
  border: none; }
  
div#dropzone {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}

#dropzone { margin-bottom: 3rem; }

.dropzone { border: 3px dashed green; border-radius: 5px; background: white;  width: 100%; min-height: 425px;}
.dropzone .dz-message { font-weight: 400; margin-top: 65px; }
.dropzone .dz-message .note { font-size: 0.9em; font-weight: 400; display: block; margin-top: 212px; }
.dz-max-files-reached {border: 3px solid green;}



.error_message {
    border-radius: 8px;
    padding: 5px;
    padding-left: 10px;
}


button {
  cursor: hand;
  cursor: pointer; }
  
textarea {
  font-family: "Bliss Pro", sans-serif;
  outline: none;
  resize: none;
  overflow: auto;
  border-radius: 8px;
  border: line;
  border-color: #cccccc;
  color: #666666;
}

.dropzone_layout {
  font-family: "Bliss Pro", sans-serif;
  border-radius: 8px; 
  border-style: dashed; 
}

.dropzone_error {
  border-color: red;
}

.error_message {
    border-radius: 8px;
    padding: 5px;
    padding-left: 10px;
}

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Bliss Pro", sans-serif; }

header.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200; }

.row {
  position: relative;
  width: 100%;
  max-width: 1265px;
  margin: 0 auto; }

.row:after {
  display: block;
  content: ' ';
  width: 1px;
  font-size: 1px;
  clear: both; }

.column, .columns {
  position: relative;
  padding: 0 20px;
  margin-bottom: 30px;
  min-height: 1px; }

.row .row {
  margin: 0 -20px;
  width: auto;
  max-width: none; }

.hires {
  display: inline-block;
  background-size: 100% auto; }

.for-desktop {
  display: none; }

.fotowrapper{
	float: left;
	width: 49%;
	margin: 0px 0px 20px 0px;	
} 

.fotorama__thumb-border {
	border-color: #e9e9ef;
	background: none;
	border-width: 1px !important;
} 

.mainmenu .menu-items, .breadcrumbs, .pagination {
  margin: 0;
  padding: 0;
  list-style: none; }
  .mainmenu .menu-items li, .breadcrumbs li, .pagination li {
    display: inline-block; }

ul.errors {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #dc6120; }

.breadcrumbs li:before {
  display: inline-block;
  content: "\f111";
  margin: 0 8px; }

.breadcrumbs li:first-child:before {
  content: '';
  margin: 0; }

.clearer {
  clear: both; }

.flexvideo {
  width: 100%;
  position: relative; }
  .flexvideo iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.documentList {
  list-style: none;
  padding: 0;
  margin: 40px 0; }

@media screen and (min-width: 47em) {
  .column, .columns {
    float: left;
    padding: 0 10px;
    margin-bottom: 0; }

  .row {
    padding: 0 10px; }

  .row .row {
    margin: 0 -10px;
    padding: 0; }

  .large-1 {
    width: 6.66667%; }

  .large-2 {
    width: 13.33333%; }

  .large-3 {
    width: 20%; }

  .large-4 {
    width: 26.66667%; }

  .large-5 {
    width: 33.33333%; }

  .large-6 {
    width: 40%; }

  .large-7 {
    width: 46.66667%; }

  .large-8 {
    width: 53.33333%; }

  .large-9 {
    width: 60%; }

  .large-10 {
    width: 66.66667%; }

  .large-11 {
    width: 73.33333%; }

  .large-12 {
    width: 80%; }

  .large-13 {
    width: 86.66667%; }

  .large-14 {
    width: 93.33333%; }

  .large-15 {
    width: 100%; } }
@media screen and (min-width: 47em) {
  .popup-1 {
    width: 10%; }

  .popup-min-1 {
    min-width: 10%; }

  .popup-2 {
    width: 20%; }

  .popup-min-2 {
    min-width: 20%; }

  .popup-3 {
    width: 30%; }
    
  .popup-3-gray {
    margin-top: 5px; 
    background-color: #bebebe;
    border-radius: 8px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);
    width: 30%; }

  .popup-min-3 {
    min-width: 30%; }

  .popup-4 {
    width: 40%; }

  .popup-min-4 {
    min-width: 40%; }

  .popup-5 {
    width: 50%; }

  .popup-min-5 {
    min-width: 50%; }

  .popup-6 {
    width: 60%; }

  .popup-min-6 {
    min-width: 60%; }

  .popup-7 {
    width: 70%; }

  .popup-min-7 {
    min-width: 70%; }

  .popup-8 {
    width: 80%; }

  .popup-min-8 {
    min-width: 80%; }

  .popup-9 {
    width: 90%; }

  .popup-min-9 {
    min-width: 90%; }

  .popup-10 {
    width: 100%; }

  .popup-min-10 {
    min-width: 100%; } }
body {
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: #474747; 
  }

a, .dropdown {
  color: #7c7c7c;
  text-decoration: none;
  transition: color 200ms;
  -webkit-transition: color 200ms; }
  .no-touch a:hover, .no-touch a:active, .no-touch .dropdown:hover, .no-touch .dropdown:active {
    color: #989898; }

select {
  max-width: 100%; }

.init-hidden {
  display: none; }
  
.width_200 {
	width:200px;
}

.bg-black {
  background-color: #242424;
  color: white !important; }

button.bg-black:hover, a.bg-black:hover {
  background-color: #3e3e3e; }

.bg-orange {
  background-color: #ff6713;
  color: white !important; }

button.bg-orange:hover, a.bg-orange:hover {
  background-color: #ff8226; }

.bg-green {
  background-color: #00b298;
  color: white !important; }

button.bg-green:hover, a.bg-green:hover {
  background-color: #00c2ac; }

.bg-gray {
  background-color: #dddddd;
  color: #7c7c7c !important; }

button.bg-gray:hover, a.bg-gray:hover {
  background-color: #e4e4e4; }

.c-black {
  color: #474747; }

a.c-black:hover, a.c-black:active {
  color: #7c7c7c; }

.c-gray {
  color: #7c7c7c; }

.new-hilight {
  font-weight: 700; }

.c-darkgray {
  color: #646464; }

.sidemenu {
  background-color: #474747; }
  .sidemenu i {
    display: inline-block;
    width: 25px; }

h3 {
  font-size: 20px; }

h4 {
  text-transform: uppercase;
  font-size: 14px; }

h5 {
  font-size: 14px; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h6:first-child {
  margin-top: 0; }

p {
  font-size: 14px;
  line-height: 22px;
  color: #474747; }
  p i[class^="icon-"] {
    font-size: 16px;
    margin-right: 2px; }

.rightalign {
  text-align: right; }

@media screen and (max-width: 47em) {
  .leftalign-small {
    text-align: left !important; } }
.widget {
  display: inline-block;
  margin: 17px 20px 0 20px;
  font-size: 14px; }
  .widget i {
    margin-right: 3px; }
  .widget .hilight {
    color: #ff6713; }

.message-count {
  display: inline-block;
  width: 25px;
  height: 29px;
  text-align: center;
  color: white !important;
  font-size: 14px;
  background: url(../img_templ/message-count.png) no-repeat left top;
  background-size: 100% auto;
  vertical-align: middle;
  padding-top: 4px;
  font-weight: 600;
  transition: opacity 200ms;
  -webkit-transition: opacity 200ms; }
  .message-count:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.dropdown {
  position: relative;
  cursor: pointer;
  cursor: hand;
  padding-bottom: 10px;
  z-index: 10; }
  .dropdown:after {
    display: inline-block;
    font: 16px 'FontAwesome';
    content: '\f0d7';
    margin-left: 10px; }
  .dropdown .the-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background-color: white;
    z-index: 10;
    padding: 5px 0;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: left; }
    .dropdown .the-dropdown div a {
      display: block;
      width: 100%;
      padding: 5px 15px; }
  .dropdown:hover .the-dropdown {
    display: block; }

.loadmore:before {
  display: inline-block;
  font: 16px 'FontAwesome';
  content: '\f0d7';
  margin-right: 10px;
  color: #b0b0b0;
  position: relative;
  top: 2px; }

.breadcrumbs li:before {
  font: 5px 'FontAwesome';
  vertical-align: middle;
  margin: 0 10px 0 5px;
  position: relative;
  top: -1px;
  color: #7c7c7c; }

.topbar {
  background-color: white;
  position: relative;
  z-index: 100; }
  .topbar h1 {
    margin: 0; }
  .topbar:after {
    display: block;
    content: ' ';
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 7px;
    background: url(../img_templ/topbar-dropshadow.png) repeat-x top left; }
  .topbar.large {
    height: 83px; }
    .topbar.large .logo-column {
      padding-top: 13px; }
      @media screen and (max-width: 500px) {
        .topbar.large .logo-column {
          padding-top: 24px; } }
    .topbar.large > .row {
      padding: 0 20px; }
  .topbar.small {
    height: 53px; }

button, .button {
  -webkit-apperance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: 0;
  text-align: center;
  font-weight: 600 !important;
  -webkit-font-smoothing: antialiased;
  transition: background-color 200ms;
  -webkit-transition: background-color 200ms; }
  button.large, .button.large {
    border-radius: 8px;url(url(url("media:///www/mutaris_html/img_templ/mutaris/logo-small@2x.png")"media:///www/mutaris_html/img_templ/mutaris/logo-small@2x.png")"media:///www/mutaris_html/img_templ/mutaris/logo-small@2x.png")
    height: 35px;
    font-size: 14px !important;
    line-height: 35px !important;
    padding: 0 15px; }
    button.large i, .button.large i {
      position: relative;
      left: -5px;
      margin-right: 3px !important;
      vertical-align: baseline !important; }
  button.small, .button.small {
    border-radius: 13px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase; 
    margin-top: -5px;
	margin-bottom: -5px;}
  button.narrow, .button.narrow {
    width: 60px; }
  button.wide, .button.wide {
    width: 110px; }
  button.login-button, .button.login-button {
    width: 100%; }

@-moz-document url-prefix('') {
  button, .button {
    font-weight: 300 !important; } }

.inputwrapper {
  position: relative;
  display: inline-block; }
  .inputwrapper ::-ms-clear {
    display: none; }
  .inputwrapper input, .inputwrapper textarea, .inputwrapper select {
    -webkit-apperance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d2d1d0;
    border-radius: 8px;
    background-color: white;
    width: 100%;
    outline: none;
    font-size: 14px;
    padding: 5px 10px;
    font: 300 "Bliss Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    transition: background-color 200ms;
    -webkit-transition: background-color 200ms; }
    .inputwrapper input:focus, .inputwrapper textarea:focus {
      background-color: #f8f8f8; }
  .inputwrapper input {
    min-height: 33px; }
   .inputwrapper select {
    outline: none;
    font-size: 14px;
    padding: 5px 10px;
    font: 300 "Bliss Pro", sans-serif;
     width: 100%;
     border: 1px solid #d2d1d0;
     border-radius: 8px;
     height: 33px;}
  .inputwrapper textarea {
    resize: none;
    padding: 10px;
    min-height: 128px; }
  .inputwrapper.icon input {
    padding-right: 34px; }
  .inputwrapper.icon:after {
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    text-align: right;
    color: #646464;
    font-size: 17px;
    padding: 11px 11px 0 0;
    cursor: default; }
  .inputwrapper.search input {
    padding-left: 34px;
    padding-right: 10px; }
  .inputwrapper.search:after {
    right: auto;
    left: 0;
    content: '\f002';
    padding: 11px 0 0 11px; }
  .inputwrapper.username:after {
    content: '\f007'; }
  .inputwrapper.password:after {
    content: '\f023'; }
  .inputwrapper.file:after {
    content: '\f016'; }

.no-touch .inputwrapper.number {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ie-user-select: none;
  user-select: none; }
  .no-touch .inputwrapper.number:after {
    content: '\f0dc'; }

.touch .inputwrapper.number input {
  padding-right: 10px; }
.touch .inputwrapper.number:after {
  content: ''; }

body.webkit .inputwrapper.icon:after {
  top: 0px; }

.bottom-things {
  color: #7c7c7c;
  font-size: 14px; }

.nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.main-menu {
  background: url(../img_templ/darkgrain.png);
  height: 75px; }
  .main-menu .nav li {
    display: block;
    float: left;
    text-align: center;
    margin-right: 42px;
    margin-top: 20px; }
    .main-menu .nav li a {
      display: block;
      color: #474747; }
      .main-menu .nav li a:hover, .main-menu .nav li a:active {
        color: #7c7c7c !important; }
    .main-menu .nav li i {
      font-size: 18px; }
    .main-menu .nav li span {
      display: block;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 5px; }
    .main-menu .nav li.last {
      margin-right: 0; }

.main-menu-small {
  display: none;
  background: url(../img_templ/darkgrain.png);
  height: 52px; }
  .main-menu-small .row {
    padding: 0; }
  .main-menu-small .touch-button {
    display: block;
    width: 50px;
    height: 52px;
    text-align: center; }
    .main-menu-small .touch-button i {
      font-size: 18px;
      line-height: 52px; }
    .main-menu-small .touch-button.tb-right {
      float: right;
      border-left: 1px solid #c6c5c4; }
    .main-menu-small .touch-button.tb-left {
      float: left;
      border-right: 1px solid #c6c5c4; }
      .main-menu-small .touch-button.tb-left i {
        font-size: 21px;
        color: #474747; }
input.ng-invalid {
    border: 1px solid red;
}
input.ng-valid {
    border: 1px solid green;
}

.flexslider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 24px; }
  .flexslider ul {
    padding: 0;
    margin: 0 -8px;
    position: relative;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visiblity: hidden; }
  .flexslider li {
    display: inline-block; }
  .flexslider:after {
    display: block;
    content: ' ';
    width: 1px;
    font-size: 1px;
    clear: both; }

.showcase-product {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);
  width: 229px;
  height: 248px;
  margin: 0 8px;
  text-align: center;
  position: relative; }

  .showcase-product img {
    margin-top: 5px; }
    
  .showcase-product .overlay {
    position: absolute;
    background:rgba(0,0,0,0.4) center no-repeat;
    border-radius: 8px;
    width: 229px;
    height: 248px;
    margin: 0 8px;
    text-align: center;
    display: table;
    margin: auto;}
  .showcase-product .overlay .icon {
    font-size: 130pt;
	color: #cccccc;
  }
  
  .showcase-product .product-name {
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #474747; }
  .showcase-product .product-name-bottom {
    margin-top: -5px;
    font-weight: 700;
    font-size: 14px;
    color: #474747; }
  .showcase-product .product-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 46px;
    border-top: 1px solid #e3e2e1;
    padding-top: 9px; }

@media screen and (max-width: 1265px) {
  .showcase .large-15 {
    padding-left: 0;
    padding-right: 0; } }
.showcase {
  margin: 53px 0; }
  .showcase .large-4, .showcase .large-7 {
    float: left;
    margin-bottom: 0; }
  @media screen and (max-width: 1265px) {
    .showcase .flexslider ul {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 47em) {
    .showcase .section-header {
      display: none; }
    .showcase .large-4 {
      width: 50%; }
      .showcase .large-4:first-child {
        padding-right: 0; }
    .showcase .showcase-filter {
      padding-left: 0; }
    .showcase .flexslider ul {
      padding-left: 20px;
      padding-right: 20px; } }
  .showcase .large.button {
    position: relative;
    top: -4px; }
  .showcase .section-header {
    text-align: center; }

@media screen and (max-width: 68em) {
  .main-menu {
    display: none; }

  .main-menu-small {
    display: block; }

  .showcase {
    margin-top: 30px !important; } }
@media screen and (max-width: 47em) {
  .topbar .widget {
    display: none; }

  .widget.dropdown {
    display: inline-block; } }
.panel {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);
  overflow: hidden; }

.row > .panel {
  margin: 0 10px;
  padding: 0 10px; }

.tabbed {
  margin: 0;
  padding: 0;
  background-color: #7c7c7c;
  position: relative;
  min-height: 370px; }
  .tabbed li {
    display: block;
    float: left;
    text-align: center;
    height: 70px;
    border-left: 1px solid #909090; }
    .tabbed li:first-child {
      border-left: none; }
    .tabbed li .caption {
      text-transform: uppercase;
      font-size: 13px;
      color: #dddddd;
      margin-top: 18px;
      font-weight: 600;
      height: 70px;
      cursor: pointer;
      cursor: hand;
      transition: color 200ms;
      -webkit-transition: color 200ms; }
      .tabbed li .caption:hover {
        color: white; }
      .tabbed li .caption i {
        display: inline-block;
        font-size: 18px;
        margin-bottom: 3px; }
    .tabbed li .tab {
      display: none;
      text-align: left;
      position: absolute;
      top: 70px;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: white;
      padding-top: 12px; }
    .tabbed li.active {
      background-color: white; }
      .tabbed li.active .tab {
        display: block; }
      .tabbed li.active .caption {
        color: #474747;
        cursor: default; }

.tabbed-1 li {
  width: 100%; }

.tabbed-2 li {
  width: 50%; }

.tabbed-3 li {
  width: 33.33333%; }

.tabbed-4 li {
  width: 25%; }

.tabbed-5 li {
  width: 20%; }

.tabbed-6 li {
  width: 16.66667%; }

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  color: #474747; }
  table tbody tr {
    border-bottom: 1px solid #e3e2e1; }
  table td, table th {
    padding: 11px 10px; }
    table td:first-child, table th:first-child {
      padding-left: 15px; }
    table td:last-child, table th:last-child {
      padding-right: 15px; }
  table thead {
    background-color: #7c7c7c;
    color: white; }
    table thead th {
      font-weight: 700;
      text-align: left;
      padding-top: 15px;
      padding-bottom: 15px; }
      table thead th.softheader {
        opacity: 0.6;
        filter: alpha(opacity=60); }
  table tfoot td {
    padding-top: 15px !important;
    padding-bottom: 17px !important; }
  table .no-padding {
    padding: 0 !important; }

table.no-style td, table.no-style th {
  padding: 0 !important; }

.accordeon {
  height: 47px;
  overflow: hidden;
  border-top: 1px solid white;
  transition: height 500ms;
  -webkit-transition: height 500ms; }
  .accordeon:first-child {
    border-top: none; }
  .accordeon table thead {
    cursor: pointer;
    cursor: hand; }
    .accordeon table thead th:first-child:before {
      content: '\f0da';
      font: 16px 'FontAwesome';
      margin-right: 15px; }
  .accordeon .accordeon-section .accordeon-header {
    cursor: pointer;
    cursor: hand;
    background-color: #7c7c7c;
    color: white;
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    z-index: 10; }
    .accordeon .accordeon-section .accordeon-header:before {
      content: '\f0da';
      font: 16px 'FontAwesome';
      margin-right: 15px; }
  .accordeon.open {
    overflow: visible; }
    .accordeon.open table thead th:first-child:before,
    .accordeon.open .accordeon-section .accordeon-header:before {
      content: '\f0d7';
      margin-right: 12px; }

.accountform .accordeon table {
  width: 100%; }
.accountform .accordeon td {
  height: 60px; }
.accountform .accordeon tr:last-child {
  border-bottom: 0; }
.accountform .accordeon .label-cell {
  width: 25%; }
.accountform .accordeon .input-cell {
  width: 75%; }
.accountform .accordeon .row {
  margin: 0; }
.accountform .accordeon .columns {
  padding: 0;
  margin: 0; }
.accountform .accordeon .inputwrapper {
  width: 100%; }
  .accountform .accordeon .inputwrapper.postalcode {
    width: 40%;
    display: block;
    float: left; }
  .accountform .accordeon .inputwrapper.country {
    width: 55%; 
    float: right; }
    
.inputwrapper.sponsorplacement {
    width: 400px!important; }

.sunken {
  position: absolute;
  left: 0;
  bottom: -50px; }

.linkrow {
  cursor: pointer;
  cursor: hand;
  transition: background-color 200ms;
  -webkit-transition: background-color 200ms; }
  .no-touch .linkrow:hover {
     }
  .linkrow.addrow {
    color: #7c7c7c; }
    .linkrow.addrow .icon-plus-sign {
      font-size: 18px;
      vertical-align: middle; }
      
.linkrowAppend {
  cursor: pointer;
  cursor: hand;
  transition: background-color 200ms;
  -webkit-transition: background-color 200ms; }
  .no-touch .linkrow:hover {
     }
  .linkrow.addrow {
    color: #7c7c7c; }
    .linkrow.addrow .icon-plus-sign {
      font-size: 18px;
      vertical-align: middle; }

footer {
  min-height: 82px;
  padding: 31px 0;
  color: #7c7c7c; }
  footer a {
    color: #474747; }
    footer a:hover, footer a:active {
      color: #7c7c7c !important; }

@media screen and (max-width: 450px) {
  footer .breadcrumbs li, .bottom-things .breadcrumbs li {
    display: block;
    float: none;
    padding-left: 0;
    line-height: 30px; }
    footer .breadcrumbs li:before, .bottom-things .breadcrumbs li:before {
      content: '';
      margin: 0; }

  .bottom-things li a {
    color: white; } }
.popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: -1; }
  .popup-overlay.visible, .popup-overlay.disappearing {
    z-index: 100; }
  .popup-overlay .popup > .inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 850px) {
  .popup-overlay {
    perspective: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visiblity: hidden;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms; }
    .popup-overlay .panel {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 800px;
      min-height: 600px;
      max-height: 90%;
      margin: auto;
      transform: scale(0.01, 0.01) rotateX(-10deg);
      -webkit-transform: scale(0.01, 0.01) rotateX(-10deg);
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visiblity: hidden;
      transition: transform 300ms;
      -webkit-transition: -webkit-transform 300ms; }
    .popup-overlay.visible {
      opacity: 1; }
      .popup-overlay.visible .panel {
        transform: none;
        -webkit-transform: none; }
    .popup-overlay.disappearing {
      opacity: 0; }
      .popup-overlay.disappearing .panel {
        transform: scale(0.01, 0.01) rotateX(10deg);
        -webkit-transform: scale(0.01, 0.01) rotateX(10deg); } }
@media screen and (max-width: 849px) {
  .popup-overlay {
    position: absolute !important;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms; }
    .popup-overlay .panel {
      border-radius: 0;
      position: relative;
      top: -800px;
      min-height: 400px;
      transition: top 500ms;
      -webkit-transition: top 500ms; }
    .popup-overlay.visible {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.5); }
      .popup-overlay.visible .panel {
        top: 0; }
    .popup-overlay.disappearing {
      opacity: 0; }
      .popup-overlay.disappearing .panel {
        top: -1000px; } }
.popup .close-button {
  position: absolute;
  top: 17px;
  right: 22px;
  cursor: pointer;
  cursor: hand;
  font-size: 20px; }

.popup-header {
  border-bottom: 1px solid #e3e2e1;
  min-height: 60px; }
  .popup-header h3 {
    margin: 10px 0 0 0; }
  .popup-header .columns {
    margin-bottom: 0px; }
  .popup-header .popup-actions {
    padding-bottom: 15px; }
  @media screen and (min-width: 47em) {
    .popup-header h3 {
      margin: 10;
      line-height: 40px; }
    .popup-header .popup-actions {
      padding-top: 18px; } }

label {
  cursor: pointer;
  cursor: hand; }

form.custom .checkbox, form.custom .radio {
  display: inline-block;
  border: 1px solid #333333;
  width: 15px;
  height: 15px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  position: relative;
  margin-right: 5px;
  margin-left: 1px;
  top: -1px; }
form.custom .checkbox {
  border-radius: 3px; }
  form.custom .checkbox.checked:before {
    display: block;
    position: absolute;
    content: '\f00c';
    font: 12px "FontAwesome";
    top: 1px;
    left: 1px; }
form.custom .radio {
  border-radius: 8px; }
  form.custom .radio.checked:before {
    display: block;
    content: ' ';
    font-size: 1px;
    width: 9px;
    height: 9px;
    margin: 2px;
    border-radius: 5px;
    background-color: #474747; }
form.custom .select {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  background-color: white;
  padding: 9px 13px;
  border-radius: 8px;
  border: 1px solid #d2d1d0;
  text-align: left;
  cursor: pointer;
  cursor: hand;
  transition: background-color 200ms;
  -webkit-transition: background-color 200ms; }
  form.custom .select ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25); }
    form.custom .select ul li {
      padding: 6px 13px;
      cursor: pointer;
      cursor: hand;
      white-space: nowrap;
      transition: background-color 200ms;
      -webkit-transition: background-color 200ms; }
      form.custom .select ul li:hover {
        background-color: #dddddd; }
  form.custom .select.pos-top ul {
    top: auto;
    bottom: 100%; }
  form.custom .select.open {
    background-color: #f8f8f8; }
    form.custom .select.open ul {
      display: block;
      z-index: 10; }
  form.custom .select .current-option {
    display: block;
    white-space: nowrap; }
  form.custom .select:hover {
    background-color: #f8f8f8; }
  form.custom .select:after {
    display: block;
    position: absolute;
    top: 10px;
    right: 13px;
    font: 16px 'FontAwesome';
    content: '\f0d7';
    margin-left: 10px; }

.tooltip {
  display: inline-block; }

#the-tip {
  position: absolute;
  height: 1px;
  display: none;
  z-index: 10; }
  #the-tip .tip-inner {
    position: relative;
    min-height: 1px; }
  #the-tip .tip-contents {
    position: absolute;
    color: #474747;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    white-space: nowrap; }
  #the-tip .tip-arrow {
    position: absolute; }
    #the-tip .tip-arrow span {
      display: block;
      margin: 0 0 0 20px; }
  #the-tip.tip-toptip .tip-contents {
    bottom: 10px;
    left: 0;
    right: 0; }
  #the-tip.tip-toptip .tip-arrow {
    top: auto;
    right: 0;
    bottom: 5px;
    left: 0; }
    #the-tip.tip-toptip .tip-arrow span {
      width: 0;
      height: 0;
      overflow: hidden;
      border-top: 5px solid white;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
  #the-tip.tip-bottomtip .tip-contents {
    top: 10px;
    left: 0;
    right: 0; }
  #the-tip.tip-bottomtip .tip-arrow {
    top: 5px;
    right: 0;
    bottom: auto;
    left: 0; }
    #the-tip.tip-bottomtip .tip-arrow span {
      width: 0;
      height: 0;
      overflow: hidden;
      border-bottom: 5px solid white;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }

@-moz-document url-prefix() {
  form.custom .checkbox.checked:before {
    top: 0; } }

.info-on-hover {
  opacity: 0.6;
  filter: alpha(opacity=60); }
  .info-on-hover i {
    font-size: 18px; }

/*.responsive-table-wrap {
	overflow-x: scroll;
	max-width: 100%;
}*/
.bullets {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center; }
  .bullets .bullet {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 10px;
    cursor: hand;
    cursor: pointer;
    background-color: #808080;
    margin: 0 3px; }
    .bullets .bullet.active {
      background-color: #fb4f12;
      }
     .no-touch .bullets .bullet:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.my-icon-mutaris {
  display: inline-block;
  width: 26px;
  height: 18px;
  background: url(../img_templ/mutaris-icon.png) no-repeat left top;
  margin: -5px 0; }

.animated {
  transition: transform 500ms;
  -webkit-transition: -webkit-transform 500ms; }

html, body, .all-container {
  height: 100%; }

body .login-page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img_templ/mutaris/login-photo.jpg) no-repeat center top;
  background-size: cover, cover; }
  @media screen and (max-width: 47em) {
    body .login-page {
      position: relative; }
      body .login-page .login-things {
        min-height: 700px; } }
  @media screen and (max-width: 47em) and (min-height: 800px) {
    body .login-page .login-things {
      min-height: 1280px; } }
  body .login-page .bottom-things {
    display: block;
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 334px;
    padding-top: 280px;
    background: url(../img_templ/login-overlay.png) repeat-x left bottom; }
    body .login-page .bottom-things .row {
      z-index: 1; }

.logo-column {
  float: left;
  width: 36%; }
  .logo-column .logo {
    display: inline-block;
    background: url(../img_templ/mutaris/logo.png) no-repeat center center;
    background-size: 100% auto;
    width: 181px;
    height: 53px;
    max-width: 100%;
    overflow: hidden;
    text-indent: 181px;
    text-decoration: none;
    transition: opacity 200ms;
    -webkit-transition: opacity 200ms; }
    .no-touch .logo-column .logo:hover {
      opacity: 0.9;
      filter: alpha(opacity=90); }
  @media screen and (max-width: 500px) {
    .logo-column .logo {
      width: 90px;
      height: 26px; } }

.topbar.small h1 {
  float: left;
  width: 140px; }
.topbar.small .logo {
  display: inline-block;
  text-indent: 145px;
  width: 140px;
  overflow: hidden;
  max-width: 100%;
  height: 28px;
  background: url(../img_templ/mutaris/logo-small.png) no-repeat left top;
  background-size: 100% auto;
  margin-top: 12px; }

.links-column {
  text-align: right;
  font-size: 14px;
  padding-top: 33px;
  width: 64%;
  float: left; }
  .links-column a, .links-column .dropdown {
    display: inline-block;
    margin-left: 50px; }
    @media screen and (max-width: 500px) {
      .links-column a, .links-column .dropdown {
        margin-left: 25px; } }
    @media screen and (max-width: 400px) {
      .links-column a, .links-column .dropdown {
        margin-left: 12px; } }
    .links-column a:first-child, .links-column .dropdown:first-child {
      margin-left: 0; }

@media screen and (min-width: 47em) {
  .login-body .row {
    padding: 0 10%; }

  .login-columns {
    padding: 0 0 0 15px; } }
@media screen and (min-width: 1265px) {
  .login-body .row {
    padding: 0 127px; } }
.login-things {
  margin-top: 103px; }
  @media screen and (max-width: 640px) {
    .login-things {
      margin-top: 20px; } }

.login-backdrop {
  position: absolute;
  background: url(../img_templ/login-title-backdrop.png) no-repeat left top;
  top: -320px;
  left: -290px;
  right: 0;
  height: 726px; }

.login-title {
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.51);
  text-transform: uppercase;
  position: relative;
  z-index: 2; }
  .login-title .main-title {
    font-size: 40px;
    font-weight: 900; }
  .login-title .sub-title {
    font-size: 25px;
    font-weight: 300; }

.login-panel {
  position: relative;
  z-index: 2;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  padding: 20px 15px; }
  .login-panel .login-row {
    text-align: center;
    margin: 6px 0;
    min-height: 35px; }
    .login-panel .login-row a {
      display: inline-block;
      font-size: 14px;
      margin-top: 1em; }
  .login-panel .inputwrapper {
    width: 100%; }

.actual-body {
  position: relative;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 100%;
  background: url(../img_templ/darkgrain.png); 
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visiblity: hidden; }

.almost-all-the-contents {
  background: url(../img_templ/grain.png); 
  padding-bottom: 100px; }

.section-header {
  padding-top: 4px; }

.files {
  margin: 0;
  padding: 0;
  list-style: none; }
  .files a {
    color: #474747; }
    .files a:hover, .files a:active, .files a i {
      color: #7c7c7c; }
    .files a i {
      font-size: 16px;
      margin: 0 5px; }

.product-details {
  color: #474747;
  font-size: 14px;
  line-height: 15px; }
  .product-details i {
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    margin-right: 5px; }
  .product-details .detail-row {
    margin-bottom: 18px;
    position: relative; }
    .product-details .detail-row .label {
      width: 95px;
      font-weight: 700;
      float: left; }
    .product-details .detail-row .content {
      margin-left: 115px; }
    .product-details .detail-row .tip {
      display: none;
      position: relative;
      /*right: 0; bottom: -60px; left: 0;
      z-index: 10;*/
      margin-top: 10px;
      min-height: 40px;
      line-height: 17px;
      background-color: #ff6713;
      border-radius: 8px;
      padding: 9px 13px;
      color: white; }
      .product-details .detail-row .tip a {
        color: white;
        font-weight: 700; }
      .product-details .detail-row .tip:before {
        display: block;
        content: ' ';
        position: absolute;
        top: -4px;
        left: 100px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-bottom: 4px solid #ff6713;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
      .product-details .detail-row .tip.visible {
        display: block; }
      .product-details .detail-row .tip > i {
        float: left;
        width: 25px;
        margin-right: 0; }
      .product-details .detail-row .tip > .tip-text {
        display: block;
        margin-left: 25px; }

@media screen and (max-width: 47em) {
  .detail-photo #wrap {
    width: 350px;
    margin: 0 auto; } }
#product-zoom .cloud-zoom-gallery {
  display: block;
  width: 25%;
  float: left; }

.reactionbox {
  background-color: #e8e8e8;
  margin-top: 30px;
  padding-bottom: 10px;
  padding-top: 1px; }
  .reactionbox tbody tr {
    border-bottom-color: #c6c6c6; }

.reactbox {
  background-color: #dadada;
  padding-top: 1px; }
  .reactbox .select {
    width: 100%; }
  @media screen and (max-width: 550px) {
    .reactbox table, .reactbox tr, .reactbox td {
      display: block;
      width: 100%;
      text-align: left !important; }
    .reactbox button.large {
      margin-top: 10px;
      margin-bottom: 20px; } }

.pagesection {
  margin-top: 53px; }
  .pagesection .large.button {
    position: relative;
    top: -4px; }
  .pagesection .bungle-below {
    margin-top: 5px;
    padding: 0 10px; }
    .pagesection .bungle-below .button {
      top: 10px; }
    .pagesection .bungle-below .column, .pagesection .bungle-below .columns {
      padding: 0 10px; }
    @media screen and (max-width: 47em) {
      .pagesection .bungle-below .large-15 {
        padding: 0 20px; } }

  .pagesection form .bungle-below {
    margin-top: 15px; }

.subtotal {
  font-size: 16px; }

.addrow {
  color: #7c7c7c; }
  .addrow i {
    font-size: 16px;
    margin-right: 7px; }

.data-seeker {
  position: relative; }
  .data-seeker .inputwrapper, .data-seeker .seek-input {
    width: 100%; }

.seek-option-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 150;
  background-color: white;
  border-radius: 8px;
  margin: 11px 0 0 0;
  padding: 0;
  list-style: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
  .seek-option-list .seek-option {
    padding: 5px 10px;
    transition: background-color 200ms;
    -webkit-transition: background-color 200ms; }
    .seek-option-list .seek-option:hover {
      background-color: #f0f0f0; }

.sales-quote .icon-info-sign {
  font-size: 18px; }

#offerte-columns {
  margin-bottom: 0; }

#offerte-totals {
  padding-right: 24px; }
  @media screen and (min-width: 47em) {
    #offerte-totals {
      float: right; } }

@media screen and (max-width: 640px) {
  #offerte {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scroll: touch; }
    #offerte .accordeon {
      min-width: 600px; } }
#offerte th {
  white-space: nowrap; }

.sales-quote-totals {
  color: #7c7c7c;
  font-weight: 700;
  font-size: 16px; }
  .sales-quote-totals tr {
    border-bottom: 1px solid #cecdcc; }
    .sales-quote-totals tr td {
      padding: 10px 0;
      text-align: right; }
      .sales-quote-totals tr td:first-child {
        text-align: left; }
  .sales-quote-totals .sqt-total {
    color: #474747;
    border-bottom: none; }

.sq-cat-title {
  width: 60.1%; }

.sq-line-id {
  width: 6.7%; }

.sq-line-info {
  width: 6.7%; }

.sq-line-qty, sq-cat-qty {
  width: 13.3%; }

.sq-line-qty {
  padding-top: 0;
  padding-bottom: 0; }
  .sq-line-qty .inputwrapper input {
    padding: 3px 10px;
    min-height: 30px; }
  .sq-line-qty .inputwrapper.icon:after {
    padding-top: 9px;
    padding-right: 9px; }

.sq-line-price, .sq-cat-price {
  width: 13.3%; }

.sq-line-total, .sq-cat-total {
  width: 13.3%;
  font-weight: 700;
  text-align: right; }

.sq-cat-total {
  font-size: 16px; }

.table-like {
  font-size: 14px;
  padding: 0 20px !important; }
  .table-like .row {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-top: 1px solid #e3e2e1;
    margin-left: 5px;
    margin-right: 5px; }
    .table-like .row:first-child, .table-like .row.no-border {
      border-top: none; }
    .table-like .row .column, .table-like .row .columns {
      padding-left: 0;
      padding-right: 0; }
  .table-like .small-padding {
    padding-top: 2px !important;
    padding-bottom: 1px !important; }
  .table-like .label {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px; }
    .table-like .label a {
      cursor: pointer;
      cursor: hand;
      color: #474747; }
      .table-like .label a:hover {
        color: #ff6713; }
  .table-like .toppadded {
    padding-top: 10px; }
  .table-like .radio {
    margin-left: 15px !important; }
    .table-like .radio:first-child {
      margin-left: 0 !important; }
  .table-like .inputwrapper {
    width: 100%; }
  .table-like .column, .table-like .columns {
    margin-bottom: 0; }

.article-seeker .seek-selected-item {
  background-color: #eee;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  position: relative; }
  .article-seeker .seek-selected-item .seek-delete-this {
    position: absolute;
    top: 32px;
    right: 20px; }

.article-seek-more {
  margin-top: 10px; }
  .article-seek-more span {
    display: none; }

table.plaintable tr {
  border: 0; }
table.plaintable td {
  padding: 0; }

@media screen and (min-width: 501px) {
  .article-seek-or {
    width: 50px;
    text-align: center; }

  .article-seek-more {
    width: 151px; } }
@media screen and (max-width: 500px) {
  table.plaintable, table.plaintable tbody, table.plaintable tr, table.plaintable td {
    display: block;
    width: 100%; }

  .article-seek-before-more .inputwrapper {
    width: 100%; }

  .article-seek-or {
    display: none !important; }

  /*.article-seek-more {
  	width: 100%;
  }*/ }
.article-seek-more .button {
  top: 0 !important; }

.article-seek-image {
  width: 64px;
  float: left;
  border-radius: 5px;
  margin-right: 10px; }

.article-seek-title, .article-seek-sub {
  font-size: 14px; }

.article-seek-title {
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: 700;
  color: #474747; }

.article-seek-sub {
  color: #646464; }

.seek-option.hilighted {
  background-color: #eee; }

#quantities {
  margin-top: 20px; }

.qty-aantal {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px; }
  .qty-aantal .inputwrapper, .qty-aantal input {
    width: 100%;
    min-width: 56px; }

.qty-maat {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px; }
  .qty-maat .select {
    width: 100%; }

.qty-nummers {
  width: 65%;
  padding-top: 5px;
  padding-bottom: 5px; }

.qty-actions {
  width: 5%; }

.responsive-table-wrap {
  border-radius: 8px;
  /*table {
  	border-radius: 8px;
  	overflow: hidden;
  }*/ }

@media screen and (max-width: 680px) {
  table.responsive-table {
    display: block; }
    table.responsive-table thead {
      display: none; }
    table.responsive-table tbody, table.responsive-table tfoot, table.responsive-table tr, table.responsive-table td, table.responsive-table th {
      display: block;
      width: 100% !important;
      text-align: left !important;
      padding: 5px 5px; } }
.tooltip-image {
  float: left;
  width: 120px;
  margin: 20px 0; }

.tooltip-info {
  float: left; }
  .tooltip-info .prop-val-pair {
    border-bottom: 1px solid #e3e2e1;
    width: 380px;
    font-size: 14px;
    padding: 5px 0; }
    .tooltip-info .prop-val-pair.last {
      border-bottom: none; }
  .tooltip-info .prop {
    float: left;
    width: 90px;
    color: #7c7c7c; }
    
    
/*Flexbox part for orderform: SPH */

.flex-container {
  padding: 0 !important;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: flex-start;
}


.flex-item {
  font-family: "Bliss Pro", sans-serif;
  outline: none;
  resize: none;
  overflow: auto;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px dashed #d4d4d4;
  margin: 4px;
  width: 130px;
  height: 70px;
  padding-top: 5px;
  color:#666666;
  text-align: center;
}
  
.qty-order {
  font-weight: bold;
  width: 80px;
  margin-left: 25px;
  text-align: center;
  }
  .qty-aantal .inputwrapper, .qty-aantal input {
    width: 100%;
    min-width: 56px; }

.width_80{
	margin: 10px;
	width: 80px !important;
}

.flex-item_numbers {
  font-family: "Bliss Pro", sans-serif;
  outline: none;
  resize: none;
  overflow: auto;
  border-radius: 8px;
  border-radius: 8px;
  border: 0px dashed #d4d4d4;
  margin: 3px;
  width: 80px;
  height: 40px;
  padding-top: 0px;
  color:#666666;
  text-align: center;
}
  
.flex-item_number_and_name {
  font-family: "Bliss Pro", sans-serif;
  outline: none;
  resize: none;
  overflow: auto;
  border-radius: 8px;
  border-radius: 8px;
  border: 0px dashed #d4d4d4;
  margin: 3px;
  width: 200px;
  height: 40px;
  padding-top: 0px;
  color:#666666;
  text-align: left;
}
.number-order {
  font-weight: bold;
  width: 70px;
  margin-left: 2px;
  text-align: center;
  }
.name-order {
  font-weight: bold;
  width: 140px;
  margin-left: 2px;
  text-align: left;
  }
  
  .flex-item_overview_name {
  font-family: "Bliss Pro", sans-serif;
  outline: none;
  resize: none;
  overflow: auto;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px dashed #d4d4d4;
  background: #dbdbdb;
  margin-right: 3px;
  margin-bottom: 3px;
  width: 180px;
  height: 30px;
  padding-top: 5px;
  color:#666666;
  text-align: left;
}
 .item-overview_1 {
  width: 60px;
  margin-left: 2px;
  text-align: center;
  }
 .item-overview_2 {
  font-weight: bold;
  width: 120px;
  margin-left: 2px;
  text-align: left;
  }
  
  .flex-item_overview_number {
  font-family: "Bliss Pro", sans-serif;
  outline: none;
  resize: none;
  overflow: auto;
  background: #cccccc;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px dashed #d4d4d4;
  background: #dbdbdb;
  margin-right: 3px;
  margin-bottom: 3px;
  width: 70px;
  height: 30px;
  padding-top: 5px;
  color:#666666;
  text-align: left;
}

.error_message{
   color:red;
}
.orderdetailbox {
  background-color: #e8e8e8;
  margin-top: 50px;
  padding-bottom: 1px;
  padding-top: 1px; }
  .orderdetailbox table tbody tr td {
  	height: 10px;
    border-bottom-color: #c6c6c6; }
