﻿/* 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;
}

.glassmorph {
    background: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

/* 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-image: url('../images/lightHexConcentric.png');
    background-repeat: repeat;
    background-size: 200px;
}

.container {
    /*background-color: white;*/
    background: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.footer {
    background-color:white;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.form-footer {
    background: #f8f9fa;
    /*    background: rgba( 255, 255, 255, 0.45 );
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
*/
}

.calendar-dayname {
    font-size: 0.7em;
    color: gray;
    font-weight: 500;
}

.calendar-text {
    font-size:0.8em;
}

.selected {
    background-color: #bde6ff;
    cursor: default;
}

.selector {

}

.selector:hover{
    background-color: lightgray!important;
    cursor: default;
}

.today {
    background-color: darkgrey;
    color: white;
}

.different-month {
    color: #adb5bd!important;
}

.leave-day {
    background-color: #c9ffc9;
}

.holiday-day {
    background-color: lightgoldenrodyellow;
}

.month-widget {
    width:400px;
}

.daily-list {
    padding: 5px;
    border-radius: 5px;
    background-color: lightgray;
}

.daily {
    display: flex;
    background-color: white;
    padding: 0px;
    gap: 5px;
    border-radius: 5px;
    border: 1px solid grey;
    transition: transform .2s;
    margin-bottom: 2px;
}

    .daily:hover {
        /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
        box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.56) !important;
        /*border: 1px solid #999999;*/
        border: 1px solid white;
    }

.daily-edit-link {
    cursor: pointer;
    text-decoration:none;
}

.daily-left {
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    border-right: 1px solid darkgrey;
}

.daily-bg-normal {
    background: #4bb7ff;
}

.daily-bg-warning {
    background: #ffe47d;
}

.daily-bg-completed {
    background: darkgray;
}

.daily-main {
    flex: 1;
    padding: 5px;
}

.daily-right {
    padding:10px;
    text-align: right;
}

.daily-check {
    width: 20px;
    height: 20px;
    border: 1px solid lightgray;
    background-color: white;
    text-align: center;
}

    .daily-check i {
        display:none;
    }
    .daily-check:hover {
        cursor: pointer;
    }
    .daily-check:hover i {
        display:inline-block;
    }

.daily-check-icon {
    position: relative;
    top: -3px;
    color:grey;
}

.show-completed {
    cursor: pointer;
}

    .show-completed:hover {
        color:grey;
    }

.show-completed-text {
    font-size: .72em;
    padding-right: 4px;
}

.weekly-bg-normal {
    background: #d985f5;
}

.extra-small {
    font-size: .675em;
}

.username-menu {
    margin-top: 0.2rem!important;
    font-size: .875em;
    color: #6c757d !important;
}

.display-7 {
    font-size: calc(2.1rem);
    font-weight: 300;
    line-height: 1.2;
}

.display-8 {
    font-size: calc(1.8rem);
    font-weight: 300;
    line-height: 1.1;
}

.display-9 {
    font-size: calc(1.5rem);
    font-weight: 300;
    line-height: 1;
}

.level-display {
    text-decoration: none;
    color: black;
}

.todo-bg-normal {
    background: #44ed52;
}

.todo-bg-ageing {
    background: #fbe968;
}

.todo-bg-warning {
    background: #ffad66;
}

.todo-bg-danger {
    background: #ff6666;
}

.appt-cell {

}

    .appt-cell:hover {
        background:darkgrey;
    }

.date-column {
    max-width: 90px;
}

.size-toggle {
    cursor: pointer;
    position: relative;
    top: 4px;
}

    .size-toggle a {
        text-decoration: none;
        color: black;
    }

        .size-toggle a:hover {
            color: grey;
            transition: .1s linear all;
        }

    .size-toggle span {
        position: relative;
        top: -2px;
    }

    .size-toggle i {
        font-size: 1.5em;
    }

.completed-animation-running {
    animation-name: completed-running;
    animation-duration: 300ms;
    animation-timing-function: linear;
}

@keyframes completed-running {
    from { opacity: 100% }
    to { opacity: 0% }
}

.month-day {
    width: 35px;
    height: 35px;
}

.day-names-day {
    width: 35px;
    height: 25px;
}

.planner-day {
    min-height: 240px;
}

.current-planner-day {
    border: solid 1px;
}

.next-week-planner-day {
    transform: scale(0.9);
    filter: grayscale(0.7);
}

.drag-over {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    transform: scale(1.02);
}