/* tweaks for the online version -- include _after_ frontend-screen.css and frontend-print.css */

html {
	background-color: #fff;
}

#navigation-bar a {
	text-decoration:none;
}

.header-legero-logo-de { background-image: url("images-de/legero-header-logo.png"); }
.header-legero-logo-en { background-image: url("images-en/legero-header-logo.png"); }
.header-legero-logo-it { background-image: url("images-it/legero-header-logo.png"); }
.header-legero-logo-fr { background-image: url("images-fr/legero-header-logo.png"); }
.header-legero-logo-ru { background-image: url("images-ru/legero-header-logo.png"); }

.header-superfit-logo-de { background-image: url("images-de/superfit-header-logo.png"); }
.header-superfit-logo-en { background-image: url("images-en/superfit-header-logo.png"); }
.header-superfit-logo-it { background-image: url("images-it/superfit-header-logo.png"); }
.header-superfit-logo-fr { background-image: url("images-fr/superfit-header-logo.png"); }
.header-superfit-logo-ru { background-image: url("images-ru/superfit-header-logo.png"); }


input[type="text"],
input[type="password"],
input[type="date"],
select {
	min-width: 250px !important;
}

/* ie9 border fix on home screen */
.home-content image {
	border: none;
}

.download-button-superfit,
.download-button-legero {
	width: 150px;
	height: 22px;
	position: absolute;
	left: 190px;
	bottom: 15px;
	font-size: 12px;
	line-height: 24px;
	background: url(images/superfit-download.png) left no-repeat;
	padding-left: 26px;
	cursor: pointer;
	color: #345;
}

.download-button-legero {
	background: url(images/legero-download.png) left no-repeat;
}

.download-button-superfit.download-image,
.download-button-legero.download-image {
	bottom: 30px;
}

.download-button-superfit.download-zip,
.download-button-legero.download-zip {
 	bottom: 5px;
}


.download-all-button-superfit,
.download-all-button-legero {
	display: inline-block;
	margin-left:12px;
	font-size: 12px;
	line-height: 24px;
	background: url(images/superfit-download.png) left no-repeat;
	padding-left: 26px;
	cursor: pointer;
	color: #345;
	text-decoration: none;
}

.download-all-button-legero {
	background: url(images/legero-download.png) left no-repeat;
}

.reset-button-superfit,
.reset-button-legero {
	display: inline-block;
	margin-left:12px;
	font-size: 12px;
	line-height: 24px;
	background: url(images/superfit-reset.png) left no-repeat;
	padding-left: 26px;
	cursor: pointer;
	color: #345;
	text-decoration: none;
}

.reset-button-legero {
	background: url(images/legero-reset.png) left no-repeat;
}

.email-button-superfit,
.email-button-legero {
	display: inline-block;
	margin-left:12px;
	font-size: 12px;
	line-height: 24px;
	background: url(images/superfit-email.png) left no-repeat;
	padding-left: 26px;
	cursor: pointer;
	color: #345;
	text-decoration: none;
}

.email-button-legero {
	background: url(images/legero-email.png) left no-repeat;
}

.rename-button-superfit,
.rename-button-legero {
	display: inline-block;
	margin-left:12px;
	font-size: 12px;
	line-height: 24px;
	background: url(images/superfit-rename.png) left no-repeat;
	padding-left: 26px;
	cursor: pointer;
	color: #345;
	text-decoration: none;
}

.rename-button-legero {
	background: url(images/legero-rename.png) left no-repeat;
}

.duplicate-button-superfit,
.duplicate-button-legero {
	display: inline-block;
	margin-left:12px;
	font-size: 12px;
	line-height: 24px;
	background: url(images/superfit-duplicate.png) left no-repeat;
	padding-left: 26px;
	cursor: pointer;
	color: #345;
	text-decoration: none;
}

.duplicate-button-legero {
	background: url(images/legero-duplicate.png) left no-repeat;
}

a.hover-decoration:hover {
	text-decoration: underline;
}

.catalog-article-footer {
	width: 100%;
	height: 2px;
	margin: 5px 0px;
	border-top: 2px solid black;
}

/* -- iPad (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.page {
		width: 768px;
		margin: 0px auto;
	}

	#navigation-bar {
		width: 748px;
	}

	.navigation-bar-legero {
		font-size: 14px;
	}

	#navigation-bar .navigation-icon {
		margin: 0px 10px;
	}

	/* ==================================================================================
	 *  HOME SCREEN
	 * ================================================================================== */

	.home-content {
		width: 768px;
		overflow: hidden;
		padding: 10px;
		margin: 20px 0px 0px 0px;
	}

	.home-content .container,
	.home-content .container > div {
		width: 249px;
	}

	/* ==================================================================================
	 *  TRENDS, HIGHLIGHTS
	 * ================================================================================== */

	.trends .image-viewer,
	.highlights .image-viewer {
		width: 748px;
	}

	.trends #image-container,
	.highlights #image-container {
		width: 746px;
	}

	/* ==================================================================================
	 *  ARTICLE LIST (MAIN SCREEN)
	 * ================================================================================== */

	.article-list .article-listing-container {
		width: 528px;
		margin: 20px 0px;
	}

	.article-list .article-listing {
		width: 500px;
		margin-left: 28px;
		overflow-y: hidden;
	}

	.article-list .article-list-sort {
		font-size: 13px;
	}

	.sort-select {
		width: 150px !important;
		min-width: 150px !important;
	}

	/* ==================================================================================
	 *  FAVORITE LIST
	 * ================================================================================== */

	.favorite-list .article-listing-container {
		width: 748px;
	}

	.favorite-list .article-listing {
		width: 650px;
		margin-left: 45px;
	}

	/* ==================================================================================
	 *  CATALOG LIST
	 * ================================================================================== */

	.catalog-list .article .similar-articles {
		width: 508px;
	}

	/* ==================================================================================
	 *  ARTICLE DETAILS
	 * ================================================================================== */

	.details-article-information > .right-column {
		clear: both;
		margin: 0px 2% 50px 2%;
	}

	.details-article-information {
		width: 150px;
	}

	.details-article-information > .left-column,
	.details-article-information > .right-column {
		width: 100%;
	}

	/* ==================================================================================
	 *  DOWNLOAD ITEMS
	 * ================================================================================== */

	.favorite-list .article.download-article, 
	.article-list .article.download-article {
	    width: 230px;
	}
	
	.img-button {
		margin-bottom: 10px;
	}
}