/**
 * @copyright	Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}

.header-phone {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0 0 0; }
@media (min-width: 800px) {
	.header-phone.--mobile {
		display: none !important; } }
.header-phone a[href^="tel:"] {
	display: block;
	width: 400px;
	max-width: 100%;
	margin: 0 auto 0 auto;
	background: #1078AD;
	border: 1px solid #1078AD;
	text-align: center;
	color: white;
	font-size: 120%;
	font-weight: bold;
	padding: 7px 0; }
