/* CSS Document */

#footer{
	background-color:#578ad6;
	color: #D2EDFF;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 9px;
}

#header{
	background-color:#578ad6;
	color: D2EDFF;
}

#headLog a, #headLog div{
	color:#ffffff;
}

.documentsCategory{
	background-color:#BED2EF;
	color: #002F6C; 
	font-weight: bold;
	font: 12pt arial;
	width: 99%;
	padding: 5px 5px 5px 5px;
	float: left;
	margin-top: 20px;
}

@page {
    margin: 0;
}

#headerContent img{
	float:left;
	margin:2px;
	width:500px !important;
}


div:has(> .btnNextPage){padding-top:10px;}
.btnNextPage{cursor:pointer;}
.entryScreen{
	overflow-x:hidden;
}
.initPos{
	margin-left:900px;
}
.nextPage{
	animation: 2s;
	display:none;
	transition: 2s ease;
	width:900px;
}
.slideAnim{
	animation-name:slide;
	animation-duration:2s;
}
@keyframes slide {
	from {margin-left:900px;}
	to {margin-left:0px;}
}

#frmBstMenu a[href$='generate-labels'] {
    display: none;
}    

select#selSampleTypeLabel option[value="1"] {
	display: none;
}

select#selSampleTypeLabel option[value="2"] {
	display: none;
}
