/* assetsGeneral/css/general.css */

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

body {
	display: flex;
	flex-direction: column;
}

a{
	color:#fff;

}

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

.footer {
	flex-shrink: 0;
	font-size:12px;
	background-color:#009444;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}

.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
}
