﻿/* 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. */

/* HEADER */
header .navbar {
    background-color: rgba(0,0,0,0.9); /*default with darker*/
    transition-property: color,background-color,border-color;
    transition-duration: .4s;
    transition-timing-function: linear;
}
.title-image header .navbar {
    background-color: rgba(0,0,0,0.5);
}
.title-image header .navbar.darker {
    background-color: rgba(0,0,0,0.9); /* was 0.7 */
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
a.navbar-brand img {
    max-height: 110px; /*55px;*/
    height: 100%;
    max-width: 60vw;
}

header .navbar .navbar-nav {

}

header .navbar .navbar-nav li {
    padding: 0 10px;
    text-align: center;
}
@media (min-width: 576px){
    header .navbar .navbar-nav li {
        padding: 0;
    }
    header .navbar .navbar-nav li + li {
        padding: 0 0 0 35px;
        text-align: inherit;
    }
}

header .navbar .navbar-nav .nav-link {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;

    color: #fff;
}

header .navbar .navbar-nav .nav-link:hover {
    color: #51b9ea;
}

header .navbar-toggler-icon {
    color: #fff;
    padding-top: 0.15em;
}
header .navbar-toggler-icon::before {
    font-size: 1.5rem;
}

header .notification-bubble {
    position: absolute;
    top: 1px;
    right: -8px;
    height: 16px;
    width: 16px;
    text-align: center;
    font-size: 10px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    color: #fff;
    background-color: #dc3545;
    border-radius: 8px;
    line-height: 16px;
}

/* PAGE TITLE */
.title-wrapper {
    background-size: cover;
    background-position: center center;
    margin-top: -144px; /*-155px;*/
    margin-bottom: 3rem;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 0 4em 3em rgba(0,0,0,0.15) inset;
    -moz-box-shadow: 0 0 4em 3em rgba(0,0,0,0.15) inset;
    box-shadow: 0 0 4em 3em rgba(0,0,0,0.15) inset;
}
.title-wrapper > .container {
    padding-top: 170px;
    padding-bottom: 50px;
}
.title-wrapper .text-white {
    /*text-shadow: 2px 2px rgba(0,0,0,0.7);*/
    text-shadow: 0px 0px 4px rgb(0,0,0);
}

/* FOOTER */
.footer {
    background-color: #282a2b;
    color: #fff;
    font-size: 0.8em;
}
.footer .copyright a {
    text-decoration: none;
    color: #fff;
}
.footer .copyright a:hover {
    text-decoration: underline;
    color: #fff;
}
.footer .social-icons a {
    display: inline-block;
    color: #52b9e9;
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
.footer .social-icons a:hover {
    opacity: 0.8;
}

.footer-menu {
    background-color: #285063;
}


/* FORM ELEMENTS */
.field-validation-error {
    display: block;
}

.btn-primary {
    color: #fff;
    background-color: #52b9e9;
    border-color: #52b9e9;
    /*background-color: #51b9ea;
    border-color: #46aee0;*/
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #4397c1;
    border-color: #3c8db6;  
}

label.custom-file-label {
    text-overflow: ellipsis;
    overflow: hidden;
}

/* MODAL */
.modal.t-5 {
    top: 5em;
}
.modal-dialog-scrollable {
    max-height: calc(100% - 8.5rem);
}
.modal-dialog-centered {
    min-height: calc(100% - 8.5rem);
}



/* INTRO.JS */
header.sticky-top {
    /*z-index: 888888888888888888;*/
}


/**** PRE GENERATED BELOW *****/
/* 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: 200px; /*150px*//*60px;*/
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/* generic form classes */
.alert.alert-validation {
    margin-bottom: 1.25em;
}
.alert.alert-validation.validation-summary-valid {
    display: none;
}
.alert.alert-validation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* break out of containers for full width */
.break-out {
    width: 100vw;
    position: relative;
    /*left: calc(-1 * (100vw - 100%) / 2);
    right: calc(-1 * (100vw - 100%) / 2);*/
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin-left: calc(-1 * (100vw - 100%) / 2 - 9px);
    margin-right: calc(-1 * (100vw - 100%) / 2 - 9px);
}
.break-out-sticky {
    width: 100vw;
    position: sticky;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    box-sizing: border-box;
}


/* ROUNDED SUPPLEMENT */
.rounded-top-left {
    border-top-left-radius: 2rem;
}
.rounded-top-right {
    border-top-right-radius: 2rem;
}
.rounded-bottom-left {
    border-bottom-left-radius: 2rem;
}
.rounded-bottom-right {
    border-bottom-right-radius: 2rem;
}

.rounded-top-left-0 {
    border-top-left-radius: 0px;
}
.rounded-top-right-0 {
    border-top-right-radius: 0px;
}
.rounded-bottom-left-0 {
    border-bottom-left-radius: 0px;
}
.rounded-bottom-right-0 {
    border-bottom-right-radius: 0px;
}

/* circular buttons */
.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-circle,
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}