.text-center {
	text-align: center;
}

.icon-actions a svg {
	padding: 0 5px;
}

.dnnGrid.list-grid tbody tr {
	line-height: 2em;
}

h2.dnnFormSectionHead a.notExpandable, h2.dnnFormSectionHead a.notExpandable:hover {
	background: none;
	cursor: default;
}

h2.dnnFormSectionHead {
	line-height: 45px;
}

.dnnFormItem label {
	display: block;
	width: 100%;
	font-weight: bold;
}

button.dnn-ui-common-button {
	border: 1px solid #1e88c3;
	height: 34px;
	padding: 0 22px;
	font-size: 10pt;
	color: #1e88c3;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
	font-family: inherit
}

button.dnn-ui-common-button:hover {
	color: #21a3da;
	border-color: #21a3da
}

button.dnn-ui-common-button:focus {
	outline: none
}

button.dnn-ui-common-button:active {
	color: #226f9b;
	border-color: #226f9b
}

button.dnn-ui-common-button:disabled {
	color: #c8c8c8;
	border-color: #c8c8c8;
	cursor: not-allowed
}

button.dnn-ui-common-button.large {
	height: 44px
}

button.dnn-ui-common-button[role=primary] {
	background: #1e88c3;
	border: none;
	color: #fff
}

button.dnn-ui-common-button[role=primary]:hover {
	background: #21a3da
}

button.dnn-ui-common-button[role=primary]:active {
	background: #226f9b
}

button.dnn-ui-common-button[role=primary]:disabled {
	color: #959695;
	background: #e5e7e6;
	cursor: not-allowed
}
