/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
#subDescription{
  float:right;
  height:30px;
  text-align:center;
  padding:0 20px;
  font-weight:bold;
  color:#FFF;
  background:#3a6ab2;
  line-height:30px;
  font-size:12px;
}
#myAccount{
  float:right;
  width:31px;
  height:30px;
  text-align:center;
  background:#f78f4b;
}

#accountGear {
  width:19px;
  height:18px;
  background: url(/photo-mosaic-tool/images/accountGear.png) no-repeat center;
  background-position:0 0;
  margin:6px auto 0;
}

#menu {
  position:relative;
  height:30px;
}

#menu:hover > ul {
    display: block;
}
#menu a {color:#323434;}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 30px;
    right: -6px;
    z-index: 99999;
    background-color: #e4e2e2;
}

#menu ul a:hover {
    background-color: #f2f2f2;
}

#menu ul a {
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    width:115px;
    text-align:left;
    font-weight:bold;
    font-size:12px;
}

.inactiveBtn{background:#b7b6b6 !important;}
/* input[type=number] {
  -moz-appearance:textfield;
} */
.error {border:1px #DD0414 solid !important; color:#DD0414;}
.valid {border:1px #008000 solid !important; color:#008000;}
.click {cursor:pointer;}
.center {text-align:center;}
.marginTop20 {margin-top:20px;}
.marginTop10 {margin-top:10px;}
@media (min-width: 768px){
 .footer-clear-xs{
   margin-left:25% !important;
 }
}
@media (min-width: 992px){
  .footer-clear-xs{
   margin-left:0 !important;
 }
}

#prog {
  margin:400px auto 0;
  width: 80%;
  max-width:892px;
  opacity:1;
  position:relative;
  line-height:35px;
  text-align:center;
}
#progLabel {
  float:left;
  width:100%;
  height:100%;
  position:absolute;
  vertical-align:middle;
}

.ui-progressbar-value {
    background-image: url("../images/pbar-ani.gif") !important;
}


/***************
Landing
***************/
#landingFormSection {
  margin:50px auto; 
  max-width:500px; 
  width:100%; 
  text-align:center;
}

.landingInputContainer {
  margin: 5px auto 10px;
  width: 80%;
}

.landingInputDiv {
  border: solid 1px #a9a9a9;
  width: 100%;
  padding: 5px 10px;
  color: #000;
  outline: none;
  font-weight: bold;
}
.landingInputDiv::placeholder{
  color: #000;
}

#loginTitle {
  margin-top:60px;
}

#licenseAgreement{
  text-align: center;
  font-size: 11px;
}

#licenseAgreementIcon{
  margin-bottom: -10px; 
  margin-left: -3px;
  width: 21px;
}

#licenseAgreementText{
  margin-left: 5px;
}

.marginBottom20{
  margin-bottom: 30px;
}

#landingFormSection{
  margin-bottom: 30px !important;
}

/***************
Landing ending
***************/

/***************
Build Config
***************/





.roundedOne {
  width: 20px;
  height: 20px;
  margin: 10px auto 10px;
  border:solid 1.2px black;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  position: relative;
}

.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-color:#f79857;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: -4.2px;
  left: -4.1px;
}

.roundedOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.roundedOne:hover ~ .sizeLabel {
  visibility:visible;
}

.roundedOne:active ~ .sizeLabel {
  visibility:visible;
}
.roundedOne:hover{
  background-color:#f79857;
  cursor: pointer;
}


.roundedTwo {
  width: 20px;
  height: 20px;
  margin: 10px auto 10px;
  border:solid 2px #f78f4b;
  position: relative;
  background-color: white;
}

.roundedTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  top: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedTwo label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  content:url(../images/check.svg);
  text-align: center;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -10px;
  left: -2px;
}

.roundedTwo label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedTwo input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.roundedTwo:hover ~ .sizeLabel {
  visibility:visible;
}

.roundedTwo:active ~ .sizeLabel {
  visibility:visible;
}
.roundedTwo:hover{
  cursor: pointer;
}

#dataFields {
  display: flex;
  flex-direction: column;
}

#dropMenu {
  padding-top: 10px;
}

.section {
  padding: 10px 0 0;
}
.black_15 {
  color: #000;
  font-size:15px;
  font-weight:bold;
  margin-top:-1px;
}
.smallOrange {
  color: #F79857;
  font-size:13px;
  position: absolute;
  margin-top: 4px;
}

.formSubtitle {
  font-weight:bold; 
  font-size:15px;
  padding-left: 0;
}

.check_css {
  display: inline-block;
}

.row {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}

.configInline {
  display: inline-block;
  padding-left: 0;
  margin: 0 5px;
  height:28px;
  line-height:20px;
  font-size:16px;
  font-weight:bold;
  vertical-align:middle;
}

.blackConfig {font-size:16px; font-weight:bold; margin-right:10px;}

.inline {
  display: inline-block;
}

 input::placeholder{
  color: #F79857;
}

 input[type=checkbox] {
  visibility: hidden;
}

/*hidden divs for accordian option*/
#accordianLink {
  display:none;
}
#accMax {
  display: none;
}

#justGridSize {
  display: inline-block;
}
#gridSizeCustom {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
#justAccordianSize {
  display:none;
}

.sliderWrapper {
    padding:20px 20px;
}

#colorOverlaySlider, #sourceOverlaySlider {
    width:280px;
    height:19px;
    margin-left:20px;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.grayBtn {
  background: #8b8b8b;
  background-image: -webkit-linear-gradient(top, #8b8b8b, #757575);
  background-image: -moz-linear-gradient(top, #8b8b8b, #757575);
  background-image: -ms-linear-gradient(top, #8b8b8b, #757575);
  background-image: -o-linear-gradient(top, #8b8b8b, #757575);
  background-image: linear-gradient(to bottom, #8b8b8b, #757575);
  padding: 5px 5px;
    text-align:center;
}

.grayBtn:hover {
  background: #757575;
  background-image: -webkit-linear-gradient(top, #757575, #8b8b8b);
  background-image: -moz-linear-gradient(top, #757575, #8b8b8b);
  background-image: -ms-linear-gradient(top, #757575, #8b8b8b);
  background-image: -o-linear-gradient(top, #757575, #8b8b8b);
  background-image: linear-gradient(to bottom, #757575, #8b8b8b);
  text-decoration: none;
}

.white13b {font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:13px; font-weight:bold;}
.white12b {font-family:'robotoregular', Helvetica, sans-serif; color:#FFF; font-size:12px; font-weight:bold;}
.gray10b {font-family:Arial, Helvetica, sans-serif; color:#555555; font-size:10px;  font-weight:bold;}
.brown13b {font-family:Arial, Helvetica, sans-serif; color:#5f574f; font-size:13px; font-weight:bold; margin-right:-25px;width:130px; font-weight: bold;}

.Bttn {
  background: #f79857;
  background-image: -webkit-linear-gradient(top, #f79857, #f48240);
  background-image: -moz-linear-gradient(top, #f79857, #f48240);
  background-image: -ms-linear-gradient(top, #f79857, #f48240);
  background-image: -o-linear-gradient(top, #f79857, #f48240);
  background-image: linear-gradient(to bottom, #f79857, #f48240);
  padding: 5px 20px;
  text-decoration: none;
  text-align:center;
}

.Bttn:hover {
  background: #f48240;
  background-image: -webkit-linear-gradient(top, #f48240, #f79857);
  background-image: -moz-linear-gradient(top, #f48240, #f79857);
  background-image: -ms-linear-gradient(top, #f48240, #f79857);
  background-image: -o-linear-gradient(top, #f48240, #f79857);
  background-image: linear-gradient(to bottom, #f48240, #f79857);
  text-decoration: none;
}

.disabledBtn {background:#dfdfdf !important;
  background-image: -webkit-linear-gradient(top, #dfdfdf, #c5c4c4) !important;
  background-image: -moz-linear-gradient(top, #dfdfdf, #c5c4c4) !important;
  background-image: -ms-linear-gradient(top, #dfdfdf, #c5c4c4) !important;
  background-image: -o-linear-gradient(top, #dfdfdf, #c5c4c4) !important;
  background-image: linear-gradient(to bottom, #dfdfdf, #c5c4c4) !important; 
  cursor:default !important;
}

.infoIcon {
    width:40px;
    height:40px;
    background:url(../images/configInfo.png) no-repeat;
    background-size: contain;
    padding: 0 5px 0 0;
    vertical-align:bottom;
}

span.tooltip,
label.tooltip {
    outline: none;
    background-image: url('information.png');
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-bottom: 4px;
}

 .tooltip .tooltiptext {
        visibility: hidden;
        width: 220px;
        top: 110%;
        left: 50%; 
        margin-left: -20px;
        background-color: #f5f5f5;
        color: #000;
        text-align: center;
        padding: 5px 0;
        border:2px solid #9abfcc;
     
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }


.tooltip {
    position: relative;
}


.tooltip:hover .tooltiptext {
    visibility: visible;
}

.selectors {
    margin:0 auto;
    width: 550px;
}

#mosaicProgress{
    display:block;
    padding:40px 60px 0px;
    text-align:center;
}
#controlsWrapper {
    display:none;
}
#canvasWrapper {
    margin:20px auto 0;
}


.formSubtitle {width:130px;}
#mainSource {margin:10px 0 -5px 10px;}
#overlaySource {margin-top:15px;}
#configContainer {margin: 10px 0 13px; height:309px; width:100%; text-align:center; background:#000;}
#configContainer canvas {display:none;}
#loadingM {width:100%; text-align:center; padding-top:140px; display:none; z-index:3;}
#progressM {position:absolute; width:300px; height:200px; top: calc(50% - 100px); left: calc(50% - 150px); font-size:16px; font-weight:bold; color:#FFF;}
#progressOverlay {position:fixed; width:100%; height:100%; top:0; left:0; background: rgba(0, 0, 0, 0.6); display:none; z-index:9999; text-align:center;}
#projectName {height:35px; width: 270px; margin-bottom:5px; padding:3px 32px 0 15px; font-size:16px; font-weight:bold; text-align:left; background:white; vertical-align:top; text-transform: uppercase;font-family: 'Roboto', sans-serif;}
#dateName {cursor: pointer; width: 270px; margin-left: 2%; height:35px; margin-bottom:5px; padding:3px 32px 0 15px; font-size:16px; font-weight:bold; text-align:left; background:white; vertical-align:top; text-transform: uppercase;font-family: 'Roboto', sans-serif;}
.inputDiv {border:solid 1px #a9a9a9; width:100%; padding:0 10px; color:#000; outline: none;}
#canvasLayer {z-index:1;}
#mosaicLayer {position:absolute; z-index:1; margin:auto auto; background-size: contain;}
#overlayLayer {position:absolute; z-index:2; margin:auto auto; background-size: contain;}
.configRemove {position:absolute; right:5px; top:0; height:34px; line-height:34px; font-weight:bold; font-size:18px; color:#f78f4b;}
/**************
End build config
**************/

/***************
takeaway
***************/

#sticker-header-dropzone {width:220px; height:22px; background:#c2c1bf; line-height:22px; color:#FFF; border: dashed; border-color: #707070; position:relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
#stickerHeadPreview {height:100%; width:100%; position:absolute; top:0; left:0; background-size: cover; pointer-events: none; z-index:2;}
#sticker-footer-dropzone {width:220px; height:50px; background:#c2c1bf; color:#FFF; border: dashed; border-color: #707070; position:relative;}
#stickerFooterPreview {height:100%; width:100%; position:absolute; top:0; left:0; background-size: cover;pointer-events: none; z-index:2;}
#large-footer-dropzone {width:220px; height:50px; background:#c2c1bf; color:#FFF; border: dashed; border-color: #707070; position:relative;}
#largeFooterPreview {height:100%; width:100%; position:absolute; top:0; left:0; background-size: cover;pointer-events: none; z-index:2;}
#mosaicme-footer-dropzone {width:220px; height:50px; background:#c2c1bf; color:#FFF; border: dashed; border-color: #707070; position:relative;}
#mosaicmeFooterPreview {height:100%; width:100%; position:absolute; top:0; left:0; background-size: cover;pointer-events: none; z-index:2;}
#print-header-dropzone {width:355px; height:85px; background:#c2c1bf; color:#FFF; border: dashed; border-color: #707070; position:relative;}
#eHeaderPreview {height:100%; width:100%; position:absolute; top:0; left:0; background-size: cover; pointer-events: none; z-index:2;}
#print-footer-dropzone {width:355px; height:50px; background:#c2c1bf; color:#FFF; border: dashed; border-color: #707070; position:relative;}
#eFooterPreview {height:100%; width:100%; position:absolute; top:0; left:0; background-size: cover;pointer-events: none; z-index:2;}
.exampleImg{width: 220px; height:auto; margin-top:10px;}

.errors{padding-top: 10px; }

.filler {flex: 1 1 30%; display: flex; flex-direction: column; align-items: flex-end; padding-top: 40px;}

.overflow {overflow: auto;}
.floatEmail {float:right; width:175px; text-align:left;}
.sizeOptions {padding-top: 20px; display: flex; align-items:flex-start;}
.size1 {flex: 1 1 25%;}
.size2 {flex: 1 1 75%;}
.size3 {flex: 1 1 50%;}
textarea [type=text]{
  resize: none;
}

.inputContainers {
  margin: 5px 0 0px;
  width: 355px;
  float: right;
}

.subTitle {
  color: #F79857;
  font-size: 15px;
}
.bold {
  font-weight:bold;
}
.subOrange {
  color: #F79857;
}
.imgInfo {
  margin-right:10px;
  height:30px;
  display:inline-block;
  vertical-align:top;
  line-height:15px;
}
.imgIcon {
  width:37px;
  height:30px;
  display:inline-block;
  background-image:url('../images/imgLogo.png');
  vertical-align:top;
}
#stickerFooterInfo {
  margin-top:234px;
}
#takeawayFooterInfo {
  margin-top:220px;
}
#mosaicmeFooterInfo {
  margin-top:220px;
}
#placeholderBox {
  font-size:16px;
  color:#FFF;
  width:355px;
  height:150px;
  line-height:150px;
  background:#c2c1bf;
  text-align:center;
}
.options {
    flex: 0 0 40%;
    display: flex;
    flex-wrap:wrap;
    align-items: flex-start;
    margin-top:auto;
    font-weight: bold;
    padding-right:10px;
  }
.example {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top:25px;
}
.emailOptions {
    flex: 0 0 38%;
    display: flex;
    flex-wrap:wrap;
    align-items: flex-end;
    margin-top:25px;
    position:relative;
  }
.emailMiddle {position:absolute; top:calc(50% - 15px); right:0;}
.emailExample {
  flex: 0 0 62%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top:25px;
}
.heavy {
  font-weight: 500;
  font-size: 18px
}
.hideTakeawayStickers {
  display: none;
}
.hideLargeTakeaways {
  display: none;
}
.hideMosaicTakeaways {
  display: none;
}
.downloadLink {
 flex: 0 0 100%;
}

.downloadLink a {
 color: #F79857; 
 text-decoration: underline;
 font-size:15px;
 flex: 1 1 100%;
 cursor: pointer;
}

.head {
  flex: 1 1 40%;
}
.foot {
  flex: 1 1 40%;
}

.dataField {
  display: flex;
  flex-wrap: wrap; 
  padding-top: 10px;
  margin-bottom: 55px;
}

#emailShareCollection {
  flex: 1 1 56%; 
}

#emailFields {margin: 5px 0 0 0;}
textarea {
  resize: none;
}
.hideEmailShare {
  display: none;
}

.filler {
  flex: 1 1 30% 
}

#socialFields {margin: 20px 0 20px 0;}
#socialIconsField {
  display: flex; 
  flex-direction: row; 
  justify-content:flex-start;
}

.icon {
  display: flex; 
  flex-direction: row; 
  margin: 10px 0 10px 0;
}

.icon2 {
  display: flex; 
  flex-direction: row; 
  margin: 10px;
  margin-right: 0;
}
.iconSection {
  flex: 1 1 50%;
}

.iconSection img {
  height: 55px; 
  width: 55px;
}

.iconSection label {
  margin: 10px 0 10px 0;
}

#shareImageFields {
  opacity: .2;
  pointer-events: none;
  z-index: 2;
  position: relative;
}

#comingSoon p {
  font-size: 52px;
  position: absolute;
  padding: 160px 100px 115px 128px;

}





/***************
takeawayEnd
***************/

/***************
cameraSettings
***************/
label.css-label.reqOnly {
  background-position: 0 -22px;
  background-image:url(../images/intCheck.png);
}

input[type=checkbox].css-checkbox + label.css-label2 {
  padding-left:23px;
  height:27px;
  display:inline-block;
  line-height:27px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:27px;
  vertical-align:middle;
  cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label2 {
  background-position: 0 -27px;
}

input[type=checkbox].css-checkbox:indeterminate + label.css-label {
 background-position: 0 -22px;
 background-image:url(../images/intCheck.png);
}
label.css-label2 {
  background-image:url(/photo-mosaic-tool/images/checkSprite.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label {
  max-width: 100%;
  margin-bottom: 7px;
  font-weight: bold;
}

.subFormTitle {
  font-weight: 600;
  padding-top: 10px;
}

.customInput {
  text-align:center;
  width:50px;
  flex: 5 5 50%;
}

/*#custom2{display: none; margin-left: 25px;}
#custom3{display: none; margin-left: 25px;}*/

.checkBoxOptions {
  flex: 2 2 20%;
  padding-right: 80px;
}
.inputContainer {
  margin: 5px 10px 0px;
  width: 60%;
  display: inline-block;
  float: right;
}
.mDiv {display:none;}
.inline {
  display: inline-block;
}
.inputFile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.caps {
  font-weight:bold;
  font-size: 15px;
}
#mosaicCaptureData {
  display:none;
}
.orangeButton {
  background-color: #F79857; 
  float: right; 
  padding: 10px 30px; 
  color: #FFF; font-weight: bold; 
  font-size: 14px; 
  background-image: linear-gradient(to bottom, #F79857, #F48240); 
  border: 0; 
}
.orangeTakeawayButton {
  background-color: #F79857; 
  padding: 10px 30px; 
  color: #FFF; font-weight: bold; 
  font-size: 14px; 
  background-image: linear-gradient(to bottom, #F79857, #F48240); 
  border: 0; 
}
#dataFields {
  padding-top: 10px;
}
#mockupDataFields {
  padding-top: 10px;
}
#dataCollection {
  flex: 1 1 44%;
}
#formSection {margin:0px auto; 
  max-width:400px; 
  width:100%; 
  text-align:left;
  display: flex; 
  max-width: 90%; 
  margin-bottom: 10px;
  flex-flow: wrap row;
}
#takeawayWrapper {
  margin:0px auto; 
  width:100%; 
  text-align:left;
  display: flex; 
  max-width: 90%; 
  padding-bottom: 10px;
  flex-flow: wrap row;
}
#checkBoxOptions {
  flex: 2 2 20%;
}
.timerBox {
  display:none;
}
#greenScreenOptions {
  display:none;
}
#tcOptions {
  padding-top: 10px;
}
#customContainer {
  display: none;
}
#customTCInput {
  margin-top: 33px;
}
#boxOptions {
  padding-top: 10px;
}
#greenScreenCollection {
  flex: 5 5 50%; 
  /*  padding-top: 30px;*/
}
#greenScreenSubtitle {
  padding-top: 10px;
}
.box {
  height: 226px; 
  width: 100%; 
  margin: 0; 
  margin-top: 15px; 
  background-color: #FFF;
  margin-bottom: 25px;
}
.hideRight {
  display: none;
}
.hideLeft {
  display: none;
}

#dropContainer {margin: 10px 0 23px; /*height:309px; width:100%; background:#000;*/}
#green-screen-dropzone {width:100%;}
/*camSettings_internal*/
#green-screen-dropzone-internal {height:309px; width:100%;}



/***************
cameraSettingsEnd
***************/


input[type=checkbox].css-checkbox {
  position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left:30px;
  height:27px;
  display:inline-block;
  line-height:27px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:27px;
  vertical-align:middle;
  cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -27px;
}

input[type=checkbox].css-checkbox:checked + label.css-label:hover {
  background-position: 0 -27px;
  background-image:url(/photo-mosaic-tool/images/checkSprite.png);
}


label.css-label {
  background-image:url(/photo-mosaic-tool/images/checkSprite.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input::placeholder{
  color: #F79857;
}

.dataCollectionDiv {display: flex;}
#mainWrapper {text-align:center; font-size:14px;}
#printHeader {/*margin:80px auto 0;*/ margin:40px auto 0; max-width:400px; width:100%;}
.blackTitle{font-weight:bold; font-size:32px; margin:30px auto 30px;}
.blackTitle2{font-weight:bold; font-size:20px;}
.orange14{font-weight:bold; font-size:14px; color:#f78f4b;}
.loginTitle{text-transform: uppercase; font-weight:bold; font-size:19px; padding:2px 0 2px 10px; margin-top:20px; margin-bottom:10px; font-family: 'Roboto', sans-serif; }
.formTitle{text-transform: uppercase; font-weight:bold; font-size:19px; background-image: linear-gradient(to right, #e2e2e2, #f1f1f1, #ffffff); padding:2px 0 2px 10px; margin-top:20px; margin-bottom:10px; font-family: 'Roboto', sans-serif; height: 30.5px; }
#takeAwayFormTitle{padding:0px 8px;}

input{
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  /* -webkit-user-select: none; */
  user-select: none;
}
.xBtn{
height: 17px;
margin-left: 35%;
}

.orangeBtn {
 background-color: #F79857; background: -webkit-gradient(linear, left top, left bottom, from(#F79857), to(#F48240));
 background: -webkit-linear-gradient(top, #F79857, #F48240);
 background: -moz-linear-gradient(top, #F79857, #F48240);
 background: -ms-linear-gradient(top, #F79857, #F48240);
 background: -o-linear-gradient(top, #F79857, #F48240);
 background: linear-gradient(to bottom, #F79857, #F48240);
 text-decoration: none; text-align:center; box-sizing:border-box;
 color:#FFF;
 font-size:14px;
 display:inline-block;
 padding:10px 40px;
}

.orangeBtn:hover {color:#fff;
 background-color: #F48240; background: -webkit-gradient(linear, left top, left bottom, from(#F48240), to(#F79857));
 background: -webkit-linear-gradient(top, #F48240, #F79857);
 background: -moz-linear-gradient(top, #F48240, #F79857);
 background: -ms-linear-gradient(top, #F48240, #F79857);
 background: -o-linear-gradient(top, #F48240, #F79857);
 background: linear-gradient(to bottom, #F48240, #F79857);
}

 .greenBtn {
  background-color: #69b129; background: -webkit-gradient(linear, left top, left bottom, from(#69b129), to(#548c23));
  background: -webkit-linear-gradient(top, #69b129, #548c23);
  background: -moz-linear-gradient(top, #69b129, #548c23);
  background: -ms-linear-gradient(top, #69b129, #548c23);
  background: -o-linear-gradient(top, #69b129, #548c23);
  background: linear-gradient(to bottom, #69b129, #548c23);
  text-decoration: none; text-align:center; box-sizing:border-box;
  color:#FFF;
  font-weight:bold;
  font-size:14px;
  display:inline-block;
  padding:10px 30px;
 }
 
 .greenBtn:hover {color:#fff;
  background-color: #548c23; background: -webkit-gradient(linear, left top, left bottom, from(#548c23), to(#69b129));
  background: -webkit-linear-gradient(top, #548c23, #69b129);
  background: -moz-linear-gradient(top, #548c23, #69b129);
  background: -ms-linear-gradient(top, #548c23, #69b129);
  background: -o-linear-gradient(top, #548c23, #69b129);
  background: linear-gradient(to bottom, #548c23, #69b129);}

 a {
   text-decoration: none;
 }

 .click {cursor:pointer;}

 #contentWrapper {
   width:1200px;
   /*width: 892px;*/
   margin:0 auto;
   background:#FFF;
 }

 .navBar{
  position: relative;
  width: 100%;
  height: 30px;
  background: #B7B6B6;
}

.backArrow {
  width: 16px; 
  vertical-align: unset; 
  margin-right: 5px;
}

#projectsBtn{
  width: 10%;
  height: 30px;
  background: #f78f4b;
  float: left;
  text-align: center;
}
#projectsBtn:hover {background:#f5a16a;}
#optionsBtn{
  width: 10%;
  height: 30px;
  background: #f78f4b;
  float: left;
  text-align: center;
}
#optionsBtn:hover {background:#f5a16a;}
#optionsSaveBtn{
  width: 10%;
  height: 30px;
  background: #f78f4b;
  float: left;
  text-align: center;
}
#optionsSaveBtn:hover {background:#f5a16a;}

.optionsBtn {
  width: 100%;
  height: 30px;
  background: #f78f4b;
  text-align: center;
  opacity: 75%;
  line-height:30px;
  position: absolute;
  bottom: 0px;
  font-weight: bold;
}

.duplicateBtn{
  width: 40%;
  height: 30px;
  background: #f78f4b;
  text-align: center;
  margin: 20px auto;
  line-height:30px;
}

.white13{
  font-family: 'robotoregular', Helvetica, sans-serif;
  color: #FFF;
  /*font-size: 13px;*/
  font-size: 18px;
}

.flex-container{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.flex-container2{
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
}

.flex-container > div {
  width: 30%;
  height: 346px;
  text-align: left;
  margin: 10px;
}

.flex-container2 > div {
  width: 30%;
  height: 346px;
  text-align: left;
  margin: 10px 1.5% 10px 1.5%;
}

.optionContainer{
  width: 90%;
}
.projectsFlex{
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  margin:0 100px;
}

.projectsFlex > div {
  width: 22%;
  height: 230px;
  text-align: left;
  margin: 10px 1.5% 10px 1.5%;
}
.projectBlock {
  width: 100%;
  height: 200px;
}
.optionNameSpacing{
  margin: 10px 0;
}
.projectNameSpacing{
  margin: 10px 0;
  text-align:center;
}
.projectBorder {
  height: 70%;
  border: 1px solid #000;
  background-position:center;
  background-repeat:no-repeat;
  background-color: #f1f1f1;
  background-size:contain;
  position:relative;
}
#customerProjects {margin-top:16px;}
.projectOptionsBar {height: 27px; width: 100%; position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.7); cursor:default;}
.optionWrapper {width: 50%; display: inline-block; height: 100%; position: relative;}
.optionTrash {width: 18px; height: 21px; top: 3px; left: 7px; position: absolute; background: url(/live-print/images/deleteIcon.svg) no-repeat;}
.optionDuplicate {width: 19px; height: 21px; top: 3px; right:7px; position: absolute; background: url(/live-print/images/duplicateIcon.svg) no-repeat;}
#buildPic{
  background: url(../images/config.png) no-repeat;
  height: 230px;
  width: 340px;
  border: 1px solid #000;
  position: relative;
}

#gridPic{
  background: url(../images/grid.png) no-repeat;
  height: 230px;
  width: 340px;
  border: 1px solid #000;
  position: relative;
}

#cameraPic{
  background: url(../images/iPad.png) no-repeat;
  height: 230px;
  width: 340px;
  border: 1px solid #000;
  position: relative;
}

#hashtagPic{
  background: url(../images/social.png) no-repeat;
  height: 230px;
  width: 340px;
  border: 1px solid #000;
  position: relative;
}

#takeawayPic{
  background: url(../images/takeaway.png) no-repeat;
  height: 230px;
  width: 340px;
  border: 1px solid #000;
  position: relative;
}

#suppliesPic{
  background: url(../images/supplies.png) no-repeat;
  height: 230px;
  width: 340px;
  border: 1px solid #000;
  position: relative;
}

#projectPic{
  background: #f78f4b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  height: 140px;
  padding-top: 24px;
  font-size: 21px;
  line-height: 30px;
  height: 140px;
}

#footWrap{min-width: 1200px;max-width: 1200px;/*min-width: 892px;max-width: 892px;*/}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #000;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #000;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color:    #000;
}

::placeholder { /* Most modern browsers support this now. */
 color:    #000;
}

.configData{
  float:left;
  margin-right:100px;
}
h5.configData{
  
  margin-right: 50px;
  
}
.configDataValue{
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
  color: #f78f4b;
}
.noUi-background{
  background: linear-gradient(to left, #abaaaa, #abaaaa, #c1bdbd,#6b3e3e00, #ffffff) !important
  
}
.trueAndFake{
  float: right;
  font-size: 9px;
  font-weight: 600;
  margin-left:120px;
  padding-top:5px;
  color:black;

}
.noUi-target{
  border-radius: 9px !important;
  box-shadow: none !important;
  border: black solid 1px !important;
}
.noUi-horizontal .noUi-handle{
  width: 25px !important;
	height: 25px !important;
	left: -17px !important;
	top: -5px !important;
}
.noUi-handle{
  border: 1px solid black !important;
}
#sourceOverlaySpan,#colorOverlaySpan{
  margin-left:-3px !important;
  display:table-caption;
  margin-bottom: -2px;
  font-weight: 700;
}
.uploadBar{
  margin-left:-10px;
}
.optionsHeader{
  font-weight:bold; 
  font-size:16px;
  margin:-3px 0 0 30px; 
  white-space:nowrap;
  position:absolute;
}
.black16{
  font-size: 16px;
  color:#333;
  font-weight: bold;
}
.orange11{
  color: #f78f4b;
  font-size: 11px;  
  position: absolute;
  margin-top:4px;
}
/* #orderBtn{
  opacity: 75%;
  background-color:#f78f4b;
} */
.srcNoWrap{
  width: 85%;
  overflow: hidden;
  display: inline;
  white-space:nowrap;
}

.redBtn {
  background-color: #b1432a; background-image: -webkit-gradient(linear, left top, left bottom, from(#b1432a), to(#bd5842));
  background-image: -webkit-linear-gradient(top, #b1432a, #bd5842);
  background-image: -moz-linear-gradient(top, #b1432a, #bd5842);
  background-image: -ms-linear-gradient(top, #b1432a, #bd5842);
  background-image: -o-linear-gradient(top, #b1432a, #bd5842);
  background-image: linear-gradient(to bottom, #b1432a, #bd5842);
  text-decoration: none; text-align:center; box-sizing:border-box;
  color:#FFF;
  font-size:14px;
  display:inline-block;
  padding:10px 40px;
  cursor: pointer;
 }
 
 .redBtn:hover {color:#fff;
  background-color: #b1432a; background-image: -webkit-gradient(linear, left top, left bottom, from(#bb523a), to(#a9391b));
  background-image: -webkit-linear-gradient(top, #bb523a, #a9391b);
  background-image: -moz-linear-gradient(top, #bb523a, #a9391b);
  background-image: -ms-linear-gradient(top, #bb523a, #a9391b);
  background-image: -o-linear-gradient(top, #bb523a, #a9391b);
  background-image: linear-gradient(to bottom, #bb523a, #a9391b);
}
::placeholder { 
  color: #333 !important; 
}

#ytLink{height: 95px !important;position: absolute;left: 0;top: 70px; cursor: pointer;}
#ytPlayImg{position: absolute;top: 99px;left: 58px;width: 40px;cursor: pointer;opacity: 70%}
#recText{margin-right: 165px;}
#ytLinkNoty{width: 107px; margin-top: -8px; left: 10px; position: absolute;}
#notySpaceSpan{margin-top: 18px !important; display: block;}


/* Edge */

@supports (-ms-ime-align: auto) {
  .roundedTwo label::after{
    width: 100% !important;
    left: -1.5px !important;
    top: -7px;
    height: 18px;
  }
  #exampleImg{
    margin-top: 4px !important;
  }
  #pl1{
    width: 26% !important;
  }
  #pl2{
    width: 29% !important;
  }
  #pl3{
    width: 22% !important;
  }
  #gridPanelContainer{
    padding-right: 30px !important;
  }
  .trueAndFake{
    padding-right: 50px !important;
  }
  #grid-background-form{
    margin-left: 20%;
  }
  #wall-background-form, .edgeStyle{
    margin-left: 100% !important;
  }
  .colorBtn5{
    margin-left: 100% ;
  }
}


/* ie */
@media screen and (-ms-high-contrast:active), screen and (-ms-high-contrast:none){
  .yl2{
    margin-top: -23px !important;
  }
  .configData{
    margin-right:80px;
  }
  .trueAndFake{
    float: none;
    display: inline;
    padding-right: 0px !important;
    margin-left: 136px;
  }
  .ms-noty{
    height: 22px;
  }
  .calImg{
    vertical-align: 20px;
    width: 20px;
  }
	.magBox{
	  width: 28px !important;
  }
  #exampleImg{
    margin-top:  3px !important;
    margin-left: 6px !important;
  }
  .ms-overlay{
    margin-top: 2px !important;
  }
  .roundedTwo label:after {
    width: 22px;
    height: 22px;
  }
  .noUi-background{
    background-image:-ms-linear-gradient(right, #999999 0%, #ffffff 75%)!important;
  }
  .roundedTwo label:after{
    left: -3px;
  }
}

/* safari */
@media not all and (min-resolution:.001dpcm) { 
  @media {
    .bottomBtns{
      padding: 10px 14px !important;
    }
    .formSubtitle{
      width: 140px !important;
    }
    /* .roundedOne label:after{
      top:-3.2px;
      left: -3.2px;
    } */
  }
  #pl1{
    width: 28% !important;
  }
  #pl2{
    width: 31% !important;
  }
  #pl3{
    width: 17% !important;
    white-space: nowrap;
  }
  .noUi-background {
    background: linear-gradient(to left, #abaaaa, #abaaaa, #c1bdbd,#ffffff,
     #ffffff) !important;
  }
  #exampleImg{
    margin-top: 3.5px !important;
    margin-left: -14px !important;
  }
  #colorOverlaySlider, #sourceOverlaySlider{
    margin-left: 35px !important;
  }
  .configInline{
    line-height: 26px !important;
  }
  .minusBtn{
    vertical-align: 6px;
  }
}


/* Firefox */
@-moz-document url-prefix() {
  #pl1{
    width: 29% !important;
  }
  #pl2{
    width: 29% !important;
  }
  #pl3{
    width: 17% !important;
    white-space: nowrap !important;
  }
  .configInline{
    line-height: 24px !important;
  }
  #exampleImg{
    margin-top: 3.5px !important;
    margin-left: -14px !important;
  }
  #colorOverlaySlider, #sourceOverlaySlider{
    margin-left: 35px !important;
  }
  .minusBtn{
    vertical-align: 6px;
  }
}

