:root {
    --pr-target-color: #bac3ff;
    --selected-btn-color:#8cf2ff;
    --selected-btn-text-color:#004f56;
}
html {
	width: 100%;
	height: 100%;
	background-color: #1b1b1f;
	color: #e4e1e6;
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

body {
	width: calc(100vw - 8px);
	margin: 0;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background-color: #e4e1e6;
}
::-webkit-scrollbar-thumb {
	background-color: #293ca0;
	border-radius: 32px;
}

.divider {
	width: 100%;
	border-bottom: 1px solid #555;
	margin: 1em 0;
}

.c_table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	border:none;
	font-size: 14px;
}

.c_table tbody tr {
	background-color: rgba(255, 255, 255, 0.11);
	border-bottom: 2px solid #424242;
}
.c_table thead tr:last-child {
	border-bottom: 2px solid #424242;
}

.c_table tbody tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.16);
}

.c_table th,
.c_table td {
  padding: .35em 1em;
}

.c_table thead th {
	padding: .35em 1em;
	font-weight: bold;
}

.c_table thead tr {
	background-color: #293ca0;
	color: #dee0ff;
}

.c_table tbody td {
	text-align: center;
	font-size: 1em;
}

.c_table_header {
	background-color: #293ca0;
	color: #dee0ff;
	border-bottom: 2px solid #1b2f95;
	height: 48px;
}

.c_table_header.row {
	flex-wrap: unset;
}

.c_table_header_page {
	flex: 0;
}

.c_table_header_page.row {
	flex-wrap: unset;
}

#bt_corr_panel .c_table_header {
	height : 38px;
}

.c_table.column_resizable {
	table-layout: fixed;
}

.c_table.column_resizable thead th {
	position: relative;
}
.c_table.column_resizable thead .thead_content {
	text-overflow: ellipsis;
	overflow: hidden;
}

.c_table.column_resizable tbody .tbody_content {
	text-overflow: ellipsis;
	overflow: hidden;
}

.multidropdown-select {
	display: none;
}
.multidropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.multidropdown-btn {
  padding: 4px 12px;
  border: 1px solid #555;   /* 少し濃いグレーの枠線 */
  background: #555;         /* 背景を黒 */
  color: #aaa;              /* 文字を薄いグレー */
  cursor: pointer;
  min-width: 160px;
  text-align: left;
}
.multidropdown-btn:hover {
  background: #555;         /* hover時は少し明るい黒 */
  color: #fff;              /* hover時は白文字 */
}
.multidropdown-dropdown {
  display: none;
  position: absolute;
  background: #555;
  border: 1px solid #ccc;
  min-width: 200px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
  z-index: 100;
  max-height: 600px;
  overflow: scroll;
  width: 100%;
}
.multidropdown-dropdown label {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
}
.multidropdown-dropdown label span {
  margin-left: 25px;
  vertical-align: -2px;
}
.multidropdown.show .multidropdown-dropdown {
  display: block;
}


.resizer_wrapper {
	position: absolute;
	height: 100%;
	width: 10px;
	top: 0;
	right: -5px;
	cursor: col-resize;
	user-select: none;
	z-index: 10;
}
.resizer {
	background: #777;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 50%;
	user-select: none;
	pointer-events: none;
}

.c_icon {
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.c_icon i {
	margin: 16px 0 0 17px;
}

.c_icon2 {
	width: 96px;
	height: 48px;
	cursor: pointer;
}

.c_icon2 div {
	margin: 13px 0 0 17px;
}

.c_table_header .c_icon i {
	color: #dee0ff;
}

.c_table_header input {
	padding: 3px;
	font-size: 14px;
	background-color: #dee0ff;
	color: #293ca0;
	border: none;
	border-radius: 3px;
}
.c_table_header input:focus {
	outline: solid 2px #dee0ff;
}

.text_disabled {
	color: rgba(228,225, 230, 0.4)!important;
}

.report {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	background-color: #fefbff;
	color: #46464f;
}

.report th,
.report td {
  padding: .35em 1em;
  border: 1px solid #c7c5d0;
}

.report thead th {
	padding: .35em 1em;
	font-weight: bold;
	text-align: center;
}

.report thead th:nth-of-type(1){
	text-align: left;
}

.report thead tr {
	background-color: #293ca0;
	color: #dee0ff;
}

.report tbody td {
	font-size: 1em;
}

.report tbody tr:last-child>:nth-of-type(1),
.report tbody tr:last-child>:nth-of-type(5),
.report tbody tr:last-child>:nth-of-type(6) {
	background-color: #293ca0;
	color: #dee0ff;
}

.report td:nth-of-type(6) {
	text-align: center;
}

.report td:nth-of-type(5),
.report tbody tr:last-child>:nth-of-type(1) {
	text-align: right;
}

.report input {
	padding: 3px;
	font-size: 14px;
	background-color: #ffdf96;
	color: #251a00;
	border: none;
	border-radius: 3px;
}
.report input:focus {
	outline: solid 2px #ffdf96;
}

.c_button, .modaal-confirm-btn {
	position: relative;
	overflow: hidden;
	border-radius: 32px;
	padding: 6px 20px;
	cursor: pointer;
	text-decoration: none;
	display:inline-block;
	outline: none;
	font-size: 14px;
}

.c_button.disabled {
	pointer-events: none;
	opacity: 0.4;
}

.modaal-confirm-btn {
	margin: 0 100px;
}

.c_button::after, .modaal-confirm-btn::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.3s, opacity 1s;
}

.c_button:not(.disabled):active::after, .modaal-confirm-btn:not(.disabled):active::after {
    transform: scale(0, 0);
    transition: 0s;
    opacity: 0.3;
}

.btn_default {
	background-color: transparent;
	border: solid 1px #90909a;
	color: #bac3ff;
}

.btn_default.icon_btn {
	border: none;
}

.btn_default.icon_btn:not(.disabled):hover, .btn_default.icon_btn:focus {
	background-color: unset;
	border: unset;
	color: #08218a;
	outline:0;
}

.btn_default:not(.disabled):hover, .btn_default:focus {
	background-color: #bac3ff;
	border: solid 1px #bac3ff;
	color: #08218a;
	outline:0;
}

.btn_default:not(.disabled).is_current {
	background-color: #bac3ff;
	border: solid 1px #bac3ff;
	color: #08218a;
	outline:0;
}

.btn_default_secondary, 
.modaal-confirm-btn.modaal-cancel {
	background-color: transparent;
	border: solid 1px #46464f;
	border-radius: 32px;
	color: #4ed8e8;
	text-decoration: none;
}

.btn_default_secondary:not(.disabled):hover, .btn_default_secondary:not(.disabled):focus,
.modaal-confirm-btn.modaal-cancel:not(.disabled):hover, .modaal-confirm-btn.modaal-cancel:not(.disabled):focus {
	background-color: #4ed8e8;
	border: solid 1px #4ed8e8;
	color: #00363c;
	outline:0;
}

.btn_primary {
	background-color: #293ca0;
	border: solid 1px #293ca0;
	color: #dee0ff;
	
}

.btn_primary:not(.disabled):hover, .btn_primary:not(.disabled):focus {
	background-color: #dee0ff;
	border: solid 1px #dee0ff;
	color: #293ca0;
	outline:0;
}

.btn_secondary, .modaal-confirm-btn.modaal-ok {
	background-color: #004f56;
	border: solid 1px #004f56;
	border-radius: 32px;
	color: #8cf2ff;
	padding: 6px 20px;
}

.btn_secondary:not(.disabled):hover, .btn_secondary:not(.disabled):focus, .btn_secondary.c_button:not(.disabled).is_current,
.modaal-confirm-btn.modaal-ok:not(.disabled):hover, .modaal-confirm-btn.modaal-ok:not(.disabled):focus {
	background-color: #8cf2ff;
	border: solid 1px #8cf2ff;
	color: #004f56;
	outline:0;
}

.btn_ex_fab {
	border-radius: 12px;
	background-color: #293ca0;
	border: solid 1px #293ca0;
	color: #dee0ff;
}

.btn_ex_fab:not(.disabled):hover, .btn_ex_fab:not(.disabled):focus {
	background-color: #dee0ff;
	border: solid 1px #dee0ff;
	color: #293ca0;
	outline:0;
}

.btn_ex_fab_secondary {
	border-radius: 12px;
	background-color: #004f56;
	border: solid 1px #004f56;
	color: #8cf2ff;
	
}

.btn_ex_fab_secondary:not(.disabled):hover, .btn_ex_fab_secondary:not(.disabled):focus {
	background-color: #8cf2ff;
	border: solid 1px #8cf2ff;
	color: #004f56;
	outline:0;
}

.c_checkbox {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.c_checkbox {
    vertical-align: middle;
    position: relative;
	margin: 3px;
}
 
.c_checkbox::before,
.c_checkbox::after {
    content: "";
    display: block; 
    position: absolute;
}
 
.c_checkbox::before {
    background-color: #23242a;
    border-radius: 2px;
    border: 2px solid #90909a;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}

.small.c_checkbox::before {
    background-color: #23242a;
    border-radius: 2px;
    border: 2px solid #90909a;
    width: 9px;
    height: 9px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}
 
.c_checkbox::after {
    border-bottom: 2px solid #23242a;
    border-left: 2px solid #23242a;
    opacity: 0;
    height: 6px;
    width: 10px;
    transform: rotate(-45deg);
    top: -6px;
    left: 8px;
}

.small.c_checkbox::after {
    border-bottom: 2px solid #23242a;
    border-left: 2px solid #23242a;
    opacity: 0;
    height: 4px;
    width: 7px;
    transform: rotate(-45deg);
    top: -4px;
    left: 7px;
}

.c_checkbox:checked::before {
	background-color: #bac3ff;
	border: none;
	width: 18px;
    height: 18px;
}

.small.c_checkbox:checked::before {
	background-color: #bac3ff;
	border: none;
	width: 13px;
    height: 13px;
}

.c_checkbox:checked::after {
    opacity: 1;
}

.c_checkbox:indeterminate::before {
	background-color: #bac3ff;
	border: none;
	width: 18px;
    height: 18px;
}

.small.c_checkbox:indeterminate::before {
	background-color: #bac3ff;
	border: none;
	width: 13px;
    height: 13px;
}

.c_checkbox:indeterminate::after {
    opacity: 1;
    border-bottom: 2px solid #23242a;
    border-left: none;
    transform: rotate(0deg);
    width: 9px;
	left: 9px;
}

.c_checkbox:disabled::before {
	opacity: 0.5;
}

.input-container {
	position: relative;
	margin-top: 20px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.05);
}

.input-container input:disabled {
    opacity: 0.6;
}

.input-container.no-title-label {
	margin-top: 0px;
}

.input-container input {
	font-size: 16px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #c7c5d0;
	background-color: transparent;
	color: #e4e1e6;
	padding: 8px 0;
	outline: none;
	font-size: 14px;
}

.input-container input:invalid {
	border-bottom: 1px solid #93000a;
}

.input-container .input_label {
	position: absolute;
	top: 0;
	left: 0;
	color: #c7c5d0;
	transition: all 0.3s ease;
	pointer-events: none;
	font-size: 14px;
}

.input-container:has(input:focus) .input_label {
	color: #bac3ff;
}

.input-container input:focus ~ .input_label,
.input-container input:read-only ~ .input_label,
.input-container input:valid ~ .input_label,
.input-container input:invalid ~ .input_label
 {
  top: -18px;
}

.input-container.no-title-label input:focus ~ .input_label,
.input-container.no-title-label input:read-only ~ .input_label,
.input-container.no-title-label input:valid ~ .input_label {
  display: none;
}

.input-container .underline {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	transform: scaleX(0);
	transition: all 0.3s ease;
}

.input-container:has(input:focus) .underline {
	background-color: #bac3ff;
}

.input-container input:focus ~ .underline,
.input-container input:valid ~ .underline {
  transform: scaleX(1);
}

.select-container {
	position: relative;
	width: 90%;
	margin: 20px 10px 0 10px;
	text-align: center;
}
.select-container .select_label {
	position: absolute;
	top: -18px;
	left: 0;
	color: #c7c5d0;
	transition: all 0.3s ease;
	pointer-events: none;
	font-size: 14px;
}
.c_select {
	position: relative;
	font-family: inherit;
	background-color: rgba(255, 255, 255, 0.05);
	width: 100%;
	padding: 8px 10px 8px 0;
	font-size: 14px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #c7c5d0;
	color: #c7c5d0;
}

.c_select:invalid {
	border-bottom: 1px solid #93000a;
}

.c_select:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

.c_select option {
	background: #2f2f33;
}

.select-container .c_select {
	appearance: none;
	-webkit-appearance:none
}
.select-container select::-ms-expand {
	display: none;
}
.select-container:after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.c_select_selectlabel {
	color: #c7c5d0;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}
.c_select:focus ~ .c_select_selectlabel, .c_select:valid ~ .c_select_selectlabel {
	color: #bac3ff;
	top: -20px;
	transition: 0.2s ease all;
	font-size: 14px;
}
.c_select_selectbar {
	position: relative;
	display: block;
	width: 100%;
}
.c_select_selectbar:before, .c_select_selectbar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #bac3ff;
	transition: 0.2s ease all;
}
.c_select_selectbar:before {
	left: 50%;
}
.c_select_selectbar:after {
	right: 50%;
}
.c_select:focus ~ .c_select_selectbar:before, .c_select:focus ~ .c_select_selectbar:after {
	width: 50%;
}
.c_select_highlight {
	position: absolute;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.c_radio {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}

.c_radio label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.c_radio label::before,
.c_radio label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.c_radio label::before {
	width: 16px;
    height: 16px;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}

.c_radio label::after {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #bac3ff;
}

.c_radio label:has(:checked)::before {
    border: 2px solid #bac3ff;
}

.c_radio label:has(:disabled)::before,
.c_radio label:has(:disabled)::after {
    opacity: 0.5;
}

.c_radio input {
    display: none;
}


fieldset.mcheckbox {
	border    : none;
	display   : flex;
	flex-wrap : wrap;
	gap       : .3em 2em;
}
label.mcheckbox {
	display     : flex;
	gap         : 0 1.8em;
	align-items : center;
	cursor      : pointer;
}

.lock-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0,0,0,0.5);
	display: flex;
}

.loading-overlay-animating {
    font-size: 8em;
    user-select: none;
    margin: auto;
    animation: 0.5s linear reverse infinite spin;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.content {
	padding: 10px;
	max-width: 1500px;
	margin: auto;
}

.content .content {
	padding: 0px;
}

.row {
	display:flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 100%;
	position: relative;
}
.center {
	justify-content: center;
	align-items: center;
}
.start-center {
	justify-content: flex-start;
	align-items: center;
}
.start-end {
	justify-content: flex-start;
	align-items: end;
}
.end-center {
	justify-content: flex-end;
	align-items: center;
}
.around-center {
	justify-content: space-around;
	align-items: center;
}

.column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.mt1 {
	margin-top: 1em !important;
}
.mt1-5 {
	margin-top: 1.5em !important;
}
.mt2 {
	margin-top: 2em !important;
}
.mt3 {
	margin-top: 3em !important;
}
.ml1 {
	margin-left: 1em !important;
}
.ml2 {
	margin-left: 2em !important;
}
.ml3 {
	margin-left: 3em !important;
}
.mr1 {
	margin-right: 1em !important;
}
.mr2 {
	margin-right: 2em !important;
}
.mr3 {
	margin-right: 3em !important;
}
.mb1 {
	margin-bottom: 1em !important;
}
.mb2 {
	margin-bottom: 2em !important;
}
.mb3 {
	margin-bottom: 3em !important;
}

.mg1 {
	margin: 1em !important;
}
.mg2 {
	margin: 2em !important;
}
.mg3 {
	margin: 3em !important;
}

.col12 {
	width: 100%;
}

.col11 {
	width: calc(((100% / 12) * 11));
}

.col10 {
	width: calc(((100% / 12) * 10));
}

.col9 {
	width: calc(((100% / 12) * 9));
}

.col8 {
	width: calc(((100% / 12) * 8));
}

.col7 {
	width: calc(((100% / 12) * 7));
}

.col6 {
	width: calc(((100% / 12) * 6));
}

.col5 {
	width: calc(((100% / 12) * 5) );
}

.col4 {
	width: calc(((100% / 12) * 4));
}

.col3 {
	width: calc(((100% / 12) * 3));
}

.col2 {
	width: calc(((100% / 12) * 2));
}

.col1 {
	width: calc(((100% / 12) * 1));
}

.col0-5 {
	width: calc(((100% / 12) * 0.5));
}

.col1-5 {
	width: calc(((100% / 12) * 1.5));
}

.col2-5 {
	width: calc(((100% / 12) * 2.5));
}

.col3-5 {
	width: calc(((100% / 12) * 3.5));
}

.col4-5 {
	width: calc(((100% / 12) * 4.5));
}

.col5-5 {
	width: calc(((100% / 12) * 5.5));
}

.col6-5 {
	width: calc(((100% / 12) * 6.5));
}

.col7-5 {
	width: calc(((100% / 12) * 7.5));
}

.col8-5 {
	width: calc(((100% / 12) * 8.5));
}

.col9-5 {
	width: calc(((100% / 12) * 9.5));
}

.col10-5 {
	width: calc(((100% / 12) * 10.5));
}

.col11-5 {
	width: calc(((100% / 12) * 11.5));
}

.panel {
	background-color: rgb(255, 255, 255, 0.04);
	width: calc(100% - 30px);
	height: calc(100% - 24px);
	margin: 5px;
	padding: 7px 10px;
}

.panel-connector-horizontal {
	margin-top: -5px;
	margin-bottom: -5px;
	flex: 0 0 auto;
	height: calc(100% - 4px);
}

.panel-connector-row > div{
	height:100%;
}

.panel_content {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.panel.normal {
	background-color: #293ca0;
	color: #dee0ff;
	border-radius: 0.4rem;
}

.panel.warning {
	background-color:#756e03;
	color: #e0deff;
	border-radius: 0.4rem;
}

.panel.error {
	background-color:#93000a;
	color: #ffdad6;
	border-radius: 0.4rem;
}

.graph {
	width: calc(100% - 20px);
	margin: 10px;
	height: calc(100% - 20px);
}

.item_name{
	font-size: 20px;
}

.item_value{
	font-size: 20px;
	font-weight: bold;
}

.item_value2{
	font-size: 18px;
	font-weight: bold;
}

.description_text{
	font-size: smaller;
	color: #ccc
}

.lamp {
	width: 70px;
	text-align: center;
	padding: 8px 0;
}

.lamp_pwrco.on {
	background-color: #504700;
	color: #fce41d;
	border: solid 1px #504700;
}

.lamp_pwrco.off {
	background-color: #2c2a1f;
	color: #a19b71;
	border: 1px solid #2c2a1f;
}

.lamp_custom.on {
	background-color: var(--lamp-bg-color);
	color: var(--lamp-fg-color);
	border: solid 1px var(--lamp-bg-color);
}

.lamp_custom.off {
	background-color: #242426;
	color: #6e6e73;
	border: 1px solid #3c3c42;
}

.lamp_ope.on {
	background-color: #005140;
	color: #7ff8d3;
	border: solid 1px #005140;
}

.lamp_ope.on > a {
    text-decoration: none;
    color: #7ff8d3;
}

.lamp_ope.on > a:visited {
    color: #7ff8d3;
}

.lamp_ope.blink {
	animation-name: blink_lamp;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}
@keyframes blink_lamp {
  0%,
  15% {
    background-color: #005140;
	color: #7ff8d3;
	border: solid 1px #005140;
  }

  35%,
  65% {
    background-color: rgba(70, 70, 79, 0.3);
    color: rgba(199, 197, 208, 0.3);
    border: solid 1px rgba(70, 70, 79, 0.3);
  }

  85%,
  100% {
    background-color: #005140;
	color: #7ff8d3;
	border: solid 1px #005140;
  }
}

.lamp_mal.discharge {
	background-color: #504700;
	color: #fce41d;
	border: solid 1px #504700;
}

.lamp_ope {
	background-color: rgba(0, 81, 64, 0.3);
	color: rgba(127, 248, 211, 0.3);
	border: solid 1px rgba(0, 81, 64, 0.3);
}

.lamp_ope > a {
    text-decoration: none;
    color: #8cf2ff;
}

.lamp_ope > a:visited {
    color: #8cf2ff;
}

.lamp_ope.stop {
	background-color: rgba(0, 81, 64, 0.3);
	color: rgba(127, 248, 211, 0.3);
	border: solid 1px rgba(0, 81, 64, 0.3);
}

.lamp_ope.stop > a {
    text-decoration: none;
    color: #8cf2ff;
}

.lamp_ope.stop > a:visited {
    color: #8cf2ff;
}

.lamp_con.on {
	background-color: #293ca0;
	color: #98e0ff;
	border: solid 1px #293ca0;
}

.lamp_con {
	background-color: rgba(41, 60, 160, 0.3);
	color: rgba(222, 224, 255, 0.3);
	border: solid 1px rgba(41, 60, 160, 0.3);
}

.lamp_mal {
	background-color: rgba(70, 70, 79, 0.3);
	border: solid 1px rgba(70, 70, 79, 0.3);
	color: rgba(199, 197, 208, 0.3);
}

.lamp_mal.major {
	background-color: #93000a;
	color: #fda894;
	border: solid 1px #93000a;
}

.lamp_mal.minor {
	background-color: #504700;
	color: #fce41d;
	border: solid 1px #504700;
}

.tab_row, .tab_row02 {
	margin: 5px 5px -5px;
	flex-wrap: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
}

.tab_row::-webkit-scrollbar {
	height: 4px;
}

.tab_row::-webkit-scrollbar-track {
	background-color: #fff;
}


.tab {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 4px 30px;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-radius: 0.4rem;
	border: none;
	font-size: 18px;
	min-width: 99px;
	background-color: unset;
	color: #c7c5d0;
	cursor: pointer;
	height: 100%;
}

.tab.loaded {
	transition: ease .2s;
}

.tab.is_current {
	background-color: unset;
	color: #dee0ff;
	border: none;
    pointer-events: none;
    cursor: default;
}
.pwrsup_tab {
	background-color: rgb(255, 255, 255, 0.04) !important;
	color: #c7c5d0 !important;
	border: none !important;

}
.pwrsup_tab.is_current {
	background-color: unset !important;
	color: #c7c5d0 !important;
	border: none !important;

}
.pwrsup_tab.is_active {
	background-color: #293ca0 !important;
	color: #dee0ff !important;
}

.tab_row > .tab_container:first-child {
	margin-left : 5px;
}

.tab_container {
	position: relative;
	margin: 5px 5px 0px;
	margin-left: 15px;
}

.tab_container:has(.is_current)::before {
	content: "";
	background-color: rgb(255, 255, 255, 0.04);
	border: solid 3px rgb(0, 0, 255, 0.5);
	border-bottom: unset;
	border-left: unset;
	border-right: unset;
	width: calc( 100% + 10px);
	height: calc( 100% - 5px );
	padding: 7px 5px;
	position: absolute;
	left: -10px;
	top: -7px
}

.tab_container::before {
	content: "";
	background-color: unset;
	border: solid 1px rgb(255, 255, 255, 0.08);
	/* border-radius: 16px 16px 0px 0px; */
	width: calc( 100% + 10px);
	height: calc( 100% - 5px);
	padding: 7px 5px;
	position: absolute;
	left: -10px;
	top: -4px
}

.tab_container:first-child::before {
	width: calc( 100% + 5px);
	left: -5px;
}

.tab_container:first-child:has(.is_current)::before {
	width: calc( 100% + 5px);
	left: -5px;
}

.tab02 {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-radius: 0.4rem;
	border: solid 1px #90909a;
	font-size: 14px;
	min-width: 99px;
	transition: ease .2s;
	background-color: #46464f;
	color: #c7c5d0;
	cursor: pointer;
	height: 100%;
}

.tab02.is_current {
	background-color: #293ca0;
	color: #dee0ff;
	border: solid 1px #293ca0;
    pointer-events: none;
    cursor: default;
}

.tab_row02 > .tab_container02:first-child {
	margin-left : 5px;
}

.tab_container02 {
	position: relative;
	margin: 5px;
	margin-left: 15px;
}

.tab_container02:has(.is_current):not(:has(.no-bg))::before {
	content: "";
	background-color: rgb(255, 255, 255, 0.04);
	width: calc( 100% + 10px);
	height: 100%;
	padding: 7px 5px;
	position: absolute;
	left: -10px;
	top: -4px
}

.tab_container02:first-child:has(.is_current)::before {
	width: calc( 100% + 5px);
	left: -5px;
}

.inst {
	color: #bac3ff;
}

.integrate {
	color: #4ed8e8;
}

.highlight {
	color: #ffd671;
}

.error {
	color: #ffb4ab;
}

.on {
	color: #4ed8e8;
}

.off,  .text_disabled .on {
	color: #90909a;
}

#img_page img {
	max-width: 100%;
}

.indent1 {
	margin-left: 17px;
	margin-right: -17px;
}

.gen {
	color: #bac3ff;
}

.demand {
	color: #ff5100
}

.discharge {
	color: #4ed8e8;
}

.charge {
	color: #ffbc02;
}

.lamp_button {
	cursor: pointer;
	border-radius: 12px;
	padding: 8px 8px;
}

.warning {
	color: #ff5100
}

.header_underline {
	border: solid #fff;
	border-width: 0px 0px 1px;
	text-align: center;
}

.lamp_ope.charge {
	background-color: #60581b;
	color: #fce47d;
	border: solid 1px #70681b;
}

.lamp_ope.charge>a {
	text-decoration: none;
	color: #fce47d;
}

.lamp_ope.charge>a:visited {
	color: #fce47d;
}

.lamp_ope.discharge {
	background-color: #3b5f63;
	color: #b1fffb;
	border: solid 1px #3c7a82;
}

.lamp_ope.discharge>a {
	text-decoration: none;
	color: #b1fffb;
}

.lamp_off {
	filter: grayscale(100%);
	opacity: 0.6;
}

.lamp_ope.discharge>a:visited {
	color: #b1fffb;
}

.lamp_ope.minor {
	background-color: #504700;
	color: #fce41d;
	border: solid 1px #504700;
}

.lamp.small {
	width: 24px;
	height: 24px;
	padding: 0px;
}

input[type="time"] {
	font-family:'メイリオ', 'Meiryo', sans-serif;
}

td.error_major {
	color: #ff7089;
}

.option-list {
	display: grid;
	column-gap: calc( 100% / 12 );
	row-gap: 1em;
}
