body {
	font-family: arial;
	font-size: 10pt;
	background: #eeeeee;
	background: #d0d0d0;
	
}

table {
	margin: 10px 0 20px 0;
	margin: 10px 0 10px 0;
}

table {
    display: block;
    overflow-x: auto;
    /*white-space: nowrap;*/
}

th {
	text-align:left;
	padding: 3px;
	font-weight:normal;
}


td {
	/*background: #f6f6f6;*/
	background: #f0f0f0;
	padding: 3px;
	vertical-align: top;
}

td.voucher {
	background: #e0e0e0;
}

p.invalid {
	color: #ff0000;
	background: rgba(0,0,0,0.2);
	padding: 10px;
}

h1 {
	font-weight: normal;
	margin-top:10px;
	margin-bottom:10px;
}


.mainMenu {
	padding: 5px;
	margin:0;
	margin-bottom: 20px;
	background: #c0c0c0;
	
	background-image: url('../images/bg.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 0 -500px; 

}


.menuBar {
	padding: 5px;
	background:rgba(0,0,0,0.2);
	color: #ffffff;
}

.menuBar p {
	margin: 0px;
	line-height: 30px;
}



.invoice {
	margin: auto;
}

.invoice p {
	margin: 5px;
}

.invoice table {
	width: 100%;
}

.invoice td {
	background: #ffffff;
	vertical-align: top;
}

.rightAlign {
	text-align: right;
}
.centreAlign {
	text-align: center;
}

.invoice .label {
	color: #808080;
}

.invoice .bigSpace {
	margin-top: 50px;
}

.invoice .leftCol {
	float:left;
	width:20%;
}

.invoice .middleCol {
	float:left;
	width:44%;
}

.invoice .rightCol {
	float:left;
	width:15%;
	text-align:right;
}


.invoice .detail {
	border:2px solid #c0c0c0;
	height: 500px;
}

.invoice .under {
	border-bottom:2px solid #c0c0c0;
}

.invoice .right {
	border-right:2px solid #c0c0c0;
}




.itemInput th input[readonly],  .itemInput th input[readonly="readonly"]  {
	/*background: #ffffff;*/
	background: #f0f0f0;
	padding-left: 3px;
}



.totals td, .totals th {
	/*background: #808080;*/
	color: #ffffff;
	background: #606060;
}

.subTotals td, .subTotals th {
	/*background: #808080;*/
	color: #000000;
	background: #d0d0d0;
}

.newTotals th {
	color: #ffffff;
	background: #5a1210;
}

.bf td, .bv th {
	background: #d0d0d0;
}


.itemInput input {
	width:600px;
	/*width:100%;
	max-width: 500px;*/
}

table {
	/*width: 100%;*/
}





.normal, .normal td {
	background: #f0f0f0;
}

.amber, .amber td {
	background: #ffd7a8;
}

.grey, .grey td, .grey td a {
	background: #e0e0e0;
	color: #b0b0b0;
}

input[required], input[required="required"], select[required], select[required="required"] {
	background: #ffffe0;
}

.itemInput input[readonly], .itemInput input[readonly="readonly"] {
	/*background: #f6f6f6;*/
	background: #f0f0f0;
	border: none;
	font-family: arial;
	font-size: 14px;
	font-size: 10pt;
	padding:0;
}

.green, .green td, input[readonly].green  {
	background: #c0ffc0;
}

.red, .red td, input[readonly].red {
	background: #ffc0c0;
}





.lighter td {
	background: #ffffff;
}

.help {
	color: #ff4040;
	margin: 0;
}

body, td, input {
	/*color: #670303;*/
}

a {
	/*color: #b80f07;*/
}

button, select, input[type="button"], input[type="submit"] {
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	cursor: pointer;
}

select {
	height: 2.2em;
}



#logoff {
	padding: 10px;
	position: fixed;
    top: 0;
    right: 0;
}

.adminLogin {
	margin: auto;
	/*width: 500px;*/
	text-align: center;
	margin-top:20px;
	/*background:rgba(0,0,0,0.3);*/
	padding: 50px;
	border-radius: 10px;
}

.adminLogin form div {
	margin: 15px;
}

.adminLogin img {
	width:187px;
	margin:30px;
}

.filtersLeft {
	border: 1px solid #b0b0b0;
	padding: 10px;
	width: 400px;
	display:inline;
	background: #d0d0d0;
	line-height:40px
}

.filtersRight {
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin-left: 10px;
	display:inline;
	background: #d0d0d0;
	/*line-height:40px */
}

/*
.filtersRight span{
	padding: 5px;
}
*/



.login {
    min-height: 100vh;
    background: /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.1), 
      rgba(0, 0, 0, 0.1)
    ),
	url('../images/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.subMenu {
	
	margin:0;
	margin-top: -20px;
	background: #a0a0a0;
	padding: 10px;
}

.reports table {
	margin-top:15px;
}

.selectedButton {
	background: #b60900;
	border: none;
	color: #ffffff;
}

.selectedMenu {
	background: rgba(90,18,16,0.8);
	background: #ff0000;
}

.spacer {
	clear:both;
	margin-bottom: 5px;
}

#breadcrumb {
	margin-top:2px;
}

#breadcrumb a {
	color: #ffffff;
}

.printHeading {
	display:none;
}

.spacerRow td {
	background: #d0d0d0;
}

textarea {
	width: 95%;
	height: 100px;
}

#errorMessage {
	display:none;
	padding: 10px;
	background: #ff0000;
	color: #ffffff;
}

input[type="checkbox"] {
	width: auto;
}

.errorMessage p {
	color: #ff0000;
	font-weight: bold;
}

.helpMenuText {
	color: #ffffff;
	background: rgba(90, 18, 16, 0.8);
	padding:1px;
}

.helpButtonText {
	background: #d0d0d0;
	border: 1px solid #000000;
}

.helpTable {
	line-height: 18px;
}


@media (max-width: 662px) { 
	.noSmall {
		display:none;
	}
}

@media (min-width: 662px) { 
	.onlySmall {
		display:none;
	}
}

.select2-container--default .select2-selection--single {
    border: 1px solid #000;
    border-radius:0;
}

input[type=text], input[type=password], input[type=number]  {
	height: 22px;
}

input[type=date], input[type=time]  {
	height: 24px;
}

.modal-body h1 {
    color: #00a4da;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight:normal;
    margin-bottom: 0px;
}

.modal-body h2 {
    color: #d54e21;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 0.0rem;
    font-weight:normal;
}



