@media all {
  .PB  { display: none; }
}

@media print {
  .PB  { display: block; page-break-before: always; }
}

@font-face {
    font-family: AttenRoundNew;
    font-weight:bold;
    src: url("fonts/AttenRoundNewBold.otf") format("opentype");
}

.maintable {
    	margin-left:auto; 
    	margin-right:auto;
	padding:0px;
}

.mainrow {
}


.maincell {
	background-color: white;
	border-radius: 2px;
}

table.menu {
	width:100%;
	border-spacing:0px;
}

td.menucell1 {
/*	border:0px;*/
	border-color:black white black black;
	border-style:solid none solid solid;
	border-size: 1px 0px 1px 1px;
}

td.menuright {
	padding: 0px 15px 0px 15px;
}

.submenu {
	position:absolute; 
	top:0px; 
	left:0px; 
	display:none;
}

.sub2menu {
	position:absolute; 
	top:0px; 
	left:0px; 
	display:none;
}


/* Data */

.datahdg {
	font-weight:bold;
	text-align:center;
}

.datarow {
	text-align:center;
}

.AdminButton {
	background-color: darkgreen;
	color:white;
}
.AdminButtonMore {
	background-color: darkblue;
	color:white;
}
.AdminButtonActive {
	background-color: black;
	color:white;
}

.AdminVNarrowButton {
	width:60px;
	font-size:12px;
}
.AdminNarrowButton {
	width:80px;
	font-size:12px;
}
.AdminMediumButton {
	width:120px;
	font-size:12px;
}
.AdminWideButton {
	width:120px;
	font-size:12px;
}
.AdminTallButton {
	height:40px;
}

/* Data in two columns */

.normtxtbox {

}

.addrleftcol {
	width: 25%;
	vertical-align:top;
	text-align:right;
}

.addrrightcol {
	width: 75%;
	vertical-align:top;
	text-align:left;
}

/* Progress Bar */

.progbar {
	background-color: black;
	color: white;	
	font-weight: bold;
	height:50px;
	vertical-align: middle;
}

.progbar:hover {
	background-color: lightgrey;
	color: black;	
}

.progbardisabled {
	background-color: darkgrey;
	color: lightgrey;
	font-weight: bold;
	height:50px;
	vertical-align: middle;
}

/* Documents */

.a5leftcolumn {
	width:40%;
	border:1px solid black;
	padding: 2px 5px 2px 5px;
}

.a5rightcolumn {
	width:60%;
	border-color:black;
	border-style:solid;
	border-width:1px 1px 1px 0px;
	padding: 2px 5px 2px 5px;
}

.a5numbercell {
	width:20%;
	border-color:black;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	padding: 2px 5px 2px 5px;
}

.Sloginpanel {
	padding:0px 10px 0px 10px;
}

.Sloginpanelwide {
	padding:10px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

.weighbridgeheading {
	 font-weight:bold;
}

/*=======================*/
/* RESPONSIVE COMPONENTS */
/*=======================*/

/*----------------*/
/* IPHONE SCREEN  */
/*----------------*/

@media all and (max-width: 480px)  {

	.nonmobile1 {
		display: none;
	}

	.mobile1 {
		display: table;
	}

	.additionalpagecell {
		display:block;
		float:left;
	}

	.Stoprow {
		height:25px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Snormtxtbox {
		width: 200px;
	}

	.Ssmalltxtbox {
		width: 50px;
	}

	.Smediumtxtbox {
		width: 100px;
	}

	.Swidetxtbox {
		width: 250px;
	}

	.Svwidetxtbox {
		width: 300px;
	}

	.Sloginpanel {
		width:100%;
	}

	.Sloginpanelwide {
		width:100%;
	}

	.Ssmallprint {
		font-size:10px; 
		line-height:12px;
	}

	.Ssmallgap {
		height: 10px;
	}

	tr.Smenurow {
		height:64px;
		font-size: 20px;
	}

	.Smainheading {
		font-size: 30px;
	}

	.Saddmaintable {
		width:100%;
	}

}

/*------------------------*/
/* IPHONE SCREEN ROTATED  */
/*------------------------*/

@media all and (min-width: 481px) and (max-width: 600px)  {

	.nonmobile1 {
		display: none;
	}

	.mobile1 {
		display: table;
	}

	.additionalpagecell {
		display:block;
		float:left;
	}

	.Stoprow {
		height:27px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Snormtxtbox {
		width: 200px;
	}

	.Ssmalltxtbox {
		width: 50px;
	}

	.Smediumtxtbox {
		width: 100px;
	}

	.Swidetxtbox {
		width: 250px;
	}

	.Svwidetxtbox {
		width: 300px;
	}

	.Sloginpanel {
		width:100%;
	}

	.Sloginpanelwide {
		width:100%;
	}

	.Ssmallprint {
		font-size:10px; 
		line-height:12px;
	}

	.Ssmallgap {
		height: 10px;
	}

	tr.Smenurow {
		height:64px;
		font-size: 20px;
	}

	.Smainheading {
		font-size: 30px;
	}

	.Saddmaintable {
		width:100%;
	}

}

/*---------------------------*/
/* IPAD SCREEN 601PX - 819PX */
/*---------------------------*/

@media all and (min-width: 601px)  {

	.nonmobile1 {
		display: table-cell;
	}

	.mobile1 {
		display: none;
	}

	.Sadditionalpage20 {
		width:20%;
	}

	.Sadditionalpage25 {
		width:25%;
	}
	.Sadditionalpage33 {
		width:33%;
	}
	.Sadditionalpage50 {
		width:50%;
	}
	.Sadditionalpage100 {
		width:100%;
	}

	.Stoprow {
		height:33px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Snormtxtbox {
		width: 200px;
	}

	.Ssmalltxtbox {
		width: 50px;
	}

	.Smediumtxtbox {
		width: 100px;
	}

	.Swidetxtbox {
		width: 250px;
	}

	.Svwidetxtbox {
		width: 300px;
	}

	.Sloginpanel {
		width:47%;
		float:left;
	}

	.Sloginpanelwide {
		width:95%;
		float:left;
	}

	.Ssmallprint {
		font-size:10px; 
		line-height:12px;
	}

	.Ssmallgap {
		height: 10px;
	}

	tr.Smenurow {
		height:34px;
		font-size: 10px;
	}

	td.Smenucell {
		padding: 0px 8px 0px 8px;
	}

	.Smenuright {
		font-size: 8px;
	}

	.Smainheading {
		font-size: 30px;
	}

	.Saddmaintable {
		width:100%;
	}

}

/*-----------------------------------*/
/* ROTATED IPAD SCREEN 820PX - 999PX */
/*-----------------------------------*/

@media all and (min-width: 820px)  {

	.Stoprow {
		height:44px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Snormtxtbox {
		width: 200px;
	}

	.Ssmalltxtbox {
		width: 50px;
	}

	.Smediumtxtbox {
		width: 100px;
	}

	.Swidetxtbox {
		width: 250px;
	}

	.Svwidetxtbox {
		width: 300px;
	}


	tr.Smenurow {
		height:34px;
		font-size: 10px;
	}

	td.Smenucell {
		padding: 0px 8px 0px 8px;
	}

	.Smenuright {
		font-size: 8px;
	}

	.Smainheading {
		font-size: 35px;
	}


}

/*------------------------------*/
/* LARGE SCREEN 1000PX - 1199PX */
/*------------------------------*/

@media all and (min-width: 1000px)  {

	.Stoprow {
		height:55px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Snormtxtbox {
		width: 200px;
	}

	.Ssmalltxtbox {
		width: 50px;
	}

	.Smediumtxtbox {
		width: 100px;
	}

	.Swidetxtbox {
		width: 250px;
	}

	.Svwidetxtbox {
		width: 300px;
	}

	tr.Smenurow {
		height:36px;
		font-size: 12px;
	}

	td.Smenucell {
		padding: 0px 10px 0px 10px;
	}

	.Smenuright {
		font-size: 8px;
	}

	.Smainheading {
		font-size: 40px;
	}

}

/*----------------------------*/
/* LARGEST SCREEN 1200PX PLUS */
/*----------------------------*/

@media all and (min-width: 1200px)  {

	.Stoprow {
		height:55px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Smenuright {
		font-size: 12px;
	}

	.Snormtxtbox {
		width: 200px;
	}

	.Ssmalltxtbox {
		width: 50px;
	}

	.Smediumtxtbox {
		width: 100px;
	}

	tr.Smenurow {
		height:40px;
		font-size: 13px;
	}

	td.Smenucell {
		padding: 0px 13px 0px 13px;
	}

	.Smenuright {
		font-size: 10px;
	}

	.Smainheading {
		font-size: 45px;
	}

	.Saddmaintable {
		width:92%;
		margin:0px 4% 0px 4%;
	}

}

/*------------------------------*/
/* X LARGEST SCREEN 1350PX PLUS */
/*------------------------------*/

@media all and (min-width: 1350px)  {

	.Stoprow {
		height:55px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Smenuright {
		font-size: 12px;
	}

	.Snormtxtbox {
		width: 200px;
	}

	.Ssmalltxtbox {
		width: 50px;
	}

	.Smediumtxtbox {
		width: 100px;
	}

	tr.Smenurow {
		height:48px;
		font-size: 15px;
	}

	td.Smenucell {
		padding: 0px 14px 0px 14px;
	}

	.Smenuright {
		font-size: 12px;
	}

	.Smainheading {
		font-size: 50px;
	}

	.Saddmaintable {
		width:90%;
		margin:0px 5% 0px 5%;
	}

}
/*------------------------------*/
/* X LARGEST SCREEN 1500PX PLUS */
/*------------------------------*/

@media all and (min-width: 1500px)  {

	.Stoprow {
		height:55px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Smenuright {
		font-size: 12px;
	}

	.Snormtxtbox {
		width: 200px;
	}

	.Ssmalltxtbox {
		width: 50px;
	}

	.Smediumtxtbox {
		width: 100px;
	}

	tr.Smenurow {
		height:64px;
		font-size: 20px;
	}

	td.Smenucell {
		padding: 0px 15px 0px 15px;
	}

	.Smenuright {
		font-size: 12px;
	}

	.Smainheading {
		font-size: 60px;
	}

	.Saddmaintable {
		width:90%;
		margin:0px 5% 0px 5%;
	}

}