﻿/* 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. */

body {
    font-family: "Dosis","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
    a .navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

label span.required {
    color:red;
    margin-left:3px;
}

.btn {
    box-shadow: 5px 5px 10px -2px rgb(0 0 0 / 25%);
    margin-bottom: 5px;
}

label.error {
    display: none !important;
}

.form-validated *:required:invalid, .form-validated *:focus:invalid {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,0,0,1);
    box-shadow: 0px 0px 5px 0px rgba(255,0,0,1);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #7b9b00;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(123 155 0 / 17%);
}

.navbar-nav {
    justify-content: flex-end;
}

    .navbar-nav .nav-link {
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 3px;
        white-space: nowrap;
        padding-left: 1rem;
    }

.small {
    font-size:15px;
}


.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
    opacity: 0.5;
    background-color: #d4d4d4;
    color: black;
}

/* Provide sufficient contrast against white background */
a {
    color: #7b9b00;
    text-decoration: underline;
    background-color: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #7b9b00;
    border-color: #7b9b00;
}
.selected {
    background-color:#7b9b00 !important;
}


.h2, h2 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.h3, h3 {
    font-size: 1rem;
    padding-bottom: 0.9rem;
    text-align: center;
}

.btn-form {
    text-align: center;
}
@media (min-width: 768px) {

    .pr-10, .px-10 {
        padding-right: 6rem !important;
    }

    .btn-form {
        margin-left: 3rem;
    }
}

.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%;
    background: #f5f5f5;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: transparent;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.container {
    max-width: 750px;
    background-color: white;
}

.pignose-calendar-unit.pignose-calendar-unit-date {
    background: #fafafa;
    border: 1px solid white;
}

.btn-secondary {
    color: #fff;
    background-color: #ffffff;
    border-color: #7b9b00;
    color: #7b9b00 !important;
}

.pignose-calendar-week {
    background: #cdcdcd;
    border: 1px solid white;
}

.warning-form {
    color: red;
    padding: 8px;
    background: #f9e8e8;
    text-align: center;
}
.pignose-calendar {
    width: 100%;
    max-width: initial;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dark {
    background: #cdcdcd;
}
.green {
    background: #e7f1c0 !important;
}
.pignose-calendar .pignose-calendar-unit {

    height: 3em;
}

    .pignose-calendar .pignose-calendar-unit a {
        width: 100%;
        height: 100%;
        border-radius: 10%;
        color: #49c4d0;
        line-height: inherit;
        
    }

    .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
        background-color: #7b9b00;
    }

.pignose-calendar .pignose-calendar-top, .time-header {
    padding: 1.1em 0;
    background-color: #fafafa;
    border-bottom: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 13%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 13%);
    position: relative;
    overflow: hidden;
}

.time-header {
    margin-bottom: 15px;
    padding: 1.17em 1rem;
}

    .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month, .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
        display: inline-block;
    }

    .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
        padding: 1em 0;
    }

    .row-time {
        width: 100%;
        background: #dbeaa2;
        padding: 5px 10px;
        display: inline-block;
        margin-bottom: 0px;
    }

    .row-time.free:hover {
        background: #7b9b00;
        color: white;
    }

    .row-time.occupied {
        background: #f2f2f2;
        color: #929292;
    }

.state-on {

    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.state-off {
    color: #c3c3c3;
    font-size: 14px;
    text-align: center;
}

.date-small {
    font-size:12px;
}

.logged {
    display: none;
}

.user-in .no-logged {
    display: none;
}

.user-in .logged {
    display: inline-block;
}

.XXXbtn-cancel {
    padding: 2px 16px;
    font-size: 12px;
    color: white;
}

.row.canceled {
    color: #a5a5a5;
}


.loader {
    animation: rotate 4s infinite;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    /* margin-top: 27%; */
    z-index: 100555;
    position: absolute;
}

.confirm-info {
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    border: 1px solid #db0000;
}

.confirm-info-ex {
    color: white;
    font-weight: bold;
    background: #db0000;
    margin-right: 5px;
    padding: 1px 10px;
    border-radius: 100%;
}

.loader:before,
.loader:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
}

    .loader:before {
        animation: ball1 1s infinite;
        background-color: #cb2025;
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }

    .loader:after {
        animation: ball2 1s infinite;
        background-color: #00a096;
        box-shadow: 30px 0 0 #97bf0d;
    }

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

.btn-primary:hover {
    color: #fff;
    background-color: #fb8d04;
    border-color: #fb8d04;
}

a:hover {
    color: #fb8d04;
    text-decoration: underline;
}

.btn-secondary:hover {
    color: #fb8d04 !important;
    background-color: #ffffff;
    border-color: #fb8d04;
}

.btn-loading {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.btn-spinner {
    margin-left: -23px;
    margin-top: 11px;
    color: white;
    position: absolute;
}



.mobile {
    display: block;
}

.desktop {
    display:none;
}

@media (min-width: 576px) {
    .desktop {
        display:block;
    }
    .mobile {
        display: none;
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #f8b334;
    }

    50% {
        box-shadow: 0 0 0 #f8b334;
        margin-bottom: 0;
        -webkit-transform: translate(15px,15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #97bf0d;
    }

    50% {
        box-shadow: 0 0 0 #97bf0d;
        margin-top: -20px;
        -webkit-transform: translate(15px,15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #97bf0d;
        margin-top: 0;
    }
}

.img-state {
    position: absolute;
    right: 21px;
    top: 7px;
    width: 24px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.warning-field {
    color: red;
    background: #fff2f2;
    padding: 3px 0px;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
}

.btn {
    cursor: pointer;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #5a5a5a;
    background-color: #d3d3d3;
    border-color: #ffffff;
}

    .btn-primary:disabled:hover {
        color: #5a5a5a;
        background-color: #d3d3d3;
        border-color: #d3d3d3;
    }
#cookies .btn {
    width: 100%;
}

#cookies .btn.left {
    float:right;
}

    #cookies .btn.right {
        float: left;
    }

@media (min-width: 768px) {
    #cookies .btn {
        width: 250px;
    }
}

.widget {
    background: #fff;
    margin-bottom: .75rem;
    display: block;
    position: relative;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

    .widget .widget-header,
    .widget-reminder-content,
    .widget-reminder-time,
    a.widget-header-title {
        padding: 0.625rem;
    }

.widget-chat-message:after,
.widget-chat-message:before,
.widget-reminder-container:after,
.widget-reminder-container:before {
    display: table;
    content: "";
    clear: both;
}

.widget-footer.with-border,
.widget-reminder-container + .widget-reminder-container {
    border-top: 1px solid #efeff4;
}

.widget-footer.with-bg,
.widget-header.with-bg {
    background: #efeff4;
}

.widget-header.with-border {
    border-bottom: 1px solid #efeff4;
}

.widget-reminder-header {
    background: #efeff4;
    padding: 0.625rem;
    /*font-size: 0.625rem;*/
    font-weight: 700;
    color: #8a8a8f;
}

.widget-reminder-container {
    position: relative;
}

.inverse-mode .widget-reminder-container + .widget-reminder-container {
    border-color: #333;
}

.inverse-mode .widget-reminder-header {
    background: #212121;
}

.widget-reminder-time {
    width: 5rem;
    float: left;
    font-weight:bold;
    text-align: right;
    font-size: 0.625rem;
}

.widget-reminder-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5rem;
    width: 0.125rem;
    background: #efeff4;
}

.widget-reminder-content {
    margin-left: 5.125rem;
}

.widget-header-title {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 500;
}

.widget .widget-title, .widget .widget-title a {
    font-size: 1rem;
    color: #000;
    line-height: 1rem;
}

.widget .widget-title {
    font-weight: normal;
    margin: 0;
}

.widget-desc {
    margin-top:5px;
}
.widget-desc, .widget-desc a {
    font-size: .6875rem;
    line-height: 1rem;
    color: #8A8A8F;
    font-weight: 500;
}

.img-circle {
    border-radius: 50%;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.widget .widget-header, .widget-reminder-content, .widget-reminder-time, a.widget-header-title {
    padding: .625rem;
}

a.close {
    text-decoration:none;
}