﻿body {
}


.ui-widget {
        line-height: 1.5;
    color: #555;
    font-family: 'Lato', sans-serif;
    font-size:14px;
}
.ui-icon-triangle-1-e, .ui-state-active .ui-icon {
    background-image:none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #fff;
    border: solid 1px #fff;
    color: #333;
}
.ui-helper-reset {
    line-height: 1.5em;
}

.ui-accordion .ui-accordion-icons {
    padding-left: .2em;
    padding-bottom:0;
}

.ui-accordion .ui-accordion-content {
    padding: .5em .5em;
    border-top: 0;
   
    
     overflow: auto;
}

 h3 > span:not(.nocolor) {
     color:#1abc9c;
 }

.ui-accordion-header-active {
    color:#1abc9c;
    background-color: #fff;
}

#btnSavePng {
color:#fff;
    background-color: #1abc9c;
}


.ui-state-focus {
    background-color:#fff !important;
}
.fa-solid, .fa-duotone {
    font-weight: 900;
    font-size: 3vh;
}

#image_upload_preview {
    max-width: 100px;
}

.productGalleryRow img {
    width: 110px;
}

#product-image {
    overflow: hidden;
}

#zoomIn, #zoomOut {
    position: absolute;
    top: 20px;
    z-index: 50;
}

#zoomIn {
    right: 70px;
}

#zoomOut {
    right: 30px;
}

#product-image {
    overflow: hidden;
}

#imageBox {
    position: relative;
    height:auto;
}

#imageBox img {
        max-width: none;
}

#productImage {
    margin-top: -20px;
}

#loadedGraphicDiv {
    position: absolute;
    left: 235px;
    top: 113px;
    width: 80px;
    transform: skew(5.5deg, -3deg);
    display: inline-block;
}

#loadedGraphicDiv.loadedGraphicDivBack {
    transform: skew(-9deg, -4deg);
    left: 340.5px;
    top: 174.375px;
}

#loadedGraphicDiv img {
    width: 79px;
}

.ui-wrapper {
    height: 75px;
}

#fabricColorsDiv  {
   clear:both;
   border-top:solid 1px #ccc;
   margin-top:12px;
   padding-top:12px;
}

#fabricColorsDiv a {
   float:left;
   margin-right:8px;
}

#fabricColorsDiv img {
    width:50px;
}

#clearGraphicDiv {
    position: absolute;
    top: 20px;
    left: 20px;
}

#flipGraphicDiv {
    position: absolute;
    top: 20px;
    left: 100px;
}

#removeGuideDiv {
    position: absolute;
    top: 20px;
    left: 60px;
}

.ui-widget-content {
    border: none;
    background: none;
    color: #333333;
}

#inputFile {
    margin-top: 16px;
}

#btnAddGraphic {
    background-color: #2cbb9f;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}

 #showcase-text {
    line-height:1.6em !important;
}

.emb-text {
    position: absolute;
    font-weight: 700;
    top: 94px;
    left: 0;
    width: 250px;
    font-size: 1.15em;
    line-height: 1.35em !important;
}

#right-arrow {
    position: absolute;
    top: 83px;
    width: 45px;
    left: 240px;
}

.artwork-text {
    position: relative;
    width: 90%;
    top: 10px;
    padding: 4px;
}

#showcase-text-mobile {
    display: none;
}

i.active {
    color: #1abc9c;
}

.ui-widget input {
    margin: 1em 0;
    display: block;
    border: solid 1px #999;
    padding: 4px;
    width: 100%;
}

#modal, #userCompModal {
    position: fixed;
    font-family: 'Lato';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}

.modalcontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
    background: #fff;
    width: 500px;
}

.btnTxt {
    font-family: "Lato";
    font-size: 16px;
    margin-left: 6px;
}

.modalcontent > div > h1 {
    font-size: 40px;
    line-height: 48px;
}

.modalcontent p {
    line-height: 24px;
    font-size: 21px;
}

#popButton, #popImageButton {
    background-color: #0397d7;
    border: 0;
    color: #fff;
    padding: 6px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    position: absolute;
    top: -14px;
    right: 0;
}

h4 > span:not(.nocolor) {
    color: #333;
}

#popClose {
    position: absolute;
    cursor: pointer;
    top: -20px;
    left: -20px;
}

#product-gallery-items a {
    float: left;
    margin-right: 14px;
}

h4 span {
    display: inline;
    line-height: 3.1em;
}

.ui-state-hover {
    color: #1abc9c !important;
    background: #fff !important;
}

.productGalleryRow {
    border-top: solid 6px #fff;
}
