/* Collage & Mosaic Styles */
/* Border box this feller. Box sizing ftw. */
#container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.border_right {
  border-right-width: 4px;
  border-right-style: solid;
}
.border_top {
  border-top-width: 4px;
  border-top-style: solid;
}
.border_left {
  border-left-width: 4px;
  border-left-style: solid;
}
.border_bottom {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.collage_summary_pane {
  margin-left: 3em;
}
.jwc_image {
  cursor: move;
}
.jwc_controls {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 34px;
  position: absolute;
  z-index: 100;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}
.jwc_controls span {
  display: block;
  float: left;
  color: #FFF;
  font-size: 11px;
  margin: 7px 0px 0px 5px;
}
.jwc_zoom_in,
.jwc_zoom_out {
  display: block;
  background-color: #FFF;
  cursor: pointer;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  float: right;
  margin: 4px 4px 0px 0px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.jwc_zoom_in::after {
  content: "+";
}
.jwc_zoom_out::after {
  content: "-";
}
.canvas_container {
  width: 96.3%;
  border: 3px solid black;
  height: 600px;
}
#container {
  width: 96.3%;
  border: 27px solid white;
  box-shadow: -1px 2px 5px #777777;
  text-align: center;
}
#collage-preview-container {
  background-color: #eee;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preview {
  cursor: pointer;
}
.preview-image-click {
  overflow: hidden;
  color: #999 !important;
}
#collage-preview-container .preview-image {
  width: 100%;
}
.preview-image-anchor {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.left-ruler {
  width: 20px;
  position: relative;
  background-image: url('/v2/images/vert_ruler.png');
  background-repeat: no-repeat;
}
.left-ruler span {
  display: inline-block;
  background-color: #EEE;
  padding-top: 8px;
  padding-right: 8px;
  margin-left: -5px;
}
.left-ruler .endcap-bottom {
  position: absolute;
  bottom: 0;
  margin-left: -26px;
  background-color: transparent;
  margin-bottom: -8px;
}
.bottom-ruler {
  height: 20px;
  background-image: url('/v2/images/hor_ruler.png');
  background-repeat: no-repeat;
  background-position: 0px 13px;
}
.bottom-ruler span {
  padding-top: 8px;
  display: inline-block;
  background-color: #EEE;
  padding-right: 8px;
  padding-left: 8px;
}
.bottom-ruler .endcap-right {
  float: right;
  display: inline-block;
  background-color: transparent;
  padding: 0;
  padding-top: 6px;
  margin-right: -1px;
}
.change-image {
  background-color: #E2007A;
  color: white !important;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 4px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8pt !important;
}
.preview-image-anchor:hover > .preview-image-wrapper {
  display: block;
}
.preview-image-wrapper {
  overflow: hidden;
  display: none;
  height: auto;
  position: absolute;
  height: 200px;
  padding: 0;
  margin: 0!important;
  width: 650px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.preview-image-wrapper button {
  margin-top: 45%;
}
.white_border {
  border-color: #fff;
}
.black_border {
  border-color: #000;
}
.thick-border {
  border-width: 10px;
}
.thin-border {
  border-width: 5px;
}
.square {
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
.square .collage-toolbar {
  width: 765px;
  padding-top: 12px;
}
.buttonish {
  background-color: #333;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13%;
  padding: 0.5em;
  border-radius: 3px;
}
.panel {
  overflow: hidden;
  display: table;
}
.ProductPageContainerContentWide {
  width: 100%;
  padding: 1em;
}
.preview {
  width: 300px;
  height: 200px;
}
.preview_collage {
  background-image: url('/v2/images/collage/collage-preview-div.jpg');
}
.preview_mosaic {
  background-image: url('/v2/images/collage/collage-preview-div.jpg');
  background-position: 300px 0px;
}
.preview_collage.selected {
  background-position: 0px -200px;
}
.preview_mosaic.selected {
  background-position: 300px -200px;
}
.preview_collage,
.preview_mosaic {
  width: 300px;
}
.alt-button.input-small {
  font-size: 8pt;
}
.ProductPageContainerTitle h2 {
  padding-top: 15px;
}
.hide {
  display: none;
}
.container *.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
    Introduced in IE 10.
    See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
  */

  -ms-user-select: none;
  user-select: none;
}
.panel {
  background-image: url('/v2/images/collage/select_bg.jpg');
  background-position: center;
}
.layout_panel {
  background-image: url('/v2/images/collage/cardboard_flat.png');
}
.layout_pane {
  cursor: pointer !important;
}
.careers-tooltip-container {
  z-index: 1000 !important;
}
.layout-thumb-container {
  width: 150px;
  height: 150px;
  display: block;
  border: 2px solid #333;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
}
.toolbar-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
}
.mosaic-alert {
  width: 65%;
  border: 1px solid red;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
}
.collage-toolbar {
  padding: 5px;
  text-align: right;
  padding-right: 35px;
}
.toolbar-list li {
  float: left;
  margin-right: 10px;
}
#collage-share-bar {
  padding-top: 15px;
}
#save_button {
  margin-top: 20px;
  height: 32px;
}
#save_button_collage {
  margin-top: 20px;
}
.layout-thumb-container.selected {
  border-color: #E2007A;
}
.frameModifierOption {
  width: 117px;
}
.frameModifierOption label {
  width: 100px;
}
.imageRadioButtonLabel {
  float: right;
  width: 96px;
}
.layout-thumb-collection {
  list-style-type: none;
}
.collage-container.collage {
  display: none;
}
.CreateMosaicContainer {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.ProductPageContainer {
  margin-bottom: 1em;
}
.hidden-layout-item {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
input[name=collage_type] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#container {
  min-height: 100%;
  background-color: #DDD;
  text-align: center;
  overflow: hidden;
}
.add_inside {
  display: block;
  position: absolute;
  text-align: center;
  width: 98%;
  height: 99%%;
  overflow: hidden;
}
.add_images_multi {
  margin-top: 20px;
  height: 32px;
}
.add_inside:hover {
  background-color: #ccc;
}
.sub_container {
  border: 3px solid #000;
  height: 100%;
}
.zippy.opened > .title:before {
  content: 'â–¼ ';
}
.zippy.opened > .body {
  display: block;
}
.zippy.closed > .title:before {
  content: 'â–º ';
}
.zippy.closed > .body {
  display: none;
}
.zippy > .title {
  background-color: black;
  color: white;
  padding: .1em .3em;
  cursor: pointer;
}
.zippy > .body {
  padding: .1em .3em;
}
.pane {
  border: 3px solid red;
}
#create-table td {
  background-color: #fff;
  border: 5px solid black;
  text-align: center;
}
.canvas_container {
  width: 960px;
  border: 3px solid black;
  height: 600px;
}
.hidden {
  display: none !important;
}
#mosaic-welcome-container {
  min-height: 250px;
  display: block;
}
#mosaic-preview-window {
  min-height: 500px;
  background-color: #eee;
  width: 95.5%;
  text-align: center;
}
#add-to-cart {
  margin-left: 212px;
}
.add-image {
  display: block;
  background-color: #E2007A;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  color: white;
  vertical-align: middle;
}
.add-image:hover {
  color: #fff !important;
}
#mosaic-preview-window .preview-image {
  box-shadow: 0px 5px 5px;
  max-height: 430px;
  margin-top: 18px;
}
#CollageTypeContainer .preview {
  cursor: hand;
}
#choosey-images-warning {
  padding: 5px;
  font-size: 12pt;
  color: red;
  display: none;
}
#ProductSizeModifierPreview {
  height: 275px;
}
.ProductPageContainerTitle {
  background-image: url('/v2/images/customize_img_container_top_wide.png') !important;
}
.ProductPageContainerContentWide {
  background-image: url('/v2/images/customize_img_container_middle_wide.png');
  overflow: hidden;
}
.ProductPageContainerBottom {
  background-image: url('/v2/images/customize_img_container_bottom_wide.png') !important;
}
.share {
  overflow: hidden;
  width: 282px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.share-with-friends {
  text-transform: uppercase;
  color: #333;
  font-family: futura-pt;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: 205px;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.data-mosaic-toolbar {
  font-size: 9pt;
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
  width: 96.4%;
}
p {
  line-height: 1.5;
}
.blockMsg {
  width: 325px !important;
  box-shadow: #333333 -1px 1px 14px;
  padding: 15px 10px 10px 10px !important;
  text-align: center !important;
  height: 61px !important;
  text-align: center;
  border-radius: 3px;
  color: white !important;
  border: 1px solid #333 !important;
  background-color: #4f4f4f;
  cursor: wait;
  background: #4f4f4f;
  background: -moz-linear-gradient(top, #4f4f4f 0%, #0e0e0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f4f4f), color-stop(100%, #0e0e0e));
  background: -webkit-linear-gradient(top, #4f4f4f 0%, #0e0e0e 100%);
  background: -o-linear-gradient(top, #4f4f4f 0%, #0e0e0e 100%);
  background: -ms-linear-gradient(top, #4f4f4f 0%, #0e0e0e 100%);
  background: linear-gradient(to bottom, #4f4f4f 0%, #0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#0e0e0e', GradientType=0);
}
.blockMsg h4.quotes {
  color: #fff !important;
  margin-top: -13px;
}
.blockMsg img {
  margin-left: 55px !important;
  margin-top: 20px !important;
}
.CreateMosaicContainer {
  margin-top: -12px;
}
ul.layout-thumbs {
  list-style-type: none;
  overflow: hidden;
  margin-left: 0px;
  padding-left: 0px;
}
ul.layout-thumbs li {
  width: 116px;
  height: 116px;
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 3px solid #fff;
}
.item-total {
  color: #000;
  font-weight: bold;
  font-size: 14pt;
}
.job-status,
.job-status-pending {
  height: 12px;
  width: 62%;
  margin-left: auto;
  margin-right: auto;
}
#collage-done-btn {
  margin-top: 10px;
}
.progress-striped .bar,
.bar {
  background-color: #E2007A !important;
}
.pending {
  background-color: #999 !important;
}
.layout-thumbs li.selected {
  border: 3px solid #E2007A;
}
/** Zoom/Crop */
.jwc_image {
  max-height: none !important;
  max-width: none !important;
}
/*
 * jquery.selectBoxIt.css 2.0.0
 * Author: @gregfranko
 */
/* Div container holding the dropdown list */
.selectboxit-container {
  display: inline-block;
  /* Prevents text selection */

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* Dropdown List Box */
.selectboxit-container .selectboxit {
  width: 150px;
  /* Width of the dropdown list box */

  height: 30px;
  /* Height of the select box */

  cursor: pointer;
  padding: 0;
  display: block;
}
.selectboxit-container .selectboxit.selectboxit-disabled {
  cursor: default;
}
/* Dropdown list Default Icon Positioning */
.selectboxit-default-icon {
  float: left;
}
/* Dropdown List Box Text */
.selectboxit-text {
  font: 14px Helvetica, Arial;
  text-indent: 5px;
  line-height: 30px;
  overflow: hidden;
  float: left;
  white-space: nowrap;
}
/* Dropdown List Options List*/
.selectboxit-container .selectboxit-options {
  min-width: 180px;
  /* Minimum Width of the dropdown list box options */

  font: 14px Helvetica, Arial;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  outline: none;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  -moz-box-shadow: none;
  /* Firefox */

  -webkit-box-shadow: none;
  /* Safari, Chrome */

  box-shadow: none;
  /* CSS3 */

}
.selectboxit-option .selectboxit-option-anchor {
  padding: 0px 3px;
  line-height: 53px;
}
/* Dropdown List Individual Options */
.selectboxit-option,
.selectboxit-optgroup-header {
  line-height: 30px;
  /* Height of Individual Select Box Options */

  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */

  overflow: hidden;
  white-space: nowrap;
  list-style: none;
  margin: 0;
}
/* Dropdown List Optgroup Headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Dropdown List Optgroup Options */
.selectboxit-optgroup-option {
  text-indent: 20px;
}
/* Dropdown List Optgroup Header hover psuedo class */
.selectboxit-optgroup-header[data-disabled='true']:hover {
  cursor: default;
}
/* Dropdown List Down Arrow Container (if an image is not used) */
.selectboxit-arrow-container {
  /* Positions the down arrow */

  width: 30px;
  float: right;
}
/* Dropdown List Down Arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */

  margin: 0 auto;
  display: block;
}
/* Dropdown List Individual Option Icon Positioning */
.selectboxit-option-icon {
  float: left !important;
}
.selectboxit span {
  text-transform: none;
}
.toolbar-list .selectboxit-options li {
  float: none;
  margin-right: 0px;
}
#collage-effect-dropdownSelectBoxIt > i {
  width: 15px;
  height: 15px;
  background-size: 100%;
  margin-left: 5px;
}
/*Effect icons */
.cp-icon-effect-dawn {
  background-image: url('/v2/images/collage/effects/green_purple.jpg');
  width: 48px;
  height: 48px;
  margin-top: 3px;
}
.cp-icon-effect-bour {
  background-image: url('/v2/images/collage/effects/brown_green.jpg');
  width: 48px;
  height: 48px;
  margin-top: 3px;
}
.cp-icon-effect-beac {
  background-image: url('/v2/images/collage/effects/blue_yellow.jpg');
  width: 48px;
  height: 48px;
  margin-top: 3px;
}
.has-border {
  border-style: solid;
}
.cp-icon-effect-dusk {
  background-image: url('/v2/images/collage/effects/orange_purple.jpg');
  width: 48px;
  height: 48px;
  margin-top: 3px;
}
.cp-icon-effect-ne {
  background-image: url('/v2/images/collage/effects/no_effect.jpg');
  width: 48px;
  height: 48px;
  margin-top: 3px;
}
.cp-icon-effect-bw {
  background-image: url('/v2/images/collage/effects/bw.jpg');
  width: 48px;
  height: 48px;
  margin-top: 3px;
}
.cp-icon-effect-redw {
  background-image: url('/v2/images/collage/effects/red_black.jpg');
  width: 48px;
  height: 48px;
  margin-top: 2px;
}
/* COLLAGE SHARE */
.share .clear {
  clear: both;
}
.share .shareleft {
  float: left;
  width: 460px;
  margin: 50px 10px 0 0;
}
.share .shareright {
  float: left;
  width: 460px;
  text-align: left;
  margin: 50px 0 0 10px;
}
.share .addthis_button_email {
  margin: 10px 0 0 0;
  display: block;
  text-align: center;
}
.share .addthis_button_email span {
  display: none;
}
.share .social-btn {
  width: 94px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #414042;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 98px;
}
.share .twitter-btn {
  padding: 28px 11px 7px 11px;
  float: left;
  text-align: center;
  height: 83px;
  width: 103px;
  margin-right: 20px;
}
.share .twitter-btn:hover {
  background: #28aae1;
}
.share .facebook-btn {
  padding: 29px 10px 17px 17px;
  float: left;
  text-align: center;
  height: 72px;
  margin-right: 20px;
}
.share .facebook-btn:hover {
  background: #3b5997;
}
.share .facebook-btn .fb-send {
  margin-top: 4px;
}
.share .pinterest-btn {
  padding: 44px 11px 7px 11px;
  float: left;
  text-align: center;
  height: 67px;
}
.share .pinterest-btn:hover {
  background: #cb2027;
}
.share .google-btn {
  padding: 29px 15px 17px 15px;
  float: left;
  text-align: center;
  height: 72px;
  margin-right: 20px;
  width: 95px;
}
.share .google-btn:hover {
  background: #e64724;
}
.share .button,
.share button,
.share input[type="submit"],
.share input[type="reset"],
.share input[type="button"] {
  background: #ec008c;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  color: #fff !important;
  font-weight: bold !important;
  border: none;
  text-decoration: none;
  margin-bottom: 20px;
  line-height: normal;
  padding: 16px 55px;
  text-transform: uppercase;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0;
  cursor: pointer;
}
.share .button::after {
  display: block;
  z-index: -1;
  position: absolute;
  background: transparent;
  width: 98%;
  height: 99%;
  content: '';
  right: 9px;
  bottom: 14px;
  -webkit-transform: skew(6deg) rotate(3deg);
  -webkit-box-shadow: 8px 11px 10px rgba(0, 0, 0, 0.3);
  -moz-transform: skew(15deg) rotate(5deg);
  -moz-box-shadow: 8px 11px 10px rgba(0, 0, 0, 0.3);
}
.share .button:hover,
.share button:hover,
.share input[type="submit"]:hover,
.share input[type="reset"]:hover,
.share input[type="button"]:hover {
  background: #f50894;
  font-weight: bold;
  border: none;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  text-transform: uppercase;
  font-family: "futura-pt", arial, sans-serif;
}
.share .button:active,
.share button:active,
.share input[type="submit"]:active,
.share input[type="reset"]:active,
.share input[type="button"]:active {
  background: #BD0166;
  color: #fff;
  font-weight: bold;
  border: none;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  text-transform: uppercase;
  font-family: "futura-pt", arial, sans-serif;
}
.share h1,
.share h2,
.share h3,
.share h4,
.share h5,
.share h6,
.share p,
.share div {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.share h1 {
  font-size: 27px;
  color: #000;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  text-align: center;
}
.share h2 {
  font-size: 1.813em;
  line-height: 1.250em;
  font-weight: 500;
  margin: 0 0 40px 0;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
}
.share h3 {
  line-height: 1.250em;
  font-size: 1.250em;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.share .sharebutton {
  background: #414042;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin: 0 14px 0 0;
  text-align: center;
  cursor: pointer;
}
.share .tw {
  padding: 25px 0 0 5px;
  height: 55px;
  width: 75px;
}
.share .tw:hover {
  background: #28aae1;
}
.share .fb {
  padding: 23px 0 0 0;
  height: 57px;
}
.share .fb:hover {
  background: #3b5997;
}
.share .pin {
  padding: 23px 0 0 0;
  height: 57px;
}
.share .pin:hover {
  background: #cb2027;
}
.share .email {
  padding: 25px 0 0 0;
  height: 55px;
}
.share .email:hover {
  background: #ec008c;
}
