.searchproducts{
	padding: 7px 5px 7px 15px;
	background: #28a745;
	margin-top: 5px;
	border-radius: .25rem;
	font-size: 20px;
	color: #fff;
}
.blueText{
	color: #ffc007;
	/*color: #17a2b8;*/
}
body,html{
	height: 100%;
}
.aBody{
	background: url(../img/bgtwo.svg) center center no-repeat fixed;
	-webkit-background-size: cover;
}
.managerBody{
	background: url(../image/bgone.svg) center center no-repeat fixed;
	-webkit-background-size: cover;
}
.whiteBody{
	background: #fff;
	-webkit-background-size: cover;
}
.testBody{
	background: url(../img/sel.svg) center center no-repeat fixed;
	-webkit-background-size: cover;
}
.cover{
	background: url(../img/cover.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	height: 100%;
	position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #31ad5b26;
    opacity: .5;
}
.company h2{
	color: #fff;
	text-shadow: 0 0 4px #000;
}
.company h4{
	color: #f1f1f1;
	text-shadow: 0 0 4px #000;
}
.shpType{
	background: #f1f1f1;
	padding: 10px;
	box-shadow: 0 0 5px black;
	border-radius: .25rem;
	text-align: center;
}
.loadMission{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 100%;
	background-color: #fff;
	text-align: center;
}