﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.y-scrollable-card {
  max-height: 200px; /* Adjust the max-height according to your needs */
  overflow-y: auto;
}

.y-scrollable-card-300 {
  max-height: 300px; /* Adjust the max-height according to your needs */
  overflow-y: auto;
}
.y-scrollable-card-400 {
  max-height: 400px; /* Adjust the max-height according to your needs */
  overflow-y: auto;
}
.y-scrollable-card-600 {
  max-height: 600px; /* Adjust the max-height according to your needs */
  overflow-y: auto;
}

.x-scrollable-card {
  max-width: 200px; /* Adjust the max-height according to your needs */
  overflow-x: auto;
}

.timeline {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: hsl(0, 0%, 90%);
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}




.kpi-icon {  
  float: right;
  font-size:500%;
  position: absolute;
  top:0rem;
  right:-0.3rem;
  opacity: .16;
}



.kpi-grey-dark
{
  background: #495057;
  color: #efefef;
}

.kpi-red-gradient {
  background: linear-gradient(180deg, rgba(207,82,82,1) 0%, rgba(121,9,9,1) 80%);
  color: #fff;
}
.kpi-red {
  background: #a83b3b;
  color: #fff;
}

.kpi-green {
  background: #015904;
  color: #fff;
}

.kpi-blue {
  background: #266adf;
  color: #fff;
}


.kpi-purple
{
  background: #886ab5;
  color: #fff;
}

.kpi-orange {
  background: #e86c00;
  color: #fff;
}

.kpi-card
{
  overflow: hidden;
  position: relative;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.75);;
  display: inline-block;
  float: left;
  padding: 1em;
  border-radius: 0.3em;
  font-family: sans-serif;  
  width: auto;
  min-width: 100%;
  margin-left: 0.5em;
  margin-top: 0.5em;
}

.kpi-card-value {
  display: block;
  font-size: 200%;  
  font-weight: bolder;
}

.kpi-card-text {
  display:block;
  font-size: 90%;
  padding-left: 0.2em;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.text-ellipsis {
  overflow: hidden;       /* Ensures the content is clipped */
  white-space: nowrap;    /* Keeps the text on a single line */
  text-overflow: ellipsis; /* Add an ellipsis at the end of the text */
}

.text-small{
  font-size: small;
}
.apply-cursor-notallowed{
  cursor: not-allowed !important;
  opacity: 0.5;
}

.dropdown-menu li {
  position: relative;
} 

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
}

.vscroll-table table {
  width: 100%;
}
.vscroll-table thead, tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.vscroll-table tbody {
  display: block;
  overflow-y: auto;
  table-layout: fixed;
  max-height: 200px;
}
