﻿/* 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. */

@media (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 1rem !important;
    }

    .btn {
        font-size: 0.8rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 1.2rem !important;
    }

    .btn {
        font-size: 0.8rem !important;
    }

    .Zebra_DatePicker {
        zoom: 0.85;
    }
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.4rem !important;
    }

    .btn {
        font-size: 0.8rem !important;
    }
}

.unclickable-appointment {
    pointer-events: none !important;
    opacity: 0.6;
}

.office-break {
    pointer-events: none !important;
    cursor: cell;
}


    .office-break input[type=radio] {
        pointer-events: none !important;
    }

    .office-break label {
        pointer-events: none !important;
        color: green;
        text-decoration: line-through;
    }

.brand-text {
    font-size: 1.15rem !important;
}

.main-sidebar {
    overflow-x: clip !important;
}

.patients-main-list {
    max-height: 50vh !important;
}

.alert-msg {
    display: none;
    font-size: 14px;
    color: darkgray;
}

.Zebra_DatePicker {
    z-index: 0 !important;
}

.alert-msg-visible {
    display: block !important;
}

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: 60px;
}*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: calc(50vw - 25px);
    top: calc(50vh - 20px);
}

    .spinner > div {
        z-index: 999;
        background-color: black;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.validate-class {
    border: 2px solid red;
}

input[type="radio"]:disabled + label {
    color: red;
    text-decoration: line-through;
}

input[type="radio"]:disabled label {
    color: red;
    text-decoration: line-through;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: -6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 27px !important;
    position: absolute !important;
    top: 4px !important;
    right: 1px !important;
    width: 30px !important;
}

.full_slots {
    text-decoration: line-through !important;
    background: red !important;
}

.disabled_buttons {
    visibility: hidden;
}

.hide_class {
    display: none;
    visibility: hidden;
}

.error_class {
    color: red;
}

.select2-container--open .select2-dropdown--below {
    z-index: 111111111111 !important;
}

.selectList {
    background-color: lightgray
}

.auth_layout_bg {
    background-color: rgb(0, 105, 217, 0.2) !important;
}

.calendar_full_day {
    text-decoration: line-through;
    color: red;
}

.btn-show {
    display: inline-block;
}

.btn-hide {
    display: none;
}

.btn-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.btn-enabled {
    opacity: 1;
}
