.home_icons .fa, .non_home_icons .fa {
	font-size:40px; /* old 60px */
}

.home_icons, .non_home_icons {
	display: inline-block;
	height: 80px; /* 120px; */
	width: 80px; /* 120px; */
	line-height: 80px; /* 120px; */

	-moz-border-radius: 50%;
	border-radius: 50%;

	background-color: #eee;
	color: black;
	text-align: center;
	border: solid 10px #009900;
	padding-top: 0; /* 5px; */
	margin: 0.5rem 0 1rem 0;
}

.non_home_icons {
	margin-top: 1rem;
}
.home_icons_divider {
	/* border-bottom: solid 1px #ddd; */
}

.button_wrap {
	white-space: pre-wrap; 
}

.file_box {
	border: solid 10px transparent;
	padding: 20px;
	margin: 5px;
}

.download_box {
	border: solid 10px #333;
	padding: 20px;
	margin: 5px;
}
.download_icons .fa {
	font-size:30px;
}

.download_icons {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 55px;

	-moz-border-radius: 50%;
	border-radius: 50%;

	background-color: #eee;
	color: black;
	text-align: center;
	border: solid 10px #009900;
	padding-top: 0;
	margin: 0;
}

#pnotify {
    z-index: 99999;
    position: absolute;
    top: 4px;
    right: 5px;
    width: 250px;
    cursor: pointer;
}

#pnotify h4 {
	font-size: 1.5rem; /* 16px; */
}

.smart {
	color: #ca7701 !important;
	font-weight: 600;
	text-transform: uppercase;
}

.btn .smart {
	color: #fff !important;
}

.item .alert.arrowdown::after {
	top: inherit;
	border-color: #CE5454 transparent  transparent transparent;
	left: 50%;
}

.item .alert.arrowright::after {
	top: center;
	border-color: #CE5454 transparent  transparent transparent;
	left: 100%;
	transform: rotate(270deg);
}

@media (min-width: 768px) {
	.home_icons_divider {
		/* border-right: solid 1px #ddd;
		border-bottom: none; */
	}

	
}

.checkbox {
    padding-left: 20px;
}

.checkbox_wrapper, .radio_wrapper {
	padding-left: 20px;
}

.checkbox-inline, .radio-inline {
	display: inline;
	text-align: center;
	padding-left: 1ch !important;
	text-indent: -1ch;
}

.checkbox-inline input, .radio-inline  input{
	position: static !important;
}

.group_options {
    width:65%;
}
