


html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    #wrapper #content-wrapper {
        overflow-x: hidden;
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 80px;
    }

body.fixed-nav #content-wrapper {
    margin-top: 56px;
    padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 0;
}

@media (min-width: 768px) {
    body.fixed-nav #content-wrapper {
        padding-left: 225px;
    }

    body.fixed-nav.sidebar-toggled #content-wrapper {
        padding-left: 90px;
    }
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 46px;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #343a40;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.navbar-nav .form-inline .input-group {
    width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.navbar-nav .nav-item .nav-link:focus {
    outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    margin-left: 0.75rem;
    top: 0.3rem;
    font-weight: 400;
    font-size: 0.5rem;
}

@media (min-width: 768px) {
    .navbar-nav .form-inline .input-group {
        width: auto;
    }
}

.sidebar {
    width: 90px !important;
    background-color: #212529;
    min-height: calc(100vh - 56px);
}

    .sidebar .nav-item:last-child {
        margin-bottom: 1rem;
    }

    .sidebar .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 90px;
    }

        .sidebar .nav-item .nav-link span {
            font-size: 0.65rem;
            display: block;
        }

    .sidebar .nav-item .dropdown-menu {
        position: absolute !important;
        -webkit-transform: none !important;
        transform: none !important;
        left: calc(90px + 0.5rem) !important;
        margin: 0;
    }

        .sidebar .nav-item .dropdown-menu.dropup {
            bottom: 0;
            top: auto !important;
        }

    .sidebar .nav-item.dropdown .dropdown-toggle::after {
        display: none;
    }

    .sidebar .nav-item .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }

        .sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
            color: rgba(255, 255, 255, 0.75);
        }

    .sidebar.toggled {
        width: 0 !important;
        overflow: hidden;
    }

@media (min-width: 768px) {
    .sidebar {
        width: 225px !important;
    }

        .sidebar .nav-item .nav-link {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 225px;
        }

            .sidebar .nav-item .nav-link span {
                font-size: 1rem;
                display: inline;
            }

        .sidebar .nav-item .dropdown-menu {
            position: static !important;
            margin: 0 1rem;
            top: 0;
        }

        .sidebar .nav-item.dropdown .dropdown-toggle::after {
            display: block;
        }

        .sidebar.toggled {
            overflow: visible;
            width: 90px !important;
        }

            .sidebar.toggled .nav-item:last-child {
                margin-bottom: 1rem;
            }

            .sidebar.toggled .nav-item .nav-link {
                text-align: center;
                padding: 0.75rem 1rem;
                width: 90px;
            }

                .sidebar.toggled .nav-item .nav-link span {
                    font-size: 0.65rem;
                    display: block;
                }

            .sidebar.toggled .nav-item .dropdown-menu {
                position: absolute !important;
                -webkit-transform: none !important;
                transform: none !important;
                left: calc(90px + 0.5rem) !important;
                margin: 0;
            }

                .sidebar.toggled .nav-item .dropdown-menu.dropup {
                    bottom: 0;
                    top: auto !important;
                }

            .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
                display: none;
            }
}

.sidebar.fixed-top {
    top: 56px;
    height: calc(100vh - 56px);
    overflow-y: auto;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: 0.4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

@media (max-width: 450px) {
    .topnavnew .left a img {
        width: 150px;
        margin-top: 17px;
    }

    .language {
        font-size: 17px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

:root {
    --input-padding-x: 0.75rem;
    --input-padding-y: 0.75rem;
}

.card-login {
    max-width: 25rem;
}

.card-register {
    /*max-width: 40rem;*/
    max-width: 100%;
}

.form-label-group {
    position: relative;
}

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
        height: auto;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }

footer.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 90px);
    height: 80px;
    background-color: #e9ecef;
    width: 92% !important;
}

    footer.sticky-footer .copyright {
        line-height: 1;
        font-size: 0.8rem;
    }

.loginlogo {
    text-align: center;
}

.welcomescreen {
    text-align: center;
}

    .welcomescreen h1 {
        text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
        color: #fff;
        font-size: 4em;
        font-weight: 700;
    }

    .welcomescreen h2 {
        text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
        color: #fff;
        font-size: 2em;
        font-weight: 700;
    }

.dateandevent {
    background: #6c757d;
    padding: 10px;
}

.tablecontents table {
    width: 100%;
}

.tablecontents table {
    font-family: Calibri;
    border-collapse: collapse;
    width: 100%;
}

.tablecontents td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.tablecontents tr:nth-child(even) {
    background-color: #dddddd;
}

.card-register .form-control {
    border-radius: .0rem;
}

.card-register .col-md-2, .card-register .col-md-4, .card-register .col-md-6, .card-register .col-md-3,
.card-register .col-md-12 {
    padding: 3px;
}

.padding0 {
    margin: 0px;
}

.section1 {
    border: 1px solid #f7f7f7;
    min-height: 400px;
}

.btn {
    border-radius: .0rem;
}

.section1 .row {
    margin: 15px;
}

.form-group {
    margin-bottom: .3rem;
}



/*Floorplan*/
.aligncenter {
    text-align: center;
}

.floorplan .btn {
    border: 0px;
    color: #fff;
    margin: 4px;
    font-size: 20px;
}

    .floorplan .btn:hover {
        background: #6e826f;
    }

.centerleft {
    float: left;
}

.centerright {
    float: right;
}

    .centerright .btn {
        display: block;
    }

.centerleft .btn {
    display: block;
}

.floorcenter {
    /*width: 863px;*/
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.centercenter {
    float: left;
    margin-left: 300px;
    margin-top: 50px;
}

.bottom {
    display: inline-block;
    margin-top: 50px;
}

.bookedbox {
    background: #BF2A2F;
}

.footercontent li span {
    padding: 4px;
    width: 20px;
    overflow: hidden;
    height: 20px;
    display: inline-flex;
    margin: 10px;
}

.footercontent li {
    color: #808080;
    list-style: none;
    display: inline-block;
}

    .footercontent li:nth-child(1) span {
        background-color: #BF2A2F;
    }

    .footercontent li:nth-child(2) span {
        background-color: #2C5986;
    }

    .footercontent li:nth-child(3) span {
        background-color: #86c2eb;
    }

    .footercontent li:nth-child(4) span {
        background-color: #e9ecef;
    }

.footercontent {
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #b3b0b0;
}

.booked {
    fill: #BF2A2F;
}

.contacted {
    fill: #2C5986;
}

.available {
    background: #419748;
}

.bg-dark {
    background-color: #999999 !important;
}
/*.navbar{
  background-color: #00233b !important;
}*/

input[type=checkbox], input[type=radio] {
    margin-right: 10px !important;
}


.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}



/*Floorplan*/
.page-container .topnav {
    margin-bottom: 12px;
    padding-top: 10px;
    overflow: hidden;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

/*.dashbrdbg{
    background-image: url(../images/dshbrdleft.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
    }
   .dashbrdbg2 {
    background-image: url(../images/dshbrdright.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    width: 230px;
    height: 60px;
    position: absolute;
        bottom: 32px;
    right: 0;
}*/
.mydashbrd .card-footer {
    padding: 0.4rem 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.mydashbrd .card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0rem;
}

.tophead h6 {
    color: #fff;
}

.tophead {
    margin-top: 12px;
    margin-left: 20px;
}

    .tophead p {
        color: #fff;
    }

.navbar-dark .navbar-brand {
    margin-left: 12px;
}

.navbar-brand img {
    height: 71px;
}

@media (max-width: 560px) {
    .navbar {
        display: block;
    }

    .navbar-dark .navbar-brand {
        width: 100%;
        text-align: center;
    }

    .tophead {
        text-align: center;
    }

    .navbar-nav {
        text-align: right;
        float: right;
    }

    .navbar-dark .navbar-nav .nav-link {
        float: right;
        margin-top: -30px;
    }
}

@media (min-width: 768px) {
    footer.sticky-footer {
        width: calc(100% - 225px);
    }
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}

@media (min-width: 768px) {
    body.sidebar-toggled footer.sticky-footer {
        width: calc(100% - 90px);
    }
}

.navbar {
    background: #000000 !important;
}

.sidebar {
    background-color: #000000;
}

.topnavnew {
    background: rgba(240, 240, 240,.9);
    padding: 10px 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.language {
    margin-top: 40px;
    font-size: 25px;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 30px;
    color: #fff;
}

.topimagebnnnr {
    text-align: center;
    margin: 10px 0px;
}

.img-responsive {
    /* display: block;*/
    max-width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.footer-bottom {
    background: #7E6CA8;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
}

    .footer-bottom p {
        margin: 0px;
    }

.card-header {
    background: #bd1919;
    color: #fff;
}

body {
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
}

.navbar, .sidebar {
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
}

    .sidebar .nav-item .nav-link {
        border-bottom: 1px solid #d3d3d330;
    }


.topimagebnnnr {
    background-image: url(/images/banner_1100x200.jpg);
    height: 200px;
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .topimagebnnnr {
        background-image: url(/images/banner_930x200.jpg);
        height: 200px;
    }
}

@media screen and (min-width:767px) and (max-width:990px) {
    .topimagebnnnr {
        background-image: url(/images/banner_690x150.jpg);
        height: 150px;
    }
}

@media screen and (min-width:480px) and (max-width:766px) {
    .topimagebnnnr {
        background-image: url(/images/banner_501x150.jpg);
        height: 150px;
    }
}

.bannerimage img {
    width: 100%;
}

.iestyle {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    picture img {
        width: 100%;
    }

    .iestyle {
        display: block;
    }

    .allbrowser {
        display: none !important;
    }
}



.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    border: 1px solid #cfcfcf Z-INDEX:200;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px #cfcfcf;
    -webkit-box-shadow: 0 0 10px #cfcfcf;
    box-shadow: 0 0 10px #cfcfcf;
    padding: 15px 10px;
    overflow: hidden;
    text-shadow: 0 1px 0 #ffffff;
    background-color: rgb(238, 240, 243);
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(150, 150, 150, 1);
    padding-top: 10px;
    padding-left: 10px;
    width: 800px;
    height: 220px;
}

.GridPager a, .GridPager span {
    display: block;
    height: 25px;
    width: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    margin-top: 10px;
    border: 1px solid #3AC0F2;
}

.modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 30px;
    background-color: #6A8A4B;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 32px;
        width: 32px;
    }

.modalPopupUpdateRecord {
    border: 1px solid #cfcfcf Z-INDEX:200;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px #cfcfcf;
    -webkit-box-shadow: 0 0 10px #cfcfcf;
    box-shadow: 0 0 10px #cfcfcf;
    padding: 15px 10px;
    overflow: hidden;
    text-shadow: 0 1px 0 #ffffff;
    background-color: rgb(238, 240, 243);
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(150, 184, 12);
    padding-top: 10px;
    padding-left: 10px;
    width: 600px;
    height: 420px;
}

#ctl00_Image1 {
    width: 200px !important;
}

.bcodeinput input[type=text] {
    margin-bottom: 4px !important;
}

.card {
    border: 0px solid rgba(0,0,0,.125) !important;
}

.btn-success {
    color: #fff;
    background-color: #7e6ca8 !important;
    border-color: #7e6ca8 !important;
}
