/* number must match PSDPreviewView center-helper template offset */
/**************************************
/* GENERAL
/**************************************/
#psdInfoSection,
#psdAssetsSection {
  margin-top: -7px;
  border: none;
  position: absolute;
  overflow: visible;
  padding-right: 8px;
  right: 0;  
  width: 297px;}
  #psdInfoSection h6,
  #psdAssetsSection h6 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 24px; }
  #psdInfoSection ul,
  #psdAssetsSection ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 10px; }

.section-wrapper {
  padding: 10px 0; }

.summary-separator {
  height: 1px;
  background-color: #d5d5d5; }

.panel-rows {
  color: #d5d5d5;
  font-size: 12px;
  margin: 10px 0 15px; }
  .panel-rows li {
    margin: 0 0 8px;
    text-align: right; }
  .panel-rows label {
    font-size: 13px;
    margin-right: 3px;
    vertical-align: middle; }

#baseFontInput {
  font-size: 12px;
  width: 53px;
  padding: 2px 3px !important;
  height: 20px;
  line-height: 1; }

/**************************************
/* CSS INSPECTOR
/**************************************/
.cssInspectorCopyAllButton {
  position: absolute;
  right: 12px;
  top: 27px; }

.cssInspectorCopyAllButton.zeroclipboard-is-hover {
  background-image: -webkit-linear-gradient(#d7d7d7 0, #aeaeae 100%);
  background-image: linear-gradient(to   , #aeaeae 100%); }

.extract-plugin .css-properties * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.css-properties {
  background: #f1f1f1;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  font-family: "Andale Mono", Monaco, Consolas, "Courier New", monospace;
  height: 180px;
  line-height: 18px;
  margin: 5px 0 12px !important;
  overflow: auto;
  padding: 6px 9px !important; }
  .css-properties > li {
    white-space: nowrap; }
  .css-properties > li.css-properties-message {
    font-family: adobe-clean, source-sans-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-top: 65px;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    color: #a9adab;
    white-space: normal; }
  .css-properties .color-chip {
    width: 12px;
    height: 12px;
    border-radius: 0;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.12);
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .css-properties .property {
    color: black;
    font-size: 11px; }
  .css-properties .comment {
    color: #a9adab;
    font-size: 11px; }
  .css-properties .value {
    color: #444444;
    font-size: 11px; }

.base-font-input {
  background: white;
  border: 1px solid #d5d5d5;
  color: #444444;
  height: 18px;
  line-height: 1;
  width: 48px; }

/**************************************
/* PREPROCESSOR SELECT
/**************************************/
/* HEADING */
#psdInfoSection h4.preprocessor-header {
  background: #fff;
  padding-bottom: 6px;
  border-bottom: 1px solid #d5d5d5;
  color: #444;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 28px;
  padding-top: 24px;
  margin-top: 0; }

#psdInfoSection div.preprocessor {
  display: inline-block; }

div.menu-active {
  cursor: pointer; }

#psdInfoSection div.preprocessor.hide {
  cursor: default; }

#psdInfoSection div.preprocessor.hide em {
  display: none; }

#psdInfoSection div.preprocessor b {
  text-transform: none;
  font-weight: 300; }

#psdInfoSection div.preprocessor em {
  width: 0;
  height: 0;
  position: relative;
  top: -2px;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #999 transparent transparent;
  margin-left: 6px;
  display: inline-block; }

/* PREPROCESSOR MENU */
.context-menu {
  top: 52px;
  left: 0;
  position: absolute;
  padding: 0;
  background: #fff;
  border: 1px solid #d5d5d5;
  z-index: 2010;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: normal;
  cursor: pointer; }

.context-menu a {
    position: relative;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    padding: 1px 10px 0 20px;
    display: block;
    color: #222222;
    font-weight: inherit;
    text-decoration: none;
    overflow: hidden;
}

.context-menu a i {
  background-position: -100px 2000px;
  display: none;
}

.context-menu a.active {
    color: #FFFFFF;
}
.context-menu a.active i {
    display: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -4px -1715px;
}

.context-menu a:hover {
    background: #d6d6d6;
    color: #222222;
}

.context-menu a:hover i {
    display: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -35px -1537px;
}

/* FONT UNIT TYPE MENU */
 #psdInfoSection .fontUnit {
     display: inline-block;
     width: 24px;
}
  
 /* DROP DOWN */
  
 .dropdown {
     display: inline-block;
     color: #444;
     font-weight: normal;
     line-height: normal;
     font-size: 12px;
 }
.dropdown-btn{
    color: #222222;
    font-weight: normal;
    background-color: #d6d6d6;
    background-image: -webkit-linear-gradient(#DADADA 0, #C6C6C6 100%);
    padding-left: 6px;
    padding-right: 20px;
    line-height: 22px;
    text-align: left;
    border: 1px solid #999999;
    position: relative;
}
.dropdown-btn:hover {
    background-image: none;
    background-color: #B9B9B9;
}
.dropdown-btn:active {
    background-image: none;
    background-color: #666;
}
.dropdown-btn:after {
    display: inline-block;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #222222 transparent transparent;
    content: '';
    position: absolute;
    right: 0px;
    top: 9px;
    width: 20px;
    height: 20px;
    background-image: -webkit-image-set(url("../images/down.png") 1x, url("../images/down_2x.png") 2x);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    margin-top: -9px;
}

/**************************************
/* COLORS
/**************************************/
.color-list, .solid-color-list, .gradient-list {
  margin-top: 15px; }
  .color-list li, .solid-color-list li, .gradient-list li {
    float: left;
    position: relative;
    margin-top: 0px; }
    .color-list li .color-chip, .solid-color-list li .color-chip, .gradient-list li .color-chip {
      box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
      border-radius: 0;
      margin-bottom: 10px;
      margin-right: 10px;
      width: 27px;
      height: 27px;
      position: relative;
      cursor: pointer; }
    .color-list li:hover, .solid-color-list li:hover, .gradient-list li:hover, .color-list li.selected, .solid-color-list li.selected, .gradient-list li.selected, .color-list li.layer-over, .solid-color-list li.layer-over, .gradient-list li.layer-over {
      background-color: transparent; }
      .color-list li:hover .color-chip, .solid-color-list li:hover .color-chip, .gradient-list li:hover .color-chip, .color-list li.selected .color-chip, .solid-color-list li.selected .color-chip, .gradient-list li.selected .color-chip, .color-list li.layer-over .color-chip, .solid-color-list li.layer-over .color-chip, .gradient-list li.layer-over .color-chip {
        outline: none; }
    .color-list li.selected > .color-chip, .solid-color-list li.selected > .color-chip, .gradient-list li.selected > .color-chip {
      outline: 2px solid #009df5; }

.color-list .dropper-item .color-chip, .solid-color-list .dropper-item .color-chip, .gradient-list .dropper-item .color-chip {
  border: 1px #bbb dashed;
  box-sizing: border-box;
  border-radius: 1px;
  box-shadow: none; }

.color-chip .dropper {
  background-image: url("../images/dropper@2.png");
  background-image: -webkit-image-set(url("../images/dropper.png") 1x, url("../images/dropper@2.png") 2x);
  margin: 5px auto 0 6px;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  opacity: 0.75; }

.gradient-list {
  margin-bottom: 26px; }

/**************************************
/* FONTS
/**************************************/
#psdInfoSection .font-list {
  padding: 0;
  margin-top: 0px; }

/**** Font Family ****/
.number-rect, .font-family-list-item .font-face-count, #psdInfoSection .font-face-list-item .text-style-size {
  height: 20px;
  padding-left: 4px;
  padding-right: 4px;
  min-width: number-rect-width;
  background-color: #e7e7e7;
  color: black; }
  .number-rect p, .font-family-list-item .font-face-count p, #psdInfoSection .font-face-list-item .text-style-size p {
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    margin: 0px; }

.font-family-list-item {
  margin: 0px;
  position: relative; }
  .font-family-list-item .arrow {
    border-bottom: 4px solid transparent;
    border-left: 6px solid #7e8386;
    border-top: 4px solid transparent;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 12px;
    left: 1px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) rotate(90deg);
    -moz-transform: translateZ(0) rotate(90deg);
    -ms-transform: translateZ(0) rotate(90deg);
    -o-transform: translateZ(0) rotate(90deg);
    transform: translateZ(0) rotate(90deg);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 140ms;
    -moz-transition-duration: 140ms;
    transition-duration: 140ms; }
  .font-family-list-item.closed .arrow {
    -webkit-transform: translateZ(0) rotate(0deg);
    -moz-transform: translateZ(0) rotate(0deg);
    -ms-transform: translateZ(0) rotate(0deg);
    -o-transform: translateZ(0) rotate(0deg);
    transform: translateZ(0) rotate(0deg); }
  .font-family-list-item .font-family-name {
    margin: 0;
    padding: 7px 0px 7px 41px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    width: 90%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #444444; }
  .font-family-list-item .font-face-count {
    top: 6px;
    right: 1px;
    padding: 0 6px;
    position: absolute;
    pointer-events: none;
    border-radius: 0; }
  .font-family-list-item .typekit-anchor {
    background: url("../images/typekit_small.png") no-repeat scroll 0 50%;
    background: -webkit-image-set(url("../images/typekit.png") 1x, url("../images/typekit_2x.png") 2x) no-repeat scroll 0 50%;
    position: absolute;
    width: 20px;
    height: 19px;
    top: 6px;
    left: 16px; }
  .font-family-list-item .typekit-anchor:hover {
    opacity: .8; }
  .font-family-list-item.deactive .font-family-name {
    opacity: .3; }
  .font-family-list-item.layer-hover .font-family-name {
    color: #e4f1f9; }

/**** Font Face List ****/
#psdInfoSection .font-list .font-face-list {
  margin: 0px;
  padding-bottom: 0px; }
  #psdInfoSection .font-list .font-face-list .list-bottom-padding {
    height: 10px; }

#psdInfoSection .font-face-list-item ul {
  width: 60%;
  float: right;
  margin: 0px; }
#psdInfoSection .font-face-list-item .font-face-name {
  color: #7e8386;
  width: 37%;
  float: left;
  margin: 0px 0px 4px;
  text-align: right;
  font-size: 12px; }
#psdInfoSection .font-face-list-item.deactive .font-face-name {
  opacity: .3; }
#psdInfoSection .font-face-list-item .text-style-size {
  margin: 0px 0px 3px 0px;
  padding: 0 5px;
  display: inline-block;
  border-radius: 0;
  cursor: pointer; }
  #psdInfoSection .font-face-list-item .text-style-size.selected, #psdInfoSection .font-face-list-item .text-style-size.layer-hover {
    background-color: #009df5; }
    #psdInfoSection .font-face-list-item .text-style-size.selected > p, #psdInfoSection .font-face-list-item .text-style-size.layer-hover > p {
      color: white; }
  #psdInfoSection .font-face-list-item .text-style-size.layer-hover {
    background-color: #7e8386; }
  #psdInfoSection .font-face-list-item .text-style-size.deactive {
    pointer-events: none;
    opacity: .3; }

/**************************************
/* DERIVED ASSETS
/**************************************/
.download-frame {
  display: none; }

#assetCounter {
  background: #e7e7e7;
  color: black;
  font-size: 11px;
  padding: 2px 5px;
  position: relative;
  top: -1px;
  left: 3px;
  display: inline;
  pointer-events: none; }

#assetCounter.new_asset {
  background: #00A2FF;
  color: #FFF;
  -webkit-animation: counter 3.3s cubic-bezier(0, 0.64, 0.06, 0.99) 1;
  -moz-animation: counter 3.3s cubic-bezier(0, 0.64, 0.06, 0.99) 1;
  animation: counter 3.3s cubic-bezier(0, 0.64, 0.06, 0.99) 1;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

@-webkit-keyframes counter {
  0% {
    background: #009df5;
    -webkit-transform: translate3d(0, 0, 0) scale(3.7); }

  100% {
    background: #e7e7e7;
    -webkit-transform: translate3d(0, 0, 0) scale(1); } }
@-moz-keyframes counter {
  0% {
    background: #009df5;
    -moz-transform: translate3d(0, 0, 0) scale(3.7); }

  100% {
    background: #e7e7e7;
    -moz-transform: translate3d(0, 0, 0) scale(1); } }
@keyframes counter {
  0% {
    background: #009df5;
    -webkit-transform: translate3d(0, 0, 0) scale(3.7);
    -moz-transform: translate3d(0, 0, 0) scale(3.7);
    -ms-transform: translate3d(0, 0, 0) scale(3.7);
    -o-transform: translate3d(0, 0, 0) scale(3.7);
    transform: translate3d(0, 0, 0) scale(3.7); }

  100% {
    background: #e7e7e7;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }
#psdAssetsSection .derived-assets-list {
  padding-left: 0px;
  padding-right: 0px;
  width: 105%; }

.disabledLabel {
  opacity: 0.5; }

.derived-asset-list-item {
  height: 108px;
  width: 108px;
  margin: 0 3px 0 0;
  padding: 10px 10px 25px;
  float: left;
  position: relative; }
  .derived-asset-list-item:hover {
    background-color: #e4f1f9; }
    .derived-asset-list-item:hover .image-wrapper {
      border: 1px solid transparent; }
  .derived-asset-list-item.selected {
    background-color: #e4f1f9; }
  .derived-asset-list-item.pending-delete {
    opacity: 0.5;
    pointer-events: none; }
  .derived-asset-list-item .image-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    background-image: url("../images/checker.png");
    border: 1px solid #d5d5d5; }
    .derived-asset-list-item .image-wrapper div {
      width: 100%;
      height: 100%; }
  .derived-asset-list-item p {
    line-height: 108px;
    margin: 0px 0px 0px 10px; }
  .derived-asset-list-item .del-button {
    width: 16px;
    height: 16px;
    background: #e4f1f9;
    color: #009df5;
    font-size: 16px;
    line-height: 7px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    right: 7px;
    text-indent: 5px;
    top: 10px;
    cursor: pointer; }
  .derived-asset-list-item .del-button:active {
    color: #215c8d; }
  .derived-asset-list-item .asset-label {
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px !important;
    color: #444444 !important; }
