/*! Weather station Layouts September 2025 */
:root{--weather-station-sel-back:dimgray;--weather-station-sel-fore:white;--weather-station-selected-back:honeydew;--weather-station-selected-fore:dargreen;--weather-station-inactive-back:gainsboro;--weather-station-inactive-fore:dimgray;--weather-station-inactive-sel-back:gainsboro;--weather-station-inactive-sel-fore:dargreen;--weather-station-gauge-width:180px;--weather-station-gauge-height:180px;--weather-station-gauges-width:calc((4*var(--weather-station-gauge-width)) + 28px);--weather-station-chead-back:var(--menu-back);--weather-station-chead-fore:var(--menu-fore);--weather-station-chead-act-back:powderblue;--weather-station-chead-act-fore:black;--weather-dailyobs-table-title-fore:var(--menu-back);--weather-dailyobs-table-min-width:1320px;--weather-dailyobs-table-max-width:1360px;--weather-dailyobs-options-width:244px;--weather-dailyobs-daterange-height:520px;--weather-dailyobs-table-default:58px;--weather-dailyobs-table-time:96px;--weather-dailyobs-table-cover:96px}div#weatherstation-title{border-bottom:2px solid #696969;position:relative}div.select-weatherstation{background:var(--weather-station-sel-back);width:256px;height:100%;color:var(--weather-station-sel-fore);flex-direction:column;font-size:10pt;position:absolute;top:0;left:0}div.select-weatherstation div#select-title{height:var(--content-title-height);justify-content:center;align-items:center;padding-right:20px;display:flex;position:relative}div.select-weatherstation div#select-title img{height:20px;position:absolute;bottom:0;right:0}div#weather-station-list{top:var(--content-title-height);color:#000;z-index:99;background:#fff;border:2px solid #000;flex-direction:column;width:256px;max-height:200px;display:none;position:absolute;left:0;overflow-y:auto}div#weather-station-list div.station-list-entry{border-bottom:thin solid #696969;flex-grow:0;flex-shrink:0;justify-content:flex-start;align-items:center;height:28px;padding-left:8px;display:flex;overflow:hidden}div#weather-station-list div.station-list-entry.inactive{background:var(--weather-station-inactive-back);color:var(--weather-station-inactive-fore)}div#weather-station-list div.station-list-entry.selected{background:var(--weather-station-selected-back);color:var(--weather-station-selected-fore)}div#weather-station-list div.station-list-entry.inactive.selected{background:var(--weather-station-inactive-sel-back);color:var(--weather-station-inactive-sel-fore)}div#weather-station-list div.station-list-entry:hover{background:var(--sitelist-selected-back);color:var(--sitelist-selected-fore)}div#station-live{flex-direction:row;flex-grow:1;height:100px;display:flex;overflow:hidden}div#station-live div.station-live-left{width:var(--weather-station-gauges-width);flex-direction:column;flex-grow:0;padding-right:16px;display:flex}div#station-live div.station-live-right{border-left:4px solid #696969;flex-direction:column;flex-grow:1;width:600px;display:flex}div#station-live div.station-live-status{border-bottom:2px solid #a9a9a9;flex-direction:row;height:36px;margin-bottom:8px;padding-bottom:4px;font-size:10pt;display:flex}div#station-live div.station-live-status>div{flex-grow:0;justify-content:flex-start;align-items:center;width:200px;padding:4px 8px;display:flex}div#station-live div.station-live-status>div#station-last-data{flex-grow:1;justify-content:center}div#station-live div.station-live-status>div#station-last-time{flex-grow:0;justify-content:flex-end}div#station-live div.station-live-guages{flex-flow:wrap;justify-content:space-evenly;min-height:100px;display:flex}div#station-live div.station-guage{width:var(--weather-station-gauge-width);height:var(--weather-station-gauge-height);flex-grow:0;flex-shrink:0;margin-bottom:4px}div#station-live div.chart-options{flex-direction:row;height:36px;display:flex}div#station-live div.chart-options>div{justify-content:center;align-items:center;padding:0 8px;display:flex}div#station-live div.chart-options>div:first-of-type{justify-content:flex-end;width:136px}div#station-live div.charts-region{background:#dcdcdc;flex-direction:column;flex-grow:1;height:80px;display:flex;overflow-y:auto}div#station-live div.ws-charts{float:right;background-color:#dfdfdf;border:thin inset #000;flex-grow:1;min-width:390px;margin:0;padding:0;overflow-y:scroll}div#station-live div.ws-chart-strip{background-color:#fff;flex-grow:1;height:220px;min-height:220px;max-height:360px;margin:4px}div#station-live div.ws-chart-display{background-color:#696969;width:100%;height:calc(100% - 28px);margin:0;padding:0;position:relative}div#station-live div.ws-chart-header{background-color:var(--weather-station-chead-back);color:var(--weather-station-chead-fore);flex-direction:row;height:32px;margin:0;padding:0;display:flex}div.ws-chart-header>div{flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;display:flex}div.ws-chart-header div.title{flex-grow:1;width:80px}div.ws-chart-header div.actions{background-color:var(--weather-station-chead-act-back);color:var(--weather-station-chead-act-fore);border:inset;justify-content:space-evenly;width:80px;margin:2px}div.ws-chart-header div.actions img{height:20px}div.ws-chart-header div.options{width:120px}div#station-dailyobs{flex-direction:row;flex-grow:1;height:200px;display:flex}div#station-dailyobs div.station-dailyobs-options{width:var(--weather-dailyobs-options-width);border-right:thin solid #696969;flex-direction:column;margin-right:8px;padding-right:8px;display:flex}div#station-dailyobs div.station-dailyobs-data{flex-direction:column;flex-grow:1;width:180px;display:flex}div#station-dailyobs div.station-dailyobs-daterange{height:var(--weather-dailyobs-daterange-height);flex-direction:column;flex-grow:0;display:flex}div#station-dailyobs div.station-dailyobs-summary{flex-grow:1;height:300px}div#station-dailyobs div.station-dailyobs-scrolldata{flex-direction:column;flex-grow:1;height:300px;display:flex;overflow-y:scroll}div#station-dailyobs div.station-dailyobs-table{flex-grow:0;height:400px}div.station-dailyobs-daterange div.selecttitle{flex-grow:0;justify-content:center;align-items:center;height:24px;display:flex}div.station-dailyobs-daterange div.selectdate{height:var(--calendar-select-height);flex-grow:0;justify-content:center;align-items:center;display:flex}div.station-dailyobs-daterange div.butts{flex-grow:1;justify-content:center;align-items:center;height:28px;display:flex}div.station-dailyobs-daterange div.quickrange{flex-direction:row;flex-grow:0;height:28px;display:flex}div.station-dailyobs-daterange div.quickrange div{justify-content:flex-start;align-items:center;display:flex}div.station-dailyobs-daterange div.quickrange div:first-of-type{justify-content:flex-end;align-items:center;width:80px;padding-right:8px;display:flex}div.station-dailyobs-data div.station-dailyobs-title{min-width:var(--weather-dailyobs-table-min-width);max-width:var(--weather-dailyobs-table-max-width);height:32px;color:var(--weather-dailyobs-table-title-fore);justify-content:center;align-items:center;font-size:12pt;display:flex}div.station-dailyobs-table div.dailyObsTable{min-width:var(--weather-dailyobs-table-min-width);max-width:var(--weather-dailyobs-table-max-width)}table.dailyObsTable th{width:var(--weather-dailyobs-table-default);flex-grow:0;padding:0}table.dailyObsTable th.dailyObs-date,table.dailyObsTable td.dailyObs-date,table.dailyObsTable th.dailyObs-date2,table.dailyObsTable td.dailyObs-date2{flex-grow:1;flex-shrink:1;width:100px}table.dailyObsTable th.dailyObs-headrow1{border-bottom:none}table.dailyObsTable thead tr th:not(:last-of-type){border-right:none}table.dailyObsTable th.dailyObs-date2{border-top:none}table.dailyObsTable th.dailyObs-temphead,table.dailyObsTable th.dailyObs-rainhead{width:calc(1px + (2*var(--weather-dailyobs-table-default)))}table.dailyObsTable th.dailyObs-maxgust{width:calc(2px + ((2*var(--weather-dailyobs-table-default)) + var(--weather-dailyobs-table-time)))}table.dailyObsTable th.dailyObs-obs{width:calc(4px + (5*var(--weather-dailyobs-table-default)))}table.dailyObsTable th.dailyObs-time{width:var(--weather-dailyobs-table-time)}table.dailyObsTable th.dailyObs-cover{width:var(--weather-dailyobs-table-cover)}table.dailyObsTable tbody#dailyObsTablebody{height:calc(100% - 2*var(--index-header-height))}table.dailyObsTable tbody td{width:calc(var(--weather-dailyobs-table-default) - 3px);flex-grow:0;justify-content:flex-end;padding:0 2px 0 0}table.dailyObsTable tbody td.dailyObs-time{width:calc(var(--weather-dailyobs-table-time) - 3px)}table.dailyObsTable tbody td.dailyObs-cover{width:calc(var(--weather-dailyobs-table-cover) - 3px)}table.dailyObsTable tbody td.dailyObs-cover.good{background:var(--item-display-good-back);color:var(--item-display-good-fore)}table.dailyObsTable tbody td.dailyObs-cover.warn{background:var(--item-display-warn-back);color:var(--item-display-warn-fore)}table.dailyObsTable tbody td.dailyObs-cover.alarm{background:var(--item-display-alarm-back);color:var(--item-display-alarm-fore)}table.dailyObsTable th.dailyObs-date.dailyObs-headrow1{position:relative}table.dailyObsTable img#dailyObsToExcel{cursor:pointer;height:28px;width:28x;display:none;position:absolute;top:2px;left:2px}div#station-dailyobs div.station-dailyobs-summary div.rainsumm{border-top:thin solid #696969;flex-direction:column;height:36px;margin-top:8px;display:flex}div#station-dailyobs div.station-dailyobs-windrose{width:100%;min-width:var(--weather-dailyobs-table-min-width);max-width:var(--weather-dailyobs-table-max-width);min-height:260px}div#station-dailyobs div.station-dailyobs-windrose div.rosetitle{min-width:var(--weather-dailyobs-table-min-width);max-width:var(--weather-dailyobs-table-max-width);font-color:var(--menu-back);justify-content:center;align-items:center;height:32px;margin-top:4px;font-size:12pt;display:flex}div#station-dailyobs div.station-dailyobs-windrose div.rosestatus{min-width:var(--weather-dailyobs-table-min-width);max-width:var(--weather-dailyobs-table-max-width);justify-content:center;align-items:center;height:32px;margin-top:4px;font-size:10pt;display:flex}div#station-dailyobs div.station-dailyobs-windrose div.windrose-error{text-align:center;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;margin:20px;padding:20px}div#station-dailyobs div.station-dailyobs-windrose div.windrose-error .error-title{color:#721c24;margin-bottom:8px;font-size:14pt;font-weight:700}div#station-dailyobs div.station-dailyobs-windrose div.windrose-error .error-msg{color:#721c24;font-size:10pt}div.station-dailyobs-summary table.rainsummary th{color:#fff;background-color:#0c2c7b;font-family:Tahoma,sans-serif;font-size:12pt;font-weight:400}div.station-dailyobs-summary table.rainsummary td:first-child{color:#0c2c7b;text-align:right;padding-right:4px;font-family:Tahoma,sans-serif;font-size:10pt;font-weight:400}div.station-dailyobs-summary table.rainsummary td{color:#000;font-family:Tahoma,sans-serif;font-size:9pt;font-weight:400}div.station-dailyobs-summary div.rainsumm{margin:4px}div.station-dailyobs-summary div.rainsumm>div{flex-grow:1;justify-content:center;align-items:center;height:18px;display:flex}div.station-dailyobs-summary div.rainsumm>div.title{font-size:12pt}div.station-dailyobs-summary div.rainsumm>div.daterange{font-size:11pt}div#wsalert-index{flex-grow:0;height:340px}div#wsalert-details{display:flex}div#wsalert-index table.wsalerts thead{height:var(--index-header-dlheight)}div#wsalert-index table.wsalerts tbody{height:calc(100% - var(--index-footer-height) - var(--index-header-dlheight))}div#wsalert-index table.wsalerts .wsa-active{width:32px}div#wsalert-index table.wsalerts .wsa-status{width:64px}div#wsalert-index table.wsalerts .wsa-dtype{width:150px}div#wsalert-index table.wsalerts .wsa-station{flex-grow:1;width:96px}div#wsalert-index table.wsalerts .wsa-type,div#wsalert-index table.wsalerts .wsa-val{width:64px}div#wsalert-index table.wsalerts td.wsa-val{justify-content:flex-end}div#wsalert-index table.wsalerts td.alc{justify-content:center}div#wsalert-index table.wsalerts .wsa-units{width:64px}div#wsalert-index table.wsalerts .wsa-tstamp{width:96px}div#wsalert-index table.wsalerts .wsa-acts{width:80px}div#wsalert-index table.wsalerts td.wsa-acts{padding-top:0!important}div#wsalert-index table.wsalerts .wsa-acts img{cursor:pointer;width:24px;height:24px;margin-top:2px;padding:0 4px}div#wsalert-index div.wsalerts-details{display:none}div#wsalert-index table.wsalerthist{margin-top:8px}div#wsalert-index table.wsalerthist tbody{height:200px!important}div#wsalert-index table.wsalerthist .wsah-trigger{width:120px}div#wsalert-index table.wsalerthist .wsah-subject{width:200px}div#wsalert-index table.wsalerthist .wsah-value{width:96px}div#wsalert-index table.wsalerthist .wsah-sendto{flex-grow:1;width:96px}div#wsalert-details div.wsalert-win{flex-direction:row;flex-grow:1;height:100px;display:flex}div#wsalert-details div.wsalert-win div.wsa-details{width:600px}div.data-table>div.data-line.emaillistbox{height:100px}div.data-table>div.data-line.emaillistbox>div:first-of-type{align-items:flex-start}div.data-table>div.data-line.emaillistbox>div.data-value{padding:2px}div#wsalert-details div.wsa-details div.emaillist{border:thin solid #696969;flex-direction:column;flex-grow:1;height:100%;margin:2px;display:flex;overflow:auto}div#wsalert-details div.wsa-details div.emaillist>div{flex-grow:0;flex-shrink:0;padding:2px 4px;overflow:hidden}div#wsalert-details div.wsalert-win div.wsa-history{border-left:thin solid #696969;flex-grow:1;width:600px;max-width:600px}div#admin-editor.weather-alert-selstation{width:360px;height:220px}div#admin-editor.weather-alert-selstation div.editor-details-body{justify-content:center;align-items:center;display:flex}div#admin-editor.weather-alert-selstation div.station-selector{border:inset;width:200px;max-height:80px;overflow-y:auto}div#admin-editor.weather-alert-selstation div.station-selector>div{cursor:pointer;align-items:center;height:22px;padding-left:8px;display:flex}div#admin-editor.weather-alert-selstation div.station-selector>div:not(:first-of-type){border-top:thin solid #696969}div#admin-editor.weather-alert-selstation div.station-selector>div.selected{color:#006400;background:#f0fff0}div#admin-editor.weather-alert-editor{width:800px;height:732px;display:flex}div#admin-editor.weather-alert-editor input#trigger,div#admin-editor.weather-alert-editor input#resettime,div#admin-editor.weather-alert-editor input#resetval{width:50px}div#admin-editor.weather-alert-editor input#emailsub{width:500px}div#admin-editor.weather-alert-editor input#avgtime,div#admin-editor.weather-alert-editor input#checktime{width:50px}div#admin-editor.weather-alert-editor textarea#emailmsg{width:500px;height:72px}div#admin-editor.weather-alert-editor select#emailaddresses{width:300px}div#admin-editor.weather-alert-editor div.bn-butts{flex-direction:column;width:96px;height:100%;padding-left:8px;display:flex}div#admin-editor.weather-alert-editor div.bn-butts img{cursor:pointer;width:22px}div#admin-editor.weather-alert-delete{width:500px;height:492px;display:flex}
