﻿/* 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.top-row {
    background-image: linear-gradient(180deg, rgb(0, 153, 204) 18%, #0066cc 70%);
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;
    height: 6rem !important;
    display: flex;
    align-items: center;*/
}

.link-footer {
    color: #ffffff;
    text-decoration: underline;
}
.link-footer:hover {
    color: #e2e2e2;
    text-decoration: none;
}
.link-footer:visited {
    color: #ffffff;
    text-decoration: underline;
}

.btn-blue {
    color: #fff;
    background-color: #0099dd;
    border-color: #1861ac;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.text-blue {
    color: #0099dd;
}

.text-pink {
    color: #ffc0cb;
}

.text-black {
    color: #000000;
}

.bg-blue {
    background-color: #0099cc;
}

.link-blue {
    color: #0077cc;
}
.link-blue:hover {
    color: #0099ff;
}
.link-blue:visited {
    color: #0077cc;
}
.link-blue:visited:hover {
    color: #0099ff;
}

.alert-blue {
    color: #333333;
    background-color: #0099dd;
    border-color: #0099ff;
}

.alert-lightblue {
    color: #ffffff;
    background-color: rgba(65, 176, 214, .80);
    border-color: #b8daff;
}

.alert-blue hr {
    border-top-color: #0099ff;
}

.alert-blue .alert-link {
    color: #ffffff;
}

.badge-blue {
    color: #fff;
    background-color: #0099cc;
}

input[type=radio] {
    transform: scale(1.8);
    margin-right: 5px;
    margin-left: 5px;
}

label:first-child input[type=radio] {
    width: 30px;
    height: 30px;
}

label:last-child input[type=radio] {
    transform: scale(1.5);
}

.magnify120 {

}

.badge-blue {
    color: #fff;
    background-color: #0099cc;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #0099ff;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 153, 255, 0.5);
}

.jobs-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
}

.job-status {
    padding-right: 10px;
    flex-grow: 1;
    height: 100%;
}

.items-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

.item-status {
    padding-right: 10px;
    flex-basis: 10%;
    flex-grow: 1;
    height: 100%;
}

ul.dropzone {
    border: 2px solid #0099cc;
    border-radius: 5px;
    padding: 5px;
}

    ul.dropzone li {
        border: 1px solid #0099ff;
    }

#Activities li {
    display: block;
    background-color: lightgray;
    padding: 5px;
    margin: 5px;
}

#Passengers li {
    display: block;
    background-color: cornflowerblue;
    padding: 5px;
    margin: 5px;
}

#Assigned li {
    display: block;
    background-color: lightsalmon;
    padding: 5px;
    margin: 5px;
}

.todo li {
    display: block;
    background-color: lightgrey;
    padding: 5px;
    margin: 5px;
}

.assigned li {
    display: block;
    background-color: lightsalmon;
    padding: 5px;
    margin: 5px;
}

ul li.boat {
    display: block;
    background-color: lightskyblue;
    padding: 5px;
    margin: 5px;
}
ul li.land, li.educ {
    display: block;
    background-color: whitesmoke;
    padding: 5px;
    margin: 5px;
}
ul li.acco {
    display: block;
    background-color: lightgreen;
    padding: 5px;
    margin: 5px;
}
ul li.admn, li.tran {
    display: block;
    background-color: lightgray;
    padding: 5px;
    margin: 5px;
}
ul li.scub {
    display: block;
    background-color: lightsalmon;
    padding: 5px;
    margin: 5px;
}

#Todo li {
    display: block;
    background-color: lightblue;
    padding: 5px;
    margin: 5px;
}

#Started li {
    display: block;
    background-color: cornflowerblue;
    padding: 5px;
    margin: 5px;
}

#Progress li {
    display: block;
    background-color: red;
    padding: 5px;
    margin: 5px;
}

#Completed li {
    display: block;
    background-color: lightblue;
    padding: 5px;
    margin: 5px;
}

.dragFooter {
    clear: both;
}

.dropzone {
}

.last-updated {
    font-size: smaller;
    font-style: italic;
    display: inline-block;
    text-align: left;
    padding: 0 2px 0 2px;
    width: 100%;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.nlk-grid-container {
    /* User input values */
    --grid-layout-gap: 1rem;
    --grid-column-count: 4;
    --grid-item--min-width: 150px;
    /* Calculated values */
    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    grid-template-rows: auto;
    grid-auto-rows: 1fr;
    grid-gap: var(--grid-layout-gap);
}

.nlk-grid-item {
    border: 1px solid #0099ff;
    padding: 1rem;
}

    .nlk-grid-item:hover {
        color: #0099ff;
        font-size: 110%;
    }

