/* CSS Document */

#dataSelect {
	text-align: center;
	padding: 0;
}

#dataSelect li {
	list-style: none;
	width: 18%;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	background-color: #699800;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px;
  box-sizing: border-box;
}

#dataSelect li.active {
	background-color: #FFBF00;
	padding: 8px;
}

#dataSelect li a {
	color: #fff;
	display: block;
	padding: 8px;
	text-decoration: none;
  box-sizing: border-box;
}

#graphPointSelectBox, #pointSelectBox {
    color: #003366;
    background-color: #88D6F7;
    padding: 5px;
    overflow: auto;
}

#dataTableWrap {
	padding: 20px 0;
	background-color: #fff;
}
#dataTableWrap h3 {
	width: 95%;
	margin: 0px auto;
}
table.datatable {
	border-collapse: collapse;
	width: 95%;
	margin: 5px auto;
}

table.datatable th,
table.datatable td {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 0.875em;
}

table.datatable th {
	background-color: #EDEDED;
}

table.datatable td {
	text-align: center;
}

.dataSel {
	color: #666666;
	height: 45px;
	font-size: 100%;
	padding: 8px 50px 8px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background-color: #FFF;
	background-image: url(../img/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

#pointSelectBox form {
	width: 100%;
}

#pointSelectBox form input {
	font-size: 1.2em;
}

#container h1 span {
	font-size: 0.75em;
	font-weight: normal;
}


.flex {
	display: flex;
	align-items: center;
	padding: 0.5em 0;
}
.flex > div {
	padding: 0 0.5em;
}

#pointSelectBox input[name="graphdate"],
#graphPointSelectBox input[name="graphdate"] {
    font-size: 1.4em;
    text-align: center;
    width: 200px;
    border-radius: 5px;
    border: none;
    padding: 0.25em;
}

#dateNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5em 0;
}
#dateNav span {
	margin: 0 1em;
    cursor: pointer;
    font-size: 1.35em;
}


.scroll table{
	width:100%;
}
.scroll{
	overflow: auto;
	white-space: nowrap;
	
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.tablesorter-header {
	cursor: pointer;
	position: relative;
}
.tablesorter-headerUnSorted:before {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border: 5px solid transparent;
	border-bottom: 5px solid #666;
	right: 10px;
	top: calc(50% - 15px);
}
.tablesorter-headerUnSorted:after  {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border: 5px solid transparent;
	border-top: 5px solid #666;
	right: 10px;
	top: calc(50% + 5px);
}


.tablesorter-headerAsc:before {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border: 5px solid transparent;
	border-bottom: 5px solid #666;
	right: 10px;
	top: calc(50% - 12px);
}
.tablesorter-headerAsc:after {

}
.tablesorter-headerDesc:after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border: 5px solid transparent;
	border-top: 5px solid #666;
	right: 10px;
	top: calc(50% + 3px);
}
.tablesorter-headerDesc:before {

}

.sorter-false::after,
.sorter-false::before {
	display: none;
}

.maxtemp { color: #ff0000 !important; }
.mintemp { color: #0000ff !important; }