@import url('webtown.css');

/*.panel
{
	border-style: solid;
	border-width: 1px;
	border-color: #D8D8D8;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #F2F2F2;
}*/

.width100
{
	width: 100%;
}

fieldset
{
	border: 1px solid #C0C0C0;
	padding: 0.35em 0.625em 0.16em;
}

fieldset legend
{
	font-weight: bold;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

.phpinfo table
{
	width: 100%;
}

.phpinfo img
{
	float: left;
	margin-right: 8px;
}

table td .button-group, table td .switch
{
	margin-bottom: 0px;
}

.callout
{
	margin-bottom: 0px;
}

.eventDate
{
	font-size: 0.9em;
}

.hidden
{
	display: none;
}

.spinnerContainer
{
	width: 100%;
	text-align: center;
}

.spinnerContainer .spinner
{
	width: 64px;
	display: inline-block;
}

.systemTaskLogEntry
{
	animation: systemTaskLogEntry 0.2s;
	overflow: hidden;
}

ul li .chevron
{
	display: none;
}

.column.vspace
{
	padding: 6px 0px 6px 0px;
}

@keyframes systemTaskLogEntry
{
	0%
	{
		opacity: 0.0;
		font-size: 1px;
	}
	100%
	{
		opacity: 1.0;
		font-size: 1em;
	}
}

.round-buttons > div
{
	display: inline-block;
}
.round-buttons .button
{
	text-transform: lowercase;
	border-radius: 100px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 4px;
	padding: 0px;
	overflow: hidden;
}
	.round-buttons .button.split
	{
		width: 100px;
		padding-right: 20px;
	}
		.round-buttons .button.split span
		{
			width: 20px;
		}
	.round-buttons .f-dropdown
	{
		border-radius: 8px;
	}
		.round-buttons .f-dropdown .button
		{
			margin-bottom: 0px;
		}

.productGallery .gallery-orbit-slider li
{
	text-align: center;
}
.productGallery .gallery-orbit-slider li img
{
	display: inline-block;
	max-height: 40vh;
}