﻿body,
td,
th {
  font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
section + section {
  margin-top: 50px;
}
h1 {
  font-size: 2em;
}
pre {
  margin: 5px 0;
  padding: 5px;
  background: #efefef;
  white-space: pre-wrap;
}
fieldset + fieldset {
  margin-top: 10px;
}
.highlight.csharp {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.csharp .identifier {
  color: #795da3;
}
.highlight.csharp .keyword {
  color: #a71d5d;
}
.highlight.csharp .comment {
  color: #969896;
}
.highlight.csharp .string {
  color: #df5000;
}
.highlight.csharp .constant {
  color: #0086b3;
}
.highlight.xml {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.xml .cdata {
  color: #df5000;
}
.highlight.xml .cdatavalue {
  color: #df5000;
}
.highlight.xml .element {
  color: #63a35c;
}
.highlight.xml .attribute {
  color: #795da3;
}
.highlight.xml .string {
  color: #df5000;
}
.highlight.xml .quot {
  color: #df5000;
}
.highlight.xml .comment {
  color: #969896;
}
.highlight.javascript {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.javascript .keyword {
  color: #a71d5d;
}
.highlight.javascript .constant {
  color: #0086b3;
}
.highlight.javascript .string {
  color: #df5000;
}
.highlight.json {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.json .keyword {
  color: #a71d5d;
}
.highlight.json .constant {
  color: #0086b3;
}
.highlight.json .string {
  color: #df5000;
}
table.table th {
  font-weight: bold;
  text-align: left;
  padding: 0 3px;
}
table.table td {
  padding: 0 3px;
}
.alert {
  padding: 8px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.-success {
  background: #ddffdd;
}
.-danger {
  background: #ffdddd;
}
table.table.details {
  border: 1px solid #4845B8;
  background: white;
}
table.table.details > tbody > tr > th {
  width: 75px;
  padding-right: 25px;
  text-align: left;
  font-weight: bold;
}
table.table.details > tbody > tr > th,
table.table.details > tbody > tr > td {
  vertical-align: top;
  background: #efefef;
}
.table.details > thead > tr > th {
  text-align: left;
  background: #4845B8;
  color: #fff;
  padding: 3px;
}
.table.details + .table.details {
  margin-top: 3px;
}
.table.details > tbody > tr > td > ul {
  margin-bottom: 0;
  padding-left: 18px;
}
.nw {
  white-space: nowrap;
}
table.list > tbody > tr > td {
  background: #fff;
}
table.list.zebra > tbody > tr:nth-child(even) > td {
  background: #efefef;
}
table.list {
  border-spacing: 1px;
  border: 1px solid #4845B8;
  background: #ccc;
}
table.list > thead > tr > th {
  text-align: left;
  background: #4845B8;
  color: #fff;
  padding: 3px;
}
table.list > tbody > tr > td {
  text-align: left;
  padding: 3px;
  vertical-align: top;
}
table.list > tbody > tr:hover > td,
table.list > tbody > tr:nth-child(even):hover > td {
  background: #ccc;
}
.vive-items {
  display: flex;
  flex-wrap: wrap;
}
.vive-items > .vive-item {
  margin: 0 15px 15px 0;
}
.vive-item {
  border: 1px solid #C01C30;
  width: 300px;
  display: flex;
  flex-direction: column;
}
.vive-item > .vive-item-content {
  padding: 10px;
  flex: 1;
}
a.vive-item {
  color: black;
  text-decoration: none;
}
.vive-item-image {
  height: 175px;
  background: #ccc;
}
.vive-item-type {
  background: #C01C30;
  color: #fff;
  padding: 3px;
  font-size: 11px;
}
.vive-item-info {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.vive-item-info > div {
  width: 50%;
}
.vive-item-label {
  color: #C01C30;
}
.vive-item-footer {
  padding: 10px;
  font-size: 10px;
}
.vive-item-areas {
  display: flex;
  flex-wrap: wrap;
}
.vive-item-areas > span {
  border: 1px solid red;
  padding: 1px 3px;
  margin-top: 3px;
  margin-right: 3px;
}
.vive-item-keywords {
  display: flex;
  flex-wrap: wrap;
}
.vive-item-keywords > span {
  border: 1px solid #666;
  padding: 1px 3px;
  margin-top: 3px;
  margin-right: 3px;
}
.vive-content {
  margin: 0 auto;
  width: 1470px;
}
.vive-content > section + section {
  margin-top: 50px;
}
.vive-block-item {
  padding-bottom: 75px;
}
.vive-block-item-meta {
  background: #efefef;
}
.vive-examine-query {
  border: 2px solid red;
  padding: 5px;
}
.vive-examine-query div,
.vive-examine-query pre {
  font-size: 9px !important;
}
.label {
  padding: 2px 5px;
  color: #fff;
  background: #666;
}
.label-completed,
.label-added {
  color: #fff;
  background: #4CAF50;
}
.label-failed {
  color: #fff;
  background: #E91E63;
}
.label-ready {
  color: #fff;
  background: #2196F3;
}
.label-running {
  color: #fff;
  background: #FF5722;
}
.label-updated {
  color: #fff;
  background: orange;
}
.label-not-modified {
  color: #666;
  background: #dedede;
}
.vive-tasks ul {
  list-style: none;
}
.vive-tasks > ul {
  margin: 0;
  padding: 0;
}
.vive-tasks li + li {
  margin-top: 10px;
}
.vive-task-content {
  border: 1px solid #E9E9EB;
  padding: 7px 10px 5px 10px;
  background: white;
}
.vive-task-title {
  display: flex;
  line-height: 20px;
}
.vive-task-icon {
  display: none;
  width: 32px;
}
.vive-task-icon i {
  width: 32px;
  background: rgba(158, 158, 158, 0.2);
  padding: 4px;
  border-radius: 50%;
}
.vive-task-icon i:before {
  content: "\e165";
}
.vive-task-name {
  flex: 1;
  font-weight: bold;
}
.vive-task-duration {
  font-size: 12px;
}
.vive-task ul {
  margin: 5px 0 0 15px;
}
.vive-task-message {
  font-size: 12px;
  white-space: pre-wrap;
}