@font-face {
    font-family: 'public_sansbold';
    src: url('../../webfonts/public-sans/publicsans-bold-webfont.woff2') format('woff2'), url('../../webfonts/public-sans/publicsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'public_sanslight';
    src: url('../../webfonts/public-sans/publicsans-light-webfont.woff2') format('woff2'), url('../../webfonts/public-sans/publicsans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'public_sansregular';
    src: url('../../webfonts/public-sans/publicsans-regular-webfont.woff2') format('woff2'), url('../../webfonts/public-sans/publicsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bs-dark-red: #660606;
    --bs-dark-blue: #00428b;
    --bs-gray-light: #c5c5c5;
}

body {
    background: #eee;
    font-family: 'public_sansregular';
    overflow-x: hidden;
}

/* general */

.dv-h {
    display: none;
}

.sphtn-icon {
    width: 15px;
    height: 15px;
    margin: 0.6875rem;
}

.sphtn-widget-icon {
    width: 150px;
    height: 150px;
    margin: 0.8em;
    opacity: .15;
    right: 0;
}

.sphtn-blue {
    stroke: blue;
    fill: blue;
}

.sphtn-red {
    stroke: red;
    fill: red;
}

.sphtn-green {
    stroke: green;
    fill: green;
}

.sphtn-black {
    stroke: black;
    fill: black;
}

.sphtn-white {
    stroke: white;
    fill: white;
}

.sphtn-orange {
    stroke: orange;
    fill: orange;
}

.sphtn-gray {
    stroke: gray;
    fill: gray;
}

.ico-rainfall {
    background: url("images/svgicons/rainfall-ico.svg")no-repeat;
    background-position: center;
}

.ico-waterlevel {
    background: url("images/svgicons/waterlevel-ico.svg")no-repeat;
    background-position: center;
}

.ico-siren {
    background: url("images/svgicons/siren-ico.svg")no-repeat;
    background-position: center;
}

.ico-flood {
    background: url("images/svgicons/floodgauge-ico.svg")no-repeat;
    background-position: center;
}

.ico-flow {
    background: url("images/svgicons/flow-ico.svg")no-repeat;
    background-position: center;
}

.ico-evaporation {
    background: url("images/svgicons/evaporation-ico.svg")no-repeat;
    background-position: center;
}

.ico-soil {
    background: url("images/svgicons/soil-ico.svg")no-repeat;
    background-position: center;
}

.ico-camera {
    background: url("images/svgicons/camera-ico.svg")no-repeat;
    background-position: center;
}

.btn:focus {
    box-shadow: none;
}

.app-content {
    padding: 20px;
}

.form-label {
    font-weight: 700;
}

.form-select:not([multiple]) option {
    font-family: sans-serif;
}

.dataTables_wrapper .dt-buttons {
    flex-wrap: inherit !important;
}

.form-switch {
    padding-left: 0;
}

    .form-switch .form-check-input {
        margin-left: 0;
    }

.nav-pills .nav-link, .nav-tabs .nav-link {
    background: unset;
}

@media (max-width: 575.98px) {
    .app-content {
        padding: 20px 10px;
    }
}

@media (min-width: 768px) {
    .app-content {
        padding: 20px 10px;
    }

    .mb-md-5px {
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .app-content {
        padding: 20px;
    }

    .mb-md-5px {
        margin-bottom: 0px;
    }
}

/*@media (min-width: 1520px) {	    
	    .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
	    	overflow: hidden !important;
	    }
	}*/

/*.table {
    width: auto !important;
}*/

.row-sm {
    margin-left: -10px;
    margin-right: -10px;
}

    .row-sm > div {
        padding-left: 10px;
        padding-right: 10px;
    }

.row-xs {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-xs > div {
        padding-left: 5px;
        padding-right: 5px;
    }

.row-xxs {
    margin-left: -1px;
    margin-right: -1px;
}

    .row-xxs > div {
        padding-left: 1px;
        padding-right: 1px;
    }

@media (min-width: 576px) {
    .row-xs--sm {
        margin-left: -5px;
        margin-right: -5px;
    }

        .row-xs--sm > div {
            padding-left: 5px;
            padding-right: 5px;
        }

    .row-sm--sm {
        margin-left: -10px;
        margin-right: -10px;
    }

        .row-sm--sm > div {
            padding-left: 10px;
            padding-right: 10px;
        }

    .row--sm {
        margin-left: -15px;
        margin-right: -15px;
    }

        .row--sm > div {
            padding-left: 15px;
            padding-right: 15px;
        }
}

@media (min-width: 768px) {
    .row-xs--md {
        margin-left: -5px;
        margin-right: -5px;
    }

        .row-xs--md > div {
            padding-left: 5px;
            padding-right: 5px;
        }

    .row-sm--md {
        margin-left: -10px;
        margin-right: -10px;
    }

        .row-sm--md > div {
            padding-left: 10px;
            padding-right: 10px;
        }

    .row--md {
        margin-left: -15px;
        margin-right: -15px;
    }

        .row--md > div {
            padding-left: 15px;
            padding-right: 15px;
        }
}

@media (min-width: 992px) {
    .row-xs--lg {
        margin-left: -5px;
        margin-right: -5px;
    }

        .row-xs--lg > div {
            padding-left: 5px;
            padding-right: 5px;
        }

    .row-sm--lg {
        margin-left: -10px;
        margin-right: -10px;
    }

        .row-sm--lg > div {
            padding-left: 10px;
            padding-right: 10px;
        }

    .row--lg {
        margin-left: -15px;
        margin-right: -15px;
    }

        .row--lg > div {
            padding-left: 15px;
            padding-right: 15px;
        }
}

@media (min-width: 1200px) {
    .row-xs--xl {
        margin-left: -5px;
        margin-right: -5px;
    }

        .row-xs--xl > div {
            padding-left: 5px;
            padding-right: 5px;
        }

    .row-sm--xl {
        margin-left: -10px;
        margin-right: -10px;
    }

        .row-sm--xl > div {
            padding-left: 10px;
            padding-right: 10px;
        }

    .row--xl {
        margin-left: -15px;
        margin-right: -15px;
    }

        .row--xl > div {
            padding-left: 15px;
            padding-right: 15px;
        }
}

/* Top header */

.top-wrapper {
    /*min-height:280px;*/
    background: #222 url("images/bg-head-ns.jpg")no-repeat;
    background-size: 21%;
    background-position: 22% -60px;
    z-index: 1011;
    position: relative;
}

.app-header .navbar-brand .navbar-logo {
    background: url("images/logo_infobanjir_mobile.png")no-repeat;
    width: 335px;
    height: 36px;
    margin-top: 5px;
    background-size: 310px;
}

.app-header-fixed {
    padding-top: 100px;
}

@media (max-width: 767.98px) {
    .app-header-fixed {
        /*padding-top: 160px !important;*/
    }

    .app-header .navbar-brand .navbar-logo {
        width: 283px;
        margin-top: 10px;
        background-size: 283px;
    }
}

.app-sidebar {
    padding-top: 92px;
}

#top-right {
    display: flex;
    justify-content: flex-end;
}

    #top-right .icon-wrap span {
        color: var(--bs-white);
    }

    #top-right i,
    #top-right span {
        color: var(--bs-black);
    }

@media (max-width: 575.98px) {
    #top-right {
        /*display: inline;*/
    }
}

#top-right .icon-wrap {
    display: flex;
    align-items: center;
    color: var(--bs-white);
}

#top-right .top-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 28px;
}

#top-right ul.bar-right {
    display: flex;
    align-items: center;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    #top-right ul.bar-right li {
        margin-right: 5px;
    }

.sp-wd {
    min-width: 96px;
}

.bg-lime {
    color: var(--bs-black);
    background-color: #90ca4b;
}

#top-left h4 {
    margin-bottom: 0;
    color: var(--bs-white);
    ;
}

#english,
#bahasa {
    font-weight: bold;
    font-size: 9px;
    position: relative;
}

    #english:active,
    #bahasa:active {
        background: var(--bs-white);
        color: #00acac;
    }

        #english:active #bahasa:active span {
            color: #00acac !important;
        }

        #english:active span:after,
        #bahasa:active span:after {
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #222;
            content: " ";
            position: absolute;
            top: 26px;
            left: 0.25rem;
        }

        #bahasa:active span:after {
            left: 0.281rem;
        }

/*	.socmed-bar {
		position: relative;
		background-color: rgba(0,0,0,var(--bs-bg-opacity));
		--bs-bg-opacity: 0.5;
		padding: 10px; 
		color: var(--bs-black); 
		z-index: 9999;
		background-size: 21%;
		background-position: 22% -60px;
	}*/

.socmed-bar a,
.socmed-bar button {
    margin-right: 2px;
}

.socmed-bar {
    position: absolute;
    width: 100%;
    background: black;
    padding: 10px;
    color: #fff;
    z-index: 9999;
    /*background: url("images/bg-head-ns.jpg") no-repeat #222;*/
    background-size: 100%;
    background-position: 22% -47px;
}

    .socmed-bar a, .socmed-bar button {
        margin-right: 2px;
    }

#custom-navbar {
    width: 100%;
    margin-top: 42px;
}

.pace .pace-progress {
    top: 89px;
}

@media (max-width:575.98px) {
    #top-left {
        display:none;
    }

    #top-right {
        justify-content:center;
        width:100%;
    }

    .pace .pace-progress {
        /*top: 140px;*/
    }

    .app-sidebar {
        padding-top: 0px;
        z-index: 10000;
    }

    #custom-navbar {
        width: auto;
    }
}

@media (max-width 767.98px) {
    .app-sidebar {
        padding-top: 38px;
    }

    .pace .pace-progress {
        top: 140px;
    }
}

.offcanvas {
    z-index: 10000 !important;
}


/* Horizontal scroll */

.responsive-bc .bc-wrapper,
.responsive-http .http-wrapper,
.responsive-tab .tab-wrapper {
    overflow: auto;
    background-attachment: local, local, scroll, scroll;
}

    .responsive-bc .bc-wrapper .bc-li {
        width: auto;
        /*min-width: 475px;*/
        background: transparent;
    }

    .responsive-http .http-wrapper .http-item {
        width: auto;
        min-width: 600px;
        background: transparent;
    }

    .responsive-tab .tab-wrapper .tab-item {
        width: auto;
        min-width: 920px;
        background: transparent;
    }

@media (min-width: 992px) {
    .responsive-http .http-wrapper,
    .responsive-tab .tab-wrapper {
        overflow: hidden;
    }
}

/* end Top header */

/* mampu guidelines */

.offcanvas-end {
    width: 300px;
}

.theme-contrast,
.theme-font-size,
.theme-highlight,
.theme-font-family,
.theme-font-color,
.theme-bg-header {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}

    .theme-contrast ul li,
    .theme-font-size ul li,
    .theme-font-color ul li,
    .theme-bg-header ul li {
        display: inline-block;
        margin-right: 5px;
    }

        .theme-contrast ul li button,
        .theme-font-color ul li button,
        .theme-bg-header ul li button {
            width: 20px;
            height: 20px;
            display: block;
            text-decoration: none;
            position: relative;
            overflow: hidden;
            border-radius: 4px;
            border: 2px solid transparent;
        }

        .theme-bg-header ul li button {
            width: 50px;
            height: 20px;
        }

        .theme-contrast ul li button,
        .theme-font-size ul li button,
        .theme-font-color ul li button,
        .theme-bg-header ul li button {
            transition: all .2s linear;
        }

            .theme-contrast ul li button:hover,
            .theme-font-size ul li button:hover,
            .theme-font-color ul li button:hover,
            .theme-bg-header ul li button:hover {
                opacity: .6;
            }

            .theme-font-size ul li button span,
            .theme-font-color ul li button span {
                font-weight: 700;
            }

            .theme-font-color ul li button span {
                font-size: 12px;
            }

            .theme-font-color ul li button.active {
                box-shadow: 0 0 0 .15rem rgb(147, 144, 162) !important;
                background-color: var(--bg-gray-100) !important;
            }

    .theme-contrast .active::before,
    .theme-bg-header .active::before {
        content: "✓";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: .7rem;
        color: #fff;
        opacity: .75;
        line-height: 18px;
        text-align: center;
        font-weight: 900;
    }

    .theme-highlight .form-switch .form-check-input {
        border: 1px solid rgba(var(--bs-black-rgb),.4);
    }

.theme-reset-footer {
    padding: 15px 0;
    display: flex;
    justify-content: flex-end;
}

.color-wrap,
.size-wrap {
    display: inline-block;
}

.color-wrap {
    border-right: 1px solid #dfdfdf;
}

.ikon-w3c-bgcolor {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    border-radius: 2px;
    cursor: pointer;
}

.ikon-w3c-bgcolor-reset {
    background-color: transparent;
    border: 1px solid #fff;
    color: transparent;
}

.ikon-w3c-bgcolor-green {
    background-color: #68dc76;
    border: 1px solid #68dc76;
}

.ikon-w3c-bgcolor-red {
    background-color: #f44336;
    border: 1px solid #f44336;
}

.ikon-w3c-bgcolor-reset {
    background-color: #ffb030;
    border: 1px solid #ffb030;
}

.ikon-w3c-font {
    cursor: pointer;
    padding: 0 0.2rem;
}

.testt {
    font-size: 18px !important;
}

/* end mampu guidelines */

/* user guide */

.accordion-button {
    color: var(--bs-white);
    padding: 10px 15px !important;
    background-color: rgba(var(--bs-gray-900-rgb)) !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.accordion-body {
    font-size: 14px;
}

.w3c-img-wrap, .user-feedback-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .w3c-img-wrap img {
        height: 500px;
    }

/* end user guide */

/* widget card */

.card-wrap {
    height: 100%;
    display: flex;
}

    .card-wrap .widget-card {
        width: 100%;
    }

.custom-height {
    min-height: 115px !important;
}

.widget-header {
    display: flex;
    align-items: center;
}

.widget-card,
.panel {
    margin-bottom: 0.625rem;
    /*overflow: hidden;*/
    /*box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px -5px;*/
}



.widget-header .widget-ico {
    margin-right: 10px;
}

.widget-header-body h1,
.widget-header-body h5,
.graph-legend ul {
    margin-bottom: 0;
}

.widget-header-body h1 {
    font-family: 'public_sansbold';
}

.widget-header-body h5 {
    color: var(--bs-gray-600);
    font-size: 1rem;
}

@media (min-width: 768px) {
    .mt-md-0px {
        margin-top: 0 !important;
    }
}

.graph-legend {
    display: flex;
    flex-direction: column-reverse;
    height: 100px;
}

.bar-danger {
    color: firebrick !important;
}

.bar-warning {
    color: darkorange !important;
}

.bar-alert {
    color: yellow !important;
}

.bar-light {
    color: limegreen !important;
}

.bar-normal {
    color: #24cce2 !important;
}

.bar-flhigh {
    color: aqua !important;
}

.bar-fllow {
    color: darkcyan !important;
}

.bar-status {
    background: var(--bs-gray) !important;
}

.bar-bg-danger {
    background: firebrick !important;
}

.bar-bg-warning {
    background: darkorange !important;
}

.bar-bg-alert {
    background: rgba(230,184,0,var(--bs-bg-opacity)) !important;
}

.bar-bg-light {
    background: limegreen !important;
}

.bar-bg-flhigh {
    background: aqua !important;
}

.bar-bg-fllow {
    background: darkcyan !important;
}

.widget-card-content .graph-legend ul li {
    font-size: .75rem;
    color: var(--bs-gray-600);
}

    .widget-card-content .graph-legend ul li i, .graph-legend ul li i {
        margin-right: 8px;
        font-size: 10px;
    }

.widget-footer {
}

    .widget-footer a,
    .station-widget-footer a {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        color: var(--bs-dark);
        margin: 4px 0;
        display: inline-block;
        text-decoration: none;
    }

    .widget-footer i::before,
    .station-widget-footer i::before {
        color: var(--bs-primary);
        font-size: 10px;
        margin-left: 3px;
    }

.title-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .title-wrapper .widget-header-body h1 {
        font-size: 25px;
    }

.widget-card .station-header-body {
    padding: .5rem .9375rem;
    overflow: hidden;
}

.widget-card a {
    text-decoration: none;
}

.widget-ico {
    margin-right: 5px;
}

.widget-card .station-widget-header {
    display: flex;
    align-items: center;
}

    .widget-card .station-widget-header h4 {
        margin-bottom: 0;
    }

.station-count {
    text-align: right;
}

.list-unstyled {
    margin-bottom: 0;
}

.list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e9f2;
    padding: 7px 0;
    color: var(--bs-gray-600);
}

li.list-item:first-child {
    padding-top: 0;
}

li.list-item:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}

.list-item span,
.station-title span {
    font-size: .75rem;
}

.list-item .list-title,
.station-title .list-title {
    font-weight: 700;
    color: var(--bs-gray-700);
}

.list-item .badge {
    font-weight: 700;
    min-width: 30px;
}

.station-widget-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0;
}

    .station-widget-footer span {
        color: var(--bs-gray-600);
        font-size: .625rem;
    }

    .station-widget-footer i {
        color: var(--bs-gray-300);
    }

.img-station {
    border-radius: .25rem;
}

.station-count h1,
.station-count h5 {
    margin-bottom: 0;
}

/* end widget card */

/* station RTU settings popup */



/* end station RTU settings popup */

/* popup modal custom */

/*@media (min-width: 576px) {
    .modal-dialog {
        max-width: 95%;
    }

    .mx-wd-50p {
        max-width: 60% !important;
    }
}*/

.control-board-body {
    padding: .9375rem;
    position: relative;
}

/* end popup modal custom */

/* footer section */

.bottom-wrapper {
    min-height: 280px;
    background: #111;
    padding-top: 30px;
    position: relative;
}

.footer-addr p,
.browser-screen p {
    text-align: center;
    margin: auto;
}

.footer-addr p {
    font-size: .75rem;
    color: var(--bs-white);
    line-height: 20px;
}

.browser-screen p {
    font-size: .7rem;
    color: var(--bs-gray-700);
}

.footer-list-link {
    margin: 1.2rem 0;
}

.footer-list-link li:not(:last-of-type)::after {
    content: "|";
    padding: 0 10px;
    color: #383838;
}

.footer-list-link a {
    font-weight: bold;
    font-size: .875rem;
    text-decoration: none;
    color: #67809f;
    line-height: 24px;
}

/* visitor stats */

.vs-title {
    font-size: .875rem;
    color: var(--bs-white);
}

.vs-timeline span {
    display: flex;
    justify-content: center;
    padding: 11px 0;
    position: relative;
    color: var(--bs-white);
}

.vs-timeline span.vs-dp {
    color: var(--bs-gray-400);
}

.vs-timeline span.vs-count::before {
    content: '';
    border-bottom: 1px solid #383838;
    position: absolute;
    top: 41px;
    width: 100%;
}

@media (max-width:575.98px) {
    .vs-timeline span {
        display: block;
    }
}

/* end visitor stats */

/* end footer section */

.border-rds {
    border-radius: 22px;
}

.centered {
    text-align: center !important;
}
/*.nav-item:not(.stationinfo), .tab-content > .tab-pane{
	display: none;
}*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none;
    background: none;
}

@media (min-width: 576px) {
    .modal-dialog.w-1420px {
        max-width: 1420px;
    }
}

@media (max-width: 540px) {
    .app-header .navbar-brand img {
        /*margin-top: 30px;*/
    }
}

@media (max-width: 767.98px) {
    .app-header .navbar-nav {
        border-top: none;
        
    }

    .app-sidebar-fixed .app-sidebar {
        padding-top: 0px;
    }
}

@media (min-width: 768px) {
    .app-header .navbar-header {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1540px;
    }
}
