﻿/* 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;
}

td.operation {
    background-color: white;
}

td.equipment {
    background-color: white;
}

.btn-alt {
    color: #fff;
    background-color: #e89020;
    border-color: #e89020;
}


.plan-row-header {
    white-space: nowrap;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.selectable {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 1px;
    cursor: pointer;
}

.flex-basis-700 {
    flex-basis: 700px;
}
.flex-basis-725 {
    flex-basis: 725px;
}

/*------------------------------------------------
 Breadcrumb styling
------------------------------------------------*/

/* Modifies bootstrap breadcrumb styling */
ol.breadcrumb {
    padding: inherit;
    background-color: inherit;
    padding-left: 0;
    margin-bottom: 0;
}

/* Modifies bootstrap breadcrumb styling */
.breadcrumb-item a {
    color: #b1b1b1;
    font-size: 0.8em;
}

/* Modifies bootstrap breadcrumb styling */
.breadcrumb-item {
    /* allow .breadcrumb-item::before to align vertically */
    display: flex;
}

/* Modifies bootstrap breadcrumb styling */
.breadcrumb-item + .breadcrumb-item::before {
    color: #b1b1b1;
    font-size: 0.8em;
    /* align vertically with breadcrumb-item */
    display: flex;
    align-items: center;
}

.breadcrumb-item.active a {
    color: #6c757d;
    font-weight: 600;
}

/* This can be removed when we move to bootstrap 5 */
.gap-1 {
    gap: 0.25rem !important;
}

/* This can be removed when we move to bootstrap 5 */
.gap-2 {
    gap: 0.5rem !important;
}

/* This can be removed when we move to bootstrap 5 */
.gap-3 {
    gap: 1rem !important;
}

/*------------------------------------------------
 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 */
}


/* Vue calendar styles*/
.vuecal__now-line {
    display: none
}
.vuecal--month-view .vuecal__cell {
    height: 50px;
}
.vuecal__event {
    font-size: 12px;
}
.vuecal__event.default {
    border-left: 5px solid #4B4C49;
}
.vuecal__event.error {
    border-left: 5px solid rgb(235, 82, 82);
}

.dotted-underline {
    border-bottom: 1px dotted;
}
