﻿
body {
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 0px;
}

.footer {
    position: relative;
    height: 100px;
    width: 100%;
}

p.copyright {
    width: 100%;
    line-height: 40px;
    font-size: 0.8em;
    text-align: center;
    bottom: 0;
}

table td{
    vertical-align: top;
}

.allPopUp {
    z-index: 999;
    display: none;
}

.mainlogo{
    max-width: 220px;
}

.sponslogo {
    width: 100px;
}

.divspons1{

}
 
    .pstopimg {
        display: none;
    }


@media screen and (max-width:600px) {

    .mtoptxt span {
        display: none;
    }

}

    @media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
        .app {
            background-position: left center;
            padding: 75px 0px 75px 170px; /* padding-top + padding-bottom + text area = image height */
            margin: -90px 0px 0px -198px; /* offset vertical: half of image height */
            /* offset horizontal: half of image width and text area width */
        }

        .minitemw {
            width: 500px;
        }

        .pstopimg {
            display: block;
        }

        .pstopnm {
            display: none;
        }
    }
/*
    .proimgtbl {
        width: 300px;
    }*/




    /*    .mtoptxt {
        display: none;
    }*/


    @media screen and (min-aspect-ratio: 1/1) and (min-width:600px) {

        .mtoptxt {
            display: table-cell;
        }

        .mgrid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .psmain {
            display: flex;
            flex-wrap: wrap;
            margin: 0 auto;
            justify-content: center;
        }

        .main-item {
            width: 70%;
        }

        .mid-item {
            width: 5%;
        }

        .side-item {
            width: 25%
        }

        .mitem {
            width: 30%;
        }

        .mgrid {
            display: block;
            flex-wrap: unset;
            justify-content: center;
        }
    }

    .app {
        position: absolute;
        left: 50%;
        height: 50px;
        width: 225px;
        text-align: center;
        padding: 180px 0px 0px 0px;
        margin: -115px 0px 0px -112px;
    }

    a {
        text-decoration: none;
        font-size: 1em;
        cursor: pointer;
    }

    .minitemw {
        width: 100%;
    }

    a:link, a:visited, a:active {
        text-decoration: none;
        color: #2991e6;
    }

    .headertitle:link, .headertitle:visited, .headertitle:active {
        text-decoration: none;
        color: #333333;
    }


    .anostyle {
        color: inherit !important;
    }

    h1 {
        font-weight: normal;
        margin: 0px;
        overflow: visible;
        padding: 0px;
        text-align: center;
    }

    .txtsmall {
        font-size: 0.9em;
    }

    .event {
        border-radius: 4px;
        color: #FFFFFF;
        font-size: 12px;
        margin: 0px 30px;
        padding: 2px 0px;
    }

        .event.listening {
            background-color: #333333;
            display: block;
        }

        .event.received {
            background-color: #4B946A;
            display: none;
        }

    #deviceready.ready .event.listening {
        display: none;
    }

    #deviceready.ready .event.received {
        display: block;
    }

    @keyframes fade {
        from {
            opacity: 1.0;
        }

        50% {
            opacity: 0.4;
        }

        to {
            opacity: 1.0;
        }
    }

    .blink {
        animation: fade 3000ms infinite;
        -webkit-animation: fade 3000ms infinite;
    }

    .page-wrapper {
        width: 100%;
        height: 100vh;
    }

    input {
        font-size: 1em;
        border-top: none;
        border-right: none;
        border-left: none;
        padding-top: 5px;
    }

    .inputfield {
        width: 100%;
        padding-top: 5px;
        border-top: none;
        border-right: none;
        border-left: none;
        font-size: 1.5em;
    }

    .inputfieldin {
        padding-top: 5px;
        border-top: none;
        border-right: none;
        border-left: none;
        font-size: 1.5em;
    }

    .center {
        margin: 0 auto;
    }

    .page-hold {
        background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) );
        /*-webkit-filter: blur(3px);
    filter: blur(3px);*/
    }

    #overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #99999964;
        z-index: 2;
        cursor: pointer;
    }

    .gray-it {
        filter: grayscale(80%);
    }

    .ui-dialog-title {
        position: absolute;
        right: 0 !important;
        font-size: 1.1em;
    }

    .hide {
        display: none;
    }

    .td-in-field {
        border: 1px solid #fff;
        padding: 5px;
    }

    .errMessage {
        color: #ff0000;
        font-weight: bold;
    }
    /**buttons**/

    .btnitem {
        margin: 10px;
    }

    .inbtnimg span {
        position: absolute !important;
        margin-top: -3px;
    }

    .inbtnimg {
        position: relative;
        /* height: 32px;*/
        width: 250px !important;
    }

        .inbtnimg img {
            height: 18px;
            margin-top: 3px;
        }

    button {
        text-decoration: none;
        padding: 3px 6px 3px 6px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        border-left: 1px solid #CCCCCC;
        cursor: pointer;
    }

    .bbutton {
        display: inline-block;
        text-decoration: none;
        padding: 2px 6px 3px 6px;
        cursor: pointer;
        white-space: nowrap;
        background-color: #31a0d5;
        border-radius: 5px;
        color: #FFFFFF !important;
        font-weight: 400;
        font-size: 1.1em;
    }

    .abutton {
        padding: 3px 6px 3px 6px;
        text-decoration: none;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        border-left: 1px solid #CCCCCC;
        cursor: pointer;
        white-space: nowrap;
        border-radius: 5px;
    }

    .logbtn {
        line-height: 1.1em !important;
        padding: 3px 6px 3px 6px !important;
        font-weight: 400;
        font-size: 1.1em;
    }

    .linkbutton {
        border: 0;
        color: #2991e6;
        cursor: pointer;
    }

    .allbtns {
        padding: 3px 6px 3px 6px;
        background: #E4E4E4;
        color: #666666 !important;
        cursor: pointer;
    }

    .cbutton {
        padding: 6px 12px 6px 12px;
        cursor: pointer;
    }

    .cbnorm {
        background-color: #FFFFFF;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        border-left: 1px solid #CCCCCC;
    }

    .cbactive {
        background-color: #2991e6;
        border-top: 1px solid #999999;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #999999;
        color: #FFFFFF;
    }

    .allbtnswimg {
        border: none;
        font-size: 1.3em;
        background: #31a0d5;
        color: white;
        cursor: pointer;
    }

    .ui-disabled {
        margin: 10px;
        border: none;
        background: #666666;
        color: #FFFFFF;
        cursor: default;
    }

    .gobutton {
        padding: 3px 24px 3px 24px;
        background: #2991e6;
        color: white !important;
    }

    .okbutton {
        padding: 3px 12px 3px 12px;
        background: #4CAF50; /* Green */
        color: white !important;
    }

    .basket-btn {
        padding: 3px 12px 3px 12px;
        background: #fcff00 !important;
        color: #333333 !important;
    }

    .delbutton {
        background: #d74d4d;
        color: white !important;
    }

    .divtopaybtn {
        margin-top: 5px;
    }

    .btn_del_all {
        margin-bottom: 12px;
    }

    .btntxt {
        width: 100%;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 2px solid #333333; /* Green */
        background-color: #FFFFFF;
        color: #585858;
        padding-top: 5px;
        text-decoration: none;
        font-size: 1.5em;
        cursor: pointer;
    }

    .linkondark {
        color: #FFFFFF !important;
        font-weight: 800;
    }

    .toppicslt {
        background-color: #2ea44f;
        border: 1px solid rgba(27, 31, 35, .15);
        border-radius: 6px;
        box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        line-height: 18px;
        padding: 3px 8px;
        position: relative;
        text-align: center;
        text-decoration: none;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: middle;
        white-space: nowrap;
    }

    .topay-msg {
        background-color: #fcff00;
        border: 1px solid rgba(27, 31, 35, .15);
        border-radius: 6px;
        box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
        box-sizing: border-box;
        position: relative;
        padding: 3px 8px;
    }

        .topay-msg a {
            color: #333333 !important;
            display: inline-block;
            cursor: pointer;
            line-height: 18px;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            white-space: nowrap;
        }


    .atable {
        border-collapse: collapse;
        width: 100%;
    }

        .atable td {
            padding-right: 10px;
            padding-left: 10px;
        }

            .atable td a {
                font-weight: 400;
                font-size: 1.4em;
                color: #333333;
            }

        .atable tr:nth-child(even) {
            background-color: #E4E4E4;
        }

        .atable tr:nth-child(odd) {
            background-color: #adcee9;
        }

    .okin {
        background: url(../img/icons/ok.png) no-repeat;
    }

    .xin {
        background: url(../img/icons/x.png) no-repeat;
    }

    .w100pc {
        width: 100%;
    }

    .div-btn-op {
        background-color: #31a0d5;
        border: none;
        color: white;
    }

    .div-btn-ok {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
    }

    .div-btn a img {
        width: 120px;
    }

    .spanh {
        font-size: 1.4em;
        font-weight: 500;
    }


    .div-btn a:link {
        text-decoration: none;
    }

    .div-btn a:visited {
        text-decoration: none;
    }

    .div-btn a:active {
        text-decoration: none;
    }

    .oncounter {
        border: 1px solid #666666;
        border-radius: 10px;
    }

        .oncounter thead th {
            background-color: #666666;
            color: #F9F9F9;
            text-shadow: 1px 1px 1px #404040;
            border: none;
            padding: 5px;
        }

            .oncounter thead th:first-child {
                border-radius: 10px 0 0 0;
            }

            .oncounter thead th:last-child {
                border-radius: 0 10px 0 0;
            }

        .oncounter tbody td {
            background-color: #F9F9F9;
            color: #666666;
            border: none;
            border-top: solid 1px #404040;
            padding: 4px;
            font-size: 0.85em;
        }

        .oncounter tbody tr:last-child td:first-child {
            border-radius: 0 0 0 10px;
        }

        .oncounter tbody tr:last-child td:last-child {
            border-radius: 0 0 10px 0;
        }

    .distcounter {
        border: solid 1px #404040;
        background-color: #666666;
        color: #F9F9F9;
        padding: 4px;
        border-radius: 5px;
    }

    /***switch***/
    .onoffswitch {
        position: relative;
        text-align: left !important;
        width: 90px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        z-index: 1;
    }

    .onoffswitch-checkbox {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .onoffswitch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid #666666;
        border-radius: 20px;
    }

    .onoffswitch-inner {
        display: block;
        width: 200%;
        margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }

        .onoffswitch-inner:before, .onoffswitch-inner:after {
            display: block;
            float: left;
            width: 50%;
            height: 30px;
            padding: 0;
            line-height: 30px;
            font-size: 14px;
            color: white;
            font-family: Trebuchet, Arial, sans-serif;
            font-weight: bold;
            box-sizing: border-box;
        }

        .onoffswitch-inner:before {
            content: "ON";
            padding-left: 10px;
            background-color: #16C75D;
            color: #FFFFFF;
        }

        .onoffswitch-inner:after {
            content: "OFF";
            padding-right: 10px;
            background-color: #EEEEEE;
            color: #999999;
            text-align: right;
        }

    .onoffswitch-switch {
        display: block;
        width: 22px;
        width: 22px;
        margin: 6px;
        position: absolute;
        background-color: #666666;
        top: 0;
        bottom: 0;
        right: 56px;
        border: 2px solid #999999;
        border-radius: 50%;
        transition: all 0.3s ease-in 0s;
    }

    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }

    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px;
        background-color: #EEEEEE;
    }

    .onoffswitch-checkbox:disabled + .onoffswitch-label {
        border: 2px solid #999999;
    }

        .onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
            background-color: #EEEEEE;
        }

    .divli {
        border: 1px solid #888;
        border-radius: 10px;
        background-color: #F9F9F9;
        margin-bottom: 10px;
    }

    .w80pc {
        width: 80%;
    }

    .mtoptxt {
        padding-top: 5px;
        font-weight: 200;
        font-size: 0.9em;
    }

    .shortentxt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
    }

    .proimg {
        margin-top: 10px;
        width: 32px;
        height: 32px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        border: 2px solid #FFFFFF;
        background-color: #FFFFFF;
    }


    .headericon {
        background-color: #4CAF50;
        border-radius: 50%;
        border: 5px solid #fff;
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        padding: 7px 7px;
    }


    .apphome {
        display: block;
        position: absolute;
        bottom: 0;
    }

    #content {
        -webkit-animation: fadeInRight 0.1ms ease-in-out;
        animation: fadeInRight 0.1ms ease-in-out;
        /* animation: 500ms ease-out 0s 1 slideInFromLeft;*/
    }

    .div_main_child {
        -webkit-animation: fadeInRight 0.1ms ease-in-out; /* Chrome, Safari, Opera */
        animation: fadeInRight 0.1ms ease-in-out;
    }


    /* Chrome, Safari, Opera */
    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    /* Standard syntax */
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translateX(-100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    /* Chrome, Safari, Opera */
    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-40px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    /* Standard syntax */
    @keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translateY(-40px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .myorimg {
        margin-top: 0;
        width: 120px;
        max-height: 80px;
    }

    .tdproimg {
        vertical-align: top;
    }

    .rgrid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .rgridalign {
        display: flex;
        flex-wrap: wrap;
    }

    .mitem {
        position: relative;
        padding: 10px;
    }

    .bitem {
        position: relative;
    }


    .eitem {
        border: 1px solid #17bb1c;
        border-radius: 5px;
        margin: 10px;
        width: 360px;
        background-color: #dddddd70;
    }

    .gitem {
        position: relative;
        margin: 10px !important;
        padding: 3px !important;
        border: 1px solid #888;
        border-radius: 5px;
        width: 360px;
    }

    .gitemOd {
        position: relative;
        margin: 10px !important;
        padding: 3px !important;
        border: 1px solid #17bb1c;
        border-radius: 5px;
        background-color: #dddddd70;
        width: 360px;
    }

    .gitemp {
        position: relative;
        margin: 25px !important;
        padding: 15px !important;
        border: 1px solid #888;
        border-radius: 5px;
    }

    .itembg {
        background-color: #FFFFFF;
    }

    .gitemCh {
        position: relative;
        margin: 10px !important;
        padding: 3px !important;
        border: 2px solid #fcff00;
        border-radius: 5px;
        width: 360px;
    }

    .itembgCh {
        background-color: #fcfce599;
    }


    .myorderArch {
        background-color: #FFFFFF;
    }

    .imgtopmarg {
        margin-top: 15px;
    }

    .btn_bottom {
        margin: 5px;
        width: 114px;
    }

    .span_bottom {
        position: absolute;
        bottom: 0;
        margin: 5px;
    }

    .scrollwin {
        overflow-y: scroll;
        overflow-x: hidden;
    }

        .scrollwin::-webkit-scrollbar {
            width: 6px;
        }

        /* Track */
        .scrollwin::-webkit-scrollbar-track {
            box-shadow: inset 0 0 1px grey;
            border-radius: 3px;
        }

        /* Handle */
        .scrollwin::-webkit-scrollbar-thumb {
            background: #2991e6;
            border-radius: 3px;
        }

            /* Handle on hover */
            .scrollwin::-webkit-scrollbar-thumb:hover {
                background: #EBF6FB;
            }

    .inorderdata {
        width: 100%;
        height: 50px;
    }

    .rounded-small {
        border-radius: 5px !important;
    }

    .circle-fifty {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 25px !important;
        -moz-border-radius: 25px !important;
        border-radius: 25px !important;
    }

    .circle-pimgs {
        width: 36px;
        height: 36px;
        -webkit-border-radius: 18px !important;
        -moz-border-radius: 18px !important;
        border-radius: 18px !important;
    }

    .circle-100 {
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }

    .all-conts {
        min-width: 250px;
        padding: 25px;
    }

    .h3in {
        margin-top: 0;
    }

    .jqmul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .jqmul li a {
            border: 1px solid #ddd; /* Add a border to all links */
            margin-top: -1px; /* Prevent double borders */
            background-color: #f6f6f6; /* Grey background color */
            padding: 3px; /* Add some padding */
            text-decoration: none; /* Remove default text underline */
            font-size: 1em; /* Increase the font-size */
            color: black; /* Add a black text color */
            display: block; /* Make it into a block element to fill the whole list */
        }

    /* .jqmul li a:hover:not(.header) {
                background-color: #eee; Add a hover effect to all links, except for headers 
            }*/

    .rounded-div {
        border: 1px solid #ccc;
        border-radius: 10px;
        margin-bottom: 10px;
        background: #ffffff;
    }

    .itemslot {
        width: 380px;
    }

    .h3btmpad {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /**** from site.css*****/
    .table-month {
        width: 100%;
        border-spacing: 1px;
        text-align: center;
    }

    tr.table-adm td {
        border: 1px solid #ccc;
    }

    .empty_date_tbl {
        font-size: 0.8em !important;
    }

    .day-td {
        vertical-align: top;
    }
    
    .h-tdUnstk {
        background-color: #ecf9db !important;
        border: 1px solid #dddddd;
        padding: 5px;
    }

    .h-td {
        background-color: #90ee90 !important;
        border: 1px solid #cccccc;
    }

    .h-td-y {
        background-color: #fcff00;
        border: 1px solid #cccccc;
    }

    .h-td-y-loc {
        background-color: #fcdb13;
        border: 1px solid #cccccc;
    }

    .h-td-this {
        background-color: #faf8ae;
    }

    .empty_day {
        vertical-align: top;
    }

    .td-week {
        width: 2% !important;
    }

    .del-day .ui-btn::after {
        background-color: #ff0000 !important;
    }

    .tdodays a {
        color: #333 !important;
    }

    .empty_date_tbl {
        border-spacing: 0;
        margin: 0 auto;
    }

    .all-slots {
        border-radius: 5px;
    }

    .allslots {
        text-align: center !important;
    }

    .pre_locked {
        background-color: #fceeee;
        border: 1px solid #cccccc;
    }

    .locked_class, .locked_class-noa {
        border: 1px solid #ff0000 !important;
    }

    .locked_class-ava {
        border: 1px dashed #ff0000 !important;
    }

    .locked_class_code, .locked_class_code-noa {
        border: 2px solid #fcff00 !important;
        box-shadow: 0 0 0 1px #ccc !important;
    }

    .locked_class_user, .locked_class_user-noa {
        border: 1px solid #17bb1c !important;
    }

    .locked_class-noa, .locked_class_code-noa, .locked_class_user-noa {
        background-color: #fceeee;
    }

    .locked_class, .locked_class_code, .locked_class_user {
        background-color: #fceeee;
    }

    .locked_class, .locked_class_code, .locked_class_user,
    .h-td, .h-td-y, .h-avail-pop, .h-avail-rent-pop {
        cursor: pointer;
    }

    .locked_class_prmid {
        border: 1px dashed #ff0000 !important;
        background-color: #fceeee;
        cursor: pointer;
    }


    .circle-20 {
        margin: 0 auto;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        font-size: 1em;
        color: #fff;
        text-align: center;
        background: #808080;
    }

    .red_blink {
        color: #ff0000;
        font-weight: bold;
    }

    .okmsg {
        font-weight: bold;
        color: green;
    }

    .saveErr {
        font-weight: bold;
        color: White;
        background-color: #FE0E01;
    }

    /****end from site****/

    /*.tabledays{
    max-width: 600px;
    margin: 0 auto;
}

.divday {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.a-goday div{
    margin-top: 3px;
    font-size: 1.5em;
}*/

    .hide-this {
        display: none;
    }

.h-availUnstk {
    background-color: #90ee90 !important;
    border: 1px solid #cccccc;
}

.itemdaygUnstk {
    color: #333333 !important;
    padding: 3px;
    margin: 5px;
    width: 138px;
    border-radius: 5px;
}

.itemdaySched {
    margin: 1px 0px 3px 0px;
    padding: 3px;
    width: 138px;
    border-radius: 5px;
}

.itemdaySchedUnstk {
    margin: 5px 0px 8px 0px !important;
    padding: 3px;
    width: 138px;
    border-radius: 5px;
}

.itemdaySchedUnstkOne {
    margin: 5px 5px 8px 10px !important;
    padding: 3px;
    width: 138px;
    border-radius: 5px;
}

    .itemdayg {
        width: 150px;
        margin: 2px;
        padding: 3px !important;
    }

        .itemdayg a {
            color: #292929 !important;
        }

    .schedth4 {
        height: 36px;
    }

.selitm {
    padding: 3px;
    margin: 3px;
}

.gridt {
    min-width: 110px;
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

    .day-sloy{
        padding: 5px;
    }

    .all-day-slots {
        height: 120px !important;
    }

    .allslotsrmk {
        padding-bottom: 5px;
    }

    .schedic {
        margin-top: -6px;
    }

    .h-avail {
        background-color: #90ee90;
        border: 1px solid #dddddd;
    }

    .h-locked {
        background-color: #cccccc;
        border: 1px solid #ff0000;
    }

    .h-locked-code {
        background-color: #cccccc;
        border: 1px solid #fcff00;
    }

    .h-avail-no {
        background-color: #90ee90;
        border: 1px solid #dddddd;
        width: 100px;
        height: 50px;
    }

    .h-non-avail {
        background-color: #dddddd;
        border: 1px solid #cccccc;
    }

    .h-avail-rent {
        background-color: #fcff00;
        border: 1px solid #000000;
        width: 100px;
    }

    .day-slot-pad {
        padding: 2px 10px 2px 10px;
    }

.h-avail-my {
    background-color: #e9e9e9;
    border: 1px solid #90ee90;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

    .h-avail-rent-pop {
        background-color: #fcff00;
        border: 1px solid #000000;
        width: 50px;
    }

    .h-avail-rent-pop-l {
        background-color: #fcff00;
        border: 1px solid #ff0000;
        width: 50px;
    }

    .h-avail-pop {
        background-color: #90ee90;
        border: 1px solid #dddddd;
        width: 50px;
    }

    .h-locked-pop {
        background-color: #dddddd !important;
        border: 1px solid #ff0000;
        width: 50px;
    }

    .h-lockedA-pop {
        background-color: #dddddd !important;
        border: 1px dashed #ff0000;
        width: 50px;
    }

    .regterm_div {
        border: 1px solid #CCCCCC;
        border-radius: 5px;
        width: 360px;
        margin: 5px;
    }

    .regterm_div_ps {
        border: 1px solid #CCCCCC;
        border-radius: 10px;
        width: 100%;
        margin-bottom: 10px;
    }

    .sptblrt {
        margin-bottom: 15px;
    }

    .bigitem {
        position: relative;
        margin: 25px !important;
        padding: 15px !important;
        min-width: 300px;
        max-width: 500px;
    }

    .tbl-selects {
        margin: 0 auto;
    }

    .pclass {
        padding-top: 0;
        margin-top: 0;
        font-size: 1em !important;
    }

    h4 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .rent-unit {
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #f6f6f6;
        border-radius: 8px;
        border-color: #000;
    }

    .pay-msg {
        margin-top: 10px;
        padding: 5px;
        border: 1px solid #808080;
        border-radius: 5px;
    }

    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }

    .all-ccs {
        padding-bottom: 25px;
    }

    .cbin, cbincom {
        font-size: 1.1em;
        padding: 5px;
    }

        .cbin input[type="checkbox"], .cbincom input[type="checkbox"] {
            opacity: 0;
            z-index: -1;
        }

    .fpop_all {
        margin-top: 25px;
    }

    .divbtnmt, .divbtnfx {
        margin-top: 15px;
        height: 35px;
    }

    .cbin input[type="checkbox"] + label,
    .cbincom input[type="checkbox"] + label {
        display: block;
        line-height: 1.5em;
        cursor: pointer;
    }

        .cbin input[type="checkbox"] + label::before,
        .cbin input[type="checkbox"] + label::after,
        .cbincom input[type="checkbox"] + label::before,
        .cbincom input[type="checkbox"] + label::after {
            display: block;
            width: 24px;
            height: 24px;
        }

        .cbin input[type="checkbox"] + label::before,
        .cbincom input[type="checkbox"] + label::before {
            content: " ";
            border: 2px solid #2991e6;
            border-radius: 20%;
        }

        .cbincom input[type="checkbox"] + label::after {
            margin-top: -73px;
            content: "\2714\fe0e";
            color: #fff;
            line-height: 1.5;
            text-align: center;
        }

        /* Checkbox */
        .cbin input[type="checkbox"] + label::after {
            margin-top: -53px;
            content: "\2714\fe0e";
            color: #fff;
            line-height: 1.5;
            text-align: center;
        }

    /* :checked */
    .cbin input[type="checkbox"]:checked + label::before,
    .cbincom input[type="checkbox"]:checked + label::before {
        background: #2991e6;
        border-color: #2991e6;
    }

    .cbin input[type="checkbox"] + label::after,
    .cbincom input[type="checkbox"] + label::after {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .cbin input[type="checkbox"]:checked + label::after,
    .cbincom input[type="checkbox"]:checked + label::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    /* Transition */
    .cblabel::before,
    .cblabel::after {
        -webkit-transition: .25s all ease;
        -o-transition: .25s all ease;
        transition: .25s all ease;
    }

    .cbspan {
        display: block;
        margin: -25px 30px 25px 30px;
    }

    .infoimg {
        width: 22px;
        height: 22px;
    }

    :root {
        --form-control-color: #2991e6;
    }

    .rblabel {
        font-family: system-ui, sans-serif;
        line-height: 1.1;
        display: grid;
        grid-template-columns: 1em auto;
        gap: 0.5em;
    }



    .rbitem {
        margin: 5px;
        padding: 5px;
    }

    .rbin{
        margin: 5px;
        padding: 5px;
        border: 1px solid #2991e6;
        border-radius: 5px;
    }

    .rbin input[type="radio"] {
        /* Add if not using autoprefixer */
        -webkit-appearance: none;
        appearance: none;
        /* For iOS < 15 to remove gradient background */
        background-color: #fff;
        /* Not removed via appearance */
        margin: 5px auto;
        font: inherit;
        color: currentColor;
        width: 1.15em;
        height: 1.15em;
        border: 0.15em solid #2991e6;
        border-radius: 50%;
        transform: translateY(-0.075em);
        display: grid;
        place-content: center;
    }

    .rblabel + .rblabel {
        margin-top: 1em;
    }

    .rbin input[type="radio"]::before {
        content: "";
        margin-top: -5px;
        width: 0.77em;
        height: 0.77em;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
    }

    .rbin input[type="radio"]:checked::before {
        transform: scale(1);
    }

    .rbin input[type="radio"]:focus {
        outline: max(1px, 0.15em) solid #ddd;
        outline-offset: max(2px, 0.15em);
    }

    .rbspan{
        margin: 10px;
    }

    .rounded-small-div {
        padding: 7px 10px 5px 10px;
        border: 1px solid #666666;
        border-radius: 5px !important;
    }

    .cardiv {
        text-align: center;
        margin-top: 10px;
        min-width: 250px;
    }

    .divbtnmt {
        height: 35px;
    }

    .tblmultiall {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .red-dashed-b {
        border: 1px dashed #ff0000 !important;
    }

    .rbhor {
        margin: 10px;
    }

    .slotp {
        padding: 0.5px 3px 1px 3px;
        background: #808080;
        border-radius: 3px;
        color: #FFFFFF;
    }

    .circle-30 {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        font-size: 1.3em;
        color: #fff;
        line-height: 28px;
        text-align: center;
        background: #808080;
    }


    .circle-24 {
        display: block;
        margin: 0 0 0.4em;
        width: 24px !important;
        height: 24px !important;
        border-radius: 12px;
        font-size: 1em;
        color: #fff;
        line-height: 22px;
        text-align: center;
        background: #808080;
    }

.hd-tbl {
    margin: 0 auto;
}

    .td-hd-al {
        text-align: center;
    }

    .td-hd-mlt {
        vertical-align: bottom;
    }

    .search-input {
        width: 100%; /* Full-width */
        font-size: 1em; /* Increase font-size */
        padding: 6px 12px 6px 12px; /* Add some padding */
        border: 1px solid #ddd; /* Add a grey border */
    }

    .search-input-pre {
        background-image: url('/css/images/search.png'); /* Add a search icon to input */
        background-position: 6px 12px; /* Position the search icon */
        background-repeat: no-repeat; /* Do not repeat the icon image */
    }

    .search-input-act {
        background-image: none; /* Add a search icon to input */
    }

    .select-input {
        padding: 6px 12px 6px 12px; /* Add some padding */
        font-size: 1em;
        width: 100%;
        border: 1px solid #ddd;
    }

    .float-com {
        display: inline-block;
        width: 200px;
        margin: 5px;
        height: 130px;
    }

    .hp-conm {
        color: #292929 !important;
        margin-top: 5px;
        background-color: rgba(255, 255, 255, 0.8);
        padding-right: 10px;
        padding-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90%;
    }

        .hp-conm img {
            margin-top: 5px;
        }

    .hp-city {
        color: #292929 !important;
        background-color: rgba(255, 255, 255, 0.8);
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .hp-fac {
        color: #292929 !important;
        background-color: rgba(255, 255, 255, 0.8);
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 10px !important;
    }

    .ct-facs {
        position: absolute;
        bottom: 0;
        color: #292929 !important;
        background-color: rgba(255, 255, 255, 0.8);
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .slotchr {
        margin-top: -3px;
        display: inline-block;
        width: 19px !important;
        height: 19px !important;
        border-radius: 50%;
        font-size: 0.9em !important;
        color: #fff;
        text-align: center;
        background: #808080;
    }

    .fav-div {
        border-bottom: 1px dotted #9bddff !important;
    }

    .main-fav {
        margin-top: 5px;
        padding-bottom: 5px;
    }

    .allfavdiv {
        border: 1px solid #999999;
        border-radius: 10px;
        max-width: 450px;
    }

        .allfavdiv h3 {
            font-size: 0.9em;
        }

    .favmcont {
        max-width: 70%;
    }

    .refspan {
        color: red;
        direction: ltr;
        unicode-bidi: bidi-override;
    }


    .topmsga {
        position: relative;
        margin: 5px;
        padding: 3px;
        border: 1px solid #ff0000;
        border-radius: 10px;
    }

    .v-day {
        margin-top: 15px;
    }

    .pickslotmsg {
        width: 100%;
        text-align: center;
        margin-top: 25px;
        padding-bottom: 25px;
        font-size: 1.2em;
        color: #941705;
    }

    .mainitem {
        height: 38px;
    }

    .divopmrg {
        width: 100%;
    }

    .fix-w-fav {
        padding-right: 16px;
        padding-left: 10px;
    }

    .const-txt {
        color: darkgray;
        font-weight: 500;
    }

.divnoslots {
    border: 1px solid #ff0000;
    border-radius: 5px;
    background-color: #fceeee;
    font-weight: 400;
    padding: 10px;
    font-size: 1.2em;
}

    .div_multi_data {
        border: 1px solid #808080;
        border-radius: 5px;
        display: inline-block;
    }

    .div_frame {
        border: 1px solid #808080;
        border-radius: 5px;
    }

    .notice-box {
        border-radius: 5px;
        padding: 5px;
        border: 1px solid #dddddd;
        margin-bottom: 10px;
    }

    .tosignday {
        margin-top: -3px;
        line-height: 8px !important;
    }

    #imgshowups {
        margin-top: 5px !important;
        padding: 3px;
        border-radius: 50%;
        background-color: #ffffff;
    }

    .tbl_links {
        margin: 0 auto;
    }

        .tbl_links td {
            padding-right: 10px;
            padding-left: 10px;
        }

    .link_icon {
        width: 42px;
        height: 42px;
    }

    .divbtncou {
        margin: 10px;
        border: 1px solid #CCCCCC;
        width: 360px;
        border-radius: 5px;
    }

    .reg_c_ok {
        font-weight: 400;
        color: #FFFFFF;
        background-color: #0e770e;
        border-radius: 2px;
    }

    .slot-title-h {
        padding: 5px;
    }

    .inbtndiv {
        margin: 10px;
        padding: 10px;
    }

    .rem-btn {
        padding: 5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fcff00;
    }

    .err-txt {
        color: #ff0000;
        font-weight: bold;
    }

.block-item {
    text-align: center;
    width: 300px;
    margin: 10px !important;
    padding: 10px !important;
    border: 1px solid #888;
    border-radius: 5px;
}

.inlinebtn {
    width: 100px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin: 20px auto;
    cursor: pointer;
    user-select: none;
}

    /* Hide the default checkbox */
    .checkbox-container input[type="checkbox"] {
        display: none;
    }

/* Custom checkbox styling */
.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius: 4px;
    background: white;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 12px;
}

/* Hover effect */
.checkbox-container:hover .checkbox {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

/* Checked state */
.checkbox-container input[type="checkbox"]:checked + .checkbox {
    background: #007bff;
    border-color: #007bff;
}

/* Checkmark */
.checkbox::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Show checkmark when checked */
.checkbox-container input[type="checkbox"]:checked + .checkbox::after {
    opacity: 1;
}

/* Label styling */
.checkbox-label {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
}

/* Disabled state */
.checkbox-container.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

    .checkbox-container.disabled .checkbox {
        background: #f8f9fa;
        border-color: #e9ecef;
    }

.eqpunchpop {
    border: 1px solid #2991e6;
    border-radius: 5px;
    margin: 20px;
    padding: 10px;
}

.min-sign {
    line-height: 3px;
    height: 3px;
}

.skipped{
    color: #ff0000;
    text-decoration: line-through;
}

.skippedtx {
    color: #ff0000;
    font-weight: bold;
}

.divlbd {
    width: 100%;
    padding: 0;
    margin: 0;
}

.divinselsp{
    background-color: aliceblue;
    border: 1px solid #333333;
    border-radius: 3px;
    padding: 5px;
    margin: 3px;
    max-width: 160px;
    display: inline-block;
}

.inbtnimg span {
    margin-top: 1px;
}

.notemsg {
    width: 300px;
    margin: 25px auto;
    border: 2px dashed #2991e6;
    border-radius: 5px;
    padding: 5px;
}

.tblpmon{
    border: 1px solid #666666;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin: 20px;
}
