body {
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	background: #fafafa;
	overflow: hidden;
	height: 100vh;
}
#sidebar a[data-toggle="collapse"] {
    position: relative;
}
#sidebar .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
}
#content nav .dropdown .dropdown-toggle::after {
	display: none;
}
#sidebar ul li a.selected {
	background: rgba(0,0,0,0.5);
	color: #fff;
}
#sidebar .dropdown-toggle[aria-expanded="false"]::after {
	transform: rotate(90deg);
}
a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
a.page-form:hover {
    cursor: pointer;
}
.wrapper {
	display: flex;
	display: -webkit-flex;
	flex-grow: 1;
	width: 100%;
	height: 100%;
	align-items: stretch;
	min-height: 100vh;
}
#sidebar {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 260px;
	overflow: hidden;
	min-height: 100vh;
	background: rgba(0,0,0,.87);
	color: #fff;
	transition: all 0.3s;
	overflow-y: auto;
}
#sidebar .sidebar-header {
	font-size: 15.5px;
	font-weight: 700;
	padding: 13px 16px;
	border-bottom: 1px solid rgba(255,255,255,.08);
}
#sidebar .sidebar-footer {
	font-size: 15.5px;
	padding: 13px 16px;
	border-top: 1px solid rgba(255,255,255,.08);
	margin-top: auto;
    cursor: pointer;
}
#sidebar ul.components {
	font-size: 15.5px;
	margin-bottom: 0;
}
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul li a {
	padding: 8px 16px;
	display: block;
}
#sidebar ul li a:hover {
	background: rgba(0,0,0,0.5);
}
#sidebar ul li a .lock-icon {
	float: right;
	font-size: 1.2em;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
	color: #fff;
	/* background: #6d7fcc; */
}
ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	/* background: #6d7fcc; */
}
#content{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
	min-height: 100vh;
	overflow-y: auto;
	padding: 1.5em 3em;
	font-size: 0.9rem;
}
#content h1{
	font-size: 2em;
	margin-bottom: 0.5em;
}
#content h3{
  font-size: 1.2em;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #2185d0;
}
.blockquote {
  font-size: 1em;
  margin-bottom: 0.5rem;
  border-left: 4px solid #DDD;
  padding: 0 15px;
  color: #777;
}
.btn-primary {
  color: #fff;
  background-color: #2185d0;
  border-color: #2185d0;
  padding: 0.5rem 1rem;
}
.btn-primary:hover {
  background-color: #1678c2;
  color: #FFFFFF;
  text-shadow: none;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0;
  background-color: #1678c2;
  color: #FFFFFF;
  text-shadow: none;
}
.btn-primary:active {
  background-color: #1678c2;
  color: #FFFFFF;
  text-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #1678c2;
  border: 0px solid transparent;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  background-color: #1678c2;
  box-shadow: 0 0 0 0;
}
.btn {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 0px solid transparent;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0; 
}
.dropdown-menu{
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.pagination {
  display: block;
	margin-top: auto;
  font-family: Georgia, serif;
  font-size: 22px;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 15px;
}
.pagination a{
  color: #CCC;
  text-decoration: none;
}
.pagination a:not([href]):not([class]) {
  color: #CCC;
  text-decoration: none;
}
.pagination a:not([href]):not([class]):hover {
  color: #CCC;
  text-decoration: none;
}
.pagination a[data-href] {
  cursor: pointer;
}
#back-button:hover{
  color:#000;
  cursor: pointer;
}

/*--------------
   Horizontal
---------------*/

.ui.horizontal.divider {
  display: table;
  white-space: nowrap;
  height: auto;
  line-height: 1;
  text-align: center;
}

.ui.horizontal.divider:before,
.ui.horizontal.divider:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
}

.ui.horizontal.divider:before {
  background-position: right 1em top 50%;
}

.ui.horizontal.divider:after {
  background-position: left 1em top 50%;
}

h4.ui.header {
  font-size: 1.07142857rem;
}

h4.ui.header .sub.header {
  font-size: 1rem;
}

/*******************************
            Header
*******************************/

/* Standard */

.ui.header {
  border: none;
  margin: calc(2rem -  0.14285714em ) 0em 1rem;
  padding: 0em 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.28571429em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
}

.ui.header:first-child {
  margin-top: -0.14285714em;
}

.ui.header:last-child {
  margin-bottom: 0em;
}

/*--------------
   Sub Header
---------------*/

.ui.header .sub.header {
  display: block;
  font-weight: normal;
  padding: 0em;
  margin: 0em;
  font-size: 1rem;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 0.6);
}

.ui.horizontal.divider:before,
.ui.horizontal.divider:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
}

table tbody tr td a{
  color: #4183c4;
  text-decoration: none;
}

table tbody tr td a:hover{
  color: #4183c4;
  text-decoration: none;
}
.print-only {
  display: none; 
}
.print-head {
    display: none;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 20px;
    height: 40px;
    font-weight: bold;
}
.print-logo-pack {
    display: inline-flex;
    justify-content: flex-start;
}
.print-title {
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
.print-logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.print-num {
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.about-this-report ul{
    padding-inline-start: 20px;
}
.about-this-report a{
    color: #007bff;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}
@keyframes spin {
0% {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
}
@media print {
  .no-print {
    display: none !important;
  }
  .modal-backdrop {
    display: none !important;
  }
  .print-head {
    display: flex !important;
  }
  .print-only {
    display: block !important;
  }
  .appendix {
    page-break-before: always;
  }
  @page {
    margin: 0;
  }
  body {
    height : auto !important;
    margin: 10px;
    -webkit-print-color-adjust:exact;
    -moz-print-color-adjust:exact;
    -ms-print-color-adjust:exact;
    print-color-adjust:exact;
  }
}
