﻿/* 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%;
    line-height: 28px; /* Vertically center the text there */
}
/* Header DropDown
-------------------------------------------------- */

/* Dropdown Button */
.dropbtn {
    background-color: #f5f5f5;
    color: #2c99c2;
    padding: 9px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight: 600
}

/* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #cce1ef;
        border-radius: 20px;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}
.dropdown-menu {
    margin: 4rem auto;
}

.dropdown-item-danger {
    color: var(--bs-red);
}

.dropdown-item-danger:hover,
.dropdown-item-danger:focus {
    color: #fff;
    background-color: var(--bs-red);
}

.dropdown-item-danger.active {
    background-color: var(--bs-red);
}

.btn-hover-light {
    background-color: var(--bs-white);
}

.btn-hover-light:hover,
.btn-hover-light:focus {
    color: var(--bs-blue);
    background-color: var(--bs-light);
}

.cal-month,
.cal-days,
.cal-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
}

.cal-month-name {
    grid-column-start: 2;
    grid-column-end: 7;
    text-align: center;
}

.cal-weekday,
.cal-btn {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0;
}

.cal-btn:not([disabled]) {
    font-weight: 500;
}

.cal-btn:hover,
.cal-btn:focus {
    background-color: rgba(0, 0, 0, .05);
}

.cal-btn[disabled] {
    border: 0;
    opacity: .5;
}

.form-control-dark {
    background-color: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .15);
}


.w-220px {
    width: 220px;
}

.w-280px {
    width: 280px;
}

.w-210px {
    width: 210px;
}
.w-300px {
    width: 300px;
}
.w-340px {
    width: 340px;
}
.w-450px {
    width: 4500px;
}

.w-600px {
    width: 600px;
}
.break {
    flex-basis: 100%;
    height: 0;
}
.menu-link {
    background-color: #FFF;
}

.menu-link:hover, .menu-link:focus {
    background-color: #a9a9a9 !important
}
.bottom-btn {
    position: absolute;
    bottom: 20px;
    width: 80%!important
}
.solid-breakHr {
    border-top: 5px solid #000000
}
.textcenter {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}