@charset "UTF-8";
/*
 * @author Felipe Roy
 * @author Eléonore Leibzig
 * @author Luc Poupard
 * @site Webshop Unilabs - Tablette
 * @lastmodified 2016-10-26
 */

.mobile,
.desktop {
	display: none;
}

.tablet {
	display: block;
}

td.tablet,
th.tablet {
	display: table-cell;
}

.wrapper {
	position: relative;
	/* to help the left panel to take the whole height */
}

.col75,
.col66,
.col50,
.col33,
.col25 {
	width: 100%;
}

body {
	padding: 0;
}

header,
nav#menu,
#container,
/*section comment #loginForm,*/
footer,
.content_all {
	min-width: 600px;
	max-width: 800px;
	margin: 0 auto;
}

input[type="submit"],
input[type="text"],
textarea,
input[type="password"],
input[type="image"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

#main {
	height: 100%;
	background-color: #fff;
}

#content {
	padding-top: 0.8em;
}

/* header */
.simpleMaster .headerFirstRow {
	border-bottom: none;
}

.UnilabsTabs {
	padding: 8px 0 6px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	background-color: #fcfcfc;
}

#header .col100 .col25 {
	width: 40%;
}

#header .col100 .col75 {
	width: 60%;
}

.catalogue .headerFirstRow {
	/* temp: since there is no login, there is nothing in this row */    
	display: none;
}

.catalogue .headerSecondRow {
	float: none;
	border-bottom: 1px solid #dbdbdb;
}

.headerSecondRow .helpSetting a,
.headerSecondRow .NewsPreviewToggle {
	padding: 0 10px 0 10px;
	text-indent: -9999px;
}

.headerSecondRow .NewsPreviewToggle {
	padding: 0 !important;
	width: 20px;
}

/* ----------- NAVIGATION LEFT PANEL ------------- */
#navleft {
	position: absolute;
	top: 0;
	background-color: #fcfcfc;
	width: 75%;
	min-height: 100%;
	left: 0;
	padding: .7em;
	z-index: 1000000;
}

#navleft .bordernav {
	border-right: 3px solid #ea4616;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -3px;
}

#navleft > .radius {
	display: block;
	border-bottom: 1px solid #a9a9a9;
	background-color: transparent;
	padding: 9px 0 6px 7px;
	font-size: 1.2em;
	color: #404040;
}

#navleft > .bloc {
	background-color: transparent;
	border: 0;
	min-height: 100px;
}

#navleft > .title h4,
#navleft > .title h5 {
	color: #404040;
}

#navleft > .radius h4 {
	font-size: 1.2em;
}

#navleft .contentnav > ul {
	list-style-type: none;
	padding: 0;
}

#navleft .contentnav > ul li a {
	display: block;
	padding: 5px 8px;
	color: #404040;
}

#navleft .filter .RadDropDownList_Default {
	width: 150px;
}

#navleft .noRecords {
	padding: 10px 0;
	font-size: .9em;
	font-style: italic;
}

button.result {
	position: relative;
	left: 0;
	top: 190px;
	z-index: 2;
	background-color: #ea4616;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	/* origin : position horizontale / position verticale ; par défaut 50% */    
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	border: 0;
	padding: 7px;
	font-size: 14px;
}

#navleft .filter label {
	display: inline-block;
}

#navleft .resultsList {
	list-style-type: none;
	padding: 0;
}

#navleft .resultsList li {
	border-top: 1px solid #686868;
}

#navleft .resultsList li:first-of-type {
	border-top: none;
}

#navleft .resultsList li a {
	display: block;
	padding: 11px 5px;
	font-size: 1.1em;
}

#navleft .resultsList li a:not(.selected) {
	color: #404040;
}

#navleft .filter .RadDropDownList_Default {
	width: 150px;
}

#navleft .links {
	padding: 0;
	line-height: 36px;
	border: none;
	margin-bottom: 29px;
	max-height: 120px;
}

#navleft .links a {
	display: block;
	padding: 9px 0 6px 7px;
	font-size: 1.2em;
	border-bottom: 1px dashed #898989;
	color: #ea4616;
}

#navleft .links a:hover {
	text-decoration: none;
}

#navleft .links br {
	display: none;
}

#navleft .links img.tablet {
	display: inline-block !important;
}

#navleft .links img.desktop {
	display: none !important;
}

#navleft .sidebarInfos {
	color: #404040;
}

#navleft .sidebarInfos h4 {
	border-bottom: 1px solid #a9a9a9;
}

#navleft .sidebarInfos p a {
	color: #404040;
}

/* serie - analyses liste */
.bloc .serieAnalysesList .col30.lightlabel.whitelabel {
	width: 50%;
}

.serieAnalysesList .col70.description {
	width: 49%;
}

div[style*="z-index: 2222222"],
div[style*="z-index:2222222"] {
	margin-top: -20px;
}

/* ------------- SEARCH BLOCK ---------------- */
.search .inputSearch {
	width: 84%;
}

.wrapsearch {
	padding: 1em;
}

.wrapsearch input.col50 {
	width: 80%;
}

.advancedsearch {
	padding: 0.3em 1em 1em 2em;
}

.advancedsearch .domain {
	border: none;
	padding-bottom: 10px;
	margin-right: 0;
	padding-right: 0;
	width: 100%;
}

.bloc.search {
	width: 57%;
	margin-left: 40px;
}

.systemSwitcherDropDown .rcbFooter {
	text-align: right;
}

.systemSwitcherDropDown .rcbFooter .systemToggleButton {
	float: none;
}

.promoTop {
	padding: 7px 6px 4px 36px;
	width: 33.4%;
	line-height: 1.2em;
	font-size: 1.1em;
	background-position: 4px center;
	margin-left: 8px;
	background-size: 27px;
	min-height: 66px;
}

.xmas-hours {
	display: none;
}

.orderSentMessage {
	margin-left: 40px;
}

/* CARTOUCHE */
.cartouche {
	padding: 20px 10px 20px 5px;
}

.displayThumbnail {
	width: 95px;
	height: 85px;
}

.displayThumbnail .thumbnail {
	width: 85px;
}

.samplingEquipmentShop .displayThumbnail {
	width: 65px;
	height: 65px;
}

.samplingEquipmentShop .displayThumbnail .thumbnail {
	width: 65px;
}

@media screen and (min-width: 600px) and (max-width:690px) {
	.articleInfoWrapper {
		width: calc(100% - 335px);
	}

	.rightActionZone {
		width: 220px;
	}

	.RadButton.rbSkinnedButton.buttonAddToBasket {
		padding: 0 25px 0 20px;
		width: auto;
	}

	.RadButton.buttonAddToBasket .rbDecorated {
		padding: 0;
		width: 0;
		overflow: hidden;
		text-indent: 100%;
	}
}

/* ------------- search results pager ---------------- */
.resultsPanelPager {
	text-align: center;
	/*border-top: 1px solid #585858;*/    
	padding: 5px 0;
	background-color: transparent;
	height: 30px;
}

.resultsPanelPager a {
	padding: 0 3px;
	color: #929292;
}

.resultsPanelPager .aspNetDisabled,
.resultsPanelPager .aspNetDisabled:hover {
	color: #696969;
}

.resultsList div {
	color: #404040;
}

.resultsList div span {
	color: #908f8f;
}

.resultsLeftPanelPager {
	text-align: center;
	border-top: 1px solid #585858;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, 0);
	height: 30px;
}

.lastOrders .RadGrid_Default .rgDetailTable {
	width: 103% !important;
	margin-left: -3%;
}

/* basket */
.contentBasket .displayThumbnail {
	/*min-width: 30px;*/
}

/*contact */
.contactForm .longFields .inlineBlock .RadInput {
	width: 100% !important;
}

.contactForm .errorMsg[style*="display: inline"],
.contactForm .errorMsg[style*="display:inline"] {
	display: block !important;
	margin: 2px 0 10px;
}

.contactForm .inlineBlock .RadInput input.subjectField,
.contactForm .inlineBlock .RadInput .messageField {
	width: 390px !important;
}

/* ------------------- CONFIGURATION --------------- */
.myView .RadComboBox,
.myView .RadDropDownList,
.myView select {
	max-width: 220px;
}

/* ---------------------- CONTENT ----------------- */
.changeTubeSystem td {
	padding: 8px 0;
}

.tooltipTubeImageWrapper img {
	max-height: 50%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.RadToolTip .tooltipTubeImageWrapper img,
.RadToolTip .simpleTooltipTubeImageWrapper img {
	max-height: 460px !important;
	max-width: 540px !important;
}

/* special for sizes inbetween */
@media screen and (min-width: 600px) and (max-width: 710px) {
	.primaryMatTube .tubeSystem {
		/* width: 100%;
		border-bottom: 1px solid #fff;*/        
		margin-bottom: 10px;
		/*width: 50%;
		float: left !important;*/
	}
}