﻿/* 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;
}

/* 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;
    padding-top: 50px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

a.dropdown-toggle:hover + div.dropdown-menu,
div.dropdown-menu:hover {
    display:block
}

div.dropdown-menu {
    margin-top: 0
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.content {
    padding-top: 70px;
}


.sidenav {
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 0px;
    overflow-x: hidden;
    padding: 8px 0;
}

.jumboconnect {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 600px;
    background-color: #ccc;
    border-radius: 10px;
}

.tab-pane {
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}