/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*APP*/

#app {
}

#app .recommended {
	text-align: center;
	color: #66b566;
	font-weight: bold;
}

#app .required {
	text-align: center;
	color: #bcb77d;
	font-weight: bold;
}

#app .noted {
	text-align: center;
	color: #4ca5ba;
	font-weight: bold;
}

#app th {
	font-weight: 500;
}

#app td img {
	display: block;
	margin: 0 auto;
}

.recommendations {
	display: flex;
	flex-flow: row wrap;
}

.recommendations .recommendation-item {
	width: 95%;
	page-break-inside: avoid;
}

.recommendations .title {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.recommendations .table td {
	font-size: 1.15rem;
	padding-left: 0px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.recommendations .recommendation-item {
		width: 45%;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media print {
	.table {
		page-break-inside: avoid;
	}
}

.section {
	margin-top: 50px;
	border-top: 1px solid #ddd;
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION HEAD*/

#section-head {
	padding-bottom: 25px;
}

#section-head h1 {
	font-size: 2rem;
}

#section-head p {
	font-size: 1.1rem;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	#section-head h1 {
		font-size: 2.5rem;
	}

	#section-head p {
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION LINKS*/

#section-links {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}

#section-links .page-link {
	width: 95%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 40px;
	text-align: center;
}

#section-links .page-link .link-icon {
	max-width: 100px;
	width: 100%;
}

#section-links .page-link .btn {
	font-weight: bold;
}

#section-links .page-link .main-link {
}

#section-links .page-link .sub-link {
	margin-top: 0px;
	margin-bottom: 0px;
}

@media (min-width: 576px) {
	#section-links {
	}

	#section-links .page-link .link-icon {
		max-width: 150px;
	}

	#section-links .page-link {
		width: 30%;
	}
}

@media (min-width: 768px) {
	#section-links .page-link .description {
		min-height: 87px;
	}
}

@media (min-width: 992px) {
	#section-links {
		width: 100%;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	#section-links .page-link {
		max-width: 205px;
	}

	#section-links .page-link .description {
		min-height: 87px;
	}
}

@media (min-width: 1200px) {
}

@media print {
	#section-links .page-link .link-icon {
		max-width: 75px;
	}

	#section-links .page-link {
		max-width: 205px;
	}

	#section-links .page-link .description {
		min-height: 87px;
	}
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION SERVER*/

#section-server {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION WORKSTATION*/

#section-workstation {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

#section-workstation .notes img {
	padding-right: 2px;
	vertical-align: middle;
}

#section-workstation .notes span {
	display: inline-block;
	vertical-align: middle;
}
/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION BROWSER SUPPORT*/

#section-browser-support {
}

#section-browser-support .browser-support-container {
	display: flex;
	flex-flow: row wrap;
}

#section-browser-support .browser-container {
	width: 100%;
	padding: 0 15px;
}

#section-browser-support .browser-container h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#section-browser-support .browser-container p {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	#section-browser-support .browser-container {
		width: 45%;
		padding: 15px;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION OTHER SYSTEMS*/

#section-other-systems {
}

#section-other-systems #printers {
	margin-bottom: 10px;
}

#section-other-systems .printer-list-container {
	display: flex;
	flex-flow: row wrap;
}

#section-other-systems .printer-item-container {
	width: 100%;
	margin-bottom: 25px;
	margin-top: 10px;
}

#section-other-systems .printer-item-container .title {
	margin-bottom: 6px;
	margin-top: 6px;
}

#section-other-systems .printer-item-container .preview {
	width: 75%;
	margin: 0 auto;
	clear: both;
	display: block;
	border: 1px solid #ccc;
	border-radius: 2px;
}

#section-other-systems .printer-item-container .description {
	width: 95%;
	margin: 0 auto;
	clear: both;
	display: block;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	#section-other-systems .printer-item-container {
		width: 45%;
		margin-bottom: 25px;
	}

	#section-other-systems .printer-item-container .preview {
	}

	#section-other-systems .printer-item-container .description {
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION MORE HELP*/

#section-more-help {
	padding: 40px 0 100px 0;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media print {
	#section-more-help {
		display: none;
	}
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*system-requirements-status-table*/

.system-requirements-status-table {
}

.system-requirements-status-table tr {
	vertical-align: middle;
}

.system-requirements-status-table .row td {
	vertical-align: middle;
}

.system-requirements-status-table .row:hover {
	background: #f3faff;
}

.system-requirements-status-table * .support-status-cell {
	text-align: center;
	padding-bottom: 3px;
	padding-top: 20px;
}

.system-requirements-status-table * .support-status-cell .support-icon {
}

.system-requirements-status-table * .support-status-cell .support-text {
	text-align: center;
	margin: 0;
	font-size: 0.75em;
	font-weight: bold;
	visibility: hidden;
}

.system-requirements-status-table * .support-status-cell:hover .support-text {
	visibility: visible;
}

.system-requirements-status-table * .support-status-cell:hover {
	background: #e0f3fd;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media print {
	#section-more-help {
		display: none;
	}
}
