#layoutHeader {
	position: absolute;
	top: 0px;
	height: 75px;
	width: 100%;
}

#layoutBody{
	position: absolute;
	top: 75px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow-y: scroll;
}

#msgDisplay{
	position: absolute;
	top: 75px;
	left: 0px;
	right: 0px;
}

.wms-btn {
	font-size: 30pt;
	height:3em;
}

.wms-lg {
	font-size: 30pt;
}

.btn-matched {
	color: #FFF;
	background-color: fuchsia;
	border-color: #FF0080;
}

.bg-matched {
	color: #FFF;
	background-color: fuchsia;
}

.wms-radio {
	font-size: 40pt;
	height:4em;
	width:4em;
	color:white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.wms-radio-old {
	font-size: 40pt;
	height:4em;
	color:white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.wms-checkbox {
	width:30px;
	height:30px;
}

.wms-checkbox-touch {
	width:5em;
	height:5em;
}

.wms-success {
	background:repeating-linear-gradient(45deg, green, lightgrey, green, green 100%);
	color:white;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.wms-success-warning {
	background:repeating-linear-gradient(45deg, orange, lightgrey, green, green 100%);
	color:white;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.wms-warning {
	background:repeating-linear-gradient(45deg, orange, lightgrey, orange, orange 100%);
	color:black;
}

.wms-danger {
	background:repeating-linear-gradient(45deg, red, lightgrey, red, red 100%);
	color:white;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.wms-standby {
	background:repeating-linear-gradient(45deg, #28A745, #28A745 8%, #02811F 8%, #02811F 16%);
	background:repeating-linear-gradient(45deg, #28A745, #28A745 8%, #007BFF 8%, #007BFF 16%);
	background:repeating-linear-gradient(45deg, #28A745, #28A745 8%, #FFC107 8%, #FFC107 16%);

	color:white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


.wms-matched {
	background:fuchsia;
	color:white;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.wms-hilite {
	background:orange;
	color:black;
}

.wms-hide {
	display: none;
}


.wms-invisible {
	visibility: hidden;
}

.wms-clickable {
	cursor: pointer;
}

.wms-underline {
	text-decoration: underline;
}

.wms-underline-white {
	text-decoration: underline;
	text-decoration-color: white;
}

.wms-overline {
	text-decoration: overline;
}

.wms-overline-white {
	text-decoration: overline;
	text-decoration-color: white;
}


.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}
