html, body {
	color: #333333;
}

body {
	font: 130%/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

blockquote, body, caption, div, dl, dt, dd, form, fieldset, h1, h2, h3,
	h4, h5, h6, html, li, ul, ol, p, pre, textarea, table, td, th {
	margin: 0;
	padding: 0;
}

address, dl, fieldset, p, pre, ul, ol, table {
	margin: 0 0 1em;
}

ul, ol, dd {
	margin-left: 40px;
}

td ul, td ol {
	margin-left: 15px;
}

ol ul, ul ol, ul ul, ol ol, td ul, td ol {
	margin-bottom: 0;
}

blockquote {
	font-style: italic;
	margin: 1em 40px;
}

dt {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: white;
}

table, th, td {
	border: 1px solid #999999;
}

th, td {
	padding: 2px 3px;
}

caption, th {
	font-weight: bold;
	text-align: left;
}
.print{
	width:600px;

	margin-bottom:20px;
}
.print .center{
	text-align:center;
}
.print .station{
	width:240px;
}
.print td {
	width: 90px;
	height: 60px;
}

.printpage{
	height: 210mm;
  	width: 297mm;
}


.smallcard{
	border:1px solid black;
	width:65mm;
	height:108mm;
	display:inline-block;
	margin-right:5px;
	margin-bottom:10px;
	text-align:center;

}
.smallcard ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.patrolName {
    display: block;
	font-weight: bold;
    height: 70px;
    margin-top:5px;
}

.small-text {
    font-size:14px;
}

.stationlist{
	padding-top:15px;
}
.stations li{
	font-size:xx-large;
	display:inline;
	float:left;
	padding:8px;
	margin:5px;
	border:1px solid black;
}

hidden {
    display: none;
}

img {
	border: medium none;
}

code, kbd, pre {
	font-family: Monaco, Courier, "Courier New", Tahoma;
}

h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-size: 1.6em;
	margin: 0;
	page-break-before: always;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 6px;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 6px;
}

a:link {
	color: #1B3B94;
}

a:visited {
	color: #990099;
}

a:hover {
	color: #000055;
}

a:focus {
	background-color: #EEEEEE;
	color: #000055;
}

a:active {
	color: #000000;
}

.form-general {
	background: none repeat scroll 0 0 #F6F3EC;
	#border-bottom: 1px solid #E0D8C1;
	padding: 10px;
	#border-top: 1px solid #E0D8C1;
}

.form-box {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E0D8C1;
	margin-bottom: 10px;
	padding: 15px;
        overflow: auto;
}

fieldset {
	border: medium none;
	margin: 5px 0;
	padding: 0;
}

.station-container {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.dropdown-area {
  flex: 1;
}

.numpad-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.numpad-display {
  display: block;
  margin-bottom: 10px;
  padding: 6px 12px;
  font-family: monospace;
  font-size: 1.1rem;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
  width: 100%;
  text-align: center;
}

.numpad-grid {
  display: grid;
  grid-template-columns: repeat(3, 50px);
  grid-gap: 10px;
}

.numpad-grid button {
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #888;
  border-radius: 6px;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
}

.numpad-grid button:hover {
  background-color: #ddd;
}

.numpad-grid button:active {
  background-color: #bbb;
}


.checkbox input, .radio input {
	margin-right: 5px;
}

.form-general label {
	display: block;
	font-weight: bold;
	margin: 0 4px 0 0;
}

.size-3 input, .size-3 textarea, .size-3 select {
	width: 250px;
	font-size:80%;
}
.size-4 input, .size-4 textarea, .size-4 select {
	width: 350px;
	font-size:80%;
}
.submit-area {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 8px;
}

.text, .radio, .checkbox, .select {
	margin: 0 0 6px;
}

.text {
	padding-bottom: 10px;
}

.odd {
	background: none repeat scroll 0 0 #f6f3ec;
}
.toolbar{
	float: right;
	margin-top: 5px;
}
.toolitem{
	margin-right: 10px;
}
.nav-box {
	background: none repeat scroll 0 0 #F6F3EC;
	#border-bottom: 1px solid #E0D8C1;
	padding: 4px;
	#border-top: 1px solid #E0D8C1;
}

.nav-item {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E0D8C1;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 15px;
}

.nav-item-small {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E0D8C1;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 3px;
}

.nav-box ul {
	list-style: none;
	margin-left: 10px;
}

.scoreitem {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E0D8C1;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	padding: 5px;
}

.confirmblock {
	color: #000000;
	background-color: #ebfaeb;
	border: 3px solid #196619;
	padding: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.errorblock {
	color: #ff0000;
	background-color: #ffEEEE;
	border: 3px solid #ff0000;
	padding: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.errortext{
	color:red;
}

.statusrow {
	background-color: #F6F3EC;
	padding: 4px;
	margin: 0px;
	font-size: 65%;
}

.notepad {

}

.notepad ul {
	margin-left: 10px;
}

.notepad .list {
	color: #555;
	font-size: 22px;
	padding: 0 !important;
	border: 1px solid #dedede;
	margin-right: 10px;
}

.notepad .list li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	height: auto;
	padding: 10px;
}

.notepad .list li:hover {
	background-color: #f0f0f0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.notepad .lines {
	border-left: 1px solid #ffaa9f;
	border-right: 1px solid #ffaa9f;
	width: 2px;
	float: left;
	height: 495px;
	margin-left: 40px;
}

.del {
	float: right;
}

.right{
	text-align: right;
}
.patrolstatus{
	text-align: center;
	cursor:pointer;
}
.left{
	text-align: left;
}
.result-box-head{
	padding-left:10px;
}
.page-head{
	padding:10px;
	background: none repeat scroll 0 0 #F6F3EC;
}

.ingress_background{
	background: none repeat scroll 0 0 #F6F3EC;
}
.ingress{
	margin-left:10px;
	margin-right:10px;
	padding: 10px;
	background: none repeat scroll 0 0 #FFFFFF;
}

.radio-score input[type="radio"] {
  display: none;
}

.radio-score label {
  display: inline-block;
  background-color: #eee;
  padding: 4px 11px;
  margin-bottom: 5px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
}

.radio-score input[type="radio"]:checked+label {
  background-color: #bbb;
}

.paid-action{
	cursor:pointer;
	text-decoration:underline;
}