@charset "UTF-8";

/* ----------------- 可変部共通CSS START --------------- */

body {
/*   margin: 10px; */
}
/* -------------------- 共通  END -------------------- */

/* --------- ヘッダ領域 START ---------- */

/* --------- ロゴ領域 START ---------- */
.navbar-brand {
    background: no-repeat left center;
    background-size: 200px 50px;
    color: transparent !important;
    width: 200px;
    height: 50px;
    display: block;
    margin-left: 10px;
    margin-right: 0px;
}

.navbar-brand-noimage {

    color: transparent !important;
    width: 150px;
    height: 50px;
    display: block;
    margin-right: 0px;
}
/* --------- ロゴ領域 END ------------ */

/* --------- 画面タイトル領域 END ---- */

/* --------- ログインユーザ情報領域 START -- */
.page-title #login-user {
    font-weight: normal;
    color: #000000;
}
/* --------- ログインユーザ情報領域 END ---- */

/* --------- ヘッダ領域 END ------------ */

/* --------- メニュー領域 START -------- */

/* --------- メニュー領域 END ---------- */

/* --------- 業務機能領域 START -------- */

/* --------- 共通 START ---- */

/* --------- 必須項目ラベル -------- */

/* ---------- 入力項目 ----------*/
.input-text, .input-range, .input-color, .input-datetime,
    .input-datetime-local, .input-date, .input-month, .input-week,
    .input-time, .input-tel, .input-url, .input-email, .input-search,
    .input-number, .input-textarea, .input-label, .input-file, .input-select-area,
    .input-select {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #CCD0D6;
    padding: 2px;
    outline: none;
}

/** 非活性項目背景色 */
.input-disable {
    background-color: #E8EAF4;
}

.input-button {
    /* background-color: #FFFFDD; */
    /* color: #000000; */
}

/* ----- 精査エラー ----- */
.input-error {
  border-color: #FF0000 !important;
}

.input-error-password {
  border-color: #FF0000;
}

/* --------- 共通 END ---- */

/* --------- メッセージエリア START ---- */
.message-area {
    margin: 7px 0px 7px 30px;
}

@media (max-width: 959px) {
    .message-area {
        margin-left: 0;
    }
}

.message-error {
    color: #FF0000;
}
/* ---------- メッセージエリア END ------ */

* --------- 検索照会画面の検索条件部 START ---- */
tr.search-group {
    background-color: #AEB8D2;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
}

table.search-group td {
    padding: 2px 10px 2px 10px;
    border: 1px solid #ffffff;
}
.title-line {
    font-weight: normal;
    background-color: rgb(149,149,149) !important;;
    color: white !important;
    margin-top:20px;
    padding: 5px 0px 5px 0px !important;
}
/* --------- 検索照会画面の検索条件部 END ------ */

/* --------- 業務機能領域 END ----------- */

/* 昼間 */
.daytime-graph-bar-color {
    color : rgb(250,204,6);
    width: 0px;
    height: 0px;
}

/* 夜間 */
.night-graph-bar-color {
    color: rgb(204,231,240);
    width: 0px;
    height: 0px;
}

/* 比較線 */
.diff-graph-line-color {
    color: #008000;
    width: 0px;
    height: 0px;
}



/* 前年度 */
.pre-year-graph-bar-color {
    color: rgb(217,217,217);
    width: 0px;
    height: 0px;
}

/* 最大電力 */
.max-electric-graph-bar-color {
    color: rgb(250,0,0);
    width: 0px;
    height: 0px;
}

#footer {
    width: 100%;
    vertical-align: bottom;
    border-collapse: separate;
    border-spacing: 0px;
}

#footer tr a{
    color: #D28EFF;
}

.footer-text {
    text-align: right;
}

.footer-link {
    text-align: center;
}

.footer-background{
    /* background: rgb(53,28,176); */
    background: #40e0d0;
    margin: 0 auto;
}

/*ツールチップ*/
.enelink-tooltip {
	font-family: 'Noto Sans Japanese', serif;
	background-color: rgba(253, 253, 253, 0.8);
	border: 0px solid #808080;
	border-radius: 115px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	padding: 10px;
	line-height: 1.6;
}

.enelink-tooltip .tooltip-title {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bolder;
}

.enelink-tooltip .tooltip-table {
	display: table;
	margin-bottom: 10px;
	margin-left: 15px;
}

.enelink-tooltip .tooltip-table .tooltip-row {
	display: table-row;
}

.enelink-tooltip .tooltip-table .tooltip-row span {
	display: table-cell;
}

.tooltip-amount:before {
	content: "・";
	margin-right: 5px;
	float: left;
}

.nvtooltip {
	border: none;
	background-color: transparent;
}

.enelink-template {
	display: none;
}

/** ご使用場所 */
.domain-hpCustNm {
  width: 99%;
}

.nv-x line {
    fill: none;
    stroke: #FFFFFF !important;
    shape-rendering: crispEdges;
}

/* ----------- 可変部共通CSS END -------- */