/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

[disabled] {
    color: #aaa;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   App styles
   ========================================================================== */

.dalv2 {
    padding-right: 0 !important
}

.dalv2 {
    min-width: 300px;
    height: 100%;
    background: #dae1e9 url(../images/app-bg.png) center center;
    overflow: auto;
}

.app-page {
    overflow: auto;
    height: 100%;
}

.dalv2 .loading {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.dalv2 .loading span {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    color: #337ab7;
}

.svg-pattern {
    position: absolute;
    z-index: -9999;
    top: -9999px;
}

.app {
    position: relative;
    height: 860px;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    border: 3px solid #2674c6;
}

.loaded .app {
    opacity: 1;
}

/*
 * Viewer
 */

.viewer-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.viewer {
    position: absolute;
    z-index: 1;
    top: 20px;
    min-width: 300px;
    right: 330px;
    bottom: 20px;
    left: 330px;
}

.hiddenright .viewer {
    right: 20px;
}

.hiddenleft .viewer {
    left: 20px;
}

.view-wrap {
    position: absolute;
    width: 600px;
    height: 2100px;
    left: 50%;
    margin-left: -300px;
    top: -709px;
}

.view-cont {
    position: relative;
    width: 600px;
    height: 2100px;
    transition: none !important;
    /*overflow: hidden;*/
}

.flipper {
    position: relative;
    width: 600px;
    height: 2100px;
    /*overflow: hidden;*/
    -webkit-transition: all 0.3s ease;
    /*transition: all 0.3s ease;*/
    transition: none !important;

    -moz-perspective: 2400px;
    -webkit-perspective: 2400px;
    perspective: 2400px;
}

.lf, .lb {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 600px;
    height: 2100px;
    overflow: hidden;

    -webkit-transition: transform 0.6s;
    transition: transform 0.6s;
    /*transform-style: preserve-3d;*/
    backface-visibility: hidden;
    transform: rotateY(0deg);
}

.lb {
    z-index: 1;
    transform: rotateY(-180deg);
}

.flipped .lf {
    z-index: 1;
    transform: rotateY(180deg);
}

.flipped .lb {
    z-index: 2;
    transform: rotateY(0deg);
}

.side-label {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    top: 550px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #777;
}

.lf .side-label:before,
.add-text-to span:before,
.back .flipper-span:before {
    display: inline-block;
    content: "FRONT";
}

.lb .side-label:before,
.back .add-text-to span:before,
.flipper-span:before {
    display: inline-block;
    content: "BACK";
}

.clip1, .clip2 {
    position: absolute;
    width: 1600px;
    height: 1600px;
    left: -436px;
    top: 182px;
    transform: rotate(40deg);
    overflow: hidden;
}

.clip2 {
    left: -98px;
    top: 82px;
    transform: rotate(10deg);
}

.double-end .clip1 {
    left: -500px;
    top: 198px;
    transform: rotate(45deg);
}

.double-end .clip2 {
    left: 0;
    top: 0;
    transform: rotate(0deg);
}

.draw-area {
    position: absolute;
    width: 600px;
    height: 2100px;
    left: 593px;
    top: -255px;
    transform: rotate(-50deg);
}

.double-end .draw-area {
    left: 537px;
    top: -213px;
    transform: rotate(-45deg);
}

.draw-area-clip {
    position: absolute;
    width: 600px;
    height: 1450px;
    overflow: hidden;
}

/*
 * Top
 */

.ly-top-wrap {
    position: absolute;
    width: 564px;
    height: 100px;
    left: 18px;
    top: 51px;
    overflow: hidden;
    background: white;
}

.lf .ly-top-wrap {
    z-index: 10;
}

.lb .ly-top-wrap {
    z-index: 40;
}

.l4 .ly-top-wrap {
    width: 538px;
    height: 74px;
    left: 31px;
    top: 59px;
}

.l3 .ly-top-wrap {
    width: 536px;
    height: 62px;
    left: 32px;
    top: 71px;
}

.l2 .ly-top-wrap {
    width: 534px;
    height: 38px;
    left: 33px;
    top: 94px;
}

.l1 .ly-top-wrap {
    width: 534px;
    height: 25px;
    left: 33px;
    top: 90px;
    opacity: 0;
}

.ly-qctop-wrap {
    position: absolute;
    z-index: 1;
    width: 455px;
    height: 25px;
    left: 72px;
    top: 90px;
    opacity: 0;
}

.double-end .ly-qctop-wrap {
    width: 356px;
    left: 122px;
    top: 45px;
}

.l1 .ly-qctop-wrap {
    opacity: 1;
}

.qcorner {
    position: absolute;
    z-index: 2;
    width: 35px;
    height: 35px;
    left: 38px;
    top: 90px;
    opacity: 0;
}

.double-end .qcorner {
    top: 45px;
    left: 88px;
}

.qcorner svg {
    position: absolute;
    z-index: 0;
}

.qcshadow {
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    left: 0;
    top: 0;
    background: url('../images/qc-inner-shadow.png') 0 0 no-repeat;
}

.qcorner.qcr {
    left: auto;
    right: 39px;
}

.double-end .qcorner.qcr {
    right: 88px;
}

.qcr .qcshadow {
    background-position: 100% 0;
}

.l1 .qcorner {
    opacity: 1;
}

.double-end .ly-top-wrap {
    width: 500px;
    left: 50px;
    top: 16px;
}

.l4.double-end .ly-top-wrap {
    width: 474px;
    left: 63px;
    top: 29px;
}

.l3.double-end .ly-top-wrap {
    width: 462px;
    left: 69px;
    top: 35px;
}

.l2.double-end .ly-top-wrap {
    width: 438px;
    left: 81px;
    top: 47px;
}

.l1.double-end .ly-top-wrap {
    width: 438px;
    left: 81px;
    top: 20px;
}


/*
 * Left side
 */

.ly-left-wrap {
    position: absolute;
    z-index: 30;
    width: 1500px;
    height: 100px;
    left: -580px;
    top: 673px;
    overflow: hidden;
    background: white;
}

.ly-left-wrap.lyyy-wrap.lfc {
    transform: rotate(-100.12deg);
}

.ly-left-wrap.lyyy-wrap.lbc {
    transform: rotate(-279.95deg);
}

.l4 .ly-left-wrap {
    height: 74px;
    left: -578px;
    top: 683px;
}

.l4 .ly-left-wrap.lyyy-wrap.lfc {
    transform: rotate(-99.95deg);
}

.l4 .ly-left-wrap.lyyy-wrap.lbc {
    transform: rotate(-279.95deg);
}

.l3 .ly-left-wrap {
    height: 62px;
    left: -581px;
    top: 688px;
}

.l3 .ly-left-wrap.lyyy-wrap.lfc {
    transform: rotate(-100.18deg);
}

.l3 .ly-left-wrap.lyyy-wrap.lbc {
    transform: rotate(-280.18deg);
}

.l2 .ly-left-wrap {
    height: 38px;
    left: -588px;
    top: 699px;
    /*transform: rotate(-100.65deg);*/
}

.l2 .ly-left-wrap.lyyy-wrap.lfc {
    transform: rotate(-100.65deg);
}

.l2 .ly-left-wrap.lyyy-wrap.lbc {
    transform: rotate(-280.65deg);
}

.l1 .ly-left-wrap {
    height: 25px;
    left: -588px;
    top: 704px;
    transform: rotate(-100.65deg);
}

.double-end .ly-left-wrap {
    left: -650px;
    top: 651px;
    transform: rotate(-90deg);
}

.l1.double-end .ly-left-wrap {
    top: 690px;
}

/*
 * Right side
 */

.ly-right-wrap {
    position: absolute;
    z-index: 20;
    width: 1500px;
    height: 100px;
    right: -580px;
    top: 673px;
    overflow: hidden;
    background: white;
}

.ly-right-wrap.lyyy-wrap.lfc {
    transform: rotate(100.12deg);
}

.ly-right-wrap.lyyy-wrap.lbc {
    transform: rotate(279.95deg);
}

.l4 .ly-right-wrap {
    height: 74px;
    right: -578px;
    top: 683px;
}

.l4 .ly-right-wrap.lyyy-wrap.lfc {
    transform: rotate(99.95deg);
}

.l4 .ly-right-wrap.lyyy-wrap.lbc {
    transform: rotate(279.95deg);
}

.l3 .ly-right-wrap {
    height: 62px;
    right: -581px;
    top: 688px;
}

.l3 .ly-right-wrap.lyyy-wrap.lfc {
    transform: rotate(100.18deg);
}

.l3 .ly-right-wrap.lyyy-wrap.lbc {
    transform: rotate(280.18deg);
}


.l2 .ly-right-wrap {
    height: 38px;
    right: -588px;
    top: 699px;
}

.l2 .ly-right-wrap.lyyy-wrap.lfc {
    transform: rotate(100.65deg);
}

.l2 .ly-right-wrap.lyyy-wrap.lbc {
    transform: rotate(280.65deg);
}

.l1 .ly-right-wrap {
    height: 25px;
    right: -588px;
    top: 704px;
    transform: rotate(100.65deg);
}

.double-end .ly-right-wrap {
    right: -650px;
    top: 651px;
    transform: rotate(90deg);
}

.double-end .ly-right-wrap.lyyy-wrap.lfc,
.double-end .ly-left-wrap.lyyy-wrap.lbc {
    transform: rotate(90deg);
}

.double-end .ly-right-wrap.lyyy-wrap.lbc,
.double-end .ly-left-wrap.lyyy-wrap.lfc {
    transform: rotate(-90deg);
}

.l1.double-end .ly-right-wrap {
    top: 690px;
}

/*
 * Bottom
  */

.ly-end-wrapper {
    position: absolute;
    width: 600px;
    height: 651px;
    left: 0;
    top: 1449px;
    overflow: hidden;
}

.l4.double-end .ly-end-wrapper {
    top: 1437px;
}

.l3.double-end .ly-end-wrapper {
    top: 1431px;
}

.l2.double-end .ly-end-wrapper {
    top: 1420px;
}

.ly-bottom-wrap {
    position: absolute;
    z-index: 30;
    width: 100px;
    height: 100px;
    top: 0;
    transform: rotate(-90deg);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: white;
}

.lybw-left {
    left: 250px;
}

.lybw-right {
    z-index: 29;
    right: 250px;
    opacity: 0;
}

.l4 .ly-bottom-wrap {
    width: 74px;
    height: 74px;
}

.l4 .lybw-left {
    left: 263px;
}

.l4 .lybw-right {
    right: 263px;
}

.l3 .ly-bottom-wrap {
    width: 62px;
    height: 62px;
}

.l3 .lybw-left {
    left: 269px;
}

.l3 .lybw-right {
    right: 269px;
}

.l2 .ly-bottom-wrap {
    width: 60px;
    height: 38px;
    top: 11px;
}

.l2 .lybw-left {
    left: 270px;
}

.l2 .lybw-right {
    right: 270px;
}

.l1 .ly-bottom-wrap {
    width: 103px;
    height: 25px;
    top: 38px;
}

.l1 .lybw-left {
    left: 249px;
}

.l1 .lybw-right {
    right: 249px;
}

.double-end .lybw-left {
    left: 50px;
    top: 1px;
}

.double-end .lybw-right {
    right: 50px;
    top: 1px;
    opacity: 1;
}

.l4.double-end .lybw-left {
    left: 63px;
}

.l4.double-end .lybw-right {
    right: 63px;
}

.l3.double-end .lybw-left {
    left: 69px;
}

.l3.double-end .lybw-right {
    right: 69px;
}

.l2.double-end .lybw-left {
    left: 70px;
    top: 11px;
}

.l2.double-end .lybw-right {
    right: 70px;
    top: 11px;
}

.l1.double-end .lybw-left {
    left: 49px;
    top: 39px;
}

.l1.double-end .lybw-right {
    right: 49px;
    top: 39px;
}

.ly-sewn {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    overflow: hidden;
    background: url(../images/sewn.png) repeat-y;
    background-size: 4px;
}

.qcorner, .ly-top-wrap, .ly-qctop-wrap, .ly-left-wrap, .ly-right-wrap, .ly-bottom-wrap,
.ly-ef-left, .ly-ef-right {
    -webkit-transition: all .15s ease, background-color 500ms linear;
    transition: all .15s ease, background-color 500ms linear;
}

.finish-crimp .ly-sewn,
.l3.finish-bead .ly-sewn,
.l2.finish-bead .ly-sewn,
.l4.finish-bar .ly-sewn {
    display: none;
}

.finish-crimp .ly-bottom-wrap {
    width: 40px;
    top: 76px;
}

.finish-crimp .lybw-left {
    left: 280px;
}

.finish-crimp .lybw-right {
    right: 280px;
}

.l4.finish-crimp .ly-bottom-wrap {
    width: 40px;
    top: 89px;
}

.l4.finish-crimp .lybw-left {
    left: 280px;
}

.l4.finish-crimp .lybw-right {
    right: 280px;
}

.l3.finish-crimp .ly-bottom-wrap {
    width: 30px;
    top: 90px;
}

.l3.finish-crimp .lybw-left {
    left: 285px;
}

.l3.finish-crimp .lybw-right {
    right: 285px;
}

.l2.finish-crimp .ly-bottom-wrap,
.l2.finish-bead .ly-bottom-wrap {
    width: 110px;
    top: 36px;
}

.l2.finish-crimp .lybw-left, .l2.finish-bead .lybw-left {
    left: 245px;
}

.l2.finish-crimp .lybw-right, .l2.finish-bead .lybw-right {
    right: 245px;
}

.l1.finish-crimp .ly-bottom-wrap {
    width: 103px;
    top: 38px;
}

.l1.finish-crimp .lybw-left {
    left: 249px;
}

.l1.finish-crimp .lybw-right {
    right: 249px;
}

.double-end.finish-crimp .lybw-left {
    left: 80px;
}

.double-end.finish-crimp .lybw-right {
    right: 80px;
}

.l3.double-end.finish-crimp .lybw-left {
    left: 85px;
}

.l3.double-end.finish-crimp .lybw-right {
    right: 85px;
}

.l2.double-end.finish-crimp .lybw-left, .l2.double-end.finish-bead .lybw-left {
    left: 45px;
}

.l2.double-end.finish-crimp .lybw-right, .l2.double-end.finish-bead .lybw-right {
    right: 45px;
}

.l1.double-end.finish-crimp .lybw-left {
    left: 49px;
}

.l1.double-end.finish-crimp .lybw-right {
    right: 49px;
}


.l3.finish-bead .ly-bottom-wrap {
    width: 30px;
    top: 70px;
}

.l3.finish-bead .lybw-left {
    left: 285px;
}

.l3.finish-bead .lybw-right {
    right: 285px;
}

.l3.double-end.finish-bead .lybw-left {
    left: 85px;
}

.l3.double-end.finish-bead .lybw-right {
    right: 85px;
}

/*
 * Crimp
 */

.ly-crimp {
    position: absolute;
    z-index: 30;
    width: 112px;
    height: 112px;
    left: 244px;
    top: 0px;
    transform: rotate(-90deg);
    opacity: 0;
    -webkit-transition: all .15s ease, background-color 500ms linear;
    transition: all .15s ease, background-color 500ms linear;
}

.lyc-right {
    left: auto;
    right: 244px;
}

.ly-crimp svg path {
    opacity: 0;
}

.ly-crimp svg .crimp-a, .qca {
    -webkit-transition: opacity .15s ease, fill 500ms linear;
    transition: opacity .15s ease, fill 500ms linear;
}

.ly-crimp svg .crimp-b, .qcb {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.l5.finish-crimp .crimp-5 {
    opacity: 1
}

.l4.finish-crimp .crimp-4 {
    opacity: 1
}

.l3.finish-crimp .crimp-3 {
    opacity: 1
}

.l2 .ly-crimp svg, .l1 .ly-crimp svg {
    opacity: 0
}

.finish-crimp .lyc-left,
.finish-bead .lyc-left,
.double-end.finish-crimp .lyc-right,
.double-end.finish-bead .lyc-right {
    opacity: 1;
}

.double-end .lyc-left {
    left: 44px;
}

.double-end .lyc-right {
    right: 44px;
}

.ly-crimp-crimp {
    position: absolute;
    z-index: 1;
    width: 62px;
    height: 62px;
    right: 21px;
    top: 25px;
    opacity: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.ly-crimp-crimp img {
    width: 100%;
    height: 100%;
}

.finish-crimp .ly-crimp-crimp {
    opacity: 1;
}

.ly-crimp-crimp span {
    display: none;
}

.subfinish-crimp-ox.finish-crimp .ly-crimp-crimp > img {
    display: none;
}

.subfinish-crimp-ox.finish-crimp .ly-crimp-crimp span {
    display: inline;
}

.l4 .ly-crimp-crimp {
    height: 44px;
    top: 34px;
}

.l3 .ly-crimp-crimp,
.l2 .ly-crimp-crimp {
    height: 40px;
    top: 36px;
}

.l2 .ly-crimp-crimp {
    right: 0;
}

.l1 .ly-crimp-crimp {
    width: 50px;
    height: 27px;
    top: 43px;
    right: 0;
}

.ly-bead {
    position: absolute;
    z-index: 1;
    width: 44px;
    height: 60px;
    right: 0px;
    top: 26px;
    opacity: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.ly-bead img {
    width: 100%;
    height: 100%;
}

.ly-bead span {
    display: none;
}

.subfinish-bead-silver.finish-bead .ly-bead > img {
    display: none;
}

.subfinish-bead-silver.finish-bead .ly-bead span {
    display: inline;
}

.l3.finish-bead .bead-3 {
    opacity: 1
}

.l3.finish-bead .ly-bead,
.l2.finish-bead .ly-bead {
    opacity: 1;
}

.l3.finish-bead .ly-bead {
    right: 21px;
}

.ly-bar {
    position: absolute;
    z-index: 40;
    width: 82px;
    height: 23px;
    left: 259px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.lyb-right {
    left: auto;
    right: 259px;
}

.ly-bar img {
    width: 100%;
    height: 100%;
}

.l4.double-end .lyb-left {
    left: 59px;
}

.l4.double-end .lyb-right {
    right: 59px;
}

.l4.finish-bar .lyb-left {
    opacity: 1;
}

.l4.double-end.finish-bar .lyb-right {
    opacity: 1;
}

.ly-slide {
    position: absolute;
    z-index: 40;
    width: 118px;
    height: 92px;
    left: 241px;
    top: 0px;
    background: url(../images/slide.png) 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.lys-right {
    z-index: 39;
    left: auto;
    right: 241px;
}

.subfinish-slide-white .ly-slide {
    background-image: url(../images/slide-white.png);
}

.finish-slide .lys-left {
    opacity: 1;
}

.double-end.finish-slide .lys-right {
    opacity: 1;
}

.l4.finish-slide .ly-slide {
    width: 85px;
    background-position: -118px 0;
}

.l4.finish-slide .lys-left {
    left: 257px;
}

.l4.finish-slide .lys-right {
    right: 257px;
}

.l3.finish-slide .ly-slide {
    width: 70px;
    background-position: -203px 0;
}

.l3.finish-slide .lys-left {
    left: 265px;
}

.l3.finish-slide .lys-right {
    right: 265px;
}

.l2.finish-slide .ly-slide {
    width: 43px;
    background-position: -273px 0;
}

.l2.finish-slide .lys-left {
    left: 279px;
}

.l2.finish-slide .lys-right {
    right: 279px;
}

.double-end .lys-left {
    left: 41px;
}

.double-end .lys-right {
    right: 41px;
}

.l4.double-end .lys-left {
    left: 58px;
}

.l4.double-end .lys-right {
    right: 58px;
}

.l3.double-end .lys-left {
    left: 65px;
}

.l3.double-end .lys-right {
    right: 65px;
}

.l2.double-end .lys-left {
    left: 79px;
}

.l2.double-end .lys-right {
    right: 78px;
}

.finish-slide .ly-bottom-wrap {
    width: 50px;
    top: -25px;
}

.finish-slide .lybw-left {
    left: 275px;
}

.finish-slide .lybw-right {
    right: 275px;
}

.l4.finish-slide .ly-bottom-wrap {
    width: 38px;
    top: -18px;
}

.l4.finish-slide .lybw-left {
    left: 281px;
}

.l4.finish-slide .lybw-right {
    right: 281px;
}

.l3.finish-slide .ly-bottom-wrap {
    width: 30px;
    top: -17px;
}

.l3.finish-slide .lybw-left {
    left: 285px;
}

.l3.finish-slide .lybw-right {
    right: 285px;
}

.l2.finish-slide .ly-bottom-wrap {
    width: 26px;
    top: -6px;
}

.l2.finish-slide .lybw-left {
    left: 287px;
}

.l2.finish-slide .lybw-right {
    right: 287px;
}

.double-end.finish-slide .ly-bottom-wrap {
    top: -24px;
}

.double-end.finish-slide .lybw-left {
    left: 75px;
}

.double-end.finish-slide .lybw-right {
    right: 75px;
}

.l4.double-end.finish-slide .ly-bottom-wrap {
    top: -17px;
}

.l4.double-end.finish-slide .lybw-left {
    left: 81px;
}

.l4.double-end.finish-slide .lybw-right {
    right: 81px;
}

.l3.double-end.finish-slide .ly-bottom-wrap {
    top: -16px;
}

.l3.double-end.finish-slide .lybw-left {
    left: 85px;
}

.l3.double-end.finish-slide .lybw-right {
    right: 85px;
}

.l2.double-end.finish-slide .ly-bottom-wrap {
    top: -6px;
}

.l2.double-end.finish-slide .lybw-left {
    left: 87px;
}

.l2.double-end.finish-slide .lybw-right {
    right: 87px;
}

/*
 * End-fitting
 */

.endfitting .item[disabled] .item-img-cont img {
    opacity: .7;
}

.endfitting .item[disabled] .carousel-caption {
    color: #aaa;
}

.endfittingpop {
    float: left;
    width: 33.33%;
}

@media (min-width: 992px) {
    .endfittingpop {
        width: 20%;
    }
}

.endfittingpop > div {
    margin: 8px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.endfittingpop.selected > div {
    border-color: #2674c6;
}

.endfittingpop > div img {
    max-width: 100%;
}

.endfittingpop[disabled] > div img {
    opacity: .7;
}

.endfittingpop > div table {
    width: 100%;
}

.endfittingpop > div td {
    height: 63px;
    line-height: 18px;
}

.endfittingpop.selected > div td {
    font-weight: bold;
}

.ly-endfitting {
    position: absolute;
    z-index: 20;
    width: 200px;
    height: 550px;
    top: 37px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.ly-endfitting.type2 {
    z-index: 30;
}

.lyef-left {
    left: 200px;
}

.lyef-right {
    z-index: 19;
    right: 200px;
    opacity: 0;
}

.l4 .ly-endfitting {
    top: 16px;
}

.l3 .ly-endfitting {
    top: 5px;
}

.l2 .ly-endfitting {
    top: 4px;
}

.l1 .ly-endfitting {
    top: 44px;
}

.double-end .lyef-left {
    left: 0;
}

.double-end .lyef-right {
    right: 0;
    opacity: 1;
}

.finish-crimp .ly-endfitting {
    top: 79px;
}

.l4.finish-crimp .ly-endfitting {
    top: 87px;
}

.l3.finish-crimp .ly-endfitting {
    top: 79px;
}

.l2.finish-crimp .ly-endfitting, .l2.finish-bead .ly-endfitting {
    top: 53px;
}

.l1.finish-crimp .ly-endfitting {
    top: 44px;
}

.l3.finish-bead .ly-endfitting {
    top: 59px;
}

.finish-slide .ly-endfitting {
    top: 38px;
}

.l4.finish-slide .ly-endfitting {
    top: 22px;
}

.l3.finish-slide .ly-endfitting {
    top: 15px;
}

.l2.finish-slide .ly-endfitting {
    top: 9px;
}


/*
 * Lanyard Shadows
 */

.lytsl, /* front top left  */
.lytsr, /* front top right */
.lyls, /* back top left   */
.lyrs, /* back top right  */
.lyrsb /* bottom */
{
    position: absolute;
    z-index: 10;
    width: 7px;
    height: 110px;
    left: 87px;
    top: -5px;
    transform: rotate(-13deg);
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.lytsr {
    left: auto;
    right: 87px;
    transform: rotate(13deg);
}

.lyrsb {
    height: 347px;
    left: auto;
    top: -121px;
    transform: rotate(71deg);
}

.lfc .lyrsb {
    right: 155px;
}

.lbc .lyrsb {
    right: 1362px;
}

.l4 .lytsl {
    left: 67px;
}

.l4 .lytsr {
    right: 67px;
}

.l4 .lfc .lyrsb {
    right: 156px;
}

.l4 .lbc .lyrsb {
    right: 1340px;
}

.l3 .lytsl {
    left: 56px;
}

.l3 .lytsr {
    right: 56px;
}

.l3 .lfc .lyrsb {
    right: 150px;
}

.l3 .lbc .lyrsb {
    right: 1470px;
}

.l2 .lytsl {
    left: 36px;
    transform: rotate(-14deg);
}

.l2 .lytsr {
    right: 36px;
    transform: rotate(14deg);
}

.l2 .lfc .lyrsb {
    right: 141px;
}

.l2 .lbc .lyrsb {
    right: 1540px;
}

.l1 .lytsl {
    opacity: 0;
}

.l1 .lytsr {
    opacity: 0
}

.l1 .lfc .lyrsb {
    right: 141px;
}

.l1 .lbc .lyrsb {
    right: 1540px;
}

.lf .lyls, .lf .lyrs,
.lb .lytsl, .lb .lytsr {
    display: none;
}

.lyls {
    left: auto;
    right: 1328px;
    transform: rotate(13deg);
}

.lyrs {
    left: 1328px;
    transform: rotate(-13deg);
}

.l4 .lyls {
    right: 1348px;
}

.l4 .lyrs {
    left: 1348px;
}

.l3 .lyls {
    right: 1348px;
}

.l3 .lyrs {
    left: 1348px;
}

.l2 .lyls {
    right: 1352px;
}

.l2 .lyrs {
    left: 1352px;
}

.l1 .lyls, .l1 .lyrs {
    opacity: 0
}

.double-end .lyrsb {
    opacity: 0;
}

.double-end .lytsl {
    left: 95px;
    transform: rotate(-3deg);
}

.double-end .lytsr {
    right: 95px;
    transform: rotate(3deg);
}

.double-end .lyls {
    right: 1333px;
    transform: rotate(3deg);
}

.double-end .lyrs {
    left: 1333px;
    transform: rotate(-3deg);
}

.l4.double-end .lytsl {
    left: 70px;
    transform: rotate(-3.5deg);
}

.l4.double-end .lytsr {
    right: 70px;
    transform: rotate(3.5deg);
}

.l3.double-end .lytsl {
    left: 58px;
    transform: rotate(-3.5deg);
}

.l3.double-end .lytsr {
    right: 58px;
    transform: rotate(3.5deg);
}

.l3.double-end .lyls {
    right: 1333px;
}

.l3.double-end .lyrs {
    left: 1333px;
}

.l2.double-end .lytsl {
    left: 34px;
    transform: rotate(-3.5deg);
}

.l2.double-end .lytsr {
    right: 34px;
    transform: rotate(3.5deg);
}

.l2.double-end .lyls {
    right: 1333px;
}

.l2.double-end .lyrs {
    left: 1333px;
}


/*
 * Breakaway
 */

.brkawy {
    opacity: 0;
    position: absolute;
    z-index: 50;
    width: 192px;
    height: 116px;
    left: 50%;
    margin-left: -96px;
    top: 43px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .15s ease, opacity .6s ease;
    transition: all .15s ease, opacity .6s ease;
}

.breakaway-enabled.breakaway-type-std .brkawy {
    opacity: 1;
}

.brkawy .brkawy-std {
    -webkit-transition: fill .5s linear;
    transition: fill .5s linear;
}

.brkawy svg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.l4 .brkawy {
    width: 142px;
    height: 86px;
    margin-left: -71px;
    top: 53px;
    border-radius: 6px;
}

.l3 .brkawy {
    width: 120px;
    height: 72px;
    margin-left: -60px;
    top: 66px;
    border-radius: 5px;
}

.l2 .brkawy {
    width: 90px;
    height: 44px;
    margin-left: -45px;
    top: 91px;
    border-radius: 4px;
}

.l1 .brkawy {
    width: 146px;
    height: 49px;
    margin-left: -73px;
    top: 77px;
    border-radius: 0;
    box-shadow: none;
}

.l1.breakaway-type-black .brkawy {
    background: url('../images/round-black.png') 0 0 no-repeat;
}

.l1.breakaway-type-white .brkawy {
    background: url('../images/round-white.png') 0 0 no-repeat;
}

.l1 .brkawy svg {
    opacity: 0;
}

.double-end .brkawy {
    top: 8px;
}

.l4.double-end .brkawy {
    top: 23px;
}

.l3.double-end .brkawy {
    top: 30px;
}

.l2.double-end .brkawy {
    top: 45px;
}

.brkawy-flatsewn {
    opacity: 0;
    position: absolute;
    z-index: 50;
    width: 152px;
    height: 122px;
    left: 50%;
    margin-left: -76px;
    top: 40px;
    -webkit-transition: all .15s ease, opacity .6s ease;
    transition: all .15s ease, opacity .6s ease;
}

.breakaway-enabled.breakaway-type-flatsewn .brkawy-flatsewn {
    opacity: 1;
}

.brkawy-flatsewn img {
    width: 100%;
    height: 100%;
}

.l4 .brkawy-flatsewn {
    width: 112px;
    height: 90px;
    margin-left: -56px;
    top: 51px;
}

.l3 .brkawy-flatsewn {
    width: 94px;
    height: 75px;
    margin-left: -47px;
    top: 64px;
}

.l2 .brkawy-flatsewn {
    width: 58px;
    height: 46px;
    margin-left: -29px;
    top: 90px;
}

.l1 .brkawy-flatsewn {
    display: none;
}

.double-end .brkawy-flatsewn {
    top: 5px;
}

.l4.double-end .brkawy-flatsewn {
    top: 21px;
}

.l3.double-end .brkawy-flatsewn {
    top: 29px;
}

.l2.double-end .brkawy-flatsewn {
    top: 43px;
}

/*
 * Lanyard Logo & Text
 */

.ly-logo-wrapper {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.ly-top-wrap.lyyy-wrap.lbc .ly-logo-wrapper {
    transform: rotate(0deg);
}

.ly-top-wrap.lyyy-wrap.lfc .ly-logo-wrapper {
    transform: rotate(180deg);
}

.sym .ly-bottom-wrap .ly-logo-wrapper,
.sym-front .lb .ly-top-wrap .ly-logo-wrapper,
.sym-back .lf .ly-top-wrap .ly-logo-wrapper {
    opacity: 0;
}

.ly-logo-inner-wrapper {
    position: absolute;
    width: 1700px;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.ly-logo-container {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.sym .ly-right-wrap .ly-logo-container {
    left: auto;
    right: 0;
    direction: rtl;
}

.ly-logo-container > div {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    vertical-align: top;
    margin-right: 15px;
    font-size: 32px;
    color: #fff;
    overflow: hidden;
    opacity: .8;
    -webkit-transition: color .5s linear;
    transition: color .5s linear;
}

.ly-logo-container > div img {
    vertical-align: top;
    height: 100%;
}

.mpr .ly-logo-container > div {
    margin-top: 15px;
    height: 70px;
    line-height: 70px;
}

.l4 .ly-logo-container > div {
    height: 74px;
    line-height: 74px;
}

.l4.mpr .ly-logo-container > div {
    margin-top: 6px;
    height: 62px;
    line-height: 62px;
}

.l3 .ly-logo-container > div {
    height: 62px;
    line-height: 62px;
}

.l3.mpr .ly-logo-container > div {
    margin-top: 5px;
    height: 52px;
    line-height: 52px;
}

.l2 .ly-logo-container > div {
    height: 38px;
    line-height: 38px;
}

.l2.mpr .ly-logo-container > div {
    margin-top: 5px;
    height: 28px;
    line-height: 28px;
}

.l1 .ly-logo-container > div {
    height: 25px;
    line-height: 25px;
}

.l1.mpr .ly-logo-container > div {
    margin-top: 4px;
    height: 17px;
    line-height: 17px;
}

.ly-top-wrap .ly-logo-inner-wrapper,
.ly-qctop-wrap .ly-logo-inner-wrapper {
    width: 800px;
    left: -100px;
}

.ly-bottom-wrap .ly-logo-inner-wrapper {
    width: 300px;
    left: -50px;
}

.ly-left-wrap .ly-logo-inner-wrapper {
    left: -138px;
}

.ly-right-wrap .ly-logo-inner-wrapper {
    left: -50px;
}

.sym .ly-left-wrap .ly-logo-inner-wrapper {
    left: 260px;
    width: 970px;
}

.sym .ly-right-wrap .ly-logo-inner-wrapper {
    left: 270px;
    width: 970px;
}


/*
 * end Viewer
 */

/*
 * Left block
 */

.left-col {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 20px;
    min-width: 300px;
    width: 300px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.hiddenleft .left-col {
    left: -310px;
}

.left-col .lc-show {
    display: none;
    position: absolute;
    top: 10px;
    right: -50px;
    width: 50px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.hiddenleft .left-col .lc-show {
    display: block;
}

.app-actions {
    display: none;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.hiddenright .app-actions {
    display: block;
}

.app-actions-state {
    display: inline-block;
    margin-top: 5px;
    text-decoration: none !important;
}

.app-actions-state .fa-long-arrow-right,
.app-actions-state .aa-expand {
    display: none;
}

.shrink .app-actions-state .fa-long-arrow-right {
    display: inline-block;
}

.shrink .app-actions-state .aa-expand {
    display: inline;
}

.shrink .app-actions-state .fa-long-arrow-left,
.shrink .app-actions-state .aa-collapse {
    display: none;
}

.shrink.app-actions .btn-block span {
    display: none;
}

.shrink.app-actions .btn-block {
    display: inline-block;
    width: 23%;
}

.shrink.app-actions .btn-block + .btn-block {
    margin-left: 2.66%;
    margin-top: 0;
}

.filter {
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
    border: 0;
}

.filter + .filter {
    margin-top: 10px;
}

.filter-header {
    display: block;
    padding: 10px;
    height: 40px;
    cursor: pointer;
    box-sizing: content-box;
    outline: none;
    text-decoration: none !important;
    color: initial !important;
}

.filter-header table {
    width: 100%;
    height: 100%;
}

/* Fixes for table tr td padding */

.filter-header table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td{
    padding: 0;
}

/*Fixes for Spaces between the Menus*/
.dalv2-index-index .filter.panel {
    margin-bottom: 0px;
}

.dalv2-index-index .extra-button-cont-left {
    margin-bottom: 10px;
}

.uploaded_images {
    float: left;
    display: inline-flex;
    margin-bottom: 5px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.variable-file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 15px;
}

.filter-icon {
    width: 40px;
    height: 40px;
}

.filter-icon img {
    width: 100%;
    height: 100%;
}

.filter-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #444;
    padding-left: 10px;
}

.filter-desc {
    font-size: 13px;
    line-height: 20px;
    color: #888;
    padding-left: 10px;
}

.filter-arrow {
    width: 20px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
}

.filter-arrow .fa {
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

.collapsed .filter-arrow .fa {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.filter-content .title-tooltip + .tooltip.right > .tooltip-inner {
    width: 150px;
    text-align: left;
}

.filter-content-wrapper {
    padding: 10px;
    padding-top: 0;
}

.filter-content-wrapper a {
    text-decoration: none;
}

.turnaroundtime {
    margin-bottom: 10px;
}

.turnaroundtime .tatcont {
    margin-right: 10px;
}

.imprint {
    overflow: hidden;
    margin-bottom: 15px;
}

.imprint > div {
    float: left;
    width: 17.25%;
    cursor: pointer;
    border-radius: 3px;
}

.imprint > div:not(.selected):not([disabled]):hover {
    padding: 1px;
    border: solid 1px #aaa;
}

.imprint > div.selected {
    padding: 1px;
    border: solid 1px #555;
}

.imprint > div + div {
    margin-left: 3%;
}

.imprint > div img {
    display: block;
    width: 100%;
}

.imprint > div div {
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
}

.imprint [disabled] img {
    opacity: 0.6;
    filter: grayscale(100%);
}

.dal-colorpicker-wrapper {
    display: inline-block;
    padding: 3px 5px 3px 3px;
    background: #ccc;
    cursor: pointer;
}

.dal-colorpicker {
    display: none;
}

/* Material */
[data-class="material-polyester"] img,
.material-polyester .lyyy-wrap {
    background-image: url(../images/materials/wovenpolyester.png);
}

[data-class="material-organiccotton"] img,
.material-organiccotton .lyyy-wrap {
    background-image: url(../images/materials/organiccotton.png);
}

[data-class="material-organiccottonnextgen"] img,
.material-organiccotton .lyyy-wrap {
    background-image: url(../images/materials/organiccotton.png);
}

[data-class="material-microweave"] img,
.material-microweave .lyyy-wrap {
    background-image: url(../images/materials/microweave.png);
}

[data-class="material-microweaveheattransfer"] img,
.material-microweaveheattransfer .lyyy-wrap {
    background-image: url(../images/materials/microweave.png);
}

[data-class="material-econoweave"] img,
.material-econoweave .lyyy-wrap {
    background-image: url(../images/materials/econoweave.png);
}

[data-class="material-flatbraid"] img,
.material-flatbraid .lyyy-wrap {
    background-image: url(../images/materials/flatbraid.png);
}

[data-class="material-optiweave"] img,
.material-optiweave .lyyy-wrap {
    background-image: url(../images/materials/optiweave.png);
}

/*Commented my Vaibhav Dass for [BSG-693]*/
/*[data-class="material-ultraweave"] img,*/
/*.material-ultraweave .lyyy-wrap {*/
/*background-image: url(../images/materials/ultraweave.png);*/
/*}*/
[data-class="material-bamboo"] img,
.material-bamboo .lyyy-wrap {
    background-image: url(../images/materials/bamboo.png);
}

[data-class="material-antimicrobial"] img,
.material-antimicrobial .lyyy-wrap {
    background-image: url(../images/materials/antimicrobial.png);
}

[data-class="material-recycledpet"] img,
.material-recycledpet .lyyy-wrap {
    background-image: url(../images/materials/recycledpet.png);
}

.l1 .lyyy-wrap .ly-logo-inner-wrapper {
    background-image: url('../images/inner-shadow.png');
    background-repeat: repeat-x;
}

.materialpop {
    float: left;
    width: 33.33%;
}

@media (min-width: 992px) {
    .materialpop {
        width: 20%;
    }
}

.material .item[data-class][disabled] img {
    background-color: #ccc !important;
}

.material .item[data-class][disabled] .carousel-caption {
    color: #aaa;
}

.materialpop > div {
    margin: 8px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.materialpop.selected > div {
    border-color: #2674c6;
}

.materialpop > div img {
    max-width: 100%;
}

.materialpop[disabled] > div img {
    background-color: #aaa !important;
}

.materialpop > div table {
    width: 100%;
}

.materialpop > div td {
    height: 42px;
    line-height: 18px;
}

.materialpop.selected > div td {
    font-weight: bold;
}

.materialpop .dnaw {
    top: 12px;
}

.width {
    height: 45px;
    overflow: hidden;
}

.width > div {
    float: left;
    width: 20%;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 3px;
}

.width > div:not(.selected):not([disabled]):hover {
    padding: 1px;
    border: solid 1px #ddd;
    margin-bottom: 0;
}

.width > div.selected {
    padding: 1px;
    border: solid 1px #555;
    margin-bottom: 0;
}

.width > div img {
    width: 100%;
}

.width > div[disabled] img {
    opacity: .5;
}

.width > div div {
    text-align: center;
    margin-top: 3px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.breakaway {
    margin-bottom: 10px;
    overflow: hidden;
}

.breakaway-confirm {
    float: left;
    text-align: center;
}

.breakaway-c {
    display: none;
    float: left;
    margin-left: 8px;
    padding-left: 8px;
    border-left: solid 1px #aaa;
}

.breakaway-enabled .breakaway-c {
    display: block;
}

.breakaway-c > div {
    float: left;
    text-align: center;
}

.breakaway-c > div + div {
    margin-left: 15px;
}

.finish:after {
    display: block;
    content: "";
    clear: both;
}

.finish > div {
    float: left;
    text-align: center;
}

.finish > div + div {
    margin-left: 25px;
}

.finish-sub {
    display: none;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #ccc;
}

.finish-sub span {
    margin-right: 10px;
}

.textcolor .simplecolorpicker.icon {
    border: 1px solid #aaa;
}

.customization-slider table {
    width: 100%;
    margin-bottom: 10px;
}

.customization-slider td {
    height: 30px;
}

.customization-slider .cs-title {
    width: 80px;
    font-weight: bold;
}

.last-options:after {
    display: block;
    content: '';
    clear: both;
}

/*
 * Uploader
 */
.daluploader {
    border: 2px solid #2674c6;
    background-color: #dae1e9;
    margin-bottom: 10px;
}

.daluploader.over {
    border-style: dashed;
    background-color: #fff;
}

#daluploader-picker {
    display: block;
    text-align: center;
    color: #2674c6 !important;
    padding: 25px 0;
}

#daluploader-picker i {
    font-size: 30px;
}

#daluploader-picker span {
    font-weight: bold;
}

.over #daluploader-picker {
    opacity: .7;
}

.daluploader-file {
    font-size: 12px;
    margin-bottom: 5px;
}

.daluploader-cont .daluploader-progress,
.uploading .daluploader-cont .daluploader,
.uploaded .daluploader-cont {
    display: none;
}

.uploading .daluploader-cont .daluploader-progress {
    display: block;
}

.uploaded-cont {
    display: none;
    margin-bottom: 10px;
}

.uploaded .uploaded-cont {
    display: block;
}

.uploaded-img {
    float: left;
    max-width: 45%;
    margin-right: 5px;
}

.uploaded-img img {
    max-width: 100%;
    max-height: 120px;
}

.uploaded-btn {
    float: left;
    width: 143px;
}

.uploaded-btn label {
    display: block;
}

.uploaded-image-preview {
    text-align: center;
}

.uploaded-image-preview img {
    max-width: 100%;
}

.uploaded-image-swatch-text p.title {
    font-size: 16px;
    font-weight: bold;
}

.uploaded-image-swatch {
    margin-top: 3px;
    margin-left: -2px;
}

.uploaded-image-swatch > a {
    display: block;
    float: left;
    padding: 2px;
    background: transparent;
    text-decoration: none;
}

.uploaded-image-swatch > a:hover {
    background: #99ccff;
}

.uploaded-image-swatch > a > span {
    display: block;
    padding: 1px;
    background: #000;
}

.uploaded-image-swatch > a > span > span {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    text-align: center;
}

.uploaded-image-swatch > a.selected > span > span:before {
    display: block;
    font-family: 'FontAwesome';
    font-size: 16px;
    content: '\f00c';
    color: #079563;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/*
 * end Left block
 */


/*
 * Right block
 */

.right-col {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    min-width: 300px;
    width: 300px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.hiddenright .right-col {
    right: -310px;
}

.right-col .rc-show {
    display: none;
    position: absolute;
    top: 10px;
    left: -50px;
    width: 50px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.hiddenright .right-col .rc-show {
    display: block;
}

.summary {
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.summary-title {
    font-weight: bold;
    font-size: 20px;
}

.summary-ul {
    padding-left: 20px;
    margin: 0;
    list-style: none;
}

.summary-ul li {
    line-height: 20px;
}

.summary-ul li + li {
    margin-top: 4px;
}

.summary-ul li:before {
    float: left;
    margin-left: -20px;
    height: 20px;
    line-height: 20px;
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #079563;
}

.summary-ul li.xempty:before {
    content: '\f00d';
    color: #b92c28;
}
#dalorderform .error-notice {
    color: #b92c28;
}
.summary .total-price {
    font-size: 36px;
    color: #079563;
    line-height: 1;
    text-align: right;
}

.summary .qty {
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
}

.email-design-link-cont {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px;
}

.email-design {
    text-decoration: none !important;
}

.extra-button-cont {
    margin-top: 10px;
}
.extra-button-cont {
    margin-top: 10px;
}
.extra-button-cont.modify-design-extended-block {
    margin-top: -5px;
}
.extra-button-cont.modify-design-extended-block a.btn.btn-block {
    margin: 0;
    padding-bottom: 5px;
    margin-top: -15px;
}
.review-design-table {
    font-size: 12px;
    margin-bottom: 0px;
}

.review-design-table tbody > tr > th,
.review-design-table tbody > tr > td {
    line-height: 18px;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
}

.logo-option-na {
    display: none;
    position: relative;
    z-index: 3;
    left: 0;
    top: 0;
    width: 280px;
    height: 102px;
    border: 2px solid #c62626;
    background: #f9dfdf;
    cursor: no-drop;
}

/*
 * end Right block
 */


/*
 * Mobile
 */

.mobile.hiddenright .viewer {
    left: 20px;
    right: 50px;
}

.mobile.hiddenleft .viewer {
    left: 50px;
    right: 20px;
}

.mobile .left-col {
    top: 70px;
}

.mobile.hiddenright .left-col {
    left: 20px;
}

.mobile .right-col {
    top: 70px;
}

.mobile.hiddenleft .right-col {
    right: 20px;
}


/* ==========================================================================
   Bootstrap Customization
   ========================================================================== */

.f-carousel {
    margin-bottom: 10px;
}

.f-carousel .carousel-indicators {
    width: 80%;
    margin-left: -40%;
    margin-bottom: 0;
    bottom: 0;
}

.f-carousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    color: #333;
    text-shadow: none;
    padding-bottom: 30px;
}

.f-carousel .carousel-control.left,
.f-carousel .carousel-control.right {
    background-image: none;
}

.f-carousel .carousel-control {
    width: 30px;
}

.f-carousel .carousel-control .glyphicon-chevron-left,
.f-carousel .carousel-control .icon-prev {
    left: 0;
    margin-left: 0;
    color: #333;
}

.f-carousel .carousel-control .glyphicon-chevron-right,
.f-carousel .carousel-control .icon-next {
    right: 0;
    margin-right: 0;
    color: #333;
}

.f-carousel .carousel-inner .item {
    width: 100%;
    height: 165px;
}

.f-carousel .carousel-inner .item .item-img-wrapper {
    position: absolute;
    display: table;
    width: 100%;
    height: 120px;
}

.f-carousel .carousel-inner .item .item-img-cont {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.f-carousel .carousel-inner .item .item-img-cont img {
    max-width: 100%;
    max-height: 100%;
}

.material .carousel-inner .item .item-img-cont img {
    box-shadow: 0 0 20px #ccc;
}

.f-carousel .carousel-indicators li {
    border-color: #2674c6;
}

.f-carousel .carousel-indicators .active {
    border-color: #2674c6;
    background-color: #2674c6;
}

span.dnaw {
    display: none;
    position: absolute;
    z-index: 1;
    font-size: 30px;
    color: red;
    width: 100%;
    left: 0;
    top: 40px;
    text-align: center;
}

[disabled] span.dnaw {
    display: block;
}

span.dna {
    cursor: pointer;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                       supported by Chrome and Opera */
}

/* Apply & remove to fix dynamic content scroll issues on iOS 9.0 */
.modal-scrollfix.modal-scrollfix {
    overflow-y: hidden;
}

i.chkbox, i.radiobtn {
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.help-block.with-errors {
    display: none;
    font-size: 12px;
}

.has-error .help-block.with-errors {
    display: block;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*  ============================================================
                        Custom Style
    ============================================================    */
.cn-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    color: #2674c6;
    padding-left: 25px;
    background: url(../images/color-wheel.jpg) 0 50% no-repeat;
}
.upload-modal .modal-title {
    border-bottom: 0 none;
}
.upload-modal .cn-select {
    font-size: 12px;
}
.cn-txt {
    line-height: 18px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.upload-modal .cn-txt {
    padding: 10px 5px 20px;
}
.upload-modal .row {
    margin-right: 0px;
    margin-left: 0px;
    background: #e6eff8;
    padding: 10px;
}

.cn-img-sel.right {
    float: right;
}

.cn-img-title.left {
    float: left;
}

.cn-img-txt {
    font-size: 13px;
    font-style: italic;
    margin-top: 20px;
}

.extra-a {
    display: inline-block;
    font-size: 13px;
    margin-top: 7px;
    font-style: italic;
    text-decoration: none;
}

.cn-note {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}

.clearer {
    display: block;
    content: '';
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
}

.cn-error {
    border: 1px solid #c62626;
    background: #f9dfdf;
    padding: 8px;
    margin-top: 10px;
    font-size: 12px;
    color: #c62626;
}

.zoom-buttons {
    position: absolute;
    z-index: 2;
    right: 35px;
    top: 40px;
}

.zoom-buttons input[type="button"] {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #2674c6 0 100% repeat-x;
    border: 0;
    border-radius: 5px;
}

.zoom-buttons input[type=range] {
    position: absolute;
    right: -65px;
    top: 61px;
    margin: 10px 0;
    width: 150px;
    -webkit-appearance: none;
    transform: rotate(-90deg);
}

@-moz-document url-prefix() {
    .zoom-buttons input[type=range] {
        top: 55px;
    }
}

.zoom-buttons input[type=range]:focus {
    outline: none;
}

.zoom-buttons input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #2674c6;
    border: 0;
}

.zoom-buttons input[type=range]::-webkit-slider-thumb {
    border: 1px solid #2674c6;
    height: 24px;
    width: 15px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

.zoom-buttons input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2674c6;
}

.zoom-buttons input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #2674c6;
    border: 0;
}

.zoom-buttons input[type=range]::-moz-range-thumb {
    border: 1px solid #2674c6;
    height: 24px;
    width: 15px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
}

.zoom-buttons span {
    position: absolute;
    top: 0;
    right: 24px;
    color: #2674c6;
}

.popup .rev-total-price {
    font-size: 32px;
    color: #079563;
    line-height: 1;
    text-align: right;
}

.popup .qty {
    font-size: 11px;
    margin-bottom: 20px;
}

.popup {
    float: right;
    margin-bottom: 10px;
}

.font-picker .btn span.filter-option.pull-left {
    color: #000;
}

.lanyard-text {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #888;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    color: #ffffff;
    padding: 10px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

input[type=range]::-ms-fill-lower, ::-ms-fill-upper {
    background: #2674c6;
}

.modal-dialog .close-proof {
    float: right;
}

.lanyard-alert-text {
    text-align: center;
    margin: 5px;
}

/*DAL vector preview CSS*/

.preview-vector.viewer {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.preview-vector .draw-area {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: rotate(0deg);
}

.preview-vector .draw-area-clip {
    position: absolute;
    width: 15in;
    height: 100%;
    overflow: hidden;
}

.preview-vector .ly-left-wrap.lyyy-wrap.lfc, .preview-vector .ly-left-wrap.lyyy-wrap.lbc {
    transform: rotate(0deg);
}

.preview-vector .ly-left-wrap.lyyy-wrap.lbc {
    top: 210px;
}

.preview-vector .ly-left-wrap {
    position: absolute;
    z-index: 30;
    width: 100%;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
}

.preview-vector .ly-left-wrap .ly-logo-inner-wrapper {
    left: 0px;
}

label.ly-front {
    position: absolute;
    overflow: hidden;
}

label.ly-back {
    position: absolute;
    overflow: hidden;
    top: 180px;
}

.preview-vector .ly-left-wrap.lyyy-wrap.lfc {
    top: 30px !important;
}

input[type="checkbox"].ordersameasshipping {
    top: -4px;
}

/*DALM2 custom CSS:2024*/
.dalv2-index-index .page-header {
    margin: 0 !important;
}
.modaloverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap {
    width: fit-content;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .2);
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-header {
    padding: 0;
    min-height: 0;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-header .action-close {
    padding: 10px;
    top: 5px;
    z-index: 9;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-header .action-close:before {
    font-size: 10px;
    opacity: 0.4;
    font-weight: bolder;
}
body._has-modal.dalv2-index-index .modals-wrapper .modal-inner-wrap .modal-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
}
/*m2-show-modal*/
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .m2-show-modal .modal-dialog,
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .alert-modal .modal-dialog,
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .upload-modal .modal-dialog{
    margin: 0;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .m2-show-modal .modal-dialog .modal-content {
    padding: 0;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .upload-modal .modal-dialog .modal-content .modal-header {
    padding: 0 15px;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .m2-show-modal .modal-dialog .modal-title,
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .alert-modal .modal-dialog .modal-title{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .alert-modal-color .modal-dialog ,
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .showall .modal-dialog {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    margin: 0;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap footer.modal-footer {
    display: none;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .alert-modal-color .modal-dialog .modal-content .modal-header .modal-title,
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .showall .modal-dialog .modal-content .modal-header .modal-title {
    padding-left: 15px;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .alert-modal-color .modal-dialog .modal-content .modal-footer {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .upload-modal .modal-dialog{
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .m2-show-modal .modal-dialog .modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .upload-modal .modal-dialog .modalfooter{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
/*alert-modal*/
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .alert-modal .modal-dialog .modal-content {
    padding-top: 5px;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content .alert-modal .modal-dialog .modal-content .modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
}
.dalv2-index-index .showall .modalfooter {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.dalv2-index-index .showall .endfittingpop > div table td,
.dalv2-index-index .showall .allmaterial-cont .materialpop > div table td{
    padding-top: 12px;
    height: 50px;
}
.dalv2-index-index .page-main.container#maincontent {
    padding-left: 0;
    padding-right: 0;
    max-width: 1170px;
}
.dalv2-index-index .page-main.container#maincontent .columns {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
.dalv2-index-index .page-main.container#maincontent .columns .column.main {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}
.dalv2-index-index a.startover:visited, .dalv2-index-index a.startover:focus, .dalv2-index-index a.startover:active ,
.dalv2-index-index a.review-design:visited, .dalv2-index-index a.review-design:focus, .dalv2-index-index a.review-design:active ,
.dalv2-index-index a.email-design:visited, .dalv2-index-index a.email-design:focus, .dalv2-index-index a.email-design:active,
.dalv2-index-index a.edit-colors:visited, .dalv2-index-index a.edit-colors:focus, .dalv2-index-index a.edit-colors:active ,
.dalv2-index-index a.delete-logo:visited, .dalv2-index-index a.delete-logo:focus, .dalv2-index-index a.delete-logo:active {
    color: #fff !important;
}
.dalv2-index-index .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none !important;
    outline-offset: 0;
}
/*body.dalv2-index-index {
    overflow: hidden !important;
}*/
/*ordercomplete-modal*/
.dalv2-index-index .ordercomplete-modal .ordercompletewidth{
    margin: 0px auto 15px;
}
.dalv2-index-index .modals-wrapper .modal-popup .modal-inner-wrap .ordercomplete-modal .ordercompletewidth .modal-header {
    padding: 0 10px;
}
#upload-container i#delete-csv {
    cursor: pointer;
}
/*Replace existing design button color*/
a.btn.btn-block.btn-success.update-design:visited {
    color: #ffffff !important;
}
