/* assetsGeneral/css/general.css */

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

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

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