/*
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software. ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 */
a.project-card {
  cursor: default;
  padding: 10px;
}
a.project-card.size-small {
  width: 70px;
  height: 70px;
}
a.project-card.size-small .project-name {
  max-height: 50px;
  max-width: 58px;
}
a.project-card.size-small .project-icon,
a.project-card.size-medium .project-icon {
  margin-left: 4px;
  margin-top: -7px;
  display: block;
}
a.project-card.size-small .project-icon img,
a.project-card.size-medium .project-icon img {
  width: 22px;
}
a.project-card.size-small .project-name,
a.project-card.size-medium .project-name {
  left: 18px;
}
a.project-card.size-medium {
  width: 170px;
  height: 70px;
}
a.project-card.size-medium .project-name {
  max-height: 50px;
  max-width: 155px;
}
a.project-card.size-large {
  width: 170px;
  height: 170px;
}
a.project-card.size-large .project-name {
  font-size: 14px;
  width: 165px;
  max-height: 50px;
  top: 125px;
  text-align: center;
}
a.project-card.size-large .project-icon {
  position: absolute;
  left: 55px;
  top: 50px;
}
a.project-card.size-large .project-icon img {
  width: 64px;
}
a.project-card.size-large .knob {
  top: 72px;
}
a.project-card .knob {
  width: 3px;
  height: 18px;
  float: left;
  top: 28px;
  position: relative;
  left: -5px;
}
a.project-card span.project-name {
  font-size: 13px;
  color: white;
  padding-bottom: 10px;
  font-weight: bold;
  bottom: -2px;
  position: absolute;
  left: 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.project-card span.project-name:hover {
  text-decoration: underline;
}
a.project-card .yuimenubaritemlabel {
  position: absolute;
  bottom: 10px;
  right: 5px;
  z-index: 1;
}
a.project-card .yuimenubaritemlabel .menuArrowDown {
  background-image: url("../images/newskin/actionIcons/control-m-white.png");
  height: 14px;
  visibility: hidden;
  width: 19px;
}
a.project-card:hover .details-arrow {
  display: inline;
}
a.project-card:hover .yuimenubaritemlabel .menuArrowDown {
  visibility: visible;
}
a.project-card.in-front .yuimenubaritemlabel {
  display: none;
}
a.project-card .details-arrow {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
  background-image: url("../images/newskin/action/projectbrowser/arrow_white.png");
  cursor: pointer;
}
a.project-card .project-icon {
  background-color: transparent;
}
.predefined-color {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
#project-categories .set {
  margin-bottom: 30px;
}
.set {
  margin-bottom: 10px;
  margin-left: -20px;
  padding-left: 20px;
}
.set div.set-container {
  width: 100%;
}
.set div.set-container.highlighted {
  background-color: #ccffe8;
}
.set div.set-header {
  font-size: 28px;
  margin-bottom: 3px;
  margin-top: 24px;
}
.set div.set-header span.add-project-icon,
.set div.set-header span.remove-set-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  cursor: pointer;
  margin-left: 6px;
}
.set div.set-header span.add-project-icon.add-project-icon,
.set div.set-header span.remove-set-icon.add-project-icon {
  background-image: url("../images/newskin/action/add-new-s.png");
}
.set div.set-header span.add-project-icon.remove-set-icon,
.set div.set-header span.remove-set-icon.remove-set-icon {
  background-image: url("../images/newskin/action/closewindow-round-bgwhite.png");
}
.set div.set-header span.working-set-name {
  border: 1px solid transparent;
  padding: 2px;
}
.set div.set-header span.working-set-name:hover {
  border: 1px solid #d1d1d1;
}
.set.disable-controls .set-header .remove-set-icon,
.set.disable-controls .set-header .add-project-icon {
  display: none;
}
.set .helper-messages {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 1em;
  color: #5f5f5f;
}
.set .helper-messages .help-message {
  display: block;
}
.set .helper-messages .validation-error {
  color: red;
  display: none;
}
.set .helper-messages.invalid .validation-error {
  display: inline-block;
}
.filtered-out {
  display: none !important;
}
.categories {
  padding: 10px;
  padding-top: 0px;
}
.new-set-placeholder {
  background-color: transparent;
  border: 1px solid transparent;
  height: 30px;
  margin-bottom: 10px;
}
.new-set-placeholder .insert-here-hint {
  display: none;
  line-height: 30px;
  vertical-align: middle;
  margin-left: 0.5em;
  color: #5b5b5b;
  background: url("../images/newskin/action/add-new-s.png") no-repeat 0 center;
  padding-left: 17px;
}
.new-set-placeholder:hover {
  background-color: #ccffe8;
}
.new-set-placeholder:hover .insert-here-hint {
  display: block;
}
.new-set-placeholder.first {
  height: 14px;
  margin-bottom: -10px;
  margin-top: 10px;
  background-image: url("../images/newskin/action/add-new-s.png");
  background-repeat: no-repeat;
  cursor: pointer;
}
.new-set-placeholder.first:hover {
  background-color: white;
}
.is-dragging .new-set-placeholder:hover {
  background-color: white;
}
.is-dragging .new-set-placeholder:hover .insert-here-hint {
  display: none;
}
.knob {
  background-image: url(../images/newskin/actionIcons/drag-n-drop.png);
  background-repeat: no-repeat;
  display: inline-block;
  cursor: move;
}
.category-list .category-label,
.project-status-option {
  font-size: 13px;
  margin-right: -15px;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px;
  background-color: white;
}
.category-list .category-label.last,
.project-status-option.last {
  border-bottom: 0px;
}
.project-status-list,
category-list {
  padding-right: 15px;
  line-height: 22px;
}
.project-status-list {
  overflow: hidden;
}
.category-element,
.category-element li {
  list-style-type: none;
}
.category-element ol {
  margin-left: 10px;
  padding-left: 0;
}
ol.category-list {
  padding-left: 0;
}
.category-list {
  padding-right: 15px;
  line-height: 22px;
  height: 95%;
  overflow: auto;
}
.category-list .category-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-list .category-label .label-container,
.category-list .category-label .category-controls-container {
  display: flex;
  align-items: center;
}
.category-list .category-label .storyPointsLabel {
  margin-right: 15px;
}
.category-list .category-label .category-name-field {
  display: none;
  margin-left: 5px;
}
.category-list .category-label .knob {
  background-color: #5f5f5f;
  height: 35px;
  width: 9px;
  background-position: 3px;
  margin-left: -9px;
  margin-top: -5px;
  margin-bottom: -5px;
  min-width: 9px;
}
.category-list .category-label.acceptsDrop:hover {
  background-color: #99ffd1 !important;
}
.category-list .category-label.highlighted:hover {
  border-left: 0px;
}
.category-list .category-label.acceptsDrop {
  background-color: #ccffe8;
}
.category-list .category-label label {
  white-space: nowrap;
  flex-grow: 1;
}
.category-list .set-count {
  position: relative;
}
.category-list .edit-category {
  width: 12px;
  height: 12px;
  cursor: pointer;
  padding-right: 15px;
}
.category-list .edit-category .menuArrowDown {
  background: url("../images/newskin/action/baselines/edit.png") center no-repeat;
  position: static;
  margin: 0px;
}
.category-list input[type=checkbox] {
  margin-left: 10px;
}
.category-list h4 {
  padding-right: 5px;
  padding-top: 3px;
  font-size: 18px;
  font-weight: normal;
}
.category-list#workingSet-togglers {
  display: none;
}
.category-list label {
  display: inline-block;
  vertical-align: text-bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.header .filter-text {
  padding: 2px;
  margin-top: 1px;
  font-size: 12px;
  width: 170px;
}
.ui-dialog {
  border: 0px;
  padding: 0px;
  background-color: white;
  margin-left: 10px;
}
.ui-dialog .ui-dialog-titlebar {
  background-image: none;
  background-color: #ffab46;
  padding: 3px 5px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close.ui-state-hover {
  margin-top: -29px;
  margin-right: -19px;
  background-image: url("../images/newskin/action/projectbrowser/button_close.png") !important;
  background-color: transparent !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  width: 32px;
  height: 34px;
  border: 0px !important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close.ui-state-hover .ui-icon-closethick {
  display: none;
}
.ui-dialog .accumulatedStats .miniprogressbar div.progressBarGreen,
.ui-dialog .accumulatedStats .miniprogressbar div.progressBarGray {
  padding-bottom: 0px;
}
.ui-dialog #versionStatsBox tr.data-row:hover td.firstColumn .state-indicator {
  background: none;
}
.ui-dialog-content #projectSelectorList {
  font-size: 13px;
  line-height: 22px;
  list-style-type: none;
  margin-left: -5px;
  max-height: 350px;
  overflow: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
.in-front {
  z-index: 300;
  margin-left: -10px;
}
#rightPane {
  height: 97% !important;
  overflow-x: hidden !important;
}
#rightPane .ditch-tab-skin-cb-box {
  height: 100%;
}
#rightPane #project-browser-tabs {
  height: 100%;
  position: relative;
  left: 315px;
  float: left;
  width: 85%;
}
#rightPane #project-browser-tabs .ditch-tab-wrap {
  height: 29px;
  position: fixed;
  left: 315px;
  background-color: white;
  border-bottom: 1px solid #d1d1d1;
  width: 50%;
  margin-top: -30px;
  z-index: 10;
}
#rightPane #project-browser-tabs .ditch-tab-wrap #new-project-link,
#rightPane #project-browser-tabs .ditch-tab-wrap #export-link {
  top: 7px;
  position: relative;
  float: left;
}
#rightPane #project-browser-tabs .ditch-tab-wrap #new-project-link {
  margin-left: 22px;
}
#rightPane #project-browser-tabs .ditch-tab-wrap #export-link {
  margin-left: 0px;
}
#rightPane #project-browser-tabs .ditch-tab {
  font-weight: normal;
  height: 13px;
  border: 0px;
  margin-right: 1px;
}
#rightPane #project-browser-tabs .ditch-tab.ditch-focused {
  background-color: #5f5f5f;
  color: white;
}
#rightPane #project-browser-tabs .ditch-tab.ditch-unfocused {
  background-color: #d1d1d1;
  margin-right: 1px;
}
#rightPane #project-browser-tabs .ditch-tab-pane-wrap {
  padding-top: 29px;
  overflow: visible;
  border-width: 0px;
}
#rightPane #project-browser-tabs span#opener-west {
  top: -20px;
  margin-left: 5px;
  margin-right: 5px;
}
#rightPane #project-browser-tabs .tab-placeholder {
  width: 100%;
  height: 29px;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
}
.IE8 #rightPane #project-browser-tabs {
  position: absolute;
}
div#panes #centerDiv {
  height: 103% !important;
}
.project-list {
  list-style: none;
  margin-left: -30px;
}
.project-list li {
  float: left;
  width: 33%;
  margin-bottom: 10px;
}
#rightPane #left-content {
  float: left;
  height: 80%;
  width: 315px;
  min-width: 315px;
  position: fixed;
  border-right: 1px solid #d1d1d1;
  background-color: white;
  overflow: hidden;
}
#rightPane #left-content .actionBar {
  padding: 4px 10px 10px 10px;
  height: 15px;
}
#rightPane #left-content .actionBar .actionLink {
  float: right;
}
#rightPane #left-content .actionBar #project-filter {
  color: #1e1e1e;
  position: static;
  margin: 0;
  height: 11px;
}
#rightPane #left-content .actionBar #project-filter:-moz-placeholder {
  color: #1e1e1e;
}
#rightPane #left-content .actionBar #project-filter:-ms-input-placeholder {
  color: #1e1e1e;
}
#rightPane #left-content .actionBar #project-filter::-webkit-input-placeholder {
  color: #1e1e1e;
}
#rightPane #left-content .actionBar.header {
  border-bottom: 1px solid #d1d1d1;
  padding: 6px 10px 6px 10px;
}
#rightPane #left-content .actionBar.header a {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
}
#rightPane #left-content .toggler .storyPointsLabel {
  float: right;
}
#rightPane #left-content #accordion-container {
  overflow: auto;
  height: 89%;
  width: 100%;
}
#rightPane #left-content #accordion-container .accordion-content.opened {
  border-bottom: 0px;
}
.set-container.acceptsDrop:hover {
  background-color: #99ffd1 !important;
}
.color-filter {
  margin-top: 10px;
}
.color-filter.property-color {
  text-align: center;
}
.project-status-list div.switch {
  text-align: left;
  white-space: nowrap;
  margin-top: 10px;
}
.project-status-list div.switch a {
  color: #5f5f5f;
  background-color: #d1d1d1;
  font-size: 11px;
  cursor: pointer;
}
.project-status-list div.switch a.active {
  font-weight: normal;
  background-color: white;
  color: black;
}
.treeFilterBox {
  position: relative;
  top: -4px;
  width: 44%;
}
.project-limit-exceeded-dialog {
  box-sizing: border-box;
}
.project-limit-exceeded-dialog > .ui-dialog-titlebar {
  height: 50px;
  background: #454545 url('../images/newskin/cb_logo_small_dark.png') no-repeat center left;
  border: 0;
}
.project-limit-exceeded-dialog > .ui-dialog-content {
  background: white url('../images/newskin/guy_with_machine.png') no-repeat bottom right !important;
  background-position: 330px 180px !important;
  padding: 0;
}
.project-limit-exceeded-dialog > .ui-dialog-content h1,
.project-limit-exceeded-dialog > .ui-dialog-content p,
.project-limit-exceeded-dialog > .ui-dialog-content section {
  padding: 0 20px;
}
.project-limit-exceeded-dialog > .ui-dialog-content p {
  margin-right: 190px;
  line-height: 1.5em;
  font-size: 17px;
}
.project-limit-exceeded-dialog > .ui-dialog-content button {
  margin-left: 20px;
}
.project-limit-exceeded-dialog > .ui-dialog-content button.visit-shop-button {
  outline: none;
  padding: 0.7em 1.2em;
  font-weight: bolder;
  font-size: 14px !important;
  margin-top: 0.5em;
}
.project-limit-exceeded-dialog > .ui-dialog-content .visit-shop-message {
  font-size: 22px;
  text-align: center;
  display: block;
  width: 250px;
  margin-left: 80px;
  margin-top: 40px;
}
.project-limit-exceeded-dialog > .ui-dialog-content section.head {
  border-bottom: 1px solid #bbb;
  padding-bottom: 1em;
  padding-top: 1.5em;
}
.project-limit-exceeded-dialog > .ui-dialog-content section.head h1 {
  padding: 0;
  margin: 0;
  font-size: 26px;
}
.project-limit-exceeded-dialog > .ui-dialog-content section.head p {
  margin-right: 0;
}
span.join-button {
  background-image: url("../images/newskin/action/projectbrowser/icon_user_join.png");
  width: 15px;
  height: 11px;
  display: inline-block;
}
span.join-button.leave {
  background-image: url("../images/newskin/action/projectbrowser/icon_user_leave.png");
  width: 16px;
  height: 16px;
}
a.make-default-link {
  float: right;
  margin-top: 7px;
}
.project-color-menu-item .context-menu-list {
  min-width: 20px !important;
}
.current-view {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.project-view-control {
  margin-top: 5px;
  font-weight: bold;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.blue-text {
  color: #0093b8;
  margin-left: 5px;
  cursor: pointer;
}
.project-hierarchy-view-selector {
  margin-bottom: 13px;
}
#category-togglers {
  margin-top: 0;
}
.new-category-container {
  font-size: 13px;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px;
  background-color: #f5f5f5;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-category-controls {
  display: flex;
  align-items: center;
  flex-basis: 80%;
}
.new-category-controls input {
  width: 100%;
}
.create-new-category-button {
  cursor: pointer;
  margin-right: 10px;
}
.visibility-switch {
  background-image: url("../images/newskin/action/sprite_w_import_switch.png");
  display: inline-block;
  width: 16px;
  height: 32px;
  cursor: pointer;
  background-position: 0 0;
  -webkit-transform: rotate(90deg) scale(0.75);
  -moz-transform: rotate(90deg) scale(0.75);
  -ms-transform: rotate(90deg) scale(0.75);
  -o-transform: rotate(90deg) scale(0.75);
  transform: rotate(90deg) scale(0.75);
  margin-left: 10px;
}
.visibility-switch.disable {
  background-position: 0 32px;
}
.visibility-switch.read-only {
  cursor: default;
}
.project-view-control {
  cursor: pointer;
}
.project-category-view-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 15px;
}
#unsaved-filtering-change-alert {
  height: 14px;
  width: 14px;
  display: none;
}
.current-view-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 65%;
}
.current-view-container .yuimenubar {
  position: relative;
  top: -5px;
}
.project-view-action {
  cursor: pointer;
  margin-left: 14px;
  height: 14px;
  width: 14px;
}
.project-view-save {
  background-image: url("../images/newskin/action/projectbrowser/icon-save-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.project-view-save.disabled {
  background-image: url("../images/newskin/action/projectbrowser/icon-save-grey.png");
}
.project-category-hieararchy-container ul {
  padding-left: 40px;
}
.project-category,
.project {
  list-style-type: none;
}
.project-category-container,
.project-container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
}
.project-category-container .project-count {
  margin-left: 10px;
}
.project-category-name {
  font-size: 1.5em;
  margin-left: 10px;
}
.project-category-container[data-level="0"] .project-category-name {
  font-size: 28px;
}
.project-container {
  justify-content: space-between;
}
.project-container .project-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}
.project-container .project-handle {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.project-container .project-handle .knob {
  cursor: default;
  background-color: #d1d1d1;
  height: 35px;
  min-width: 9px;
  flex-basis: 9px;
  background-position: 3px;
  margin-right: 10px;
}
.project-container .project-handle[data-draggable=true] .knob {
  cursor: move;
  background-color: #5f5f5f;
}
.project-container .project-handle .project-icon img {
  height: 17px;
  width: 17px;
}
.project-container .project-status-name-container {
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
}
.project-container .project-status-name-container .project-status-name {
  text-transform: uppercase;
  width: 150px;
  padding: 2px;
  display: inline-block;
}
.project-container .project-status-name-container .yuimenubaritemlabel.yuimenubaritemlabel-hassubmenu {
  display: inline-block;
}
.project-container .project-status-name-container .menu-placeholder {
  height: 16px;
  width: 20px;
  display: inline-block;
}
.greyed-out {
  opacity: 0.5;
}
.category-element .label-container .knob {
  cursor: move;
}
