*,
*::before,
*::after
{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body,
input,
textarea,
select
{
	font-size: 12pt;
	font-family: helvetica;
}

p
{
	margin: 12pt 0;
	line-height: 150%;
}

.cruddy-col
{
	padding-right: 30px;
}

.cruddy-col:last-child
{
	padding-right: 0;
}

.info-circle
{
	width: 20px;
	border-radius: 100%;
	display: inline-block;
	margin-left: 15px;
}

.info-circle:after
{
	content: "";
	display: block;
	position: relative;
	padding-top: 100%;
}

.db-object-links
{
	display: inline-block;
	margin-left: 20px;
}

.db-object-links a
{
	margin: 0 5px;
}

.db-object-links img
{
	height: 20px;
}

.cruddy-accordion > .item > .header > .db-object-links
{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.icon
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
}

.icon-button
{
	cursor: pointer;
}

.pagination
{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px; 
}

.pagination::after
{
	content: "";
	display: block;
	clear: both;
}

.pagination-item
{
	float: left;
	padding: 0 5px;
}

.pagination-item a
{
	color: black;
}

.pagination-item a:hover
{
	color: #0A71B3;
	text-decoration: none;
}

.pagination-item.current a
{
	color: #0A71B3;
	font-weight: bold;
}

.text-center
{
	text-align: center;
}

.block-center
{
	margin-left: auto;
	margin-right: auto;
}

.network-date .tick
{
	display: none;
	width: 20px;
	margin-left: 20px; 
}

.network-date .tick img
{
	display: block;
	width: 100%;
}

.network-date .item.company.done .tick
{
	display: inline-block;
}

.flex-container-row
{
	display: flex;
	flex-flow: row;
	width: 100%;
}

.delete-page
{
	text-align: center;
}

.ratio
{
	position: relative;
}

.ratio-16-9::after
{
	content: "";
	display: block;
	padding-top: 56.25%;
}

.ratio > *
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cruddy-accordion > .item > .header
{
	padding-right: 110px !important;
}