/*		Remove Guters		*/
.row {
	margin-right: 0;
	margin-left: 0;
}
	
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.container {
	padding-right: 0;
	padding-left: 0;
}



.c_Header_Form1
{
	margin-right: 0px;
	--mleft: 0px;
	--mright: 0px;
	background-color: #FFFFFF;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	height: var(--headerHeight);
	overflow: hidden;
}

:root
{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	--headerHeight: 80px;
}

/*
Media query for XS resolution
*/
@media (min-width: 0px) {
	
	:root
	{
		--headerHeight: 80px;
	}

}

.gvLayoutContainer
{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.c_Header_GLayoutContainer1
{
	background-size: auto;
	cursor: inherit;
}

.c_Header_GLayoutRow1
{
	background-color: Transparent;
	background-position: center;
	background-size: auto;
	cursor: inherit;
	padding: 0px !important;
}

.c_Header_GLayoutCol1
{
	background-color: #448B48;
	background-position: center;
	background-size: auto;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	cursor: inherit;
	display: flex;
	flex-direction: column;
	padding: 5px 10px 5px 10px !important;
}

.c_Header_Div1
{
	background-color: Transparent;
	margin-left: var(--mleft) !important;
	margin-right: var(--mright);
	margin-top: 0px;
	margin-bottom: 5px;
	--mleft: 0px;
	--mright: 0px;
	position: relative;
	width: 120px;
	height: 70px;
	align-self: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	display: block;
}

.c_Header_Image1
{
	margin-left: -42px;
	margin-top: -35px;
	--mleft: 0px;
	--mright: 0px;
	position: absolute !important;
	left: 50%;
	top: 50%;
	width: 84px;
	height: 70px;
	Object-fit: cover;
}
