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

a.nav-link {
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
}

.slh-nav-link {
  color: rgba(0, 0, 0, .6) !important;  
}

@font-face 
{
  font-family: 'DINPro';
  font-weight: bolder, bold;
  src: url(../fonts/DINPro-Bold.otf);
}

@font-face 
{
  font-family: 'DINPro';
  font-weight: normal;
  src: url(../fonts/DINPro-Light.otf);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.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;
  font-family: 'Open Sans', Helvetica,Arial,Lucida,sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 59px; /* Vertically center the text there */
}



/* login partial */
#logout {
  width: 100%;  
  padding: 0.25rem 1.5rem !important;
}

#logoutForm {
  padding: 0;
}


/* buttons */

.btn-primary {
  color: #fff;
  background-color: #9a2c3a !important;
  border-color: #9a2c3a !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: hsla(350, 68%, 38%, .7) !important;
  border-color: hsla(350, 68%, 38%, .7) !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: hsla(350, 68%, 38%, .7) !important;
  border-color: hsla(350, 68%, 38%, .7) !important;
}

.btn-group-toggle > .btn.active {
  color: #fff !important;
  background-color: #0062cc !important;
  border-color: #005cbf !important;
}

.requested-ribbon {
  position: absolute; 
  top: 0px;
  left: 0px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.75);
}

/* badges */

.badge {
  display: inline-block;
  padding: 0.35em 0.75em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}