.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}
/* Mat's Stuff */
body {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #5A5E65;
  background: #EFF3F7;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local('Barlow Regular'), local('Barlow-Regular'), url(https://fonts.gstatic.com/s/barlow/v4/7cHpv4kjgoGqM7E_DMs8.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: local('Barlow SemiBold'), local('Barlow-SemiBold'), url(https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E30-8s51op.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'), url(https://fonts.gstatic.com/s/sourcecodepro/v11/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevT.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}
@import url('https://fonts.googleapis.com/css?family=Space+Mono:700&display=swap');

/* General */
.jumbotron { 
	background: none; 
	border: 0;
	padding: 0 !important;
}

#title {
	background: #fff;
	padding: 1.25rem 0;
  margin-top: -1rem;
}

#title h2 {
	font-size: 1.5rem;
}


.accordion>.card {
	overflow: visible;
}

.card, .card-header, .card-body { 
	background: none; 
	border: 0;
	padding: 0 !important;
}

.card-header {
	margin-bottom: 1.3rem !important;
	position: relative;
	display: flex;
	align-items: center;
}

.card-header .btn-group, .card-header .nav-pills {
	margin-left: auto;
}

.card-header svg {
	opacity: .5;
	height: 48px;
	position: static;
	left: -70px;
	top: -10px;
	margin-right: 12px;
}

.container {
	padding: 0;
}

h1, h2, h3, h4, h5, h6, dt, th {
	color: #1A2329;
    text-shadow: none;
    font-family: 'Space Mono', monospace;
    margin-bottom: 0.3rem;
    font-weight: 700;
    line-height: 1.2;
    background: none !important;
}

.display-4 {
	font-size: 2.5rem;
}

a, a:hover {
    color: #26AA27;
}

.spinner-border {
	width: 1rem;
	height: 1rem;
	border: 2px solid #33C1AF;
	border-right-color: transparent;
}

.btn-group-toggle .btn, .nav-pills .nav-link {
	  background: none !important;
	  box-shadow: inset 0 0 0 1px rgba(215, 222, 227, 0.7);
    color: #a4acb9;
    margin: -1px 0 0 0 !important;
    border: 0 !important;
    text-shadow: none;
    border-radius: 0 !important;
}

.nav-pills .nav-item:first-child .nav-link {
    border-radius: 3px 0 0 3px !important;
}

.nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 3px 3px 0 !important;
}

.btn-group-toggle .btn.active, .nav-pills .nav-link.active {
	background: #1A2329 !important;
	box-shadow: none !important;
}

.btn-primary {
	background: #26AA27;
	text-shadow: none;
	border: 0;
}

.table {
	color: inherit;
	border: 0 !important;
	background: none;
	border-radius: 3px;
	width: 100% !important;
  display: inline-table !important;
}

.table-striped tbody tr:nth-of-type(odd) {
	background: #E3E7EA;
	background: none;
}

.dataTables_info {
	color: #8E959E;
}

.dataTables_length label {
	display: flex;
    align-items: center;
}

#last-jobs-section tr td:last-child {
	width: 140px;
  white-space: nowrap;
}

#last-jobs-section tr td:last-child .btn:last-child {
	margin-left: 10px;
}

.pagination {
	float: right;
}

.pagination .page-link, .pagination .page-item.disabled .page-link {
	background: none;
	border: 0;
	padding: 0.75rem;
	color: #a4acb9;
	text-shadow: none;
}
.pagination .page-link:hover {
	color: #8E959E;
	background: none;
}

.pagination .page-item.active .page-link {
	color: #26AA27;
	background: none;
}

.pagination .page-item.disabled .page-link {
	opacity: .5;
}

.dataTables_length label span {
	margin-right: 5px;
}

.dataTables_length label .custom-select {
	width: auto;
}

.label {
	text-transform: uppercase;
    font-size: 11px;
    font-family: 'Space Mono', monospace;
    display: block;
}

th, .th {
	color: #8E959E !important;
	font-weight: normal;
	border: 0 !important;
	text-transform: uppercase;
    font-size: 13px;
	padding: .5rem 1.25rem !important;
	box-shadow: inset 0 -1px 0 0 rgba(215, 222, 227, 0.7);
}

td {
	border: 0 !important;
	padding: .5rem 1.25rem !important;
	box-shadow: inset 0 -1px 0 0 rgba(215, 222, 227, 0.7);
}

tr:last-child td {
	box-shadow: none;
}

/* Tabs */
.tab-content {
	padding: 20px 0;
}

.tab-content.h-pad {
  padding: 20px 15px;
}

.nav-tabs {
	border-bottom: 1px solid rgba(215, 222, 227, 0.7);
  flex-wrap: nowrap;
  overflow: auto;
  white-space: nowrap;
}

.nav-tabs .nav-item {
	margin: 0 20px 0 0;
}
.nav-tabs .nav-link {
	background: none;
	border: 0;
	padding: 0.8rem 0;
	color: #a4acb9;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	background: none !important;
	color: #8E959E;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	background: none !important;
    color: #26AA27;
    box-shadow: inset 0 -3px 0 0 #26AA27;
}

.alert {
	transform: skewX(-20deg);
	border-radius: 0;
	display: inline-flex;
	position: relative;
	margin-left: 28px;
}

.alert::before {
	content: '';
	width: 15px;
	height: 100%;
	top: 0;
	position: absolute;
	left: -18px;
	background-color: #ee5f5b;
}

.alert-info {
	background: #33C1AF;
}

.alert-info::before {
	background: #33C1AF;
}

.alert p, .alert ul {
	margin: 0;
	transform: skewX(20deg);
}

.alert #barber {
	height: 24px;
}

.alert #barber line {
	stroke: #fff;
}

/* Hero */
#header {
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
}

#header .row {
	margin: 0;
}

#header .rgt {
	margin-left: auto;
}

#header .rgt .btn {
	margin-left: 10px;
}

#header .row > [class^="col"]{
	padding: 1.125rem 1.25rem !important;
}

#hero {
	background: #1A2329;
	position: relative;
	padding: 30px 15px;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 1rem;
}

#hero .container {
	position: relative;
}

#hero .badge {
	position: absolute;
	right: calc(33.33% - 90px);
	top: -37px;
	text-transform: uppercase;
	font-size: 13px;
	transform: rotate(-15deg);
}

#hero .badge::before {
	content: '';
	width: 92px;
	height: 92px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: .2;
}

#hero .badge > span div span {
	background: #1A2329;
}
#hero .badge > span div span:first-child {
	padding-left: 4px;
}

#hero .badge > span div span:last-child {
	padding-right: 4px;
}

#hero svg {
	height: 54px;
    width: auto;
    color: #fff;
    opacity: .7;
    margin: 0 0 -14px 0;
}

#hero .btn {
	position: relative;
	z-index: 3;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
	background: none;
	border: 0;
	color: #fff;
	text-shadow: none;
	margin: .3rem 0 0 0;
}

#hero .new-version {
  background: #ffc107;
  color: #1A2329;
}

#hero h1 {
	color: #fff;
	line-height: 1;
	margin-bottom: 2.5rem !important;
	position: relative;
}
/* Glitchy text
#hero h1::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #27AA27;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
#hero h1::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #27AA27, 2px 2px #33C1AF;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}
*/

.lead {
	margin: -2.5rem 0 0 0;
}

@keyframes glitch-anim {
  0% {
    clip: rect(32px, 9999px, 79px, 0);
    transform: skew(0.82deg);
  }
  5% {
    clip: rect(49px, 9999px, 81px, 0);
    transform: skew(0.5deg);
  }
  10% {
    clip: rect(93px, 9999px, 74px, 0);
    transform: skew(0.34deg);
  }
  15% {
    clip: rect(17px, 9999px, 23px, 0);
    transform: skew(0.03deg);
  }
  20% {
    clip: rect(37px, 9999px, 77px, 0);
    transform: skew(0.9deg);
  }
  25% {
    clip: rect(56px, 9999px, 41px, 0);
    transform: skew(0.25deg);
  }
  30% {
    clip: rect(97px, 9999px, 86px, 0);
    transform: skew(0.64deg);
  }
  35% {
    clip: rect(29px, 9999px, 91px, 0);
    transform: skew(0.52deg);
  }
  40% {
    clip: rect(67px, 9999px, 27px, 0);
    transform: skew(0.51deg);
  }
  45% {
    clip: rect(66px, 9999px, 62px, 0);
    transform: skew(0.93deg);
  }
  50% {
    clip: rect(48px, 9999px, 68px, 0);
    transform: skew(0.54deg);
  }
  55% {
    clip: rect(75px, 9999px, 36px, 0);
    transform: skew(0.27deg);
  }
  60% {
    clip: rect(14px, 9999px, 64px, 0);
    transform: skew(0.94deg);
  }
  65% {
    clip: rect(71px, 9999px, 72px, 0);
    transform: skew(0.66deg);
  }
  70% {
    clip: rect(20px, 9999px, 30px, 0);
    transform: skew(0.44deg);
  }
  75% {
    clip: rect(35px, 9999px, 53px, 0);
    transform: skew(0.99deg);
  }
  80% {
    clip: rect(11px, 9999px, 75px, 0);
    transform: skew(0.33deg);
  }
  85% {
    clip: rect(40px, 9999px, 40px, 0);
    transform: skew(0.12deg);
  }
  90% {
    clip: rect(81px, 9999px, 89px, 0);
    transform: skew(0.57deg);
  }
  95% {
    clip: rect(87px, 9999px, 43px, 0);
    transform: skew(0.48deg);
  }
  100% {
    clip: rect(51px, 9999px, 57px, 0);
    transform: skew(0.77deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(30px, 9999px, 34px, 0);
    transform: skew(0.65deg);
  }
  5% {
    clip: rect(43px, 9999px, 54px, 0);
    transform: skew(0.53deg);
  }
  10% {
    clip: rect(83px, 9999px, 77px, 0);
    transform: skew(0.77deg);
  }
  15% {
    clip: rect(1px, 9999px, 3px, 0);
    transform: skew(0.56deg);
  }
  20% {
    clip: rect(15px, 9999px, 2px, 0);
    transform: skew(0.51deg);
  }
  25% {
    clip: rect(55px, 9999px, 10px, 0);
    transform: skew(0.85deg);
  }
  30% {
    clip: rect(11px, 9999px, 10px, 0);
    transform: skew(0.2deg);
  }
  35% {
    clip: rect(78px, 9999px, 37px, 0);
    transform: skew(0.86deg);
  }
  40% {
    clip: rect(15px, 9999px, 24px, 0);
    transform: skew(0.63deg);
  }
  45% {
    clip: rect(68px, 9999px, 25px, 0);
    transform: skew(0.53deg);
  }
  50% {
    clip: rect(56px, 9999px, 48px, 0);
    transform: skew(0.91deg);
  }
  55% {
    clip: rect(36px, 9999px, 39px, 0);
    transform: skew(0.79deg);
  }
  60% {
    clip: rect(3px, 9999px, 82px, 0);
    transform: skew(0.31deg);
  }
  65% {
    clip: rect(35px, 9999px, 27px, 0);
    transform: skew(0.17deg);
  }
  70% {
    clip: rect(95px, 9999px, 27px, 0);
    transform: skew(0.54deg);
  }
  75% {
    clip: rect(6px, 9999px, 95px, 0);
    transform: skew(0.27deg);
  }
  80% {
    clip: rect(83px, 9999px, 3px, 0);
    transform: skew(0.89deg);
  }
  85% {
    clip: rect(6px, 9999px, 100px, 0);
    transform: skew(0.72deg);
  }
  90% {
    clip: rect(30px, 9999px, 41px, 0);
    transform: skew(0.41deg);
  }
  95% {
    clip: rect(50px, 9999px, 97px, 0);
    transform: skew(0.24deg);
  }
  100% {
    clip: rect(69px, 9999px, 66px, 0);
    transform: skew(0.28deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(-3deg);
  }
  10% {
    transform: skew(0deg);
  }
  20% {
    transform: skew(-2deg);
  }
  30% {
    transform: skew(1deg);
  }
  40% {
    transform: skew(1deg);
  }
  50% {
    transform: skew(-2deg);
  }
  60% {
    transform: skew(-3deg);
  }
  70% {
    transform: skew(2deg);
  }
  80% {
    transform: skew(2deg);
  }
  90% {
    transform: skew(-4deg);
  }
  100% {
    transform: skew(0deg);
  }
}

#hero h5 {
	color: #fff;
    position: absolute;
    background: #1A2329 !important;
    padding: 0 10px;
    top: -31px;
    left: -10px;
    white-space: nowrap;
}

#hero::before {
	content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
}

/* Job Trace */
.timeline {
    position: relative;
    margin: 2rem 0;
}

.list .col {
    padding: 4px 10px;
    flex-shrink: 1;
    order: 4;
    flex-grow: 0;
    position: relative;
    word-break: break-word;
    flex-basis: auto;
}

.legend ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 6px;
  box-shadow: inset 0 0 0 1px rgba(215, 222, 227, 0.7);
  display: inline-flex;
}

.legend li {
    padding-left: 18px;
    position: relative;
    margin: 0 5px;
    line-height: 3;
    color: #8E959E;
}

.legend li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    width: 12px;
    height: 20px;
    background-color: #33C1AF;
}

.legend li.legend-release::before {
  background-color: #26AA27;
}

.legend li.legend-unknown::before {
  background-color: #A4B0BA;
}

.activity ul {
    margin-bottom: 1.3rem;
    padding: 0 20px;
    list-style: none;
    line-height: 1.3;
    position: relative;
    text-align: left;
}


.activity ul > li {
	cursor: pointer;
}

.activity ul li:not(last-child) {
	margin-bottom: 1rem;
	position: relative;
}

.activity ul.log {
	font-size: 13px;
	font-weight: normal;
	color: inherit;
	margin: 0;
	padding: 0 20px;
	box-shadow: inset 0 0 0 1px rgba(215, 222, 227, 0.7);
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out .3s;
}

.activity ul.log li {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out 0s;
}

.open ul.log {
	margin: 4px 0 4px 0;
	padding: 10px 20px;
	max-height: 206px;
	overflow: auto;
	transition: all .3s ease-in-out 0s;
}

.open ul.log li {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease-in-out .3s;
}

.activity ul.log li {
	display: flex;
	box-shadow: inset 0 -1px 0 0 rgba(215, 222, 227, 0.7);
	padding: 3px 0;
	margin: 0;
}

.activity ul.log li:last-child {
	box-shadow: none;
}

.activity ul.log .log-status {
	width: 27px;
	padding: 4px 15px 4px 0;
	flex-shrink: 0;
	text-align: center;
}

.activity ul.log .log-status svg {
	fill: #8E959E;
	height: 12px;
	vertical-align: baseline;
}

.activity ul.log .log-time {
	width: 120px;
	color: #8E959E;
	flex-shrink: 0;
	padding: 4px 0;
}

.activity.list ul .status {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    text-align: left;
    position: relative;
    padding: 0;
}

.activity.list li.submit::before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 125px;
    width: 158px;
   	background: #C7EEE9;
    box-shadow: 2px 0 0 0 #33C1AF;
    z-index: 0;
}

.activity.list li.unknown::before, .activity.list li.nounknown.release::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 233px;
    width: 49px;
    background: #D5DBDF;
    box-shadow: 2px 0 0 0 #A4B0BA;
    z-index: 0;
}

.activity.list li.unknown .row::before, .activity.list li.nounknown .row::before  {
  content: '';
  position: absolute;
  left: 233px;
  top: 0;
  bottom: -1rem;
  border-right: 2px solid #A4B0BA;
  z-index: 2;
}

.activity.list li.unknown.last .row::before {
    bottom: 0;
}

.activity.list li.release::before, .activity.list li.nosubmit.release::before  {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 185px;
    width: 98px;
   	background: #C4E7C4;
    box-shadow: 2px 0 0 0 #27AA27;
    z-index: 0;
}

.activity.list li.submit .status::before, .activity.list li.nosubmit .status::before  {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1rem;
    border-right: 2px solid #33C1AF;
    z-index: 0;
}

.activity.list li.release::before, .activity.list li.nounknown.release::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 185px;
  width: 98px;
  background: #C4E7C4;
  box-shadow: 2px 0 0 0 #27AA27;
  z-index: 0;
}

.activity.list li.submit.last .status::before {
	bottom: 0;
}

.activity.list li.release:last-child .status::after {
	bottom: 0;
}

.activity.list li.release .status::after, .activity.list li.norelease .status::after {
    content: '';
    position: absolute;
    left: 60px;
    top: 0;
    bottom: -1rem;
    border-right: 2px solid #27AA27;
    z-index: 0;
}

.icon svg {
    stroke: currentColor;
    fill: none!important;
    stroke-width: 2;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.icon svg circle {
	stroke-width: 0;
}

.icon.bold {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #33C1AF;
    position: relative;
    z-index: 2;
    margin: 2px 0 0 -11px;
    background: #EFF3F7;
    color: #33C1AF;
}

.submit.hivis .icon.bold {
	color: #fff;
	background: #33C1AF; 
}

.release.submit .icon.bold.release {
	margin-left: 39px;
	box-shadow: 0 0 0 2px #26AA27;
	color: #26AA27;
}

.release:not(.submit) .icon.bold.release {
	margin-left: 49px;
	box-shadow: 0 0 0 2px #26AA27;
	color: #26AA27;
}

.unknown .icon.bold.unknown {
  margin-left: 98px;
  box-shadow: 0 0 0 2px #A4B0BA;
  color: #A4B0BA;
}

.release.hivis:not(.submit) .icon.bold.release {
	color: #fff;
	background: #26AA27; 
}

.release .icon.bold.release.critical, .release.hivis .icon.bold.release.critical, .submit .icon.bold.submit.critical, .submit.hivis .icon.bold.submit.critical, .unknown .icon.bold.unknown.critical, .unknown.hivis .icon.bold.unknown.critical, .other .icon.bold.other.critical, .other.hivis .icon.bold.other.critical {
  color: #fff;
  background: #EE5E5B;
  box-shadow: 0 0 0 2px #EE5E5B;
}

.release .icon.bold.release.warning, .release.hivis .icon.bold.release.warning, .submit .icon.bold.submit.warning, .submit.hivis .icon.bold.submit.warning, .unknown .icon.bold.unknown.warning, .unknown.hivis .icon.bold.unknown.warning, .other .icon.bold.other.warning, .other.hivis .icon.bold.other.warning {
  color: #fff;
  background: #FDB100;
  box-shadow: 0 0 0 2px #FDB100;
}

.release .icon.bold.release.error, .release.hivis .icon.bold.release.error, .submit .icon.bold.submit.error, .submit.hivis .icon.bold.submit.error, .unknown .icon.bold.unknown.error, .unknown.hivis .icon.bold.unknown.error, .other .icon.bold.other.error, .other.hivis .icon.bold.other.error {
  color: #fff;
  background: #FC7304;
  box-shadow: 0 0 0 2px #FC7304;
}

.other.icon.bold.other{
	display: none
}

.tip {
    position: absolute;
    z-index: 99;
    letter-spacing: 0;
    white-space: initial;
    word-break: break-word;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(215, 222, 227, 0.5), 0 2px 4px 0 rgba(33, 43, 54, 0.15);
    padding: 0.333rem 0.533rem;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -80px;
    font-size: 13px;
    line-height: 1.2;
    text-transform: none;
    text-align: left;
    border-radius: 3px;
    color: #8E959E;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0);
    transition: all 0.2s;
 }

.activity.list .col.time {
    width: 140px;
    order: -1;
    text-align: left;
    padding-left: 0;
    flex-shrink: 0;
    color: #8E959E;
    font-size: 13px;
}

.activity .col.message {
    overflow: hidden;
    word-break: break-word;
    flex-grow: 1;
    width: calc(100% - 320px);
}

.hivis .message {
	color: #1A2329;
	font-weight: 600;
}

.activity ul li:not(.open):hover .col.message {
	background: #E8ECEF;
}

.activity ul li.open .col.message {
	background: #E8ECEF;
}

/* Summary */
#summary-section br {
	display: none;
}
#summary-section dl, dl.tag {
	box-shadow: 0 0 0 1px rgba(215, 222, 227, 0.7);
    padding: 1.125rem 1.25rem;
    margin: 0 15px;
    flex: inherit;
    width: calc(25% - 31px);
    background: #fff;
    position: relative;
}

#summary-section dl::before, dl.tag::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #EFF3F7 transparent;
	position: absolute;
	z-index: 1;
	right: -1px;
	bottom: -1px;
}

#summary-section dl::after, dl.tag::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 14px 14px;
	border-color: transparent transparent #CFD2D5 transparent;
	position: absolute;
	z-index: 0;
	right: 0px;
	bottom: 0px;
}

#summary-section dl svg, dl.tag svg {
	position: absolute;
    right: -7px;
    top: 16px;
    height: 30px;
}

/* Job Trace Summary */
.job-trace-summary-section {
  box-shadow: inset 0 0 0 1px rgb(215 222 227 / 70%);
  margin-top: 0.3rem;
  padding: 0.2rem 0 0.5rem 0;
}

.job-trace-summary-section ul {
  padding-inline-start: 0;
}

.job-trace-summary-section #processorCandidates ul li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0.1em;
  font-size: 0.9em;
}

.job-trace-summary-section #printMethod ul li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0.1em;
    font-size: 0.9em;
}

.job-trace-summary-section [class^="col"]:not(.collapsed) {
  padding:0.6rem 0.8rem;
}

.job-trace-summary-section .row {
  margin: 0;
}

.job-trace-summary-section span {
  overflow-wrap: break-word;
}

.job-trace-error-summary-card {
  box-shadow: inset 0 0 0 1px rgba(176, 181, 185, 0.7);
  border-radius: 5px;
  background-color: white;
  margin: 0.4rem 0.8rem;
  padding: 1rem;
}

.job-trace-error-summary-card:hover {
  background-color: rgba(233, 240, 247, 1);
  cursor: pointer;
}

.job-trace-error-summary-card.leaf:hover {
  background-color: rgb(238, 238, 247);
  cursor: default;
}

.job-trace-error-summary-card .textblock {
  font-family: monospace;
  font-size: small;
  overflow: auto;
  max-height: 128px;
  border-left:#c7ced7;
  border-left-width: 0.3rem;
  border-left-style: solid;
  padding-left: 0.5rem;
}

.job-trace-error-summary-card span {
  display: block;
  font-size: 16px;
  font-weight: bolder;
}

.job-trace-error-summary-card code {
  font-size: 12px;
}


/* Health */
#health-section {
	margin: 2rem 0;
}

#edgemesh-health-section {
	margin: 2rem 0;
}

/* Tool tip */
.icon-info {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

.icon-info svg {
  width: 6px;
  height: 12px;
  fill: #BABFC4;
  margin: 0 10px;
}

.icon-info:hover .tip {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
  visibility: visible;
}

/* Edge mesh table rows */
.online {
  background: #fff !important;
  -webkit-box-shadow: 0 0 0 1px rgba(215, 222, 227, 0.5), 0 2px 4px 0 rgba(33, 43, 54, 0.15);
          box-shadow: 0 0 0 1px rgba(215, 222, 227, 0.5), 0 2px 4px 0 rgba(33, 43, 54, 0.15);
}

.warning {
  background: #ffc28f !important;
  -webkit-box-shadow: 0 0 0 1px rgba(215, 222, 227, 0.5), 0 2px 4px 0 rgba(33, 43, 54, 0.15);
          box-shadow: 0 0 0 1px rgba(215, 222, 227, 0.5), 0 2px 4px 0 rgba(33, 43, 54, 0.15);
}

/* Hide passive edgenodes by default */
.passive-edgenode {
  display: none;
}


@media (max-width: 992px) {

  #hero h1 {
    font-size: 1.5rem;
  }

  #hero .badge {
    right: 0;
  }

  .table {
    display: block !important;
  }

  #header .rgt {
    margin: 10px 0 0 -10px;
  }

  #summary-section dl, dl.tag {
    width: calc(50% - 31px);
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  #main {
    padding: 0 15px;
  }
  .badge {
    display: none;
  }
}

/* Offboarding stuff */

.modal-header {
  border-bottom: 0 none;
}

.modal-footer {
  border-top: 0 none;
}
