/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.speedOfLightDuration,tr.speedOfLightDuration td {
	color: #006666;
        background-color: #73ffff;
}
.veryFastDuration,tr.veryFastDuration td {
	color: #006633;
    background-color: #73ffb9;
}
.fastDuration,tr.fastDuration td {
    color: #006600;
    background-color: #73ff73;
}
.nutrealDuration,tr.nutrealDuration td {
    color: #336600;
    background-color: #b9ff73;
}
.slowDuration,tr.slowDuration td {
	color: #666600;
    background-color: #ffff73;
}
.verySlowDuration,tr.verySlowDuration td {
    color: #663300;
    background-color: #ffb973;
}

.blockerDuration,tr.blockerDuration td {
	color: #660000;
    background-color: #ff7373;
}

.ajax {
	cursor:pointer;
}

.redFrame td{
	font-weight:bold;
	border:1px solid #FF0000;
}

.ekkonTable td {
	font-size:0.6rem;
}
.ekkonTable th {
	font-size:0.6rem;
}

.profile-dot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background-color: lightgray;
  border-radius: 50%;
  border: gray 2px solid;
  background-size: cover;
  background-position: center;
  background-repeat: none;
}

.profile-dot span {
  font-weight: 700;
  color: #fff;
  font-style: normal;
  font-size: 120%;
}

.nav-align-top > .tab-content {
	background: transparent;
}

.alert pre {
  padding-bottom:1rem;
  white-space: pre-wrap;
}

#log-table td { font-size:9px; padding:1px; vertical-align:top}
#log-table .logtime { width:100px;}
#log-table .logstate { width:50px;}
#log-table .logtype { width:50px;}
#log-table .logmsg { }
#log-table pre {margin-bottom:0; font-size:9px; font-family:var(--bs-body-font-family);}

.statsWrapper {
  max-width: 80em;
  max-height: 40em;
  overflow: scroll;
  position: relative;
}

#statisticTable {
  position: relative;
  border-collapse: collapse;
}
#statisticTable thead:first-child {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  background: #000;
  color: #FFF;
  z-index: 2;
}

#statisticTable thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  text-align:center;
}

#statisticTable thead th {
  background: #000;
  color: #FFF;
}


#statisticTable thead th:first-child {
  left: 0;
  z-index:3;
  text-align:right;
}




#statisticTable tbody th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  background: #000;
  color: #FFF;
  text-align:right;
  border-right: 1px solid #CCC;
  z-index: 1;
}

#statisticTable .summenzeile {
  font-weight:bold;
}

.smallToolTip {font-size:0.6rem !important;}