﻿/* 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. */

.search-field,
.term-list {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.title {
    width: 100%;
    margin: 3em 0 1em;
    text-align: center;
    font-family: "Arvo", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 170%;
    font-weight: 400;
    color: #2a5ba3;
    text-shadow: #fff 1px 1px 0px, #ddd 2px 2px, #ddd 3px 3px 1px;
}

.search-field {
    display: block;
    width: 30%;
    margin: 1em auto 0;
    padding: 0.5em 10px;
    border: 1px solid #999;
    font-size: 130%;
    font-family: "Arvo", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-weight: 400;
    color: #3e8ce0;
}

#divTo {
    margin-left: 0.8em;
}

.specific-location .term-list {
    width: 100% !important;
}
.term-list {
    list-style: none inside;
    margin: 0 auto 2em;
    padding: 5px 10px 0;
    text-align: left;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    font-family: "Arvo", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-weight: 400;
    position: absolute;
    width: 88%;
    border-radius: 8px;
    z-index: 999;
}

.term-list li {
    padding: 0.5em 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.term-list li:hover {
    color: #06b590;
}

.selected {
    color: #06b590;
}

.term-list strong {
    color: #444;
    font-weight: 700;
}

.hidden {
    display: none;
}

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;
}

.nk-menu-link {
    padding-left: 8px !important;
}
.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-link {
    padding-left: 30px !important;
    padding-right: 0px !important;
}
    /* 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 */
}
