body {
	top: 0px;
	left: 0px;
}
.calc {
	font: 10px Verdana;
	text-align: right;
}
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
text-align: center;
}
.countybutton {
	text-decoration: underline;
	background-color: transparent;
	border: none;
	cursor: pointer;
	}
.syslistbtn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font: bold 11px Verdana;
	}
.iilink {
	padding-top: 2px;
	text-align: right;
	vertical-align: top;
	margin: 0px 0px 0px auto;
	}
.ffields {
	padding: 1px 0 1px 0;
	}
.water {
	background-image: url('/images/water.png');
	background-position: left top, left bottom;
	background-repeat: no-repeat, repeat-x;
	}
::-webkit-input-placeholder {
    font-size: 11px !important;
}

::-moz-placeholder {
    font-size: 11px !important;
}

::-ms-placeholder {
    font-size: 11px !important;
}

::placeholder {
    font-size: 11px !important;
}
.bigtitle {
font: italic bold 22px Times New Roman;
padding-bottom: 6px;
text-align: center;
}
.titletop {
font: bold 18px Arial;
padding-top: 8px;
padding-bottom: 4px;
text-align: center;
}
.title {
font: bold 16px Arial;
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}
.collabel {
font: bold 14px Arial;
padding-top: 6px;
padding-bottom: 2px;
border-bottom: 3px double Black;
}
.colCt {
text-align: center;
}
.colRt {
text-align: right;
}
.colLt {
text-align: left;
}
.element {
font: bold 14px Arial;
verical-align: middle;
padding: 2px 3px 0px 0px;
height: 24px;
}
.element2 {
font: 13px Arial;
verical-align: middle;
padding: 2px 3px 0px 0px;
}
.prevreadDt {
font: 10px Arial;
font-style: italic;
padding: 2px 4px 2px 2px;
color: #0000A8;
text-align: right;
}
.currentreadDt {
font: 10px Arial;
font-style: italic;
padding: 2px 4px 2px 2px;
color: #0000A8;
text-align: right;
}
.readNum {
font: bold 14px Arial;
padding: 2px 0px 2px 0px;
text-align: right;
height: 24px;
}
.readNum2 {
font: 11px Arial;
padding: 2px 0px 2px 0px;
text-align: right;
}
.boldRead {
font-weight: bold;
}
.WellreadNum {
font: bold 16px Arial;
padding: 2px 0px 2px 0px;
text-align: right;
color: #0000B0;
border-bottom: 1px solid black;
}
.curRead {
font: bold 14px Arial;
padding: 2px 0px 2px 0px;
text-align: right;
border: 0px;
background: none;
}
.curNm {
font: bold 14px Arial;
padding: 2px 0px 2px 0px;
border: 0px;
background: none;
}
# {
  border-radius: 12px;
  background: #D5EAFF;
  border: 2px solid #0073E6;
  padding: 4px;
  width: 380px;
}
#reader {
  border-radius: 12px;
  background: #FFF;
  border: 2px solid #000;
  padding: 4px;
  width: 96%;
}
/*#readerSwipe {
  border-radius: 12px;
  background: #FFF;
  border: 2px solid #000000;
  border-bottom: 3px solid #000000;
  padding: 44px;
  width: 100%;
}*/
#responds{
	margin: 0px;
	padding-top: 3px;
	width:100%;
	height: 100px;
	font-family: arial;
	font-size: 13px;
	text-align: center;
}
.abcenter {
  position: fixed;
  top: 4px;
  left: 50%;
  transform: translate( -50%);
}
.ableft {
  position: fixed;
  top: 4px;
  left: 4px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.mReadcurRead {
font: bold 20px Arial;
padding: 2px 0px 2px 0px;
text-align: right;
border: 0px;
background: none;
}
.inputsize {
width: 7ch;
}
.mreadElement {
font: bold 15px Arial;
verical-align: middle;
padding: 0px 2px 0px 0px;
}
.mreadElement2 {
font: bold 15px Arial;
verical-align: middle;
padding: 0px 2px 0px 0px;
background: white;
}
.mreadLabel {
font: 13px Arial;
}
.inputsize {
width: 7ch;
}
.inputsize2 {
width: 10ch;
}
.inputsize3 {
width: 29ch;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.inline {
display: table-cell;
}
.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.vertical-band {
    width: 24px; /* Sets the band's width to 40 pixels */
    height: 100vh; /* Sets the band's height to 100% of the viewport height */
    background-color: #13085F; /* Example background color for the band */
    position: fixed; /* Fixes the band in position relative to the viewport */
    top: 0; /* Aligns the band to the top of the viewport */
    left: 0; /* Aligns the band to the left of the viewport (can be changed to 'right: 0;' for the right side) */
    z-index: 100; /* Ensures the band appears on top of other content */
  }
  #overideTD {
  background-image: url("../images/overrideBG.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 80px 132px;
  }
  .left-aligned-button {
  text-align: left;
  /* Optional: Add padding to create space between the text and the button's left edge */
  padding-left: 4px; 
}
.btn-style { /* Set your desired background color */
  border: 1px solid #8F8F9D; /* Match border color to background */
  border-radius: 5px; /* Set your desired corner radius */
}