/*
  Open Wine Print style sheet- Last updated 27/07/2025 CCSG
*/

body {
  background: #fffffe;
  margin: 0 auto;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #1b3c83;
}

#main_header {
	width: 100%;
	text-align:center;
	padding:1%;
}

#main_header_left {
	display: inline-block;
	text-align:left;
	padding-right:1%;
}

#main_header_center {
	display: block;
  	font-size: 20px;
  	text-align:center;
  	padding:1%;
}

#main_header_right {
	display: inline-block;
	text-align:right;
	padding-left:1%;
}

#main_header_blue {
	display: inline-block;
  	text-align:center;
  	color: #1a5bff;
}

.menu_header {
	display: none;
}

.menu_header_left {
	display: none;
}

.menu_header_center {
	display: none;
}

.menu_header_blue {
	display: none;
}

.menu_header_right {
	display: none;
}

hr {display:none};

#prog_menu {
	display:none;
}

#tank_header {
	width: 100%;
	text-align:center;
	padding:1%;
}

.tank_header_center {
	display: inline-table;
  	padding:1%;
}

.tank_header_right {
	display: inline-table;
  	padding:1%;
}

.process_header {
	padding:1%;
	border: 1px solid;
}

.process_header_center {
	display: inline-block;
	vertical-align:middle;
	padding:0.5%;
}

.prog_detail {
	text-align: left;
}

.wpo_header_center {
	border-top: 1px solid;
}

td {
	border-bottom-style: dotted;
	border-color: #1b3c83;
	border-width: 0.5px;
}

#col_select{
	display: none;
}

input {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.vat_status_row {
	display:block;
}

#vat_status_overflow {
	overflow-y: auto; 
 	max-height: 410px;
 }
 
.vat_status_detail {
	display:inline-block;
	vertical-align: top;	
	white-space: nowrap;
	padding: 0 1% 1% 0;
}

#footer_header {
	display:none;
}

.footer_detail {
	display:none;
}

img.vat {
	display:block;
}

button {
	border: 0;
	white-space: nowrap;
	background: transparent;
	text-align: center;
    font-family: sans-serif;
	font-size: 12px;
	color:#1a5bff;
	cursor: pointer;
}

button.list {
	font-size: 12px;
}

button.prog_menu {
	text-align: left;
	padding:3% 3% 3% 1%;
}

button:hover {
	color: #30b74e;
}
  	
.styled-select {
	white-space:nowrap;
}

.styled-select select {
	border: none;
    font-family: sans-serif;
    font-weight: normal;
	font-size:12px;
	color: #1a5bff;
	background: transparent;
	padding:0;
}

.styled-select_form {
	overflow: hidden;
	white-space:nowrap;
}

.styled-select_form select {
	border: none;
    font-family: sans-serif;
    font-weight: normal;
	font-size:12px;
	color: #1a5bff;
	background: transparent;
	padding:0;
}
 
#comment-header {
	display:flex;
}

.comment-heading {
	display:none;
}

.comment-detail {
	display:none;
}

#comment-container {
	display:none;
}

textarea.autoExpand {
	width:90%;
	margin-top:1%;
	color: #1a5bff;
	border-radius: 6px;
}

select {
	color: #1a5bff;
	padding:0;
    font-family: sans-serif;
    font-weight: normal;
	font-size:12px;
}

td.mnt_menu {
	white-space:normal;
	padding:0.5% 0 0.5% 0.5%;
}

.txt-right {
	text-align:right;
}

.txt-center {
	text-align:center;
}

.txt-blue {
	color: #1a5bff;
}

.txt-blue-center {
	color: #1a5bff;
    text-align:center;
}

.txt-blue-right {
	text-align:right;
    color: #1a5bff;
}

.txt-red-right {
	text-align:right;
    color: red;
}

.txt-heading {
	font-size: 13px;
	font-weight:bold;	
	padding: 1% 0 1% 0;
}

.txt-left {
	text-align:left;
    padding:0.5% 0.5% 0.5% 0.5%;
}

.txt-nowrap{
	white-space:nowrap;
} 

.txt-wrap{
	white-space:initial;
}

span.prog_menu {
	padding-left: 2%;
	padding-right:0.5%;
	vertical-align: super;
}

span.note {
	color: green;
	padding-left:0.5%;
	white-space:normal;
}

/* unvisited link */
a:link {
	color:#1a5bff;
}

/* visited link */
a:visited {
	color:#1a5bff;
}

/* mouse over link */
a:hover {
	color:#30b74e;
}

.dynatable-per-page{
	display:none;
}

.dynatable-search{
	display:none;
}

.dynatable-pagination-links{
	display:none;
}
	
}
