@charset "UTF-8";

@media (min-width: 768px) {
	.sidebar {
		width: 200px;
	}
	#page-wrapper {
		margin: 0 0 0 200px;
	}
}

.page-header {
padding-bottom: 10px;
margin: 12px 0 12px;
border-bottom: 1px solid #eeeeee;
font-size:24px;
}

/* モニター */
.last_update {
	margin-bottom: 10px;
		font-size:calc(24px + 0.25vw);
}
@media (min-width: 768px) {
	.last_update {
		font-size:calc(18px + 0.25vw);
	}
}
@media (min-width: 992px) {
	.last_update {
		font-size:calc(14px + 0.25vw);
	}
}
@media (min-width: 1200px) {
	.last_update {
		font-size:calc(12px + 0.25vw);
	}
}
.col-xs-1-8, .col-sm-1-8, .col-md-1-8, .col-lg-1-8,
.col-xs-2-8, .col-sm-2-8, .col-md-2-8, .col-lg-2-8,
.col-xs-3-8, .col-sm-3-8, .col-md-3-8, .col-lg-3-8,
.col-xs-4-8, .col-sm-4-8, .col-md-4-8, .col-lg-4-8,
.col-xs-5-8, .col-sm-5-8, .col-md-5-8, .col-lg-5-8,
.col-xs-6-8, .col-sm-6-8, .col-md-6-8, .col-lg-6-8,
.col-xs-7-8, .col-sm-7-8, .col-md-7-8, .col-lg-7-8,
.col-xs-8-8, .col-sm-8-8, .col-md-8-8, .col-lg-8-8 {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	font-size:calc(24px + 0.25vw);
}
.col-xs-1-8 {
	width: 12.5%;
	float: left;
}
.col-xs-2-8 {
	width: 25%;
	float: left;
}

.col-xs-3-8 {
	width: 37.5%;
	float: left;
}

.col-xs-4-8 {
	width: 50%;
	float: left;
}

.col-xs-5-8 {
	width: 62.5%;
	float: left;
}

.col-xs-6-8 {
	width: 75%;
	float: left;
}

.col-xs-7-8 {
	width: 87.5%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-1-8 {
		width: 12.5%;
		float: left;
	}
	.col-sm-2-8 {
		width: 25%;
		float: left;
	}

	.col-sm-3-8 {
		width: 37.5%;
		float: left;
	}

	.col-sm-4-8 {
		width: 50%;
		float: left;
		font-size:calc(18px + 0.25vw);
	}

	.col-sm-5-8 {
		width: 62.5%;
		float: left;
	}

	.col-sm-6-8 {
		width: 75%;
		float: left;
	}

	.col-sm-7-8 {
		width: 87.5%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-1-8 {
		width: 12.5%;
		float: left;
	}
	.col-md-2-8 {
		width: 25%;
		float: left;
		font-size:calc(14px + 0.25vw);
	}

	.col-md-3-8 {
		width: 37.5%;
		float: left;
	}

	.col-md-4-8 {
		width: 50%;
		float: left;
	}

	.col-md-5-8 {
		width: 62.5%;
		float: left;
	}

	.col-md-6-8 {
		width: 75%;
		float: left;
	}

	.col-md-7-8 {
		width: 87.5%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-1-8 {
		width: 12.5%;
		float: left;
		font-size:calc(8px + 0.25vw);
	}
	.col-lg-2-8 {
		width: 25%;
		float: left;
	}

	.col-lg-3-8 {
		width: 37.5%;
		float: left;
	}

	.col-lg-4-8 {
		width: 50%;
		float: left;
	}

	.col-lg-5-8 {
		width: 62.5%;
		float: left;
	}

	.col-lg-6-8 {
		width: 75%;
		float: left;
	}

	.col-lg-7-8 {
		width: 87.5%;
		float: left;
	}
}

.nav-third-level .filter-menu {
	padding-left: 52px;
}

.table-bordered > tbody > tr > td {
/*	border-color:gray;
*/
}

.temp {
	background-color:whitesmoke;
}

.mtemp {
	font-size:2.0em;
	color:darkgreen;
}
.stemp {
	font-size:1.5em;
	padding-left: 1em;
	color:darkgreen;
}

.high {
	color : red;
}

.low {
	color : mediumblue;
}

.waterdrop {
	color : dodgerblue;
}

.waterdropHot {
	color : lightcoral;
}

.error {
	color : red;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom : 5px;
}

.errorStr {
/*	margin-bottom : 5px;*/
}

.typeMoromi {
	background-color: #B0E0E6;
}

.typeShubo {
	background-color: #90EE90;
}

table.opeTable {
/*	height: 3.4em;	*/
	width: 80%;
}

table.opeTable tr.disp {
	height: 1.7em;
}

table.opeTable td {
	border : none !important;
}

div.tempDiv {
	position : relative;
	padding-top: 0.5em;
}

div.tempDiv span.waterType {
	position : absolute;
	top : 0px;
	right : 0px;
}

div.tempDiv .kai {
	position : absolute;
	bottom : 0.9em;
	right : 0.5em;
	font-size:1.5em;
}

.manual {
	color : red;
}

.auto {
	color : orange;
}

#chart {
/* 	padding : 0 15px 15px 15px;
 */
}

a.disabled {
	pointer-events : none;
	color : lightgrey;
}

.liveState {
	max-width: 150px;
	margin: 5px;
	padding: 0px;
	text-align: center;
}

.liveState-normal {
	background-color: #99FF99;
	color: inherit;
}

.liveState-alert {
	background-color: #CC3333;
	color: #FFFFFF
}


/* アカウント関連 */
@media (max-width: 768px){
	.accountsTable thead{
		display: none;
	}
	.accountsTable tr{
		display: block;
		margin-bottom:20px
	}
	.accountsTable td{
		display: block;
		background-color: #f5f3ec;
		font-size: 1.2em;
	}
	.accountsTable td:before{
		font-weight: bold;
/* 		background-color: #f5f3ec;
		color: #4f4d47;
 */		display: block;
		padding:5px auto;
	}
	.accountsTable td:nth-of-type(5) {
		text-align: right;
		font-size:2em;
	}
	.accountsTable td:nth-of-type(1):before {
		content: "ユーザーID";
/* 		background-color: #61c5bb;
		color: #fff;
 */	}
	.accountsTable td:nth-of-type(2):before {
		content: "区分";
	}
	.accountsTable td:nth-of-type(3):before {
		content: "ユーザー名";
	}
	.accountsTable td:nth-of-type(4):before {
		content: "Eメール";
	}
/* 	.accountsTable td:nth-of-type(5):before {
		content: "操作";
	}
 */
	.accountsTable td.empty {
		display: none;
	}

}

.edt, .del, .add {
	display: none;
	opacity: 0;
	position: absolute;
	top: -20px;
	right: -30px;
	color: gray;
	border-color: gray;
	padding: 0px 3px;
	font-size:0.8em;
}
.edit, .delete, .addition{
	position: relative;
	margin: 0 20px;
}
.edit:hover .edt, .delete:hover .del {
	display:inline-block;
	opacity: 1;
	top: -20px;
}

.ui-dialog {
	z-index: 10000 !important;
}

#account-dialog, #del-dialog, #add-dialog {
	display: none;
}

/* admin.cssの設定を上書き 左に違うメニューを追加するような場合は削除して大丈夫なはず */
@media (max-width: 768px) {
	.navbar-top-links .dropdown-user {
		margin-left: 5px;
		right: auto;
		left: auto;
	}
}

table.progress-moromi-table, table.progress-shubo-table {
	font-size: 0.8em;
}

table.progress-moromi-table th,td, table.progress-shubo-table th,td{
	text-align: center;
	border:solid 1px #A9A9A9 !important;
	padding:1px 2px !important;
	width: 3%;
	vertical-align:middle !important;
}

table.progress-moromi-table th{
	background-color: #B0E0E6;
}

table.progress-shubo-table th{
	background-color: #90EE90;
}

table.progress-moromi-table td, table.progress-shubo-table td{
	background-color: #FFFFE0;
}

table.progress-moromi-table td.val, table.progress-shubo-table td.val{
	text-align: right;
}

table.progress-moromi-table td.text, table.progress-shubo-table td.text{
	text-align: left;
}



table.progress-moromi-data-table, table.progress-shubo-data-table {
	font-size: 0.8em;
	table-layout: fixed;
	margin-bottom: 0;
}
table.progress-moromi-data-table tbody th, table.progress-shubo-data-table tbody th{
	width: 10.0rem;
}
table.progress-moromi-data-table th, table.progress-moromi-data-table td, table.progress-shubo-data-table th, table.progress-shubo-data-table td{
	text-align: center;
	border:solid 1px #A9A9A9 !important;
	padding:1px 2px !important;
	vertical-align:middle !important;
	width: 5.0rem;
}

table.progress-moromi-data-table th {
	background-color: #B0E0E6;
}

table.progress-shubo-data-table th {
	background-color: #90EE90;
}

table.progress-moromi-data-table td, table.progress-shubo-data-table td {
	text-align: right;
	}

table.progress-moromi-data-table td.val, table.progress-shubo-data-table td.val {
	text-align: right;
}

table.progress-moromi-table td.text, table.progress-shubo-table td.text{
	text-align: left;
}

.s-temp-padding {
	padding-left : 0.9em;
}

.msg-changed {
	background-color : #FFE4E1;
}

.msg-exists {
	background-color : #E1FFE1;
}

/* th固定でテーブルをスクロール
.sticky-table {
	display: block;
	position: relative;
	overflow: scroll;
	width: calc(1000vw - 3.0rem);
	height: calc(75vh);
	border-collapse: collapse;
	font-size: 0;
}
.sticky-table thead,
.sticky-table tbody {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.sticky-table th {
	background-color: #B0E0E6 !important;
}
.sticky-table th,
.sticky-table td {
	border:solid 1px #A9A9A9 !important;
	display: inline-block;
	width: 8.0rem;
	background: #fff;
	font-size: 1.0rem;
}
.sticky-table tbody th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
}
.sticky-table thead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
}
.sticky-table thead th.blank {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
}
*/