﻿/* 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;*/
    /*    display: flex;
    flex-direction: column;
    min-height: 100vh;*/
    height: 100%;
    margin: 0;
}
main {
    /*display: flex;
    flex-direction: column;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.container {
    width: 100%;
}

.row {
    margin-bottom: 0;
}

.no-padding {
    padding: 0;
}

video {
    /* override other styles to make responsive */
    /*    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;*/
    /*width: 100%;*/
    /*    height: 100%;
    object-fit: cover;
    flex: 1;*/
    /*flex-grow: 1;*/
    width: 100%;
    height: calc(100vh - 175px);
    object-fit: fill;
    flex: 1;
    overflow: hidden;
}

.video-content {
    /*height: 75vh;*/
    /*    display: flex;
    flex-direction: column;    */
    display: flex;
    flex-grow: 1;
}

.collection {
    overflow: visible;
}

.controls {
    margin-top: 2em;
}

.h3-events {
    margin: 0.5rem auto 0.5rem 0;
    line-height: 100%;
}

.events-header {
    padding: 0 20px !important;
}

.navbar-fixed .nav-wrapper .brand-logo img {
    height: 64px;
}

.no-margin {
    margin: 0;
}

.dropdown-content {
    overflow-y: visible;
}

.dropdown-content .dropdown-content { /*controls where the sub menus drop relative to the parent one*/    
    left: 100%; /*drop to the left*/
    /*left: -100%;*/ /*drop to the right*/
    /*left: auto;*/ /*drop in the middle*/
}

input#selectedDate {
    margin: 0 0.2em;
}

.event-details > a {
    color: #ff0000;
}

@media only screen and (min-width: 993px) {
    .modal-menu {
        max-width: 350px !important;
        max-height: 100% !important;
        overflow-y: auto;
    }
}

.flex .center-align {
    align-items: center;
    justify-content: center;
}

.collapsible-body {
    padding: 0;
}

.pager {
    padding: 0.5rem 0;
}

/* signature pad */
.signature-wrapper {
    position: relative;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 48rem;
    min-height: 32rem;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;    
}

.signature-pad::before,
.signature-pad::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
    left: 20px;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 16rem;
    border: 1px solid #f4f4f4;
}

.signature-pad--body
canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 16rem;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

/* picking slip template */
.picking-slip tr {
    border: none;
}

/* event attachments */
[type="checkbox"] + span:not(.lever).attachment-label::before,
[type="checkbox"]:not(.filled-in) + span:not(.lever).attachment-label::after {
    top: 50% !important;
    left: auto !important;
}

.attachment-label a.collection-item {
    background-color: transparent;
    word-wrap: anywhere;
}

/*winhire upload button*/
#winhire-upload-submit {
    background: transparent;
    border: transparent;
    cursor: pointer;
}
