﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap');

html, body {
    font-family: 'Raleway', sans-serif !important;
    font-feature-settings: "lnum";
}

.e-control, .e-tab, .e-tab-header, .e-toolbar-item, .e-tab-text {
    font-family: 'Raleway', sans-serif !important;
    font-feature-settings: "lnum";
}

.card-daterange {
    font-size: 11px;
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.rz-multiselect-items-wrapper {
    max-height: 400px !important;
    width: 400px !important;
}

.rz-multiselect-panel {
    min-width: 400px !important;
}

#radzenregiondropdown .rz-multiselect-panel {
    min-width: 200px !important;
}

.rz-button-md {
    font-family: 'Raleway', sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: normal !important;
}

.rz-chkbox-box.rz-state-active {
    background-color: #00A89E !important;
    border: 1px solid #dadfe2;
}

.rz-splitbutton .rz-button.rz-primary.rz-shade-default {
    background-color: #6c757d;
}

:root {
    --rz-checkbox-border-width: 1px !important;
}

.greenbg {
    background: #00A89E;
}
.dark-greybg {
    background: #7f7f7f;
}

.aust-map-view {
    position: relative;
    height: 180px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    top: 15px;
    font-size: 11px;
}

    .aust-map-view .row {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        height: 100%;
    }

    .aust-map-view .heading {
        font-weight: bold;
        padding: 5px;
        color: #000;
    }

    .aust-map-view .map {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }

        .aust-map-view .map img {
            width: 100%;
            height: 100%;
        }

    .aust-map-view .table.states {
        width: 100%;
        height: 100%;
        border-collapse: collapse;
        color: #000;
        font-size: 11px;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
    }

    .aust-map-view .state .gap {
        width: 4px;
        height: 4px;
    }

    .aust-map-view .state {
        color: #000;
        vertical-align: middle;
        text-align: center;
    }

        .aust-map-view .state .text {
            position: relative;
            z-index: 2;
            white-space: nowrap;
        }

    .aust-map-view .states .section {
        width: 33.3%;
        height: 100%;
    }

    .aust-map-view .wa {
        height: 100%;
        border-right: 2px solid #fff;
    }

        .aust-map-view .wa .text {
            top: 45%;
        }

    .aust-map-view .empty {
        height: 14%;
    }

    .aust-map-view .nt {
        height: 47%;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

        .aust-map-view .nt .text {
            top: 60%;
        }

    .aust-map-view .sa {
        height: 51%;
        border-right: 2px solid #fff;
    }

        .aust-map-view .sa .text {
            top: 10%;
        }

    .aust-map-view .qld {
        height: 47%;
        border-bottom: 2px solid #fff;
    }

        .aust-map-view .qld .text {
            top: 80%;
        }

    .aust-map-view .nsw {
        height: 20%;
        border-bottom: 2px solid #fff;
    }

        .aust-map-view .nsw .text {
            top: 50%;
        }

    .aust-map-view .vic {
        height: 16%;
    }

        .aust-map-view .vic .text {
            top: 30%;
        }

    .aust-map-view .tas {
        height: 15%;
    }

        .aust-map-view .tas .text {
            top: 30%;
        }

    .aust-map-view .nat {
        position: absolute;
        left: 0px;
        bottom: 15px;
        z-index: 2;
    }

    .aust-map-view .act {
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 2;
    }

    .lds-spinner,
    .lds-spinner div,
    .lds-spinner div:after {
        box-sizing: border-box;
    }

    .lds-spinner {
        color: #00A89E;
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

    .lds-spinner div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3.2px;
        left: 36.8px;
        width: 6.4px;
        height: 17.6px;
        border-radius: 20%;
        background: currentColor;
    }

    .lds-spinner div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -1.1s;
    }

    .lds-spinner div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -1s;
    }

    .lds-spinner div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.9s;
    }

    .lds-spinner div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.8s;
    }

    .lds-spinner div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.7s;
    }

    .lds-spinner div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.6s;
    }

    .lds-spinner div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.5s;
    }

    .lds-spinner div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.4s;
    }

    .lds-spinner div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.3s;
    }

    .lds-spinner div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.2s;
    }

    .lds-spinner div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.1s;
    }

    .lds-spinner div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
    }

    @keyframes lds-spinner {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .parent-spinner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
