﻿/*Global style*/
header,
body {
    background: #ffffff;
    color: #000000;
    cursor: default;
}

body {
    min-height: 100%;
    overflow-y: scroll;
}

.row {
    margin: 0px;
    padding: 0px;
}

html,
body {
    font-size: 16px;
    height: 100%;
    line-height: 1.375;
}

.col-12,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 4px;
}

.clear {
    clear: both;
}

.container {
    width: 90%;
}

.pac-container {
    z-index: 99999 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    letter-spacing: -0.01em;
    font-weight:400;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 0.65rem;
}

li {
    font-size: 1rem;
}

a {
    cursor: pointer;
    text-decoration: underline;
    background-color: transparent;
}

    a:focus,
    a:hover {
        text-decoration: none;
    }

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    font-size: 0.85rem;
}

.form-control {
    font-size: 0.875rem;
}
/*Global style end*/

/*header*/
.main-wrapper {
    padding-top: 1%;
    width: 100%;
    float: left;
    box-sizing: border-box;
    -webkit-background-size: cover;
}

#header-1 #header-1-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#dashboard-logo-container,
#dashboard-title-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    #dashboard-logo-container #logo-img {
        width: clamp(100px, 25%, 200px);
    }

@media (min-width: 992px) {
    #dashboard-logo-container #logo-img {
        float: left;
    }
}

#dashboard-title-container h1 {
    margin: 0px;
    padding: 5px;
    float: right;
    font-weight: 600;
    text-align: center;
    font-size: clamp(1em, 5vw, 2em);
}

@media (min-width: 992px) {
    #dashboard-title-container {
        justify-content: right;
    }
}

#header-2 {
    width: 100%;
}

#header-2-content {
    margin: 0 auto;
    position: relative;
    text-align: center;
}

    #header-2-content .navbar {
        line-height: 45px;
        height: 40px;
        border: 0px;
        border-radius: 0;
        margin-bottom: 0px;
        min-height: 40px;
    }

    #header-2-content .container-fluid {
        padding: 0px;
    }

    #header-2-content #menu-items {
        width: 100%;
        float: left;
        color: #f9f9f9;
        padding: 0px;
    }

    #header-2-content #template-menu {
        width: auto;
    }

        #header-2-content #template-menu > li {
            position: static;
            display: block;
            font-size: 1.2rem;
            padding-left: 10px;
            padding-right: 10px;
            cursor: pointer;
            min-width: 85px;
            margin: 2px 1px;
        }
/*header end*/

/*body*/
.flex-row {
    align-items: stretch;
    flex-wrap: wrap;
}

table {
    text-align: left;
}

table,
th,
td {
    border: 1px solid #e1e1e1;
}

    table th {
        padding: 5px;
        text-align: center;
    }

    table td {
        padding: 5px;
        text-align: left;
    }

    table tbody tr:nth-child(even) {
        background: #ccc;
    }


#initial-disclaimer-modal .modal-dialog,
#map-disclaimer-modal .modal-dialog,
#footer-disclaimer-modal .modal-dialog {
    margin: auto;
    margin-top: 2%;
    width: 80%;
}

.modal-title {
    text-align: center;
}

.modal-body {
    padding: 15px;
    float: left;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    font-size: 1rem;
}

    .modal-body table {
        width: 100%;
    }

.modal-footer .acknowledgement {
    font-size: 0.85rem;
    font-style: italic;
    float: left;
    text-align: left;
}

/*widget top-tab*/
.top-tab {
    display: flex;
    flex-grow: 1;
    max-height: 250px;
}

    .top-tab > div {
        cursor: pointer;
    }

    .top-tab .top-tab-style {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        float: left;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        display: grid;
        grid-template-columns: 1fr 2fr;
    }

    .top-tab .top-tab-icon {
        grid-row: 1;
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: center;
    }

        .top-tab .top-tab-icon img {
            width: 56px;
        }

        .top-tab .top-tab-icon .fa {
            font-size: 3.5rem;
        }

#current-temperature-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#temperature-container {
    display: grid;
    grid-column-gap: 0.5rem;
}

    #temperature-container #temperature-image {
        text-align: center;
        grid-row: 1;
        grid-column-start: 1;
        grid-column-end: 3;
    }

        #temperature-container #temperature-image img {
            width: 50px;
        }

    #temperature-container #temperature-now {
        grid-row: 2;
        float: left;
        margin-right: 2rem;
    }

    #temperature-container #temperature-Feel {
        grid-row: 2;
        float: right;
    }

    #temperature-container .temperature {
        font-size: 2rem;
    }

.top-tab .top-tab-event-count {
    float: left;
    box-sizing: border-box;
    font-weight: bolder;
    font-size: 3.5rem;
    padding: 0 5px;
    line-height: 1;
    text-align: center;
    grid-row: 2;
    grid-column: 1;
}

.top-tab .tab-info-div {
    grid-row: 2;
    grid-column: 2;
    text-align: center;
}

    .top-tab .tab-info-div .tab-info-inner-div {
        text-align: left;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        text-align: left;
    }

    .top-tab .tab-info-div .tab-update-time {
        clear: left;
        font-size: 0.65rem;
        font-style: italic;
        float: left;
    }

.top-tab .top-tab-external-link a {
    display: block;
}

.top-tab .top-tab-external-link .top-tab-icon {
    margin-top: 10%;
}
/*widget top-tab end*/

/*widget small-tab*/
.small-tab {
    display: flex;
    padding: 0px;
}

    .small-tab > div {
        width: 100%;
        cursor: pointer;
    }

    .small-tab i {
        margin-right: 1rem;
    }

    .small-tab .small-tab-style {
        height: 100%;
        text-align: center;
        font-size: 1.1rem;
        border-radius: 5px;
        display: block;
        padding: 0.5rem;
    }

        .small-tab .small-tab-style a {
            display: block;
            text-decoration: none;
        }

.small-tab-style .tab-info-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .small-tab-style .tab-info-div .small-tab-item-count {
        margin-right: 10px;
    }

/*widget small-tab end*/
/*widget map*/
.map-heading {
    display: flex;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 0px;
    border-bottom: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    align-items: center;
    min-height: 40px;
}

.map {
    min-height: 600px;
}

    .map #legend-icon {
        width: 20px;
        height: 20px;
    }

    .map .search-box {
        padding: 8px;
        padding-left: 48px;
        width: 273px;
        border: 1px solid #f5f5f5;
        color: gray;
        outline: 0;
        font-size: 0.938rem;
        border-radius: 3px;
    }

.map-heading #map-disclaimer-btn {
    text-transform: uppercase;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    border: none;
    vertical-align: middle;
    padding: 4px 5px;
}

.leaflet-bar button {
    padding: 0;
}

.leaflet-right {
    z-index: 998;
}

.leaflet-sidebar {
    z-index: 999;
}

#map-legend table,
#map-legend th,
#map-legend td {
    background-color: #ffffff;
    border: 0;
}

#map-legend th {
    padding: 1px;
}

    #map-legend th img {
        width: 30px;
        height: 30px;
    }

#map-legend td {
    font-size: 1rem;
}

#map-modal #map-modal-label img {
    margin: 0px 10px;
    padding-bottom: 4px;
}

#map-modal .modal-header {
    color: #ffffff;
}

#map-modal .modal-body th {
    text-align: left;
}

#map-modal .modal-body img {
    max-width: 100%;
}

/*widget map end*/
/*map layer control style start*/
#map-disclaimer-btn {
    position: absolute;
    right: 10px;
    border: none;
    vertical-align: middle;
}

#legend-icon img {
    width: 20px;
    height: 20px;
}

.accordion-container {
    max-width: 300px;
    min-height: 100px;
    margin: 1rem auto;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
}

    .accordion-container button.menu {
        margin: 0;
        padding: 2px 7px;
        font-weight: bold;
        font-size: 1.1rem;
        border: none;
        background-color: transparent;
        border-radius: 5px;
    }

        .accordion-container button.menu:hover {
            padding: 1px 5px;
            background-color: rgba(60, 64, 67, 0.04);
            border: 1px solid #3c4043;
            cursor: pointer;
            width: 100%;
            text-align: left;
        }

        .accordion-container button.menu[aria-expanded="false"]::before {
            content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' style='forced-color-adjust: auto;'%3E%3Cpolygon points='1 1, 1 11, 8 6' fill='currentcolor' stroke= 'currentcolor' /%3E%3C/svg%3E%0A");
            position: relative;
            left: -2px;
        }

        .accordion-container button.menu[aria-expanded="true"]::before {
            content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' style='forced-color-adjust: auto;'%3E%3Cpolygon points='1 1, 11 1, 6 8' fill='currentcolor' stroke= 'currentcolor' /%3E%3C/svg%3E ");
            position: relative;
            left: -4px;
            top: 2px;
        }

    .accordion-container article {
        background: rgba(255, 255, 255, 0.5);
        margin-top: -1px;
        margin-left: 1.25rem;
        z-index: 10;
    }

    .accordion-container label input[type=checkbox], .accordion-container label input[type=radio] {
        margin-right: 0.5rem;
    }

    .accordion-container label .pin-count {
        width: 20px;
        height: 20px;
        padding: 2px;
        color: white;
        background-color: #517900;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        margin-left: auto;
        float: inline-end;
    }

    .accordion-container input[type=checkbox]:disabled + span {
        color: #ccc;
        cursor: not-allowed;
    }

#map-legend table, #map-legend th, #map-legend td {
    background-color: #ffffff;
    border: 0;
}

#map-legend th {
    padding: 1px;
}

    #map-legend th img {
        width: 30px;
        height: 30px;
    }
/*map layer control style end*/
/*widget social media*/
.social-media-inner-div,
.notice-container {
    border: 2px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.social-media-tab {
    justify-content: center;
    display: flex;
    overflow-x: hidden;
}

.social-media-content {
    height: 600px;
    overflow-y: hidden;
}

@media (min-width: 1200px) {
    #laptop {
        display: block;
    }

    #Ipad,
    #mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #Ipad {
        display: block;
    }

    #laptop,
    #mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    #mobile {
        display: block;
    }

    #laptop,
    #Ipad {
        display: none;
    }
}

/*widget social media end*/

/*widget notice*/

/*widget notice end*/

/*widget warning widget*/
.warning-widget {
    display: flex;
}

.warning-widget-div {
    border: 2px solid #e3e3e3;
    border-radius: 5px;
    padding: 12px;
    height: 100%;
    width: 100%;
}

    .warning-widget-div .warning-content-div {
        float: left;
        width: 100%;
        padding: 20px 5px;
    }

.warning-view-more {
    cursor: pointer;
    float: right;
    clear: left;
    padding: 5px 20px;
    border-radius: 3px;
}

.bushfire-content-item {
    border: 1px solid #e3e3e3;
    border-radius: 0.28em;
    margin: 5px;
    display: flex;
}

    .bushfire-content-item .bushfire-warning-image {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

        .bushfire-content-item .bushfire-warning-image img {
            max-width: 50px;
        }

    .bushfire-content-item .busfire-warning-text-container {
        padding: 5px;
        width: 100%;
    }

    .bushfire-content-item .view-more-bushfire {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 60px;
        cursor: pointer;
        padding: 0px;
        font-size: 0.85rem;
        font-weight: 700;
        color: #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .bushfire-content-item .bushfire-warning-level {
        font-weight: 700;
        color: #ff0000;
    }

.bushfire-content-detail > span > span {
    font-weight: 700;
    color: #ff0000;
}

.modal-backdrop {
    z-index: 0;
}

.content-item {
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0.28em;
    margin: 5px;
    padding: 10px;
}

.content-title {
    font-weight: bold;
}

.content-update-time {
    color: #666;
    font-style: italic;
    font-size: 0.85rem;
}

.bom-attribution-common,
.QFES-info {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

#fdr-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
}

    #fdr-container > div:first-child {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #fdr-container #fdr-image {
        width: 100%;
        max-width: 418px;
    }

    #fdr-container h3 {
        color: #333;
    }

#fdr-table {
    width: 100%;
}

    #fdr-table td {
        width: 40%;
    }

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex-end {
    align-items: flex-end;
}

#warning-weather-div .warning-heading-div {
    display: flex;
    justify-content: space-between;
}
/*widget warning widget end*/
/*select language Start*/
#google_translate_container {
    right: 40px;
    width: 100%;
    height: 40px;
}

#google_translate_element {
    width: 100%;
    border: none;
    font-size: 1rem;
    border-radius: 5px;
    border-style: none;
}

#google_translate_container > div > div > div {
    margin-top: -0.4em;
}

.goog-te-gadget .goog-te-combo {
    margin: -4px 0 !important;
    width: 100%;
    padding: 5px 7px;
    font-size: 1rem;
    border-radius: 5px;
    border-style: none;
    text-align: center;
    text-align-last: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.goog-te-gadget > div > select {
    color: black;
}

.goog-te-gadget > span > a {
    display: none;
}
/*select language End*/

/*select Radio Start*/
#radiostation-table {
    width: 100%;
}

    #radiostation-table th {
        width: 50%;
        background: #1c2d6d;
        color: #fff;
        text-align: center;
        padding: 0.75em 1em;
    }
/*select Radio End*/

/*Neighbouring Council Start*/

#neighbour-council-header-text {
    text-align: center;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.neighbour-council-dropdown-list li {
    text-align: center;
    list-style-type: none;
    padding: 0.5em;
    border-bottom-style: inset;
    border-bottom-width: thin;
}

    .neighbour-council-dropdown-list li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .neighbour-council-dropdown-list li a {
        font-size: 1rem;
        font-weight: bold;
    }
/*Neighbouring Council End*/

/*operation start*/
.operation-camera-img {
    height: 51px;
    width: 98px;
    margin-top: -9%;
}

.operation-camera-container {
    cursor: pointer;
    border: 1px solid #000000;
    margin-top: -2%;
    border-radius: 5px;
    font-size: 1.1rem;
    padding-top: 1%;
    text-align: center;
}

    .operation-camera-container p {
        text-align: center;
    }

.operation-tab {
    box-shadow: 0 0 5px #17150c;
    margin-bottom: 1%;
    border-radius: 9px;
    padding: 13px;
}

    .operation-tab h4 {
        color: #000;
    }

/*operation end*/
/*widget optin*/
#capcha {
    display: inline-block;
    margin-top: 20px;
}

#opt-in-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    #opt-in-tab img {
        height: 26px;
        padding-right: 5px;
    }

#opt-in-modal .tab-content {
    margin-top: 10px;
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
}

.logout-button {
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background: #000000;
    color: #ffffff;
    display: flex;
    width: max-content;
    align-items: center;
}

#logout-button {
    position: relative;
    float: inline-end;
}

#logout-button-small-screen {
    float: inline-start;
}

@media (min-width: 768px) {
    #logout-button-small-screen {
        display: none;
    }
}

@media (max-width: 767px) {
    #logout-button {
        display: none;
    }
}

/*widget optin end*/
/*body end*/
/*footer*/
footer {
    clear: both;
    gap: 2em;
    padding: 1em 12em 1em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "a a a a" "b c c d";
}

    footer h4 {
        font-size: 1.3rem;
    }

    footer #footer-logo-img {
        grid-area: a;
        display: flex;
        align-items: center;
    }

        footer #footer-logo-img img {
            height: 90px;
            padding-right: 1rem;
        }

        footer #footer-logo-img span {
            display: inline-block;
            text-transform: uppercase;
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 500;
            margin-left: 0;
            position: relative;
            font-family: Oswald,sans-serif;
        }

    footer #footer-links {
        grid-area: b;
    }

        footer #footer-links ul {
            list-style: none;
            padding-left: 0px;
        }

    footer #footer-contact-info {
        grid-area: c;
    }

    footer #footer-socical-info {
        grid-area: d;
    }

        footer #footer-socical-info .fa {
            font-size: 1.2rem;
        }

    footer p {
        font-size: 1rem;
        margin: 0;
    }

    footer a {
        font-size: 1rem;
        text-decoration: none;
    }

@media (max-width: 992px) {
    footer {
        padding: 1em 3em 1em;
    }
}

@media (max-width: 768px) {
    footer {
        gap: 0.5em;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr 1fr;
        grid-template-areas: "a a" "b c" "d d";
    }
}

@media (max-width: 480px) {
    footer {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto auto;
        grid-template-areas: "a" "b" "c" "d";
    }

        footer #footer-logo-img,
        footer #footer-links,
        footer #footer-contact-info,
        footer #footer-socical-info {
            text-align: center;
        }

        footer #footer-socical-info p{
            justify-content: center;
        }
}

/*footer end*/

@media (min-width: 992px) and (max-width: 1199px) {
    #header-2-content {
        height: 60px;
    }

    #main-container {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    #logo-img {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    html,
    body {
        font-size: 14px;
    }

    .top-tab {
        display: block;
        max-height: unset;
        flex-grow: 1;
    }

        .top-tab .top-tab-icon {
            display: none;
        }

        .top-tab .top-tab-event-count {
            display: flex;
            align-items: center;
            justify-content: left;
            margin-left: 20px;
        }

    .small-tab {
        flex-direction: column;
    }

        .top-tab > div,
        .small-tab > div {
            padding: 3px;
        }
}

@media (max-width: 575px) {
    html,
    body {
        font-size: 12px;
    }

    .leaflet-right {
        width: 70%;
    }

    .map .search-box {
        width: 100%;
    }
}

#camera-information {
    max-height: unset;
}

/*camera start*/
#header-outer-camera {
    margin: 0;
    display: inline-flex;
    width: 100%;
}

@media(max-width:500px) {
    #header-outer-camera {
        flex-direction: column;
        text-align: center;
    }
}

#header-camera {
    text-align: center;
}

#camera-label {
    font-size: 2em;
    padding: 4.5px;
    color: #fff;
    text-align: center;
}

#camera-container {
    margin-left: 1%;
    margin-right: 1%;
}

.camera h5 {
    display: none;
}

.camera h2 {
    text-align: center;
    font-size: 1em;
}

.camera .thumbnail img {
    aspect-ratio: 16 / 9;
    width: 100%;
}

#camera-modal img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#flood-camera-img h2 {
    display: none;
}

#flood-camera-img {
    max-height: 700px;
}

#back-to-dashboard {
    margin-top: auto;
    margin-bottom: auto;
}

@media(max-width:570px) {
    .camera h4 {
        min-height: 150px;
    }
}

@media(max-width: 669.1px) {
    #flood-camera-img {
        max-height: 500px;
    }
}
/*camera end*/
