﻿
/*Layout*/

.banner {
    background-image: url('../images/APTSkidataLogo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    border-bottom: 1px solid #f6da0f;
    border-bottom: var(--corporate-border);
    background-color: #b8bcbe;
    background-color: var(--banner-background);

}

/*Layout End*/

/*Nav Left Panel*/

.left-nav {
    background-color: var(--left-nav-background);
}

.nav-header {
    padding: 10px;
    background-color: var(--left-nav-header);
    color: var(--left-nav-header-text);
}

.name{
    text-overflow:ellipsis;
    overflow:hidden;
}

.menu-item {
    display: block;
    border: none;
    color: rgba(0,0,0, 0.87);
    background-color: transparent;
    text-align: left;
    margin: 0;
    padding: 0 16px;
    outline-color: rgb(189,189,189);
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
}

    .menu-item:hover {
        color: black;
        background-color: rgb(238,238,238);
    }

.nav {
    z-index: -2;
}
/*Nav card*/
.nav-container {
    margin: 2px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--left-nav-card-background);
    border: 1px solid var(--left-nav-card-border) !important;
    color: var(--left-nav-text-label);
    font-size:14px;
}


/*search*/
.searchparker {
    position: fixed;
    top: 65px;
    width: calc(100% - 240px);
    height: calc(100% - 65px);
    left: 240px;
    background-color: transparent;
    padding: 5px;
    z-index: 9;
    overflow: auto;
}

    .search-period input {
        top: 5px;
        right: 40px;
        position: absolute;
        z-index: 2;
    }

@media screen and (max-width: 1024px) {
    .searchparker {
        left: 0px;
        top: 66px;
        width: 100%;
        height: calc(100% - 66px);
    }

        .searchparker input {
            top: 10px;
            right: 40px;
            position: absolute;
        }
}

.searchparker #cont {
    overflow: auto;
}

.searchparker input{
    position:absolute;
    z-index:2;
}

.back {
    background-color: #CCC;
    background-color: var(--light-grey);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}


.left-nav{
    position:absolute;
    overflow-x:hidden;
}


.nav-container-main {
    position: absolute;
    width: 100%;
    top: 145px;
    transition: all ease-in-out 0.7s;
    right: 0px;
}
.nav-container-main-hidden {
    right: -300px;
    transition: all ease-in-out 0.7s;
}
.searchForm {
    width: 240px;
    position: absolute;
    z-index: 9;
    height: auto;
    left: -300px;
    top: 145px;
    background-color:inherit;
    /*background-color: var(--light-grey);*/
    border: 1px solid var(--banner-background);
    padding: 10px;
    transition: all ease-in-out 0.7s
}

.searchFormShow {
    left: 0px;
}

.searchForm div{
    position:relative;
}

.searchForm input {
    height: 40px;
    border: 1px solid darkgray;
    text-transform: uppercase;
}

.search-period {
    width: 40px;
    position:absolute;
    right:0px;
  
}

.searchForm #searchBtn {
    width: 100%;
    margin: 5px 0 0 0;
}

#btnOpenSearchContainer {
    cursor: pointer;
    color: var(--light-grey);
    transition: all ease-in-out 0.150s;
}

#btnOpenSearchContainer:hover{
    color:white;
}

.btn-active{
    color:white !important;
}
/**/

@media screen and (max-width: 1024px) {
    .banner-child button {
        position: fixed;
        z-index: 999;
        bottom: 80px;
        right: 15px;
    }
}


@media screen and (max-width: 768px) {
    .nav-container {
        font-size: 16px
    }

    .banner-child {
        display: inline-block !important;
        width: 100%;
    }


}
    .nav-container label {
        background-color: var(--left-nav-card--label-background);
        border-top: 1px solid var(--left-nav-card-label-border-bottom);
    }

    .nav-container label, .nav-container a {
        padding: 10px 15px;
        margin: 0px;
        width: 100%;
    }

    .nav-container a {
        text-indent: 5px;
        padding: 15px;
        display: block;
        color: var(--left-nav-text-a);
    }

        .nav-container a:hover {
            background-color: var(--light-grey) !important;
        }

        .nav-container a:hover {
            color: var(--left-nav-text-a-hover);
        }
    /*nav card End*/
    /*nav left panel end*/



    /*Main*/
    .banner-child {
        display: flex;
        justify-content: left;
        background-color: #dfdfdf;
        background-color: var(--banner-child-background) !important;
        padding: 5px;
    }


.main-page {
    background-color: var(--page-background);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.pageSelect div {
    background-color: var(--page-select-background);

}



    /*Main End*/




    .load-click {
        animation: loadalert 3s infinite;
        background-color: lightgray;
        background-color: var(--load-alert-click)
    }

    @keyframes loadalert {
        0% {
            background-color: unset;
        }

        50% {
            background-color: lightgray;
            background-color: var(--load-alert-click)
        }

        100% {
            background-color: unset;
        }
    }


    .active {
        background-color: rgb(130,130,130);
        background-color: var(--light-grey);
    }



    .goog-menu-vertical {
        overflow: auto;
        max-height: 300px
    }

    html, body {
        background-color: white;
        font-family: tahoma;
    }

    .colour-container {
        background-color: #e8e8e8;
    }

    .page-padding {
        padding: 10px;
    }

    .nav-colour-white a, .nav-colour-white i {
        color: white !important;
    }

    .pageheader {
        position: sticky;
        position: -webkit-sticky;
        top: 0px;
        font-weight: bold;
        font-size: medium;
        line-height: 4;
        z-index: 100;
        width: 100%;
        text-align: center;
        width: calc(100%);
        color: #6b6b6b;
        background-color: #f5f5f5;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        cursor: default;
        height: 64px;
    }


    /**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

    html, body {
        font-family: 'Roboto', 'Helvetica', sans-serif;
    }

    a {
        text-decoration: none !important;
    }

    .demo-avatar {
        width: 48px;
        height: 48px;
        border-radius: 24px;
    }

    .demo-layout .mdl-layout__header .mdl-layout__drawer-button {
        color: rgba(0, 0, 0, 0.54);
    }

    .mdl-layout__drawer .avatar {
        margin-bottom: 16px;
    }

    .demo-drawer {
        border: none;
    }
        /* iOS Safari specific workaround */
        .demo-drawer .mdl-menu__container {
            z-index: -1;
        }

        .demo-drawer .demo-navigation {
            z-index: -2;
        }
        /* END iOS Safari specific workaround */
        .demo-drawer .mdl-menu .mdl-menu__item {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .demo-drawer-header {
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 16px;
    }

    .demo-avatar-dropdown {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .demo-navigation {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .demo-layout .demo-navigation .mdl-navigation__link {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: rgba(255, 255, 255, 0.56);
        font-weight: 500;
    }

    .demo-navigation .mdl-navigation__link .material-icons {
        font-size: 24px;
        color: rgba(255, 255, 255, 0.56);
        margin-right: 32px;
    }

    .demo-content {
        max-width: 1080px;
    }

    .demo-charts {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .demo-chart:nth-child(1) {
        color: #ACEC00;
    }

    .demo-chart:nth-child(2) {
        color: #00BBD6;
    }

    .demo-chart:nth-child(3) {
        color: #BA65C9;
    }

    .demo-chart:nth-child(4) {
        color: #EF3C79;
    }

    .demo-graphs {
        padding: 16px 32px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    /* TODO: Find a proper solution to have the graphs
 * not float around outside their container in IE10/11.
 * Using a browserhacks.com solution for now.
 */
    _:-ms-input-placeholder, :root .demo-graphs {
        min-height: 664px;
    }

    _:-ms-input-placeholder, :root .demo-graph {
        max-height: 300px;
    }
    /* TODO end */
    .demo-graph:nth-child(1) {
        color: #00b9d8;
    }

    .demo-graph:nth-child(2) {
        color: #d9006e;
    }

    .demo-cards {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

        .demo-cards .demo-separator {
            height: 32px;
        }

        .demo-cards .mdl-card__title.mdl-card__title {
            color: white;
            font-size: 24px;
            font-weight: 400;
        }

        .demo-cards ul {
            padding: 0;
        }

        .demo-cards h3 {
            font-size: 1em;
        }

    .demo-updates .mdl-card__title {
        min-height: 200px;
        background-image: url('images/dog.png');
        background-position: 90% 100%;
        background-repeat: no-repeat;
    }

    .demo-cards .mdl-card__actions a {
        color: #00BCD4;
        text-decoration: none;
    }

    .demo-options h3 {
        margin: 0;
    }

    .demo-options .mdl-checkbox__box-outline {
        border-color: rgba(255, 255, 255, 0.89);
    }

    .demo-options ul {
        margin: 0;
        list-style-type: none;
    }

    .demo-options li {
        margin: 4px 0;
    }

    .demo-options .material-icons {
        color: rgba(255, 255, 255, 0.89);
    }

    .demo-options .mdl-card__actions {
        height: 64px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        box-sizing: border-box;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }





    .pane {
        display: none;
        position: fixed;
        width: auto;
        width: 640px;
        height: auto;
        max-width: 1024px;
        top: 10%;
        left: 25%;
        margin: 0;
        padding: 0;
        z-index: 999;
        background-color: #212529;
        overflow: auto;
        color: black;
        background-color: white;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        border-radius: 5px;
        z-index: 999;
    }

        .pane label {
            user-select: none;
            -moz-user-select: none;
            -webkit-user-select: none;
        }

        .pane span {
            cursor: move;
            user-select: none;
            -moz-user-select: none;
            -webkit-user-select: none;
        }

    .panetitle {
        background-color: #70787c;
        color: white;
        font-size: 16px;
        padding: 11px 1rem;
        user-select: none;
    }

        .panetitle button {
            height: 18px;
            min-width: 18px;
            width: 18px;
        }


    /*singletons*/

    svg > g > g:last-child {
        pointer-events: none
    }

    .loader-cont {
        position: absolute;
        margin-left: 25%;
    }

    .display-none-important {
        display: none !important;
    }

    .min-height-400px {
        min-height: 400px !important;
    }
    /*End*/

    .search_text {
        border: none;
        border-bottom: 1px solid gray;
        border-bottom: 1px solid var(--border-colour);
        padding: 5px 0px 5px 16px;
        transition: all ease-in-out 0.3s;
        margin-bottom: 10px;
        width: 100%;
    }

    .btn-selected-view {
        background-color: lightgray;
        background-color: var(--selected-view);
    }

    .search_text_active {
        border-bottom: 1px solid var(--border-colour-active);
    }

    .search_text:focus {
        border-bottom: 1px solid var(--border-colour-active);
    }


    .card {
        width: 80% !important;
    }

    .btnShowPages {
        display: none;
    }


    .systemstatus {
        position: absolute;
        z-index: 1;
        overflow: auto;
        top: 165px;
        left: -2000px;
        width: 45%;
        transition: all 0.8s;
        height: calc(100% - 165px);
    }

    .systemstatusShow {
        left: 240px;
    }

    @media screen and (max-width: 475px) {
        .logo span {
            display: none;
        }

        .welcome {
            font-size: 20px;
        }
    }

    @media screen and (max-width: 1024px) {
        .card {
            width: 95% !important;
        }

        .logo span {
            font-size: 16px;
        }

        .pageSelect {
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 9;
            left: -1000px;
            transition: ease-in-out 0.5s;
            top:55px
        }

        .pageSelectshow {
            left: 0px;
        }

        .btnShowPages {
            display: unset;
        }

        .max-height-200px {
            max-height: unset !important;
            min-height: unset !important;
        }

        .max-height-400px {
            max-height: unset !important;
            min-height: unset !important;
        }

        .max-height-600px {
            max-height: unset !important;
            min-height: unset !important;
        }

        .systemstatusShow {
            left: 0px;
            width: 100%;
        }
    }




    .systemstatusbtn {
        position: absolute;
        right: 0px;
        color: black;
    }

    .totals p {
        padding: 5px;
        font-size: 16px;
        margin: 0px;
    }

    .moredetails {
        position: fixed;
        z-index: 1;
        bottom: -1000px;
        background-color: var(--main-table-bg-colour);
        height: calc(100Vh - 65px);
        overflow: auto;
        width: calc(100VW - 240px);
        transition: 0.5s ease-in-out;
    }

    .moredetailsShow {
        bottom: 0px;
    }

    .bg-block {
        background-color: var(--main-table-bg-colour);
    }

.welcome {
    display: block;
    background-color: var(--welcome-background);
    padding: 15px;
    color:var(--welcome-background-text)
}


        .welcome label {
            font-size: 28px;
            font-weight: bold;
            text-align:center;
                
        }

    .nav-button, #Load, form button, td a {
        border: 1px solid var(--border-colour) !important;
    }

        .nav-button:hover {
            color: black;
        }


    /*ul li a, ul a, a {
        color: var(--text-colour-black) !important;
    }*/

    td {
        vertical-align: middle !important;
    }



    .new-dropdown {
        margin: 5px 0px 5px 0;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: none;
        background-image: url('../Images/select.png'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
        background-repeat: no-repeat, repeat;
        background-position: right .7em top 50%, 0 0;
        background-size: .65em auto, 100%;
        padding: .6em 2em .5em .8em;
        background-color: white;
        border: 1px solid var(--border-colour);
        border-radius: 2px;
    }

    @media screen and (max-width: 1024px) {
        .new-dropdown {
            font-size: 16px;
        }
    }

    .categoryfiltercontainer {
        display: table-row;
    }

    .img-container {
        text-align: center;
    }

        .img-container img {
            max-width: 100%;
            height: auto;
        }

    .leftcol {
        width: 25%;
    }

    .middlecol {
        width: 25%;
    }

    .rightcol {
        width: 50%
    }

    .max-width-200px {
        max-width: 200px
    }

    footer {
        position: fixed;
        bottom: 0px;
        right: 20px;
    }

    .grid-2x {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 2px;
        padding: 2px;
    }

    .grid-2x-left {
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .grid-2x-right {
        grid-column-start: 2;
        grid-column-end: 2;
    }

    .grid-2x-full-span {
        grid-column-start: 1;
        grid-column-end: 3;
    }


    .curser-hand {
        cursor: pointer;
    }

    .display-none {
        display: none;
    }

    .top-unset {
        top: unset !important;
    }

    @media screen and (max-width: 1024px) {
        .welcome {
            text-align: center;
        }


        .grid-2x {
            display: grid;
            grid-template-columns: 100% 100%;
        }

        .grid-2x-left {
            grid-column-start: 1;
            grid-column-end: 2;
        }

        .grid-2x-right {
            grid-column-start: 1;
            grid-column-end: 2;
        }

        .mainselector {
            display: block !important;
            background-color: inherit !important;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        }

            .mainselector button, .mainselector #reportrange, .mainselector select {
                width: 100%;
                margin: 2px;
                border-radius: 2px;
            }

            .mainselector button {
                border: 1px solid lightgray;
            }
    }


    .verticle-align-baseline td {
        vertical-align: baseline;
    }

    .button-context-select {
        border: none;
        background-color: #e8e8e8;
        border: none;
        background-color: #e8e8e8;
        background: transparent;
        border: none;
        border-radius: 2px;
        color: rgb(0,0,0);
        position: relative;
        margin: 0;
        min-width: 64px;
        display: inline-block;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 0;
        overflow: hidden;
        will-change: box-shadow;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        outline: none;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
        vertical-align: middle;
        white-space: nowrap;
    }

        .button-context-select:hover {
            background-color: #d0d0d0;
        }


    .padding-0px {
        padding: 0px;
    }

    .padding-bottom-5px {
        padding-bottom: 5px;
    }

    .padding-top-5px {
        padding-top: 5px;
    }

    .button-primary-colour {
        background-color: lightgray;
    }

    .padding-1percent {
        padding: 1% !important;
    }


    .nav-left-padding a {
        padding-left: 15px !important;
    }


    .new-button {
        padding: 5px;
        margin: 2px;
        border: none;
        border-radius: 5px;
    }

    .navigation-banner {
        position: sticky;
        z-index: 101;
        top: 0px;
        display: flex;
        justify-content: left;
        background-color: #263238;
        border-bottom: 1px solid yellow;
    }

        .navigation-banner input {
            padding: 10px;
            border: none;
            background-color: inherit;
            color: white;
        }

            .navigation-banner input:hover {
                color: black;
            }

    .container-main {
        display: block;
        height: 100%;
        width: 100%;
        background-color: yellow
    }



    .dateselector {
        background-color: white;
        padding: 10px;
        cursor: pointer;
        border: 1px solid #d3d3f2;
        margin: 4px;
    }

    .margin-0 {
        margin: 0px;
    }

    .margin-right-1px {
        margin-right: 1px;
    }

    .margin-bottom-5px {
        margin-bottom: 5px;
    }

    .margin-top-5px {
        margin-top: 5px;
    }


    .hidden {
        display: none;
    }

    .load-hidden {
        display: none;
    }

    .height-auto {
        height: auto;
        min-height: unset;
    }

    .padding-5px {
        padding: 5px;
    }

    .max-height-200px {
        max-height: 200px;
        min-height: 200px;
        overflow: auto;
    }

    .max-height-400px {
        max-height: 400px;
        min-height: 200px;
        overflow: auto;
    }

    .max-height-600px {
        max-height: 600px;
        min-height: 600px;
        overflow: auto;
    }

    .loader-container {
        width: calc(100% - 240px);
        text-align: center;
        height: 100%;
        background-color: white !important;
        z-index: 1000;
        position:fixed;
    }

@media screen and (max-width: 1024px) {
    .loader-container{
        width:100%;
    }
}

    /*Loading Animation*/
    .loader-item {
        max-width: 50%;
        border: 16px solid #f3f3f3; /* Light grey */
        border-top: 16px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
    }


    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @media screen and (max-width: 1024px) {
        .nav-buttons-width-control input {
            width: 100%
        }
    }

    /*Google styles*/
    div.google-visualization-tooltip {
        max-height: 400px;
        min-height: 200px;
        overflow: auto;
        width: auto;
        line-height: normal;
    }

        div.google-visualization-tooltip li {
            margin: 0;
        }


    .google-visualization-controls-stringfilter input:focus {
        border: 1px solid #ccc !important;
    }

    .google-visualization-controls-label {
        display: none !important;
    }

    .google-visualization-controls-stringfilter input {
        border: 1px solid #ccc !important;
        border-radius: 4px;
        width: 150px;
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        height: 30px;
        padding-right: 10px;
    }


    .google-visualization-controls-label {
        width: auto;
        color: black;
    }

    .goog-inline-block {
    }

    .google-visualization-table-table {
        font-family: Tahoma !important;
        font-size: unset;
    }

    .google-visualization-controls-rangefilter-thumblabel {
        color: black !important;
    }

    .google-visualization-controls-slider-horizontal {
        background-color: #9cb5c5 !important
    }

    .google-visualization-controls-slider-handle {
        background-color: #009cff;
    }

    .google-visualization-controls-slider-thumb {
        border-radius: 50% !important;
        background-color: #626e74 !important;
        border: 1px solid #626e74 !important;
    }

        .google-visualization-controls-slider-thumb:hover {
            background-color: #43494d !important;
        }

    div.google-visualization-tooltip {
        box-shadow: 0 10px 8px 0 rgba(0,0,0,0.2) !important;
        border-radius: 5px !important;
        background-color: white !important;
    }

        div.google-visualization-tooltip > ul > li > span {
            font-size: 15px !important;
        }


    .google-visualization-table-page-number {
        font-size: 16px !important;
    }

    .goog-custom-button-inner-box {
        font-size: 16px;
        padding: 5px 5px 5px !important;
    }


    .table-header-row {
    }

        .table-header-row th {
            background-color: white;
        }

    .table-row {
    }


    .table-row-odd {
        background-color: var(--main-table-bg-colour);
    }

    .table-row-selected {
    }

    .table-row-hover {
        background-color: var(--main-table-hover-colour)
    }

    .table-header-cell {
        transform: none !important;
        position: sticky !important;
        top: 0px !important;
    }

    .table-cell {
    }

    .table-number-cell {
    }

    .overflow-none {
        overflow: hidden;
    }

    .overflow-auto {
        overflow: auto;
    }

    #cookieConsent {
        position: sticky;
        top: 0%;
        width: 100%;
        left: 0%;
        z-index: 9;
        background-color: white;
        border-bottom: 1px solid gray;
    }

    .hidden {
        display: none;
    }


    .btn-repeat {
        animation: Repeat 2s;
        -moz-animation: Repeat 2s infinite; /* Firefox */
        -webkit-animation: Repeat 2s infinite; /* Safari and Chrome */
    }

    .icon-update {
        position: absolute;
        top: 0px;
        background-color: red;
    }

    .btn-border {
        border: 1px solid var(--border-colour) !important;
    }


    #scollUp {
        padding: 10px 10px;
        background-color: #d5d5d5;
        background-color: var(--border-colour);
        position: fixed;
        bottom: 25px;
        right: 30px;
        display: none;
        z-index: 999;
        border-radius: 50%;
        border: none;
        opacity: 0.3;
    }

.btn-standard {
    margin: 5px 0px 5px 5px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: .65em auto, 100%;
    padding: 0.6em 1.4em 0.5em 1.4em;
    background-color: white;
    border: 1px solid var(--border-colour);
    border-radius: 2px;
    transition: all ease-in-out 0.1s;
    text-transform: uppercase;
    color: black;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

        .btn-standard:hover {
            background-color: #f0f0f0;
            color: black;
        }

    @media screen and (max-width: 1024px) {
        .btn-standard {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 768px) {

        .new-dropdown {
            width: 100%;
        }

        #Load, #showTable {
            width: 100%;
            margin: 5px 0px 5px 0;
        }
    }

    @-moz-keyframes Repeat {
        0% {
            color: lightgray;
        }

        50% {
            color: #37474f;
        }

        100% {
            color: lightgray;
        }
    }

    @-webkit-keyframes Repeat {
        0% {
            color: lightgray;
        }

        50% {
            color: #37474f;
        }

        100% {
            color: lightgray;
        }
    }

    .carparkcounters {
        display: flex;
        flex-wrap: wrap;
    }

        .carparkcounters div {
            position: relative;
        }

        .carparkcounters button {
            border: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            opacity: 0.5;
            text-align: left;
            z-index: 1;
            top: 25px;
            left: 115px;
            background-color: transparent;
            position: absolute;
        }


    .notify {
        position: fixed;
        width: calc(100% - 240px);
        bottom: -100px;
        right: 0px;
        height: 50px;
        line-height: 50px;
        background-color: transparent;
        z-index: 9;
        text-align: center;
        transition: bottom 1s;
    }

        .notify label {
            display: inline-block;
            margin: 0 auto;
            background-color: lightgray;
            width: 50%;
            border: 1px solid lightgrey;
            border-radius: 3px;
            text-transform: uppercase;
        }

    @media screen and (max-width: 1024px) {

        .notify {
            width: 100%;
        }

            .notify label {
                width: 100%;
                border: unset;
            }
    }

    .notifyshow {
        bottom: 0px;
    }


.datecompare {
    width: 450px;
    position: relative;
    bottom: -100px;
    transition:ease-in-out all 0.4s;
    left:5px;
}

@media screen and (max-width: 1024px) {
    .datecompare {
        width: auto;
        position: relative;
        bottom: -300px;
    }
}

    .datecompareshow {
        bottom: 0px;
    }

.bg img {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
}


.input-label-number {
    margin: 5px 0px 5px 5px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: .65em auto, 100%;
    padding: 0.6em 1.4em 0.5em 1.4em;
    background-color: white;
    border: 1px solid var(--border-colour);
    border-radius: 2px;
    transition: all ease-in-out 0.1s;
    text-transform: uppercase;
    color: black;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .input-label-number input {
        border: none;
        width: 50px;
        padding:0px;
    }

    .input-label-number span {
        padding-left: 5px;
        padding-right: 5px;

        padding:0px 5px 0px 5px;


        color: black;
        border-right: 1px solid black;
    }