﻿/* v2024.11.28 */
div.scrollTools {
	overflow: auto;
	white-space: nowrap;
	/*
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e4f3ff;
	background-color: #E0E0E0;
	padding-left:5px;
	padding-top:5px;
	height: 30px;
	*/
}
div.scrollTools a {
	color: black;
	font-size: 2em;
	height: 48px;
	width: 48px;
	/* 
	display: inline-block;
	align-items: center;
	padding: 4px;
	text-decoration: none;
	text-align: center;
	padding: 14px; */
}

div.scrollTools a i{
	margin: 8px;
}

div.scrollTools a:hover {
	background-color: #777; 
	/* background-color: #c4ddf2; */
}

	div.scrollTools a.disable {
		pointer-events: none;
		color: gray;
	}

.clsBtn
{
	background-color: #E0E0E0;
	padding-left:5px;padding-top:5px
}
.BtnImg 
{
	width:30px;background-color: #E0E0E0;border:outset 1px;cursor:pointer;
}
.BtnImgOver
{
	width:30px;background-color: #A0A0A0;border:outset 1px;cursor:pointer;
}
.BtnImgDown
{
	width:30px;background-color: #A0A0A0;border:inset 1px;cursor:pointer;
}

.BtnImgAlert 
{
	width:30px;cursor:pointer;
}
