.theme-harrison a{
	color: #333;
}
.theme-harrison a:hover{
	color: #107932;
}
.theme-harrison .btn-primary{
	color: #fff;
}
.theme-harrison .btn-primary:hover{
	color: #fff;
}
.theme-harrison .btn-danger{
	color: #fff;
}
.theme-harrison .btn-danger:hover{
	color: #fff;
}
.theme-harrison .btn-info{
	color: #fff;
}
.theme-harrison .btn-info:hover{
	color: #fff;
}
.theme-harrison .dropdown-item.active,
.dropdown-item:active{
	background-color: transparent;
	color: #107932;
}
.theme-harrison .breadcrumb a{
	color: #333;
}
.theme-harrison .breadcrumb a:hover{
	color: #107932;
}
.theme-harrison .loading-wrapper .loading-dual-ring:after {
	border: 5px solid #24b252;
	border-color: #24b252 transparent #24b252 transparent;
}
.theme-harrison .table-col-sorting .table-col-sorting-link:hover{
	/*color: #107932;*/
}
.theme-harrison .item-list-viewport table tr td a:hover{
	color: #107932;
}
/*.theme-harrison .item-list-viewport .pagination.pagination-custom .page-item a{
	color: #333;
}*/
.theme-harrison .item-list-viewport .pagination.pagination-custom .page-item a:hover{
	color: #fff;
	background-color: #179c07;
}
.theme-harrison .item-list-viewport .pagination.pagination-custom .page-item .page-link.active{
	color: #fff;
	background-color: #179c07;
}
.theme-harrison .nav-pills .nav-link:hover{
	color: #28a745;
}
.theme-harrison .nav-pills .nav-link.active:hover{
	color: #fff;
}
.theme-harrison .nav-pills .nav-link.nav-link-sm{
	padding: .25rem .8rem;
}
.theme-harrison .nav-pills .nav-link.active,
.theme-harrison .nav-pills .show>.nav-link{
	background-color: #28a745;
}
.theme-harrison .copyright a{
	color: #333;
}
.theme-harrison .copyright a:hover{
	color: #107932;
}

.theme-harrison .swal2-title{
	font-size: 1.2em;
}
.theme-harrison .swal2-html-container{
	font-size: 1em;
}
	.theme-harrison .swal2-html-container ul{
		display: inline-block;
		text-align: left;
	}
.theme-harrison .swal2-actions button{
	padding: .25rem .5rem;
	min-width: 60px;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}
	.theme-harrison .swal2-actions button.swal2-styled.swal2-confirm{
		background-color: #107932;
	}
	.theme-harrison .swal2-actions button.swal2-styled.swal2-confirm:focus{
		box-shadow: none;
		/*box-shadow: 0 0 0 3px rgba(115, 103, 240, .5);*/
	}
	.theme-harrison .swal2-actions button.swal2-styled.swal2-confirm:hover{}
	.theme-harrison .swal2-actions button.swal2-styled.swal2-cancel{}
	.theme-harrison .swal2-actions button.swal2-styled.swal2-cancel:focus{
		box-shadow: none;
		/*box-shadow: 0 0 0 3px rgba(110, 125, 136, .5);*/
	}
	.theme-harrison .swal2-actions button.swal2-styled.swal2-deny{}
	.theme-harrison .swal2-actions button.swal2-styled.swal2-deny:focus{
		box-shadow: none;
		/*box-shadow: 0 0 0 3px rgba(115, 103, 240, .5);*/
	}