/* number must match PSDPreviewView center-helper template offset */
/**************************************
/* CC Override
/**************************************/
.media-container h4 {
  margin-top: 24px; }

a {
  font-weight: 400; }

/**************************************
/* Selection Toolbar VIEW
/**************************************/
.selection-controlbar { 
  position: absolute;
  right: 0px;
  top: 0 !important;
  width: auto;
  height: 30px;
  right: 0px;
  background-color: #d6d6d6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .selection-controlbar button {
    line-height: 0;
    color: #444444;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    padding: 6px 0 0 0;
    margin: 0 0 0 0;
    position: relative;
    float: right;
    bottom: -5px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -moz-box-sizing: border-box;
    min-width: 24px;
    min-height: 24px; }
  .selection-controlbar button.active {
    background-color: #d5d5d5;
    border: 1px solid #a9adab;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.09);
    cursor: default; }
  .selection-controlbar i.icon-btn {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat; }
    .selection-controlbar i.icon-btn:hover {
      opacity: 1; }
  .selection-controlbar .firstuser-shortcut-guide {
    display: none; }
  .selection-controlbar .regular-select > .icon-btn {
    background-image: url("../images/select_regular.png");
    background-position: -3px -1px; }
  .selection-controlbar .direct-select .icon-btn {
    background-image: url("../images/select_direct.png");
    background-position: -3px -3px; }
  .selection-controlbar .show-measurements-on-hover > .icon-btn {
    background-image: url("../images/measurement-icon.png");
    background-position: -3px -1px; }
  .selection-controlbar .keyboard-shortcut-guide {
    margin-right: 12px;
    margin-left: 12px;}
  .selection-controlbar .keyboard-shortcut-guide .icon-btn {
    background-image: url("../images/cc-extract-sprite.svg");
    background-position: 0 -180px;
    opacity: 0.5; }
  .selection-controlbar .zoom-input,
  .selection-controlbar .zoom-fit-button,
  .selection-controlbar .zoom-100-button {
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
    padding: 0 4px; }
.selection-controlbar .zoom-fit-button {
    padding:0;
}
    .selection-controlbar .zoom-input.disabled,
    .selection-controlbar .zoom-fit-button.disabled,
    .selection-controlbar .zoom-100-button.disabled {
      pointer-events: none;
      opacity: .4; }
  .selection-controlbar .zoom-100-button {
    margin-right: 6px; }
  .selection-controlbar .zoom-controls {
    position: relative;
    float: left;
    top: -1px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    color: black;
}
  .selection-controlbar .zoom-input {
    top: 9px;
    cursor: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    height: 21px;
    text-overflow: clip;
    width:43px;
    font-size: 12px;
    vertical-align: baseline;
    margin-left: 8px; }
  .selection-controlbar .file-dim {
    color: #a9adab;
    text-align: left;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
}

/**************************************
/* LAYER COMP SELECT
/**************************************/
.layer-comp-select.disabled {
  pointer-events: none;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40); }

.layer-comp-controls {
  position: relative;
  float: right;
  top: 10px;
  margin-right: 10px; }

.layer-comp-select {
  /* Size and position */
  width: 145px;
  margin: 0 8px 0 0;
  padding: 0px 18px 0px 22px;
  margin-top: 2px;
  /* Styles */
  cursor: pointer;
  outline: none;
  border: 1px solid #999999;
  background-color: white;
  background-image: url("../images/layer_comp_small_icon.svg");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  font-size: 12px;
  line-height: 19px;
  height: 19px;
  color: black;
  font-weight: 400; }

.layer-comp-select .label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 4px;
  line-height: 22px; }

.layer-comp-select:after {
    content: "";
    position: absolute;
    right: 1px;
    top: 2px;
    background-color: #d6d6d6;
    background: -webkit-image-set(url("../images/down.png") 1x, url("../images/down_2x.png") 2x), -webkit-linear-gradient(#DADADA 0, #C6C6C6 100%);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 19px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}

.layerCompIndexLabel {
  position: absolute;
  top: 4px;
  right: 27px;
  color: #888;
  font-size: 10px;
  text-align: right;
  white-space: nowrap; }

.layer-comp-select .layerCompDropdownItem {
  /* Size & position */
  position: relative;
  top: 1px;
  left: -23px;
  right: 0px;
  margin: 0;
  padding: 0;
  width: 210px;
  /* Styles */
  background: white;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  list-style: none;
  /* Hiding */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none; }

.layer-comp-select.active .layerCompDropdownItem {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); }

.layer-comp-select.active .layerCompDropdownItem:last-child {
  overflow: hidden; }

.layer-comp-select .layerCompDropdownItem li a {
  display: block;
  text-decoration: none;
  color: #222222;
  padding: 7px 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #d5d5d5; }

.layer-comp-select .layerCompDropdownItem li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle; }

/* Hover state */
.layer-comp-select .layerCompDropdownItem li:hover a {
  background: #d6d6d6;
  color: #222222; }

/* Active state */

.layer-comp-select.active .layerCompDropdownItem {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto; }

/**************************************
/* ASSET DETAILS VIEW
/**************************************/
#detail-panel {
  padding: 24px 0 0 19px;
  border: 1px solid #A5A5A5;
  position: absolute;
  float: right;
  right: -7px;
  width: 307px;
  background-color: white;
  top: 0;
  bottom: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .tabs > section {
    overflow-x: hidden;
    background-color: white;
    color: #7e8386; }
    .tabs > section p,
    .tabs > section span,
    .tabs > section label {
      color: #444444; }
  .tabs > nav > a {
    background: white;
    font-weight: 400;
    color: #7e8386;
    text-decoration: none; }
    .tabs > nav > a.active {
      border-bottom: 2px solid white;
      color: black; }
    .tabs > nav > a.disabled {
      display: none; }

/**************************************
/* PSD HEADER VIEW
/**************************************/
.psd-header {
  height: 36px;
  background-color: white;
  font-size: 14px;
  color: #444444; }
  .psd-header .psd-header-nowrap {
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis; }
  .psd-header a,
  .psd-header span {
    line-height: 36px; }
  .psd-header .back-to-files {
    display: none;
    margin-left: 5px;
    padding: 0 10px 10px;
    cursor: pointer;
    color: black;
    font-weight: 400; }
    .psd-header .back-to-files:hover {
      text-decoration: none;
      color: #009df5; 
    }
    .psd-header .file-name {
      display: none;
      margin-left: 10px; 
    }
.header-separator {
  float:left;
  width: 1px;
  height: 15px;
  background-color: #999999;
  border-right: 1px solid #EEE;
  margin-left: 12px;
  margin-top: 12px; 
}

.psd-header-nowrap .header-separator {
  display: none; }

body.not-logged-in .psd-header .back-to-files,
body.not-logged-in .psd-header .header-separator {
  display: none; }
body.not-logged-in .psd-header .file-name {
  font-weight: 400;
  margin-left: 20px; }

/**************************************
/* MESSAGE NOTIFICATION VIEW
/**************************************/
.notification-bar {
  background-color: #e4f1f9;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  color: #215c8d;
  margin: 0 320px 0 12px;
  padding: 6px 9px; }
  .notification-bar .notification-nowrap {
    vertical-align: middle;
    text-align: left; }

/* Hide/Show button in header */
.arrow-right {
  width: 0;
  height: 0;
  float: right;
  margin-left: 10px;
  margin-top: 11px;
  margin-right: -5px;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-left: 10px solid #AAA !important; }

.arrow-left {
  width: 0;
  height: 0;
  float: right;
  margin-left: 10px;
  margin-top: 11px;
  margin-right: -5px;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-right: 10px solid #AAA !important; }

.move-right {
  right: 0px !important;
}
.remove-display {
  display: none; }

/* Show scroll in thumbnail view */
#main {
    overflow: auto;
    overflow-x: hidden;
}
