﻿.form-checkbox {
    width: 25px;
}

.form-date-cell {
    min-width: 100px;
}

.uploadfile-hidden-input {
    visibility: hidden;
    position: absolute;
}

.float-button {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.float-button-text {
    margin-top: 13px;
}

.photo-card {
    height: 257px;
    background-color: lightgray;
}

.photo-preview {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain
}

/* 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;
}

/* 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 */
}

.container {
    margin: 0;
}

.data-table-wrapper {
    opacity: 0.0;
}

#home-background {
    width: 100%;
    opacity: 0.3;
}

@media (max-width: 768px) {
    #home-background {
        opacity: 1.0;
    }
}

@media print {
    #sidebar {
        display:none;
    }
}

.booking-create-service-row {
    border-top: 1px solid lightgray;
    padding: 10px;
}


.booking-create-service-list .card-subtitle {
    margin-top:10px;
    margin-bottom: 40px;
}

.easepick-wrapper {
    z-index: 1;
}