/* HIDE BACK THUMB BUT KEEP BACK IN PRINT VIEW 

.fpd-shadow-1.fpd-item.fpd-tooltip.tooltipstered {
    display:none;
}

.fpd-shadow-1.fpd-item.fpd-tooltip.tooltipstered.fpd-view-active {
    display: block;
}*/


/* OTHER STUFF */

.fpd-primary-bg-color {
    background-color: #08AEEA !important;
}

div#main-container {
    overflow: hidden;
}

.fpd-btn, .fpd-container .fpd-btn, .fpd-dialog-head .fpd-dialog-title, .fpd-btn > span, .fpd-btn-raised > span{
    font-family: "Futura W01 Bold";   
    -webkit-font-smoothing: antialiased;   
    -moz-osx-font-smoothing: grayscale;   
    font-weight: normal;   
    font-style: normal;
}

.fpd-btn > span, .fpd-btn-raised > span {
  font-size: 11px !important;
}

.fpd-main-bar > .fpd-left > .fpd-btn {
  padding: 0 10px !important;
}

.designerbox {
  width: 100% !important;
}

.fpd-views-selection > .fpd-item {
    width: 60px !important;
    height: 60px !important;
    padding: 0px !important;
}

.fpd-element-tooltip {
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px !important;
  background-color: #8dc63f !important;
  font-family: "Futura W01 Bold";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 1.1em;
  color: #fff !important;
  box-shadow: none !important;
  padding: 10px !important;
  left: 50%;
  width: 250px;
  margin-left: -125px !important;
}

.fpd-product-stage {
    background-image: none !important;
}

.fpd-shadow-1.fpd-item.fpd-tooltip.tooltipstered {
    box-shadow: none;
}

.fpd-content-products, .fpd-content-edit, .fpd-choose-add, .fpd-content-layers, .fpd-dialog-content > div .fpd-content-sub {
    background-color: #fff;
}

section.fpd-main-bar.fpd-clearfix.fpd-primary-bg-color {
    height: 64px;
    overflow: hidden;
}