/* assetsGeneral/css/general.css */

/*************************
Default CSS
*************************/
html, body {
	height: 100%;
}

body {
	/* display: flex;
	flex-direction: column; */
	margin-bottom:60px;
}

a{
	color:#fff;

}

.wrapper {
	flex: 1 0 auto;
	/* background-color:#3c2415 */
}

.footer {
	position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}


.checkbox-xl .custom-control-label::before,
.checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .custom-control-label {
  padding-top: 23px;
  padding-left: 10px;
}

/* sheep Menu */
.menuItem,.menuList{
	padding-bottom: 5px;
	border-bottom:1px solid #f1f1f1;
}

h5.pageHead{
	color:#fff;
	background-color:#d7df23;
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	padding:15px
}

.headerCont{
	background-color:#b0d234;
	text-align:center;
	color:#fff;
	font-weight:900;
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
	top:0;
	left:0;
	min-height:50px
}

/* .header{
	text-align:center;
	color:#fff;
	font-weight:400;
	padding-top:5px;
	padding-bottom:5px;
	font-size:20px;
	position:relative;

} */

.returnBtn:hover{

	color:#fff;
}

.returnBtn{
	position:absolute;
	left:10px;
	font-size:18px;
	font-weight:normal;
	color:#fff;
}

.nvdTypeBtn{
	font-weight:600;
	text-align:center;
	font-size:18px;
	margin-top:10px;
	background-color:#fff;
	color:#b0d234;
	border:3px solid #b0d234;

}



.nvdTypeBtn.active{
	background-color:#b0d234;
	color:#fff

}


.homeOuterCont{
	margin-top:30px;
}

.homeInnerCont{
	text-align:center;
	margin-bottom:20px
}

.typeActionCont{
	margin-top:50px
}

.homeActionCont{
	min-height:200px;
/* 		border:1px solid #b0d234 */
}

.homeInnerCont{
	text-align:center;
	margin-bottom:20px
}

.homeInnerCont span[data-elem=property]{
	font-size:24px;
	font-weight:900;
	color:#b0d234

}

a{
		color:red;
}

a.nostyle:link {
	text-decoration: inherit;
	color: inherit;
	cursor: auto;
	border:2px solid red;
}

	a.frontBtn{
			border-radius: 90px;
	height: 125px;
	display: inline-block;
	width: 125px;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
	max-width:125px;
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
	}

	a:focus{
			background-color:red;
			color:#fff;
	}
