﻿/* 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. */


@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* 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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.banner{
    height:250px;
}

.textJusify {
    text-align: justify !important;
}

.cember {
    position: absolute;
    width: 240px;
    height: 240px;
    top: 60%;
    left: 50%;
    margin-left: -120px;
    margin-top: -120px;
    z-index: 0;
    background-image: url('../assets/images/checklas-logo-cember.png');
    background-position: center 50%;
    background-repeat: no-repeat;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1037;
    /*background-color: white;*/
}

    .sticky + .content {
        padding-top: 102px;
    }

.btnSmall {
    padding: 5px 10px !important;
}
.points3 > li:before {
    width: 335px !important;
}

.points3 > li:last-child:before {
    width: 0px !important;
}

.checkoutDiv {
    padding: 15px;
    border-bottom: 5px solid #0000005c;
    border-right: 5px solid #0000005c;
    border-radius:10px;
}

.jmodaldiv {
    font-size: 24px !important;
    border-top: 1px solid #6c757d !important;
    border-bottom: 1px solid #6c757d !important;
    padding: 1rem !important;
}

.apptDay {
    padding: 15px 3px;
    border-radius: 10px;
    font-size: 12px !important;
    text-align: center;
}

.divApptHours {
    padding: 15px 5px;
    font-size: 12px !important;
    border-bottom: 3px solid orange;
}

.apptHours {
    padding: 10px;
    border-radius: 5px;
    margin: 0px;
}

.hourEnable{
    background-color: green;
}

.hourDisable {
    background-color: gray;
    color: darkgray;
    cursor: not-allowed;
}

.selectedDay {
    background-color: orange;
}

.selectedHour {
    background-color: orange;
}

.iconSuccess{
    color:green !important;
}

.warning-btn {
    background: #ff0018 !important;
    border-color: #ff0018 !important;
}

.disabled {
    pointer-events: none;
    cursor: default;
    background: #a9a9a9 !important;
    color: #c1bfbf !important;
    border-color: #a9a9a9 !important;
}

.nonClickable {
    pointer-events: none;
    cursor: not-allowed;
}

.borderedInput {
    border: 1px solid #bf7c00 !important;
}

.img-50 {
    max-height: 80px;
    max-width: 80px;
    margin: 0 auto;
}

.apptDetails{
    float:left;
    margin-right:10px;
}

.question{
    font-size:16px;
    font-weight:bold;
    color:#000000;
}