﻿/* 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;
}

.denver-site-name-title {
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    font-size: 28pt;
}

.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 */
}

.denver-report-grid {
    height: 740px;
}

#denver-login {
    padding-top: 30px;
}

.denver-note-subtext {
    font-size: 10pt;
    color: #343131;
    font-weight: bold;
}

.denver-note-footer {
    border-bottom: 1px solid lightgray;
    margin-bottom: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.denver-table {
    padding-top: 10px;
}

.denver-table-footer > tr > td {
    font-weight: bold;
}

.denver-note {
    padding-bottom: 0px;
    white-space: pre-wrap;
    cursor: pointer;
}

.denver-note-wrapper {
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    border-radius: 15px;
    margin-top: 8px;
    padding-top: 8px;
}

.denver-note-attachment {
    padding-bottom: 12px;
}

.denver-note-attachment-title {
    font-weight: bold;
    font-size: 10pt;
}

.denver-photo {
    padding-bottom: 4px;
}

.denver-photo-subtext {
    font-size: 9pt;
    color: #343131;
    margin-left: 4px;
}

.denver-photo-footer {
    border-bottom: 1px solid lightgray;
    margin-bottom: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 1px;
    margin-left: 1px;
}

.denver-photo-modal {
    width: 90%;
    margin: auto;
    max-width: unset;
}

.denver-attachment-subtext {
    font-size: 9pt;
    color: #343131;
}

.denver-menu-icon {
    background-color: #b7d7e8;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 110px;
    font-weight: bold;
    font-size: 11pt;
    cursor: pointer;
}

.denver-menu-icon > .fas {
    padding-top: 12px;
    font-size: 30pt;
    padding-bottom: 10px;
}

.denver-section {
    display: none;
}

#alerts {
    position: fixed;
    top: 20px;
    width: 90%;
    z-index: 999;
    max-width: 900px;
    margin: auto;
}

#mainHeader {
    
}

#textSearchJobId {
    width: 60px;
}

#denver-job-id {
    font-weight: bold;
}

.denver-logo {
    height: 50px;
}

.denver-hidden {
    display: none;
}

.denver-accordion-header {
    font-weight: bold !important;
    color: #2d7d1a !important;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .0rem .0rem;
    font-size: 1.0rem;
    line-height: 1.0;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    text-align: left;
}

#textboxJobName {
    font-weight: bold;
    font-size: 14px;
}

a.denver-delete-link {
    color: #e91d1d !important;
    cursor: pointer;
}

.denver-button-row {
    padding-top: 20px;
}
.denver-button-cancel {
    padding-top: 10px;
}

.icon {
    width: 12px;
    height: 12px;
}

.denver-calendar {
    width: 100%;
    table-layout: fixed;
}

.denver-calendar > thead > tr > th {
    font-weight: normal;
    text-align: center;
    font-size: 10pt;
    border: 1px solid #dadce0;
}

.denver-calendar-day-of-week {
    font-weight: bold;
}

.denver-calendar > tbody > tr > td {
    font-size: 10pt;
    border: 1px solid #dadce0;
    padding: 0px;
    margin: 0px;
}

.denver-calendar-day {
    min-height: 150px;
    padding-bottom: 4px;
}

.denver-calendar-entry {
    padding: 2px;
    margin: 0px;
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
*/    font-size: 9pt;
    border-bottom: dotted 1px #aaaaaa;
    background-color: #333333;
}
.denver-calendar-entry-invoiced {
    background-color: #5DB62F;
    color: #FFFFFF;
}

.denver-calendar-entry-notinvoiced {
    background-color: #6C21A0;
}

.denver-calendar-entry a {
    color: #ffffff;
}

.denver-calendar-event {
    background-color: #eeeeee;
}

.denver-calendar-event a {
    color: #000000;
}

.denver-calendar-week-button {
    font-size: 16pt;
    cursor: pointer;
    padding-left: 8px;
}

.denver-calendar-add-remove {
    
}

.denver-calendar-add-remove i {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14pt;
    cursor: pointer;
}

.denver-calendar-daily {
    max-width: 800px;
    table-layout: fixed;
    margin: auto;
}
.denver-calendar-daily-row-cell {
    padding: 10px;
}

.denver-calendar-daily-row {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

.denver-calendar-item-private {
    background-color: darkorange;
}

.denver-email-attachment-filename {
    padding-bottom: 6px;
}

.denver-copy-attachment-modal-filename {
    padding-bottom: 14px;
}

.denver-form-instructions {
    font-size: 8pt;
}

.denver-horizontal-padding {
    padding-bottom: 16px;
}

.denver-timesheet-calendar-date {
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: none;
}

.denver-timesheet-calendar-day {
    min-height: 70px;
    padding-bottom: 4px;
    cursor: pointer;
}

.denver-timesheet-calendar-total-day {
    min-height: 70px;
    padding-bottom: 4px;
    padding-top: 20px;
    cursor: pointer;
    font-weight: bold;
}

.denver-timesheet-calendar-header {
    border: none !important;
    padding-bottom: 8px;
}

.denver-timesheet-calendar-prev-month {
    background-color: #eeeeee;
}

.denver-timesheet-calendar-today {
    background-color: #b0e0e6;
}

.denver-timesheet-calendar-entry {
    padding-top: 8px;
    text-align: center;
}

.denver-no-lunch-text {
    font-weight: bold;
}

/* Bootstrap overrides */
.card-header {
    padding: 10px;
}
.validation-summary-errors ul {
    list-style-type: none;
}


/* Sketch Stuff */
.sketch-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 95vh;
}

.drawing-area {
    box-shadow: 0 0 6px 0 #999;
}

.clear-button {
    margin: 2em;
    font-size: 16px;
}

/* End Sketch Stuff */

.denver-monthly-calendar-row {
    padding-top: 30px;
}

.denver-calendar-monthly-date {
    font-weight: bold;
    font-size: 16pt;
}

.denver-calendar-monthly-save-row {
    text-align: right;
    padding: 4px;
}

.denver-invoice-calendar-title {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid black;
    min-height: 88px;
}


.denver-invoice-calendar-box {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin-bottom: 6px;
}

.denver-invoice-calendar-I {
    background-color: #5DB62F;
    
}

.denver-invoice-calendar-NI {
    background-color: #FFD700;
    cursor: pointer;
}

.denver-invoice-calendar-NM {
    background: repeating-linear-gradient( 45deg, #000000, #000000 1px, #ffffff 1px, #ffffff 10px );
    cursor: pointer;
}

/* This is for jobs that do not have an Invoice Status */
.denver-invoice-calendar- {
    background-color: #6C21A0;
    cursor: pointer;
}

