html, body {
  height: 100%; }

#remove_print_title {
  font-family: 'Roboto';
  color: #969696; }

#remove_print {
  z-index: 100; }

.close_mobile {
  position: absolute;
  right: 20px;
  top: 20px; }

.btn_cancel {
  color: #969696;
  font-weight: bold;
  position: relative;
  left: 140px;
  top: 12px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer; }
  @media (max-width: 400px) {
  .btn_cancel {
    display: none; } }
  @media (max-width: 530px) {
  .btn_cancel {
    left: 10px; } }

.btn_cancel_save {
  color: #969696;
  font-weight: bold;
  position: relative;
  left: 140px;
  top: 64px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer; }
  @media (max-width: 400px) {
  .btn_cancel_save {
    display: none; } }
  @media (max-width: 530px) {
  .btn_cancel_save {
    left: 10px; } }

.save_print_text {
  margin: 10px 0px 20px 10px;
  font-family: 'Roboto Slab';
  color: #414145;
  font-size: 16px;
  font-weight: 600; }

.btn_text_remove {
  font-size: 16px;
  position: absolute;
  right: 40px;
  padding: 6px 14px; }

.remove_print_text {
  margin: 10px 0px 60px 10px;
  font-family: 'Roboto Slab';
  color: #414145;
  font-size: 16px;
  font-weight: 600; }

.samenstellen_header {
  z-index: 30;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
  padding-left: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex; }
  @media (max-width: 1023px) {
  .samenstellen_header {
    padding-left: 10px;
    justify-content: unset; } }
  @media (max-width: 1023px) {
  .samenstellen_header .logo {
    width: 40%; }
    .samenstellen_header .logo img {
      width: calc(100% - 10px);
      max-width: 130px; } }
  .samenstellen_header .sluit_samenstellen {
    display: none; }
    @media (max-width: 1023px) {
  .samenstellen_header .sluit_samenstellen {
    border-left: 1px solid #efefef;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    position: absolute;
    right: 0; } }
    .samenstellen_header .sluit_samenstellen i {
      font-size: 22px;
      color: #333; }
  .samenstellen_header .dib {
    display: inline-block;
    height: 80px;
    /* iOS Safari */
    -webkit-touch-callout: none;
    /* Safari */
    -webkit-user-select: none;
    /* Konqueror HTML */
    -khtml-user-select: none;
    /* Firefox */
    -moz-user-select: none;
    /* Internet Explorer/Edge */
    -ms-user-select: none;
    /* Non-prefixed version, currently
																 supported by Chrome and Opera */
    user-select: none; }
    @media (max-width: 1023px) {
  .samenstellen_header .dib {
    border-right: 1px solid #efefef;
    width: 70%; }
    .samenstellen_header .dib .tdnone {
      width: 25%;
      text-align: center; }
    .samenstellen_header .dib .mobile_save {
      width: 25%;
      position: relative;
      text-align: center;
      right: auto !important; }
    .samenstellen_header .dib .sluit_samenstellen {
      width: 25% !important;
      vertical-align: top;
      position: relative;
      right: auto !important; } }
  .samenstellen_header .mobile_save {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 1023px) {
  .samenstellen_header .mobile_save {
    position: absolute;
    right: 80px; } }
  .samenstellen_header .top_button {
    top: -1px;
    position: relative;
    color: #323232;
    height: 100%;
    border-left: 1px solid #efefef;
    padding: 0 35px 0 30px;
    line-height: 80px;
    font-weight: 600;
    font-family: 'Roboto';
    display: block; }
    @media (max-width: 1023px) {
  .samenstellen_header .top_button {
    padding: 0 0 0 0; }
    .samenstellen_header .top_button span {
      display: none; } }
  .samenstellen_header .tdnone {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    cursor: pointer; }
  .samenstellen_header .save {
    top: -1px;
    position: relative;
    height: 100%;
    border-left: 1px solid #efefef;
    padding: 0 35px 0 30px;
    line-height: 80px;
    font-weight: 600;
    font-family: 'Roboto';
    vertical-align: top;
    cursor: pointer; }
    @media (max-width: 1023px) {
  .samenstellen_header .save {
    padding: 0 0 0 0; } }
    @media (max-width: 1023px) {
    .samenstellen_header .save .hide {
      display: none; } }
    .samenstellen_header .save i {
      margin-right: 20px;
      font-size: 22px; }
      @media (max-width: 1023px) {
  .samenstellen_header .save i {
    margin-right: 0px; } }
    .samenstellen_header .save:hover {
      cursor: pointer; }
  .samenstellen_header .open {
    top: 18px !important; }
  .samenstellen_header .close {
    top: 100px !important;
    position: relative; }
  .samenstellen_header .transition {
    /* Chrome 1-25, Safari 3.2+ */
    -webkit-transition: top 0.6s ease-out;
    /* Firefox 4-15 */
    -moz-transition: top 0.6s ease-out;
    /* Opera 10.50–12.00 */
    -o-transition: top 0.6s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    transition: top 0.6s ease-out; }

#content {
  z-index: 20;
  margin-left: 460px;
  height: calc(100vh - 80px);
  display: inline-block;
  position: relative;
  width: calc(100% - 460px);
  margin-top: 80px; }
  @media (max-width: 1023px) {
  #content {
    width: 100%;
    margin-left: 0;
    height: calc(100% - 80px);
    padding-bottom: 130px; } }
  #content .upload_canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white; }
  #content div.upload {
    height: 500px;
    /* border: solid 1px black;
		background: white; */
    width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 1023px) {
  #content div.upload {
    transform: translate(-50%, calc(-50% - 60px)); } }
    #content div.upload .resizeImg {
      display: none;
      overflow: hidden; }
    #content div.upload .cover {
      cursor: move;
      position: relative;
      box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0.7); }
      #content div.upload .cover .afloopBorder {
        position: absolute;
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px;
        border: dashed 2px red; }
    #content div.upload.finished .resizeImg {
      border: none; }
      #content div.upload.finished .cover {
        cursor: pointer; }
        #content div.upload.finished .cover .afloopBorder {
          border-style: solid;
          box-shadow: 0 0 0 2000px #f4f4f4; }
  #content .step_numbers {
    position: fixed;
    bottom: 20px;
    right: 30px; }
    @media (max-width: 1023px) {
  #content .step_numbers {
    display: none; } }
    #content .step_numbers .step_number {
      width: 37px;
      height: 37px;
      background-color: #fff;
      text-align: center;
      line-height: 37px;
      border: 1px solid #e2e2e2;
      color: #414145;
      border-radius: 50%;
      display: inline-block;
      margin-right: 10px;
      font-weight: 600; }
    #content .step_numbers .step_done {
      background-color: #ac6b30;
      color: #fff; }
    #content .step_numbers .step_disabled {
      background-color: #e2e2e0;
      color: #fff; }
  @media (max-width: 1023px) {
    #content .button_block {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 50;
      background-color: #fff;
      height: 130px; } }
  #content .price {
    position: absolute;
    right: 35px;
    bottom: 85px;
    color: #414145;
    font-weight: 600;
    font-size: 28px;
    font-family: 'Roboto Slab';
    display: none; }
    @media (max-width: 1023px) {
  #content .price {
    display: inline-block;
    right: 10px; } }
  #content .btn_flex_wrap {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px); }
    #content .btn_flex_wrap .btn {
      width: 100%; }
  #content .btn_mobile_afronden {
    display: none; }
  #content .btn_mobile_card {
    display: none; }
  #content .legenda {
    position: fixed;
    bottom: 20px;
    left: 500px;
    display: none;
    color: #959595;
    font-size: 16px; }
    #content .legenda .afloop, #content .legenda .nietGeprint, #content .legenda .dpiTonen {
      display: inline-block; }
    #content .legenda .nietGeprint, #content .legenda .dpiTonen {
      margin-left: 50px;
      position: relative;
      vertical-align: middle; }
      #content .legenda .nietGeprint img, #content .legenda .dpiTonen img {
        width: 25px;
        height: 25px;
        vertical-align: middle;
        margin-right: 10px; }
      #content .legenda .nietGeprint .transp, #content .legenda .dpiTonen .transp {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.7);
        width: 25px;
        height: 26px; }
      #content .legenda .nietGeprint .fa-thumbs-up, #content .legenda .dpiTonen .fa-thumbs-up, #content .legenda .nietGeprint .fa-thumbs-down, #content .legenda .dpiTonen .fa-thumbs-down {
        margin-right: 8px; }
      #content .legenda .nietGeprint .fa-thumbs-down, #content .legenda .dpiTonen .fa-thumbs-down {
        color: red; }
        #content .legenda .nietGeprint .fa-thumbs-down + span, #content .legenda .dpiTonen .fa-thumbs-down + span {
          font-weight: bold;
          color: red; }
    #content .legenda .streepjes {
      border-top: 2px dashed red;
      display: inline-block;
      width: 30px;
      vertical-align: middle;
      margin-right: 20px; }
    @media (max-width: 1023px) {
  #content .legenda {
    bottom: 140px;
    left: 20px;
    width: calc(100% - 40px);
    display: flex !important;
    align-items: center;
    justify-content: space-between; }
    #content .legenda .nietGeprint {
      display: none; }
    #content .legenda div {
      text-align: center; } }

@media (min-width: 768px) {
      #content .button_block {
        display: none; } }
