.pre-wrap {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  border: 0;
  padding: 0;
}

.pre { /* bootstrap markup for pre as a class */
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

textarea.pre {
  background-color: white;
}

span.alert-inline {
  display: inline;
  padding: 1px;
}

.nowrap {
  white-space: nowrap;
}

.nowrap-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.right-align {
  text-align: right;
}

.table-nonfluid {
  width: auto;
}

.table-bottom-padding {
  padding-bottom: 50px;
}

.keep-color {
  color: inherit;
}

.keep-color:hover {
  color: inherit;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none;
}


tr.total >td, tr.total >th {
  border-top: 1px solid #888;
}

.table-tqi-calculator tr {
  height: 30px;
}

.table-tqi-calculator td,
.table-tqi-calculator th {
  padding: 1px;
  min-height: 26px;
  vertical-align: middle;
}
.table-tqi-calculator tr:last-child td {
  border-top: 1px solid #333;
}

.tr-hover:hover > td,
.tr-hover:hover > th {
  background-color: #f5f5f5;
}

.better {
  color: green;
}

.worse {
  color: red;
}

span.badge {
  -webkit-print-color-adjust: exact;
}

span.badge.score {
  width: 8px;
  text-align: center;
  padding-left: 8px;
}

.scoreA {
  background-color: #006400;
}

.scoreB {
  background-color: #64ae00;
}

.scoreC {
  background-color: #ffff00;
  color: black;
}
span.scoreC {
  border: 1px solid #DDD;
  height: 12px;
}

.scoreD {
  background-color: #ff950e;
  color: black;
}

.scoreE {
  background-color: #ff420e;
}

.scoreF {
  background-color: #be0000;
}

.scorenull { /* FIXME: hack for bars for non-tqi metrics */
  background-color: #265FF2;
}

.scoreF-nodata {
  background-color: #ccc;
}

.well-condensed {
  padding: 10px;
}

hr {
  border-top: 1px solid #DDD;
  margin: 5px;
}

img {
  -ms-interpolation-mode: bicubic;
}



tr.selected>th, tr.selected>td, td.selected, tr.selected>th a{
  /*background-color: #0060AA !important; */
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  color: white;
}


.table-hover tbody tr:hover.selected>td {
}

table.table-hover.table-clickable > tbody > tr {
  cursor: pointer;
}

table.table-hover.table-clickable > tbody > tr table > thead > tr,
table.table-hover.table-clickable > tbody > tr table > tbody > tr {
  cursor: default;
}

.selected span.badge {
  box-shadow: 0px 0px 2px white;
}


.minimal-layout .navbar-inner {
  border: 1px solid gray;
  background-image: none;
  background-color: white;
}

.navbar-secondary-static-top {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1029; /* should be less than .navbar-fixed-top, .navbar-fixed-bottom */
}

.navbar-secondary .navbar-inner {
  border-radius: 0;
  background-color: white !important;
  background-image: none;
  filter: none; /* for IE8,9 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.065);
}

.navbar-secondary .navbar-inner.tedmode {
  /*background-color: #f0ffeb !important;*/
}

.navbar-inner .collapse-indicator {
  display: none;
}

.navbar-inner.collapsible .collapse-indicator {
  display: block;
  opacity: 0.5;
}

.navbar-inner.collapsible.collapsed .collapse-indicator {
  transition: opacity 0.5s ease-in;
}

.navbar-inner.collapsible.expanded .collapse-indicator {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

li.active > div {
  color: white;
}

.navbar.navbar-secondary .nav li.disabled i[class^="icon-"],
.dropdown-menu > li.disabled i[class^="icon-"] { /* ensure hovering disabled icon stays black */
  color: black;
  background-image: url("bootstrap/img/glyphicons-halflings.png");
  opacity: 0.5;
}

.navbar.navbar-secondary .nav.filter li:hover {
  color: #555555;
}
.navbar.navbar-secondary .nav.filter li.dropdown:hover {
  background-color: #DCE9F1;
}

.navbar.navbar-secondary .nav li.dropdown > .dropdown-toggle .caret { /* make sure carets are not too visible */
  opacity: 0.3;
}
.navbar.navbar-secondary .nav li.dropdown.open > .dropdown-toggle .caret {
  opacity: 1.0;
}

.navbar.navbar-secondary .nav li.divider a {
  padding-left: 5px;
  padding-right: 5px;
}

.navbar.navbar-secondary .nav li.divider a:hover {
  font-weight: bold;
}

.nav.home > li > a:hover {
  text-decoration: underline;
}

.nav.filter li.dropdown.open > a:hover {
  text-decoration: underline;
}

.nav li.dropdown.filter-Window, .nav li.dropdown.filter-Date {
  background-color: #F9E4B8;
}
.nav li.dropdown.filter-ClientData > a > div {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bold {
  font-weight: bold;
}

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-header {
  background-color: #fafafa;
  border-bottom: 1px solid #d4d4d4;
  *zoom: 1;
   border-radius: 6px 6px 0 0;
}

.modal-large {
  width: 760px;
  margin-left: -380px;
}

.modal-larger {
  width: 900px;
  margin-left: -450px;
}

.modal-wide {
  width: 940px;
  margin-left: -470px;
}

.modal-small {
  width: 400px;
  margin-left: -250px;
}
.modal-compact.modal {
}
.modal-compact .modal-header {
  padding: 6px 10px;
}
.modal-compact .modal-header .close {
  margin-top: 0;
}
.modal-compact .modal-header h3 {
  line-height: 20px;
  font-size: 20px;
}
.modal-compact .modal-body {
  padding: 5px;
}


.modal-whole-screen {
  margin-left: 0;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  width: auto;
}

.modal-whole-screen .modal-header {
  position: absolute; 
  top: 0px; 
  left: 0px;
  right: 0px; 
}

.modal-whole-screen .modal-body {
  position: absolute; 
  top: 50px; 
  bottom: 60px;
  left: 0px;
  right: 0px; 
  max-height: inherit;
}

.modal-whole-screen .modal-footer {
  position: absolute; 
  bottom: 0px; 
  left: 0px;
  right: 0px; 
}


.modal .btn { /* text in buttons should be unselectable */ 
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

@media all and (max-width: 760px) {
  .modal-large {
    left: 0%;
    margin-left: 1px;
    max-width: 99%;
    max-height: 250px;
    top: 1px;
    overflow-y: auto;
  }
}
/** Bootbox: Default opacity of 80% is much too dark */
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity =     50);
}

.bootbox .modal-footer .btn {
  float: right; /* makes sure the Ok button is left of the Cancel button in the bootbox dialog */
  margin-left: 10px;
}

.bootbox.modal {
  z-index: 20000; /* bootbox prompt should always be on top of our modals */ 
}
.modal-backdrop.in { 
  z-index: 19999; /* bootbox backdrop should always be on top of our modals */
}

:focus {
  outline: 0 none !important;
}
::-moz-focus-inner {
  border: 0 !important;
}

a,input,button,select { /* disable browser-applied selection outline */
  outline: none !important;
}

input::-ms-clear {
  display: none; /* fixes IE10 bug pertaining right-aligned inputs */
}

.dirty > input[type=text],
.dirty > input[type=password],
.dirty > .input-append > input[type=text],
.dirty > select,
.dirty > div.input-append > select {
  background-color: #E3EFF9;
}
.dirty > textarea {
  background-color: #E3EFF9;
}
.dirty > .btn, .dirty .btn.multiselect, .dirty .btn-group.open .btn.multiselect.dropdown-toggle,
.dirty .btn-group .btn:not(.btn-primary) 
{
  background-image: inherit;
  background-color: #E3EFF9;
}
.dirty {
  color: #006dcc;
}
.dirty .add-on,
.invalid .add-on {
  color: initial;
} 
.nodirtycolor .dirty {
  color: initial;
}
.nodirtycolor .dirty > select {
  background-color: initial;
}
.invalid {
  color: red;
}
.invalid input[type=text], .invalid select {
  background-color: #FFEFF0;
  border-color: red;
}
.invalid.btn {
  border-color: red;
}
select.readonly {
  appearance: none;
  cursor: default;
  background-color: inherit;
  line-height: inherit;
  height: 20px;
  border: 0;
  padding: 0;
  color: #333333;
  opacity: inherit;
}


/* IE 8 breadcrumb links 'overlapping' fix */
/* Fix no support for display:inline-block */
/* NOTE: Add zoom:1 to div class to trigger hasLayout */
/* Append "\9" to the end of each style hack to target IE 8 and below */
.breadcrumb>li {
  zoom: 1\9;
  display: inline\9;
}

[class^="tiobe-icon-"],[class*=" tiobe-icon-"] {
  display: inline-block;
  width: 16px;
  /* tiobe-icons are 16px wide instead of bootstrap's 14px */
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/icons.png");
  image-rendering: pixelated;
}

[class^="tiobe-icon-20x20"] {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}

[class^="tiobe-icon-16x16"] {
  width: 16px;
  height: 16px;
  margin-top: 0px;
}

.tiobe-icon-tree-leaf,.tiobe-icon-empty {
  background-position: 0 0;
}

.tiobe-icon-Folder, .tiobe-icon-Folder-close, .tiobe-icon-Path, .tiobe-icon-Sub, .tiobe-icon-Subsub {
  background-position: -18px 0;
}

.tiobe-icon-Folder-open {
  background-position: -36px 0;
}

.tiobe-icon-Project {
  background-position: -54px 0;
}

.tiobe-icon-ProjectBranch,
.tiobe-icon-Branch {
  background-position: -72px 0;
}

.tiobe-icon-Branch-locked {
  background-position: -90px 0;
}

.tiobe-icon-tree-plus {
  background-position: -108px 0;
}

.tiobe-icon-tree-minus {
  background-position: -126px 0;
}

.tiobe-icon-color {
  background-position: -144px 0;
}

.tiobe-icon-File {
  background-position: 0 -16px;
}

.tiobe-icon-sort-desc, .tiobe-icon-sort-worst {
  background-position: -16px -16px;
}

.tiobe-icon-sort-asc, .tiobe-icon-sort-best  {
  background-position: -36px -16px;
}

.tiobe-icon-metric {
  background-position: -54px -16px;
}

.tiobe-icon-settings, .tiobe-icon-Configuration {
  background-position: -72px -16px;
}

.tiobe-icon-sort-none {
  background-position: -90px -16px;
}

.tiobe-icon-error, .tiobe-icon-Errors {
  background-position: -108px -16px;
}

.tiobe-icon-folder-up {
  background-position: -126px -16px;
}

.tiobe-icon-area, .tiobe-icon-ProjectSize {
  background-position: -144px -16px;
}

.tiobe-icon-ProjectGroup {
  background-position: 0 -32px;
}

.tiobe-icon-Language {
  background-position: -18px -32px;
}

.tiobe-icon-View {
  background-position: -36px -32px;
}

.tiobe-icon-Branch-broken {
  background-position: -54px -32px;
}

.tiobe-icon-Branch-hidden {
  background-position: -72px -32px;
}

.tiobe-icon-Branch-locked-hidden {
  background-position: -90px -32px;
}

.tiobe-icon-Rule {
  background-position: -108px -32px;
}

.tiobe-icon-Suppressions {
  background-position: -18px -96px;
}

.tiobe-icon-Level {
  background-position: -126px -32px;
}

.tiobe-icon-Ruleset {
  background-position: -144px -32px;
}

.tiobe-icon-ComponentRoot {
  background-position: 0 -48px;
}

.tiobe-icon-Category {
  background-position: -18px -48px;
}

.tiobe-icon-Where, .tiobe-icon-Having {
  background-position: -36px -48px;
}

.tiobe-icon-Visibility {
  background-image: url("bootstrap/img/glyphicons-halflings.png");
  background-position: -120px -120px;
}

.tiobe-icon-ProjectProperty {
  background-image: url("bootstrap/img/glyphicons-halflings.png");
  background-position: 0 -48px;
}

.tiobe-icon-import { /* icon is a rotated version of bootstrap's icon-share-alt */  
  background-image: url("bootstrap/img/glyphicons-halflings.png");
  background-position: -336px -96px;
  rotate: 180deg;
}

.tiobe-icon-Existence {
  background-position: 0 -16px;
  opacity: 0.6;
}
.tiobe-icon-Existence:after {
  content: '\02718';
  font-size: 14px;
  color: #555;
  font-style: normal;
  margin-left: 2px;
}

.tiobe-icon-download-csv {
  background-position: -54px -48px;
}

.tiobe-icon-download-image {
  background-position: -72px -48px;
}

.tiobe-icon-download-pdf {
  background-position: -90px -48px;
}

.tiobe-icon-download-html {
  background-position: -108px -48px;
}

.tiobe-icon-DiffType {
  background-position: -126px -48px;
}

.tiobe-icon-add-filter {
  background-position: -144px -48px;
}

.tiobe-icon-trend {
  background-position: 0 -64px;
}

.tiobe-icon-bar {
  background-position: -18px -64px;
}

.tiobe-icon-tqi {
  background-position: -36px -64px;
}

.tiobe-icon-treemap {
  background-position: -54px -64px;
}

.tiobe-icon-scatter {
  background-position: -72px -64px;
}

.tiobe-icon-Window {
  background-position: -90px -64px;
}

.tiobe-icon-ErrorSuppression {
  background-position: -108px -64px;
}

.tiobe-icon-matrixmetric {
  background-position: -144px -64px;
}

.tiobe-icon-20x20-help {
  background-position: -124px -64px;
}

.tiobe-icon-Date {
  background-position: 0 -80px;
}

.tiobe-icon-Owner {
  background-position: -18px -80px;
}

.tiobe-icon-Scope, .tiobe-icon-DupScope {
  background-position: -36px -80px;
}

.tiobe-icon-Delta {
  background-position: -54px -80px;
}

.tiobe-icon-DeltaDate {
  background-position: -72px -80px;
}

.tiobe-icon-Site {
  background-position: -90px -80px;
}

.tiobe-icon-CodeType {
  background-position: -108px -80px;
}

.tiobe-icon-ProjectStatus {
  background-position: -144px -80px;
}

.tiobe-icon-Organization {
  background-position: -36px -96px;
}

.tiobe-icon-Team {
  background-position: -54px -96px;
}

.tiobe-icon-Component {
  background-position: -72px -96px;
}

.tiobe-icon-Organization2 {
  background-position: -90px -96px;
}

.tiobe-icon-Cube {
  background-position: -108px -96px;
}

.tiobe-icon-Flag-green {
  background-position: -126px -96px;
}

.tiobe-icon-Flag-red {
  background-position: -144px -96px;
}

.tiobe-icon-Copy {
  background-position: 0px -112px;
}

.tiobe-icon-Grade {
  width: 0px; /* no icon */
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tiobe-icon-16x16-Cup-position-1 {
  background-position: -0px -140px;
}

.tiobe-icon-16x16-Cup-position-2 {
  background-position: -18px -140px;
}

.tiobe-icon-16x16-Cup-position-3 {
  background-position: -36px -140px;
}

.tiobe-icon-ProjectLabel {
  background-position: -72px -98px;
  /*background-position: -90px -98px;*/
}

/* Alternative names for bootstrap icons */
.icon-UNAUTHORIZED {
  background-position: -287px -24px;
}

.icon-BROKEN {
  background-position: -72px -120px;
}

.icon-INCORRECTDBVERSION {
  background-position: -144px -120px;
}

.icon-INVISIBLE {
  background-position: -120px -120px;
}


.tiobe-icon-Annotation, .tiobe-icon-AnnotationType, .tiobe-icon-ViolationType {
  background-image: url("bootstrap/img/glyphicons-halflings.png");
  background-position: -144px -120px;
}

.tiobe-icon-Self {
  background-image: url("bootstrap/img/glyphicons-halflings.png");
  background-position: 0 -24px;
}

.tiobe-icon-Function {
  background-image: url("bootstrap/img/glyphicons-halflings.png");
  background-position: -264px -48px;
}


i.icon-clickable {
  cursor: pointer;
}
.disabled .icon-clickable {
  cursor: default;
}
i.icon-clickable:hover {
  opacity: 1.0;
}
a:hover i.icon-clickable {
  opacity: 1.0;
}
.navbar-fixed-top .icon-user {
  color:white;
}
.icon-gray {
  filter: grayscale(1) contrast(0.5);
  opacity: 0.5;
}

.panel {
  box-shadow: 2px 2px 8px #CCC;
  border: 1px solid #DDD;
}

.panel .icon-warning-sign {
  opacity: 0.3;
}

.btn.disabled,.btn[disabled],div.google-btn-disabled { /* override bootstrap's opacity */
  opacity: 0.4;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

div.google-btn-disabled {
  cursor: default;
  pointer-events: none;
}

a { /* needed for a without href */
  cursor: pointer;
}

a.disabled { /* used in template-MetricTreeNodeVM-leaf */
  color: #AED2E2;
  cursor: default;
}
a.unlink:not([href]) { /* used by unlink binding */
  cursor: default;
  color: inherit;
}
a.unlink:not([href]):hover {
  text-decoration: none;
  color: inherit;
}

.btn-group-80px button, .btn-group-80px a.btn {
  width: 80px;
}

[class^="icon-"].muted,
[class*=" icon-"].muted { /* image in muted text should have their opacity reduced */
  opacity: 0.3;
}

.navbar-text input {
  margin-top: -5px;
}

.navbar-form label.checkbox { /* fix bootstrap */
  margin-top: 10px;
}
.navbar {
  margin-bottom: 0px;
}

.navbar .nav > li > a {
  padding: 10px 10px 10px; /* override bootstrap: more compact */
  text-shadow: none;
}

.navbar .divider-vertical {
  border-right: 1px solid #D4D4D4;
  border-left: 1px solid #f2f2f2;
}

table.table-shaded-header thead tr {
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  border: 1px solid #DDD;
  box-shadow: -10px 1px 10px rgba(0, 0, 0, 0.1);
}

table.table-hover-header thead th:hover {
  background: #EFF5F9;
}
  
table.table-shaded-header thead th:not(:first-child) {
  border-left: 1px solid #CCC;
  text-align: center;  
}

.tr-sort-divider {
  background-color: #EFF5F9;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tr-sort-divider th {
  padding: 0;
  line-height: 8px;
  height: 8px;
}

th.sortable {
  cursor: pointer;
}

.treemap-highlight {
  pointer-events: none;
  border: 2px solid #008CF7;
  position: absolute;
  top: 0px;
  left: 0px;
}

.tooltip-dropshadow {
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #FFF;
  padding: 10px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.treemap-tooltip {
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}

.treemap-tooltip .outer {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #888;
  -webkit-border-radius: var(--global-radius);
  -moz-border-radius: var(--global-radius);
  border-radius: 4px;
}

.treemap-tooltip .inner {
  background-color: #FFF;
  border: 1px solid #888;
  -webkit-border-radius: var(--global-radius);
  -moz-border-radius: var(--global-radius);
  border-radius: 4px;
}

table.table-metrics thead th {
  padding: 0;
}
table.table-metrics tbody th {
  font-weight: normal;
}
table.table-metrics tbody td.numerical {
  text-align: right;
  white-space: nowrap;
}
table.table-metrics thead th.delta {
  max-width: 100px;
}
table.table-metrics tbody th {
  min-width: 150px;
}

table.table-metrics .cell {
  position: relative;
}
table.table-metrics .bar {
  margin-right: 5px;
  height: 18px;
  border-size: 0;
  box-shadow: 1px 1px 1px gray;
  opacity: 0.8;
}
table.table-metrics div.left {
  white-space: nowrap;
  position: relative;
  overflow-x: hidden;
}
table.table-metrics div.left div.content {
  text-overflow: ellipsis;
  overflow-x: hidden;
}

table td.cell > span.badge {
    margin-left: 5px;
}

.path-tree a.highlighted {
  color: white;
  background-color: #888;
  border-radius: 3px;
  padding: 2px;
}

.path-tree a.selected {
  color: white;
  background-color: #000;
  border-radius: 3px;
  padding: 2px;
}

.path-tree {
  font-size: 12px;
}
.path-tree ul {
  list-style-type: none;
  margin-left: 16px;
  margin-bottom: 0;
}
.path-tree > ul {
  margin-left: 0px;
}
.path-tree.hidden {
  display: none;
}
.path-tree .item {
  display: inline-block;  
  white-space: nowrap;
}
.path-tree .item.virtual a {
  color: #888;
  font-style: italic;
}

.show-hidden .path-tree.hidden {
  display: block;
}

.drag-over {
  background-color: #EEE;
}

.annotatedsource-cutout {
  background: black url(../img/hatchlines.png) repeat;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  height: 10px;
  cursor: pointer;
}

.popover-content {
  color: black;
}
.popover-help {
  -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
  max-width: 500px;
}

.popover-help {
  background-color: rgb(255, 255, 122);
  color: #777777;
}

.popover-help .popover-title {
  font-size: 16px;
  font-weight: bold;
}
.popover-content .btn {
  width: 80px;
}
.popover-content .alert {
  padding: 6px 35px 6px 14px;
}

.popover-help.left .arrow:after {
  border-left-color: rgb(255, 255, 122);
}

.popover-help.right .arrow:after {
  border-right-color: rgb(255, 255, 122);
}

.popover-help.top.arrow:after {
  border-top-color: rgb(255, 255, 122);
}

.popover-help.bottom .arrow:after {
  border-bottom-color: rgb(255, 255, 122);
}

.tqi-label {
  border: 1px solid #888;
}

.tqi-label .bold-letter {
  font-size: 18px; 
  font-weight: bold;  
}

.tqi-label .weight-indicator {
  position: absolute; 
  right: 2px; 
  top: 0px;
  color: #888;
  font-size: 10px;
  padding-left: 15px;
  background-image: linear-gradient(to right, #FFFFFF00, #FFFFFFFF 15px);
}

.tqi-label tr.selected .weight-indicator {
  color: white;
  background-image: linear-gradient(to right, #0081c200, #0081c2FF 15px);
}

.tqi-label tr {
  cursor: pointer;
}

.tqi-label tr.disabled {
  color: #CCC;
  cursor: default;
}

.delta-better {
  color: green;
}

tr.selected .delta-better {
  color: #00E900;
}

.delta-worse {
  color: red;
}

tr.selected .delta-worse {
  color: #FE8181;
}

.delta-increased {
  color: #FFA100;
}

.delta-decreased {
  color: #00B6FF;
}

.deleted,
.deleted a, 
.deleted .delta-decreased, 
.deleted .delta-increased,
.deleted .delta-better,
.deleted .delta-worse {
  color: #BBB;
}
.deleted i {
  opacity: 0.6;
}
.deleted th .content i[data-bind]:after {
  content: '\02718';
  font-size: 14px;
  color: #555;
  font-style: normal;
  margin-left: 2px;
}

div.print-mode .spinner { /* 18335#9: hide progress icon while printing */
  display: none;
  visibility: hidden;
}

.btn:hover, .btn:focus {
  background-position: 0 -30px;
}

ul.multiselect-container label {
  margin-bottom: 0;
}

abbr {
  text-decoration: none; /* removes browser default */
}

.ui-draggable-handle {
  cursor: move;
}

.toggle.btn {
  margin-bottom: 10px;
} 

.nav-tabs.nav-tabs-qi {
  border-bottom: 1px solid #888;
}

.nav-tabs.nav-tabs-qi > li > a { 
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 16px;
}

.nav-tabs.nav-tabs-qi > .active > a,
.nav-tabs.nav-tabs-qi > .active > a:hover,
.nav-tabs.nav-tabs-qi > .active > a:focus {
  border: 1px solid #888;
  border-bottom-color: transparent;
}

.nav-tabs.nav-tabs-qi > li > a:hover,
.nav-tabs.nav-tabs-qi > li > a:focus {
  border-color: #888 #888 #888;
}

.search-modal .multiselect {
  max-width: 300px;
  overflow: hidden; 
  text-overflow: ellipsis;
}

.browser-tooltip-mimic {
  z-index: 10000;
  border: 1px solid #666;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
  background-image: linear-gradient(white, #E4E5F0); 
  box-shadow: 2px 3px 4px 0px #55555588;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  cursor: not-allowed; 
}

.qualitygate-container {
  float: right;
  margin-left: 2px;
  margin-top: -1px;
}

.table-metrics .badge-qualitygate,
.annotation-table .badge-qualitygate {
  cursor: pointer;
  opacity: 0.4;
}

.table-metrics .badge-qualitygate:hover {
  opacity: 1.0;
}

tr.selected .badge-qualitygate,
tr.row-selected .badge-qualitygate {
  opacity: 1.0;
}

span.badge.badge-qualitygate > i {
  margin-left: -2px;
  margin-top: 0px;
  margin-right: -2px;  
}

span.badge-qualitygate.qualitygate-passed { 
  background-color: #468847;
}
span.badge-qualitygate.qualitygate-failed {
  background-color: #b94a48;
}
span.badge-qualitygate.qualitygate-error, 
span.badge-qualitygate.qualitygate-passedWithWarning { 
  background-color: #f89406;
}
span.badge-qualitygate.qualitygate-skipped { 
  background-color: #999999;
}

span.grippy {
  content: '....';
  width: 10px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  line-height: 5px;
  padding: 3px 4px;
  cursor: move;
  vertical-align: middle;
  margin-top: -.7em;
  margin-right: .3em;
  font-size: 12px;
  font-family: sans-serif;
  letter-spacing: 2px;
  color: #cccccc;
  text-shadow: 1px 0 1px black;
}
span.grippy::after {
  content: '.. .. .. ..';
}

/* Splitter */

.splitter, .admin.container {
  position: relative;
  height: 100vh;
  width: auto;
  margin-left: 55px;
  top: 0;
}

.splitter-divider {
  position: absolute;
  height: 100%;
  left: 248px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  z-index: 3;
}

.splitter-divider:hover {
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}

.splitter.horizontal > .splitter-divider {
  cursor: col-resize;
}

.splitter.vertical > .splitter-divider {
  cursor: row-resize;
}

#splitter-overlay {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 4;
}


/* Tabs disabled state */
.nav.nav-tabs > li.disabled {
    pointer-events: none;
}

.nav.nav-tabs > li.disabled a{
    color: silver;
}

.tree-bar, 
.docs .path-tree, 
.splitter-pane.left,
.admin .left {
  position: absolute;
  top: 42px;
  bottom: 0;
  left: 0;
  width: 249px;  
  z-index: 2;
  background-color: white;
}

.splitter-pane .tree-list-items,
.splitter-pane .nav-list
 {
    padding-top: 10px!important;
    margin-left: 5px;
}

.tree-list-items {
    list-style-type: none;
}

.main-content {
  position: absolute;
  top: 42px;
  left: 250px;
  right:0;
  bottom: 0;
  overflow:auto;
  margin: 12px 20px 20px 12px;
  background-color: white;
}

/* Ace editor */
.ace-editor-wrapper {
  position: relative; 
  width: 90%; 
  height: 600px;
}

#ace-editor.readonly {
  background-color: #e6e6e6;
}

#ace-editor.readonly > .ace_scroller {
  cursor: not-allowed;
}

/* Make YAML sequence character stand out more. */
#ace-editor .ace_invisible {
  color: rgb(230, 230, 230);
} 
#ace-editor .ace_list {
  font-weight: bold;
}

table.quality-gate-condition-details tbody div.header {
  max-width: 485px; 
  overflow: hidden; 
  text-overflow: ellipsis;  
}


/*
    Removal of all the shadows + background images
    This rule does not apply for dropdowns, modals + popovers 
*/
.panel {
    box-shadow: none;
}

.well {
    box-shadow: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a,
    .dropdown-submenu:focus>a {
    background-image: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
    {
    background-image: none;
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    background-image: none;
}

.btn {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.login-btn {
  height: 41px;
}

.login-btn-img {
  height: 17px;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.btn-inverse, .btn-info, .btn-danger, .btn-success, .btn-warning,
    .btn-primary {
    background-image: none;
}

.btn-group>.btn+.dropdown-toggle {
    box-shadow: none;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.navbar-inner {
    background-image: none;
    box-shadow: none;
}

.navbar-secondary .navbar-inner {
    box-shadow: none;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: none;
}

.navbar-fixed-bottom .navbar-inner {
    box-shadow: none;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus
    {
    box-shadow: none;
}

.navbar .btn-navbar {
    background-image: none;
    box-shadow: none;
}

.navbar .btn-navbar .icon-bar {
    box-shadow: none;
}

.navbar-inverse .navbar-search .search-query {
    box-shadow: none;
}

.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused
    {
    box-shadow: none;
}

.navbar-inverse .navbar-inner {
    background-image: none;
}

.pagination ul {
    box-shadow: none;
}

.thumbnail {
    box-shadow: none;
}

a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: none;
}

.progress, .progress .bar, .progress-striped .bar {
    background-image: none;
    box-shadow: none;
}

.progress .bar+.bar {
    box-shadow: none;
}

.progress-danger .bar, .progress .bar-danger {
    background-image: none;
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-image: none;
}

.progress-success .bar, .progress .bar-success {
    background-image: none;
}

.progress-success.progress-striped .bar, .progress-striped .bar-success
    {
    background-image: none;
}

.progress-info .bar, .progress .bar-info {
    background-image: none;
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-image: none;
}

.progress-warning .bar, .progress .bar-warning {
    background-image: none;
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning
    {
    background-image: none;
}

.img-polaroid {
    box-shadow: none;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"],
    input[type="datetime-local"], input[type="date"], input[type="month"],
    input[type="time"], input[type="week"], input[type="number"], input[type="email"],
    input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
    .uneditable-input {
    box-shadow: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus,
    input[type="datetime"]:focus, input[type="datetime-local"]:focus,
    input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
    input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
    input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
    input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
}

.uneditable-input, .uneditable-textarea {
    box-shadow: none;
}

.control-group.warning input, .control-group.warning select,
    .control-group.warning textarea {
    box-shadow: none;
}

.control-group.warning input:focus, .control-group.warning select:focus,
    .control-group.warning textarea:focus {
    box-shadow: none;
}

.control-group.error input, .control-group.error select, .control-group.error textarea
    {
    box-shadow: none;
}

.control-group.error input:focus, .control-group.error select:focus,
    .control-group.error textarea:focus {
    box-shadow: none;
}

.control-group.success input, .control-group.success select,
    .control-group.success textarea {
    box-shadow: none;
}

.control-group.success input:focus, .control-group.success select:focus,
    .control-group.success textarea:focus {
    box-shadow: none;
}

.control-group.info input, .control-group.info select, .control-group.info textarea
    {
    box-shadow: none;
}

.control-group.info input:focus, .control-group.info select:focus,
    .control-group.info textarea:focus {
    box-shadow: none;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus
    {
    box-shadow: none;
}

/* ------------- TQI LABEL --------------------- */
:root {
  --main-header: #fafafa;
  --sub-header: #EFF5F9;
  --select-highlight: #1d98ff;
  --table-bgcolor: #ffffff;
  --global-radius: 4px;
  --default-border: 1px solid #DDD;
  --body-bgcolor: #f2f7fc;
  --sidebar-main-bgcolor: #F0F0F0;
  --sidebar-text-color: #99999;
  --sidebar-hover-text-color: #e5e5e5;
  --sidebar-highlight-color: #2776c1;
  --sidebar-focus-color: #2164a4;
  --light-grey: #e5e5e5;
  --dark-grey: #555;
  --white: #fff;
  --dark-blue: #2164a4;
  --light-blue: #2776c1;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.mt-2 {
    margin-top: 2px!important;
}

.tqi-label {
    border: 1px solid #DDD;
    border-radius: 4px;
    background-color: white;
}

.qi-label-title {
    border-bottom: 1px solid #DDD;
}

.tqi-label td[style] {
    border: none !important;
}

.tqi-label tbody>tr:nth-child(2) {
    border-bottom: 1px solid #DDD;
}

.tqi-label tbody>tr:last-child {
    border-bottom: 1px solid #DDD;
}

.nav-tabs.nav-tabs-qi {
    border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-tabs-qi > .active > a, 
.nav-tabs.nav-tabs-qi > .active > a:hover, 
.nav-tabs.nav-tabs-qi > .active > a:focus {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/* Navigation top bar */

.navbar-fixed-top {
    background-color: #2164a4;
    color: white;
}

.navbar-fixed-top .navbar-text {
    color: white;
}

.navbar-fixed-top.blue.light {
    background-color: #2776c1;
}

.navbar-fixed-top .btn [class^="icon-"], .navbar-fixed-top .btn [class*=" icon-"] {
    color: black;
}

.navbar-fixed-top .nav > li > a,
.navbar-fixed-top li [class^="icon-"],
.navbar-fixed-top li [class*=" icon-"],
.navbar-fixed-top .btn-transparent [class^="icon-"], 
.navbar-fixed-top .btn-transparent [class*=" icon-"],
.navbar-fixed-top .muted {
    color: rgba(255,255,255,0.85);
}

.navbar-fixed-top .nav > li > a:focus, 
.navbar-fixed-top .nav > li > a:hover,
.navbar-fixed-top li [class^="icon-"]:hover,
.navbar-fixed-top li [class*=" icon-"]:hover {
    color: white;
}

.navbar-fixed-top .nav li.dropdown > .dropdown-toggle .caret { 
    border-top-color: rgba(255,255,255,0.85);
    border-bottom-color: rgba(255,255,255,0.85);
}

.navbar-fixed-top .nav li.dropdown > a:hover .caret, 
.navbar-fixed-top .nav li.dropdown > a:focus .caret {
    border-top-color: white;
    border-bottom-color: white;
}

.navbar-fixed-top .nav li.dropdown.open > .dropdown-toggle, 
.navbar-fixed-top .nav li.dropdown.active > .dropdown-toggle, 
.navbar-fixed-top .nav li.dropdown.open.active > .dropdown-toggle {
    color: white;
    background-color: #1a5083;
}

.navbar-fixed-top .nav li.dropdown.open > .dropdown-toggle .caret, 
.navbar-fixed-top .nav li.dropdown.active > .dropdown-toggle .caret, 
.navbar-fixed-top .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: white;
    border-bottom-color: white;
}

.navbar-fixed-top a:hover {
    text-decoration: none;
}

.navbar-fixed-top .page-title {
    padding-left: 64px;
    line-height: 22px;
    margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner {
    border: none;
}

.navbar-secondary .navbar-inner, .navbar-fixed-top .navbar-inner {
    background-color: transparent;
}

.nav-list>li>a, .nav-list .nav-header {
    margin-right: -16px;
    margin-left: -16px;
}

.navbar .nav.pull-left {
    margin-top: 10PX;
}

.nav-header {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
}

/* Sidebar - Positioning */
.navbar-vertical {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    z-index: 1051;
}

.navbar-vertical .title-area {
    margin: 0;
    padding: 10px 0 9px 0;
    height:21px;
}

.navbar-vertical .tiobe {
    position: fixed;
    left: 10px;
    bottom: 0;
    width: 35px;
    margin-bottom: 5px;
}

.navbar-vertical .tics {
    position: absolute;
    top: 13px;
    left: 74px;
}

.navbar-vertical .icon-reorder {
    position: relative;
    left: 9px;
    top: 1px;
    color: white;
    font-size: 22px;
    width:38px;
}

.navbar-vertical button {
    border: none;
}

.navbar-vertical a:hover {
    text-decoration: none;
}

.navbar-vertical #navbarVerticalNav {
    border-right: 1px solid #e5e5e5;
    height: 100vh;
    width: 24px
}

.fa-md {
    font-size: 1.1em;
    line-height: .75em;
    vertical-align: -0.0667em;
}

.fa-stack-tl {
    font-size: 0.6em!important;
    top: -6px;
    left: 6px;
}

.fa-stack-tl.bottom {
    top: 6px;
    left: 9px;
}

.tics-left {
    left: 54px!important;
}

/* Sidebar - Color scheme */

.navbar-vertical.blue {
    background-color: #2776c1;
    color: #ffffff;
}

.navbar-vertical.blue .nav li a {
    color: #ffffff;
}

.navbar-vertical.blue .nav li a:hover {
    background-color: #2164a4;
}

.navbar-vertical.blue .nav > .active > a, 
.navbar-vertical.blue .nav > .active > a:hover, 
.navbar-vertical.blue .nav > .active > a:focus {
    color: #555555;
    background-color: #e5e5e5;
    border-left: 3px solid #555555;
}

.navbar-vertical.blue .nav-list li .title {
    background-color: #2164a4;
    color: #ffffff;
}

.navbar-vertical.grey {
    background-color: #F0F0F0;
    color:#999999;
}

.navbar-vertical.grey .nav li a {
    color:#999999;
}

.navbar-vertical.grey .nav > li > a,
.navbar-vertical.grey .muted {
   color: #454545;
}

.navbar-vertical.grey .nav li a:hover {
    background-color: #e5e5e5;
}

.navbar-vertical.grey .nav > .active > a, 
.navbar-vertical.grey .nav > .active > a:hover, 
.navbar-vertical.grey .nav > .active > a:focus {
    color: #2164a4;
    background-color: transparent;
    border-left: 3px solid #2164a4;
}

.navbar-vertical.active .nav > .active > a, 
.navbar-vertical.active .nav > .active > a:hover, 
.navbar-vertical.active .nav > .active > a:focus {
    padding: 11px 16px;
}

.navbar-vertical.grey .nav-list li .title {
    background-color: #e5e5e5;
}

.title-area button {
    background-color: transparent;
}

.navbar-vertical .title-area.grey {
    background-color: #F0F0F0;
}

.navbar-vertical .title-area.blue {
    background-color: #2164a4;
}

.navbar-vertical .title-area.blue.light {
    background-color: #2776c1;
}

.navbar-vertical .title-area.white {
    background-color: #ffffff;
}

/* Sidebar changes - active when is open */
/* Sidebar - Closed */
.navbar-vertical {
    width: 55px;
}

.navbar-vertical .nav-list li {
    position: relative;
}

.navbar-vertical .nav-list li.active .title {
    display: none;
}

.navbar-vertical .nav-list li .title {
    position: absolute;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    display: block;
    font-size: 11px;
    white-space: nowrap;
    pointer-events: none;
}

.navbar-vertical .nav-list li:hover .title {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    left: 39px;
    font-size: 14px;
}

.navbar-vertical .nav-list li:hover .fa-stack + .title {
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-vertical .nav-list li a {
    text-align: center;
    font-size: 18px;
}

/* Sidebar - Open */

.navbar-vertical.active {
    width: 230px;
    background-color: white;
    box-shadow: rgb(0 0 0 / 22%) 0px 25.6px 57.6px 0px, rgb(0 0 0 / 18%) 0px 4.8px 14.4px 0px;
}

.navbar-vertical.active .title-area {
    background-color: white;
}

.navbar-vertical.active .tics {
    display: none;
}

.navbar-vertical.active .icon-reorder {
    left: 5px;
    color: #555555;
    width: 44px!important;
}

.navbar-vertical.active #navbarVerticalNav {
    width: 190px;
    border-right:none;
}

.navbar-vertical.active .nav-list li a {
    text-align: left;
    zoom: 1;
    padding: 10px 20px 9px 20px;

}

.navbar-vertical.active .fas {
    width:20px;
    margin-right:5px;
}

.navbar-vertical .fa-stack {
    width:24px;
    height: 24px;
    line-height:24px;
    margin-left:-3px;
    margin-right:-1px;
}

.navbar-vertical.active .fa-stack {
    margin-right:4px;
}

.navbar-vertical.active .nav-list li .title {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    font-size: 14px;
}

.navbar-vertical.active .nav-list li:hover .title {
    left: 0px;
    padding:0;
}

/* Navigation secondary top bar */
.navbar-secondary.navbar .nav>li>a {
    color: #17445a;
}

.navbar-secondary .navbar-inner {
    border: none;
}

.navbar-secondary-static-top {
    top: 40px;
    left: 54px;
    border: 1px solid #DDD;
}

.fixed-left {
    margin-left: 0;
    left: 0;
}

/* New colors scheme */
* {
    padding: 0;
    margin: 0;
}
body, html {
    background-color: #f2f7fc;
    height:100vh;
}

.doc {
    background-color: white;
}

.tqi-dashboard rect[fill="#FFFFFF"] {
    fill: transparent;
}

.tqi-dashboard rect:nth-child(3) {
    fill: white;
}

.tqi-dashboard svg > g > rect {
    fill: white;
}

.panel {
    border: 1px solid #DDD;
    border-radius: 4px;
}

#div-left1 .panel,
#div-left2 .panel {
    background-color: white;
}

.table {
    background-color: white;
}

table.table-shaded-header thead tr {
    background-image: none;
    background-color: #fafafa;
    border: none;
    border-collapse: collapse;
    box-shadow: none;
}

tr.selected>th, tr.selected>td, td.selected, tr.selected>th a, .tr-hover.selected:hover>td,
    .tr-hover.selected:hover>th, .table-hover tbody tr.selected:hover>td,
    .table-hover tbody tr.selected:hover>th, .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a,
    .dropdown-submenu:focus>a, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover,
    .dropdown-menu>.active>a:focus {
    background-color: #1d98ff;
    color: #ffffff;
    background-image: none;
}
span.suffix {
  color: #999999;
}
tr.selected span.suffix {
  color: #dddddd;
}

.scoreA {
    background-color: #0d773d;
}

.scoreB {
    background-color: #3cb44a;
}

.scoreC {
    background-color: #f0eb29;
}

.scoreD {
    background-color: #e9c01b;
}

.scoreE {
    background-color: #f18121;
}

.scoreF {
    background-color: #d93c2a;
}

.dropdown-menu {
    box-shadow: 0 0 9px rgb(0 0 0/ 21%);
    border: none;
}

.accordion {
    background-color: white;
}

.btn-transparent, .btn-transparent:hover, .btn-transparent:focus {
    border: none;
    background-color: transparent;
}

/* New border radius */
.dropdown-menu {
    border-radius: 4px;
}
.btn {
   border-radius: 4px;
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.form-search .input-append .search-query {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

/* New cards */
.panel-bordered, table.outer-border {
    border: 1px solid #DDD;
    border-radius: 4px;
    border-collapse: separate; 
}

.print-mode .tiobe-icon-download-pdf {
    display: none;
}

table.quality-gate-condition-details tbody .blockingAfter a.delta-worse {
  color: #d18800;
}

.black-text {
  color: #333333;
}


/*---------------------------- CSS Hacks ----------------------------- */

/* Solving issue of #35677 */
@-moz-document url-prefix() {
    .tqi-dashboard table.table-metrics tbody td.numerical {
        padding-right: 15px;
    }
}

/** Custom css for 'change metric' button in TQI dashboard */

.hidden {
    display: none;
}

.tqi-dashboard #div-left1 .btn.hidden {
    display: block;
}

/**
* Custom css for the configuration UI assisted view
*/
.configyaml-artifact .nav-tabs {
    margin-bottom: 0;
}

.configyaml-artifact .nav-tabs > .active > a, 
.configyaml-artifact .nav-tabs > .active > a:hover, 
.configyaml-artifact .nav-tabs > .active > a:focus {
    border-color: transparent;
    border-bottom: 3px solid #2E8CE7;
}

.configyaml-artifact .table th, 
.configyaml-artifact .table td {
    vertical-align: middle;
}

.configyaml-artifact .input-append, 
.configyaml-artifact .input-prepend {
    margin-bottom: 0;
}

.configyaml-artifact .table-bordered.bottom {
    border: none;
}

.configyaml-artifact .table-bordered.bottom th, 
.configyaml-artifact .table-bordered.bottom td {
    border-left: none;
    border-right: 1px solid #ddd;
    padding-left:10px;
    color: #898888;
    font-weight: bold;
}


.configyaml-artifact .table-bordered.bottom th:last-child, 
.configyaml-artifact .table-bordered.bottom td:last-child { 
    border-right: none;
}

.configyaml-artifact .table-bordered.bottom th {
    /*padding: 8px 4px 8px 15px;*/
    text-transform: uppercase;
    font-size: 12px;
    width:20%;
}

.configyaml-artifact .table thead th {
    padding-top: 13px;
    padding-bottom: 12px;
}

.configyaml-artifact .table .title > th {
    padding: 40px 0 0px 0;
}

.configyaml-artifact .table .title:first-child > th {
    padding-top: 20px;
}

.configyaml-artifact .table-bordered.bottom td {
    padding: 11px 10px 11px 15px;
    width:20%;
}

.configyaml-artifact .btn.btn-outline-primary {
    color: #5896FF; 
    background-color: white; 
    border: 1px solid #5896FF;
}

.configyaml-artifact .btn-link.btn-black {
    color: #444443;
}

.configyaml-artifact .btn-link > .fa.fa-chevron-down {
    font-size:12px;
    padding-right: 2px;
}

.configyaml-artifact .btn-link.collapsed > .fa.fa-chevron-down {
    transform: rotate(-90deg);
}

.configyaml-artifact .btn-link > .fa.fa-info-circle {
    padding-left: 5px;
}

.configyaml-artifact .border-dashed {
    border: 2px dashed #e6e6e6!important;
}

.configyaml-artifact .empty-state {
    height: 100px;
    text-align: center;
}

.configyaml-artifact .table th.no-border,
.configyaml-artifact .table td.no-border {
    border: none;
}


.ace_text-input.readonly {
    cursor: default;
}


.row .helptext {
    margin-bottom: 10px;
    margin-top: -10px
}

.row-fluid .helptext {
    margin-bottom: 0;
    margin-top: -10px
}
.tooltip {
  opacity: 100;
  font: inherit;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #888;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  transition: opacity .6s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/** Styling on <q> tag */
q {
  font-style: italic;
}
q:before {
  content: "\0201C"
}
q:after {
  content: "\0201D"
}


/**----------------  Bootstrap 5.2 classes: remove when upgrade -------------------------*/
.opacity-100 {
    opacity: 1!important;
}

.opacity-25 {
    opacity: .25 !important;
}


.position-relative  {
    position: relative!important;
}

.position-absolute {
    position: absolute!important;
}

.top-0 {
    top: 0!important;
}

.top-50 {
    top: 50%!important;
}

.start-50 {
    left: 50%!important;
}

.translate-middle {
    transform: translate(-50%,-50%)!important;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-dark > .alert-heading {
    color: #141619;
}

.alert-secondary > .alert-heading {
    color: #41464b;
}

.zindex-1 {
    z-index: 1;
}

.fa {
  font-size: 14px;
  /*filter: drop-shadow(1px 1px 2px #EEE);*/
}
.fa.fa-function { /* function */
  font-size: 14px;
  color: #666;
  font-family: cursive;
  font-style: italic;   
}

.fa.fa-function:before {
  content: "\0192()";
}

.fa.fa-file {
  color: #b5b5b5;
}

.fa.fa-folder {
  color: #f9d875;
}

.fa.fa-database {
  color: #62c4db;
}

.fa.fa-globe {
  color: #666;  
}

.fa.fa-table {
  color: #97B7FF;  
}

.fa.fa-server { /* project group */
  color: #0094b9;
}

.fa.fa-tags { /* code type */
  color: #5DD1D1;
}

i.axis-icon {
  margin-right: 4px;
}

