body {
	font-family: "Roboto", sans-serif;
	margin:  0;
	overflow: hidden;
}
pre {
	max-width: 700px;
}
h2 {
	margin-top: 50px;
}
h3 {
	/*background: #373b50;
    color: white;
    padding: 5px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;*/
    margin-top:  50px;
}
h4 {
	/*background: #373b50;
    color: white;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;*/
    margin-top: 50px;
}
tbody {
	font-size: 14px;
	color:  #444444 !important;
}
th {
	font-size: 15px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background: #fafafa !important;
}
table.dataTable tbody tr.even {
	background: white;
}
table.dataTable {
	box-shadow:  0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.no-top-margin {
	margin-top:  0px;
}
.content-wrapper {
	display: grid;
	grid-template-columns: 350px auto;
}
.top-navbar {
	height: 70px;
	background:  #373b50;
	display: flex;
	position: relative;
	color: white;
	align-items: center;
	justify-content: center;
}
.section-wrapper {
	width:  calc(100% - 34px);
	padding: 12px;
	background: #f2f7fa;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);;
}

.top-navbar-accordion {
	position:  absolute;
	left: 2%;
	top: 18.5px;
	fill: aliceblue;
	height:  30px;
}
.top-navbar-title {
	font-size:  18px;
	font-weight: 600;
}
.left-sidebar {
	grid-column: 1;
	border-right: 1px solid #d9d9d9
}
.content-section {
	height: calc(100vh - 70px);
	grid-column: 2;
	/*max-width:  calc(100vw - 350px);*/
	overflow: scroll;
	padding-left: 10px;
	/*border-left: 1px solid #d9d9d9;*/
	/*width: calc(100% - 20px);*/
}
.left-sidebar-content-box {
	width: calc(350px - 20px);
	position:  fixed;
	top: 70px;
	padding-left:  20px;
	overflow-y: auto;
	max-height: 100vh;
}
.left-sidebar-content-box a {
	color:  #7b7b7b;
	text-decoration: none;
}
.left-sidebar-content-box a:hover {
	color: black;
}
.dataTables_wrapper {
	width:  100%;
	max-width: 100%;
}
.dataTable {
	max-width:  100%;
}
thead {
	background: #e4e9f4;
}
/*thead th,
thead tr {
	background: transparent !important;
}*/
thead th {
	background-image: linear-gradient(to bottom,rgba(255,255,255,0.8)  0%,rgba(255,255,255,0.7)  30%,rgba(255,255,255,0.5)  60%,rgba(255,255,255,0)  100%) !important;
	background-repeat: no-repeat !important;
}
thead th:not(:last-child) {
    border-right: 1px solid #eee;
}
.cell-border {
	border: 1px solid #eee !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background:  white;
}
table.dataTable tbody tr.odd:hover,
table.dataTable tbody tr.even:hover {
	background: #d6e9f8!important;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
	border:  none!important;
	max-width:  300px;
	word-wrap: break-word;
	font-size:  .8rem;
	font-weight:  700;
}
table.dataTable.cell-border tbody td {
	font-weight: 400 !important;
}
/*table.dataTable.cell-border thead {
	background:  #e8eaed;
}*/
table.dataTable {
	margin: 0 !important;
}
table.dataTable thead th, table.dataTable thead td {
	/*background:  #f1f3f4;*/
	/*border-bottom: 1px solid white;*/
	border-bottom: none;
	font-size: .875rem;
	text-align: center;
	/*padding: 14px 17px 14px 0px!important;*/

	padding: .8em !important;
}
table.dataTable thead th.sorting_asc {
	background-image:  linear-gradient(to bottom,rgba(255,255,255,0.8)  0%,rgba(255,255,255,0.7)  30%,rgba(255,255,255,0.5)  60%,rgba(255,255,255,0)  100%), url(https://cdn.datatables.net/1.10.25/images/sort_asc.png) !important;
}
table.dataTable thead th.sorting_desc {
	background-image:  linear-gradient(to bottom,rgba(255,255,255,0.8)  0%,rgba(255,255,255,0.7)  30%,rgba(255,255,255,0.5)  60%,rgba(255,255,255,0)  100%), url(https://cdn.datatables.net/1.10.25/images/sort_desc.png) !important;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
	border-top: 1px solid #eee !important;
	border-right: 1px solid #eee !important;
	padding:  0.8em !important;
}
table.dataTable {
	width:  auto !important;
}
h1 {
	margin-top: 57px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: white!important;
	border: 1px solid #d9d9d9;
}


.red-background {
	display: block;
	margin-bottom: 0px;
}
.red-background .coverage-line-inner {
	/*background: #ffeaea;*/
	color:  #a20000;
	padding:  0px 0px
}
.red-background .language-clike {
	background:  #bf4343;
}


.gold-background {
	display: block;
	margin-bottom: 0px;
}
.gold-background .coverage-line-inner {
	/*background: #ffeaea;*/
	color:  #a20000;
	padding:  0px 0px
}
.gold-background .language-clike {
	background:  #DCC80D;
}

.yellow-background {
	display: block;
	margin-bottom: 0px;
}
.yellow-background .coverage-line-inner {
	/*background: #ffeaea;*/
	color:  #a20000;
	padding:  0px 0px
}
.yellow-background .language-clike {
	background:  #DADA25;
}

.greenyellow-background {
	display: block;
	margin-bottom: 0px;
}
.greenyellow-background .coverage-line-inner {
	/* background: #ffeaea; */
	color:  #a20000;
	padding:  0px 0px
}
.greenyellow-background .language-clike {
	background:  #67C30C;
}


.lawngreen-background {
	display: block;
	margin-bottom: 0px;
}
.lawngreen-background .coverage-line-inner {
	/* background: #ffeaea; */
	color:  #a20000;
	padding:  0px 0px
}
.lawngreen-background .language-clike {
	background:  #00CC00;
}

.coverage-line-filename {
	color:  #ce0000;
	line-height:  1;
}

input[type="checkbox"] {
  display: none;
}
.wrap-collabsible {
  margin: 0.8rem 0;
}
.lbl-toggle {
  display: block;
  font-family: monospace;
  font-size: .7rem;
  text-transform: uppercase;
  text-align: center;
  padding: .3rem;
  color: #7e7e7e;
  background: #f1f1f1;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.lbl-toggle:hover {
  color: #aaa;
}
.lbl-toggle::before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transition: transform 0.2s ease-out;
}
.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}
.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}
.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 350px;
}
.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.collapsible-content .content-inner {
  background: rgba(250, 250, 250, 1);
  border-bottom: 1px solid rgba(0, 105, 255, 0.45);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 0.5rem 1rem;
}
.collapsible-content p {
  margin-bottom: 0;
}
.high-level-conclusions-wrapper {
	display: flex;
	flex-direction: column;
}
.high-level-conclusions-wrapper .line-wrapper {
    margin-bottom: 23px;
}
.high-level-conclusion {
	border-radius: 5px;
    padding: 10px 20px;
}
.high-level-conclusion.yellow-conclusion {
    background: #fffddb;
    color: #916f00;
}
.high-level-conclusion.red-conclusion {
    background: #ffd7d4;
    color: #820900;
}
.high-level-conclusion.green-conclusion {
    background: #eaffd4;
    color: #3b7300;
}
.colormap {
	width: 100%;
}