﻿/* 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;
    background-color: #fafbfc;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* Custom Stuff
-------------------------------------------------- */
.select2-container {
    color: black;
}

.bg-info-sub {
    background-color: #79b3c5 !important;
}

a {
    color: #326474;
}

    a:hover {
        color: #326474;
    }

/* Custom - Turn Select/Dropdown into Buttons
-------------------------------------------------- */
div.selectbtn {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #fff;
    background-color: #8e8c84;
    border-color: #8e8c84;
    border-radius: 0.25rem;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
}

    div.selectbtn.selected {
        color: #fff;
        background-color: #325d88;
        border-color: #325d88;
        padding: 0.375rem 0.75rem;
    }


/* Custom - Logo
-------------------------------------------------- */
logo h1 .pacifico {
    font-family: pacifico,helvetica,sans-serif;
    vertical-align: bottom;
    line-height: 1.15;
    font-weight: 400;
    font-size: 1.35em;
    display: inline-block;
}

:not(.fa), body {
    font-family: nunito,helvetica,Arial,sans-serif;
}

.pacifico {
    font-family: pacifico,sans-serif;
    text-transform: lowercase;
}

.top .remote-ok-logo {
    margin-top: 1em;
    z-index: 10;
    text-shadow: 2px 2px 0 rgba(0,0,0,.25);
}


.dt-buttons {
    margin-left: 25px;
}