﻿/*body {
    padding-top: 0px;
    padding-bottom: 20px;
    height: 89vh;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.btnPay {
    display: inline-block;
    border: 2px solid #333;
    border-radius: 5px;
    text-align: center;
    height: 60%;
    width: 100%;
    position:relative;
    /*width: 16.5vw;
    height: 4vw;*/
    font-size: 24px;
    font-weight: 500;
    font-family: Cambria Math;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background: #1AA260;
    transition: all 0.3s ease-in-out;
}

    .btnPay:hover {
        box-shadow: inset 0 0 2px rgba(0,0,0,1);
        text-decoration: none;
        background: #50C878;
        color: white;
        /*font-size: 35px;*/
        -webkit-transition-duration: 0.6s; /* Safari */
        transition-duration: 0.6s;
    }

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.minwidth{
    padding-left:15px !important;
    padding-right:15px !important;
}
.fullscreen-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bgTableHeader {
    background: #c05909 !important;
    color: white;
}

.cyanBlue {
    background: #14A3C7 !important;
    color: white;
}

.side-btn {
    height: 4.5vw;
    width: 10vw;
    font-size: 1vw;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
/*
    .side-btn:hover {
        height: 66px;
        width: 129px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
    }*/
.grpBox {
    /*height: 100px;*/
    width: 100%;
    /*border: 1px solid gray;*/
    position: relative;
}

.grpBoxLabel {
    position: absolute;
    top: -10px;
    left: 20px;
    height: 20px;
    padding-left: 6px;
    padding-right: 6px;
    /*width: 100px;
    background-color: pink;
    border: 2px solid red;*/
    text-align: center;
}

.grpBoxLabelArb {
    position: absolute;
    top: -10px;
    right: 20px;
    height: 20px;
    padding-left: 6px;
    padding-right: 6px;
    /*width: 100px;
    background-color: pink;
    border: 2px solid red;*/
    text-align: center;
}

.header {
    /*background: #78C7C7;*/
    background: #80280c !important;
}

.header-fixed {
    position: sticky;
    top: 0;
    z-index: 1;
}

.dullPurple {
    background: #7F525D !important;
    color: white;
}

.bronze {
    background: #665D1E !important;
    color: white;
}

.wood {
    background: #966F33 !important;
    color: white;
}

.lightSeaGreen {
    background: #20B2AA !important;
    color: white;
}

.marbleBlue {
    background: #566D7E !important;
    color: white;
}

.blueJay {
    background: #2B547E !important;
    color: white !important;
}

.brownSugar {
    background: #E2A76F !important;
    color: white;
}

.brass {
    background: #B5A642 !important;
    color: white;
}

.copperRed {
    background: #CB6D51 !important;
    color: white;
}

.purpleMaroon {
    background: #810541 !important;
    color: white;
}

.duskyPink {
    background: #CC7A8B !important;
    color: white;
}

.darkYellow {
    background: #8B8000 !important;
    color: white;
}

.sheetMetal {
    background: #888B90 !important;
    color: white;
}

.platinumGray {
    background: #797979 !important;
    color: white;
}

.ironGray {
    background: #52595D !important;
    color: white;
}

.homecard {
    border: 3px solid #9a7a61;
}

.toprightcorner {
    position: absolute;
    top: 72px;
    right: 0px;
}

.topleftcorner {
    position: absolute;
    top: 72px;
    left: 0px;
}

.dullPurple:hover {
    background: #810541 !important;
    color: white;
}
.custom-rounded {
    border-radius: 0.6rem; /* Adjust the radius as needed */
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin: 45px 0px 10px 0px;
}

input[type=text]:focus, input[type=password]:focus, input[Type=textarea]:focus, select:focus {
    /*border: 2px solid red;
    background-color: #FEFED5;*/
    /*border: 3px solid #357EC7;*/
    outline: none;
    background-color: #FFFFE0;
    box-shadow: inset 0 0 0 2px #357EC7;
}

.side-btn:hover {
    background: #347C2C;
    color: white;
    outline: none;
    font-size: 1.1vw;
    -webkit-box-shadow: inset 0px 0px 10px #c1c1c1;
    -moz-box-shadow: inset 0px 0px 10px #c1c1c1;
    box-shadow: inset 0px 0px 10px #c1c1c1;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
#printerDiv iframe {
    position: absolute;
    top: -1000px;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.loaderbody {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #808080;
    z-index: 2147483647;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 45%;
    left: 40%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 50px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }

        .navbar-collapse.collapsing {
            left: -75%;
            transition: height 0s ease;
        }

        .navbar-collapse.show {
            left: 0;
            transition: left 300ms ease-in-out;
        }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}

@media screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding: 0.6em 0;
    }

    .navbar .navbar-nav .nav-item {
        margin: 0 0.6em;
    }
}

.navbar .navbar-nav .nav-item {
    position: relative;
    cursor: default;
}
/*
    .navbar .navbar-nav .nav-item::after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: "";
        background-color: white;
        width: 0%;
        height: 4px;
        transition: all 0.5s;
    }

    .navbar .navbar-nav .nav-item:hover::after {
        
        width: 100%;
    }
    */

.navbar .navbar-nav .nav-item {
    position: relative;
    cursor: default;
}

.table-free {
    border: 1px solid #ddd;
}

    .table-free::after {
        content: "○";
        color: green;
        float: right;
        margin-top: -12px;
        font-size: 12px;
    }

.table-occupied {
    border: 1px solid #c2b8ac;
}

    .table-occupied::after {
        content: "●";
        color: orangered;
        float: right;
        margin-top: -12px;
        font-size: 12px;
    }