﻿/* 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 {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.visualizationTimeLine{
  font-size: smaller;
}
#componentTimeline{
  padding-top:10px;
}

.vis-item-content a{
  color:#2d5583;
}
.visualizationTimeLine .vis-item.vis-box{
  border-radius: 5px;
  top:3px;
}
.visualizationTimeLine .vis-item {
  background-color: #94d3c2;
  border-color: #47645c;
}

.visualizationTimeLine .vis-item.LTSCategory {
  background-color: #94d3c2;
  border-color: #47645c;
}

.visualizationTimeLine .vis-item.NearEOLCategory {
  background-color: #c3d394;
  border-color: #606447;
}

.visualizationTimeLine .vis-item.AtEOLCategory {
  background-color: #d3aa94;
  border-color: #645047;

}
.visualizationTimeLine .vis-item.UnknownCategory {
  background-color: #9c94d3;
  border-color: #5b4764;
}
.visualizationTimeLine .vis-item.vis-selected {
  border-color: #ffc200;
  background-color: #fff785;
  z-index: 2;
}

td.Yellow.text-right {
    background-color: #c3d394;
}

td.Red.text-right {
  background-color: #d3aa94;
}

td.Green.text-right {
    background-color: #94d3c2;
}

td.AllWhite.text-right {
    color: white;
    background-color: white;
}

.statsRow.LTSCategory{
  background-color: #94d3c2;
}
.statsRow.NearEOLCategory{
  background-color: #c3d394;
  
}

.statsRow.AtEOLCategory{
  background-color: #d3aa94;
}

.statsRow.UnknownCategory{
  background-color: #9c94d3;
  
}


.visualizationTimeLine .vis-item.vis-box
{
  text-align:left;
}
.visualizationTimeLine .vis-even{
  background-color: #efefef;
}
.visualizationTimeLine .vis-odd{
  background-color: #fefefe;
}
.aggregateTable td{  
  padding: 5px;
}
.aggregateTable th{ 
  padding: 5px;
}

.dropdown-menu{
  width: 90%;
}
span.select2-container
{
  width:100%  !important;
}