/* Common styles */
.hidden {
	display: none;
}

.float-right {
	float: left;
}

.float-right {
	float: right;
}

.clear-floats {
	clear: both;
}

.internal-link {
	text-decoration: none;
	border-bottom: 1px dashed;
}

.internal-link:hover {
	border-color: #000;
}

.ajax-loading {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #989898;
	margin: 1em 0.4em;
	padding-top: 44px;
	width: 10em;
	text-align: center;
	background: url('/thm/pfrf2/img/ajax-loader.gif') no-repeat center 7px;
}

.assist-view .ajax-loading {
	color: inherit;
	font-size: 100%;
}

.assist-invert .ajax-loading {
	background-image: url('/thm/pfrf2/img/ajax-loader-assist-invert.gif');
}

.assist-blue .ajax-loading {
	background-image: url('/thm/pfrf2/img/ajax-loader-assist-blue.gif');
}

input[type="text"],
select {
	padding: 0.3em
}

input.date-input {
	width: 5.5em !important;
}

input.time-input {
	width: 1.3em !important;
}

li ul {
	margin-top: 0.7em;
}

#topStaticBlock {
	margin-bottom: 1em;
}

#bottomStaticBlock {
	margin-top: 1em;
}

/* assist */
.assist-view .internal-link {
	border-bottom: 2px dashed;
}

.assist-view .internal-link:hover {
	border: 0;
}

.assist-invert .internal-link,
.assist-invert .internal-link:hover {
	border-color: #fff;
}

.assist-blue .internal-link,
.assist-blue .internal-link:hover {
	border-color: #14305e;
}

/* Fixed bar */
.admin-bar {
	position: fixed;
	width: 1000px;
	top: 0;
	left: 50%;
	margin-left: -500px;
	background: #f1f1f1;
	border: 1px solid #dadada;
	border-top: none;
	padding: 0.6em 0 0.7em 0;
	z-index: 1000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	font-size: 90%;
}

.adopt-900 .admin-bar,
.adopt-800 .admin-bar,
.adopt-700 .admin-bar,
.adopt-600 .admin-bar,
.adopt-mobile .admin-bar {
	display: none;
}

.admin-bar .u-name {
	background: url('/thm/pfrf2/img/user.png') 0 2px no-repeat;
	margin-left: 15px;
	color: #568;
	padding-left: 24px;
}

.admin-bar a {
	color: #234;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
	padding-bottom: 1px;
}

.admin-bar a:hover {
}

.admin-bar .u-name b {
	color: #234;
}

.admin-bar .u-exit {
	background: url('/thm/pfrf2/img/exit.png') 0 4px no-repeat;
	float: right;
	margin-right: 15px;
	padding-left: 20px;
}

.admin-bar .u-part {
	height: 30px;
	margin-bottom: -30px;
	position: relative;
	left: 50%;
	width: 600px;
	margin-left: -270px;
	text-align: center;
}

.admin-bar .u-part span {
	color: #999;
	padding: 0 10px;
}

.admin-bar .u-part a {
	display: inline-block;
}

.admin-bar .u-cms:before {
	content: '';
	display: block;
	background: url('/thm/pfrf2/img/settings.png');
	width: 15px;
	height: 14px;
	margin-bottom: -14px;
	position: relative;
	left: -20px;
	top: 4px;
}

.admin-bar .u-public {
	margin-left: 20px;
}

.admin-bar .u-public:before {
	content: '';
	display: block;
	background: url('/thm/pfrf2/img/public.png');
	width: 15px;
	height: 14px;
	margin-bottom: -14px;
	position: relative;
	left: -20px;
	top: 3px;
}

.mkgu-widget-btn {
	right: auto !important;
	left: 0 !important;
	top: 50% !important;
	margin-top: -80px !important;
}