/* DevelopmentPage */
.developmentPage .properties .item {
  margin-bottom: 5px;
}
.developmentPage .listview > .items > .item {
  position: relative;
  border: 1px solid #eaeaea;
  border-left: 15px solid #eaeaea;
  margin: 10px 0px;
  background: #f8f8f8;
  padding: 5px 10px;
}
.developmentPage .whiteFrame h2,
.developmentPage .listview > .header {
  border-bottom: 1px solid #afafaf;
  font-weight: 600;
  font-size: 1.5em;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.developmentPage .listview .counter {
  font-style: italic;
}
.developmentPage .listview .properties {
  font-size: 0.8em;
}
/* Issue */
.issueItem .actionList .action {
  padding: 10px;
  margin-bottom: 15px;
}
.issueItem .actionList .action:nth-child(2) {
  background: #f5f7f9;
}
.issueItem .actionList .action .created {
  text-align: right;
  font-size: 0.8em;
}
.issueItem .actionList .action .created:after {
  content: ' ';
  display: block;
  clear: both;
}
.issueItem .actionList .action .created > div,
.issueItem .actionList .action .lastChanged > div {
  float: right;
  padding-left: 5px;
}
.issueItem .actionList .action .title {
  font-weight: bold;
}
.issueItem .createComment {
  margin-top: 15px;
  border: 1px solid #edf1f4;
  border-bottom: 1px solid #e3e5e7;
  border-right: 1px solid #e3e5e7;
  background: #f5f7f9;
  padding: 5px;
}
.issueItem .createComment .descriptionInput {
  width: 100%;
  min-height: 250px;
  margin-bottom: 15px;
}
.issueItem .createComment .attachmentInput {
  margin-bottom: 15px;
}
.listview.linkSelectView {
  max-height: 250px;
  min-height: 250px;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  background: #fff;
  padding: 0px;
  margin-bottom: 15px;
  overflow: auto;
}
.listview.linkSelectView .item {
  border-left: none;
}
.listview.linkSelectView .item.selected,
.listview.linkSelectView .item:hover {
  background: #6ba6e1;
  border-left: none;
  color: #fff;
}
.listview.linkListview .item .header {
  font-weight: 600;
  font-style: italic;
}
.listview.linkListview {
  overflow: visible;
}
.listview.linkListview .item {
  overflow: visible;
  position: relative;
}
.listview.linkListview .item .toolbar {
  background: #fff;
  border: 1px solid #e3e5e7;
  box-shadow: none;
  position: absolute;
  right: -10px;
  top: -15px;
  padding: 2px;
  margin: 0px;
  height: 31px;
  min-height: 31px;
}
.listview.linkListview .item .toolbar .toolbarBlock {
  margin: 0px;
}
.listview.linkListview .item .toolbar .toolbarButton {
  border: none;
}
.listview.linkListview .item .toolbar .toolbarButton:hover {
  border: none;
  background: #6ba6e1;
  color: #fff;
}
.listview.linkListview {
  margin-bottom: 15px;
}
.listview.linkListview > .items > .item,
.listview.linkListview > .items > .item:last-child {
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 5px;
}
.issueItem .tabs {
  margin-top: 15px;
}
.issueItem .attachmentList {
  overflow: hidden;
  margin: -10px -15px 0px -15px;
}
.issueItem .attachmentList:after {
  content: ' ';
  display: block;
  clear: both;
}
.issueItem .attachmentList .attachment {
  background: #fff;
  padding: 5px;
  float: left;
  width: 150px;
  height: 150px;
  margin: 15px;
  font-size: 0.8em;
  border: 1px solid #e0e0e0;
}
.issueItem .attachmentList .attachment .icon {
  text-align: center;
  height: 100px;
}
.issueItem .attachmentList .attachment .icon img {
  max-width: 138px;
  max-height: 100px;
}
.issueItem .attachmentList .attachment .icon:before {
  font-size: 75px;
  margin: 0px auto;
}
.issueItem .attachmentList .attachment .description {
  text-align: center;
  line-height: 0.9em;
  font-weight: 600;
  max-height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.issueItem .attachmentList .attachment:hover {
  border: 1px solid #288edf;
  color: #288edf;
}
.issueItem .buttonrow {
  margin-top: 15px;
}
.issueCommentItem .descriptionInput {
  width: 100%;
  min-height: 250px;
  margin-bottom: 15px;
}
.issueCommentItem .attachmentInput {
  margin-bottom: 15px;
}
.issueProperties {
  position: sticky;
  top: 0px;
}
.releaseList .release {
  position: relative;
  min-height: 80px;
}
.releaseList .release .name {
  font-weight: 450;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 230px;
}
.releaseList .release .additionalProperties {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
}
.releaseList .release .additionalProperties > div {
  flex: 1;
}
.releaseList .release .period {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 225px;
  text-align: right;
}
.releaseList .item.release.releaseStateArchived {
  border-left: 15px solid #f2f2f2;
}
.releaseList .item.release.releaseStateReleased {
  border-left: 15px solid #a6ffbe;
}
.releaseList .item.release.releaseStateStarted {
  border-left: 15px solid #ffec96;
}
.releaseList .release.subRelease .name {
  left: 35px;
}
.releaseList .release.subRelease .additionalProperties {
  left: 35px;
}
.projectList .project {
  position: relative;
  min-height: 50px;
}
.projectList .project .name {
  font-weight: 450;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 230px;
}
.projectList .project.projectStateArchived {
  background: #f2f2f2;
}
/* Issues */
.issueList .item.issue {
  min-height: 100px;
}
.issueList .issue .name {
  font-weight: 600;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 230px;
  bottom: 35px;
  overflow: hidden;
}
.issueList .issue .name {
  font-weight: 450;
}
.issue .issueType {
  width: 25px;
  margin-right: 3px;
}
.issue .issueType:before {
  font-family: "fontello", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.issue .issueType.Wish:before {
  content: '\e82D';
}
.issue .issueType.Bug:before {
  content: '\e834';
}
.issue .issueType.Feature:before {
  content: '\e828';
}
.issue .issueType.Change:before {
  content: '\e829';
}
.issue .issueType.Cosmetics:before {
  content: '\e808';
}
.issue .issueType.Exception:before {
  content: '\e837';
}
.issue .issueImpact {
  width: 15px;
  margin-right: 3px;
  display: inline-block;
  height: 15px;
  vertical-align: baseline;
  margin-bottom: -2px;
}
.issue .issueImpact.Minor {
  background-color: #a5d6ff;
  height: 5px;
}
.issue .issueImpact.Normal {
  background-color: #adffa5;
  height: 10px;
}
.issue .issueImpact.Major {
  background-color: #ffeca5;
  height: 15px;
}
.issue .issueImpact.Critical {
  background-color: #ffa5a5;
  height: 20px;
}
.issueSimpleList .item.issue.issueStateResolving,
.issueList .item.issue.issueStateResolving {
  border-left: 15px solid #ffd2d9;
}
.issueSimpleList .item.issue.issueStateResolved,
.issueList .item.issue.issueStateResolved {
  border-left: 15px solid #ffec95;
}
.issueSimpleList .item.issue.issueStateCompleted,
.issueList .item.issue.issueStateCompleted {
  border-left: 15px solid #a6ffbe;
}
.issueSimpleList .issue .additionalProperties,
.issueList .issue .additionalProperties {
  display: flex;
}
.issueList .issue .additionalProperties {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
}
.issueSimpleList .issue .additionalProperties > div,
.issueList .issue .additionalProperties > div {
  flex: 1;
}
.issueList .issue .assignment {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 200px;
}
.issueList .issue .created > div,
.issueList .issue .assignment > div {
  font-size: 0.8em;
  padding-left: 5px;
  text-align: right;
}
/* IssueItem */
.issueItem {
  position: relative;
  font-size: 16px;
  line-height: 23px;
}
.issueItem .stamped {
  margin-bottom: 5px;
  font-size: 0.8em;
  font-style: italic;
}
.issueItem .stamped > div {
  float: right;
  padding-right: 5px;
}
.issueItem .stamped > div > div {
  display: inline-block;
}
.issueItem .stamped:after {
  content: '';
  display: block;
  clear: both;
}
.issueItem .comments {
  margin-top: 15px;
}
.issueItem .description p,
.issueItem .comment p {
  margin: 16px 0px;
}
.issueItem .commentList .comment {
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
  min-height: 1px;
  position: relative;
  background: #f5f5f5;
  border-radius: 5px;
}
.issueItem .commentList .comment:last-child {
  margin-bottom: 0px;
}
.issueItem .commentList .comment .created,
.issueItem .commentList .comment .lastChanged {
  text-align: right;
  font-size: 0.8em;
  font-style: italic;
}
.issueItem .commentList .comment .stamped {
  margin-bottom: 0px;
}
.issueItem .commentList .comment .stamped:after {
  content: ' ';
  display: block;
  clear: both;
}
.issueItem .commentList .comment .created > div,
.issueItem .commentList .comment .lastChanged > div {
  float: right;
  padding-left: 5px;
}
.issueItem .commentList .comment .toolbar {
  background: #fff;
  border: 1px solid #e3e5e7;
  box-shadow: none;
  position: absolute;
  right: -10px;
  top: -15px;
  padding: 2px;
  margin: 0px;
  height: 31px;
  min-height: 31px;
}
.issueItem .commentList .comment .toolbar .toolbarBlock {
  margin: 0px;
}
.issueItem .commentList .comment .toolbar .toolbarButton {
  border: none;
}
.issueItem .commentList .comment .toolbar .toolbarButton:hover {
  border: none;
  background: #6ba6e1;
  color: #fff;
}
.issueItem .commentList .comment .text {
  padding: 10px 0px;
}
.issueItem .commentList .comment .text {
  border-top: 1px solid #e3e5e7;
}
.issueItem .commentList .comment label {
  padding-bottom: 0px;
  float: left;
  padding-right: 15px;
}
.issueItem .commentList .comment .info .icon {
  font-size: 16px;
}
/* agileBoard */
.agileBoard .counter {
  font-size: 0.8em;
  text-align: right;
}
.agileBoard .column {
  padding: 5px 15px 15px 15px;
  margin-right: 25px;
}
.agileBoard .column:last-child {
  margin-right: 0px;
}
.agileBoard .column:last-child {
  border-right: none;
}
/* IssuesSimpleList */
.issueSimpleList {
  font-size: 16px;
  line-height: 23px;
  position: relative;
}
.issueSimpleList .item.issue {
  position: relative;
  padding: 5px 10px;
}
.issueSimpleList .issue .name {
  font-weight: 600;
}
.issueSimpleList .issue .release {
  font-size: 0.8em;
  float: left;
}
.issueSimpleList .issue .assignment {
  text-align: right;
}
.issueSimpleList .issue:after {
  content: '';
  display: block;
  clear: both;
}
/* ReleaseProgressList */
.releaseProgressList {
  font-size: 16px;
  line-height: 23px;
  position: relative;
}
.releaseProgressList .release {
  padding: 5px;
  position: relative;
}
.releaseProgressList .release .project,
.releaseProgressList .release .name {
  font-weight: 450;
}
.releaseProgressList .release .assignment {
  font-size: 0.8em;
  float: right;
}
.releaseProgressList .release:after {
  content: '';
  display: block;
  clear: both;
}
.releaseProgressList .release .staticProgressBar {
  float: right;
}
.releaseProgressList .item.release.releaseStateArchived {
  border-left: 15px solid #f2f2f2;
}
.releaseProgressList .item.release.releaseStateReleased {
  border-left: 15px solid #a6ffbe;
}
.releaseProgressList .item.release.releaseStateStarted {
  border-left: 15px solid #ffec96;
}
/* Services - Process */
.processTaskListview .item .name,
.processLogListview .item .name {
  font-weight: 600;
  font-size: 19px;
}
.processTaskListview .item .properties,
.processLogListview .item .properties {
  display: flex;
}
.processTaskListview .item .properties > div,
.processLogListview .item .properties > div {
  flex: 1;
}
/*# sourceMappingURL=c2csystem.css.map */