﻿/* 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 */
}

.alert {
    padding: 20px;
    background-color: #2B2A33; /* Almost Black */
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

td {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
td:hover {
    overflow: visible;
    white-space: normal;
    height:auto;  /* just added this line */
}
.verticalSplit {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #A0A0A0;
    border-right: none;
}



.dot-dropdown {
    position: relative;
    display: inline-block;
}

.color-dot {
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.color-dot-inner {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.grey { background-color: grey; }
.red { background-color: red; }
.green { background-color: green; }
.orange { background-color: orange; }
.yellow { background-color: yellow; }
.gold { background-color: gold; }
.silver { background-color: silver; }
.bronze { background-color: #CD7F32; }
.green-gold { background-color: green; }
.green-silver { background-color: green; }
.green-bronze { background-color: green; }
.yellow-gold { background-color: yellow; }
.yellow-silver { background-color: yellow; }
.yellow-bronze { background-color: yellow; }

.black-dot {
    background-color: #000000
} 

.grey-dot {
    background-color: #222222
}

.red-dot {
    background-color: #1f0000;
}

.green-dot {
    background-color: #001500;
}

.orange-dot {
    background-color: #691a00;
}

.yellow-dot {
    background-color: #ff7d00;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    border: none;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.hidden {
    display: none !important;
}

.f-product-2 {
    display: none !important;
}

.f-product-100 {
    display: none !important;
}

.f-product-300 {
    display: none !important;
}

.f-product-400 {
    display: none !important;
}

.f-product-500 {
    display: none !important;
}

.header2 {
    position: fixed;   
}

#toTop {
    position: fixed;
    bottom: 50px;
    right: 40px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    opacity: .5;
    
    >span {
        margin-left: -3px;
        font-size: 35px;
        line-height: 42px;
    }
}
