@charset "UTF-8";
/*
 * @author Felipe Roy
 * @author Eléonore Leibzig
 * @author Luc Poupard
 * @site Webshop Unilabs - Mobile
 * @lastmodified 2016-11-28
 */

body {
	padding: 0;
	color: #373737;
}

.wrapper {
	position: relative; /* to help the left panel to take the whole height */
}

.desktop,
.tablet {
	display: none;
}

.mobile {    
	display: block;
}

td.mobile,
th.mobile {
	display: table-cell;
}

.col75,
.col66 {
	width: 100%;
}

.col50,
.col33 {
	width: 50%;
}

.row .col20 {
	width: 32%;
}

.row .col20 + .col80 {
	width: 68%;
}

@media screen and (max-width: 460px) {
	.row .col20,
	.row .col20 + .col80 {
		display: inline;
		width: auto;
	}

	.row .col20:after {
		content: " : ";
	}

	.row .col20 {
		padding-right: 0;
	}
}

.LISindic,
.fromLis {
	font-size: .8em;
	margin-left: 5px;
}

input[type="submit"],
input[type="text"],
textarea,
input[type="password"],
input[type="image"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

h1 {
	font-size: 1.2em;
	position: static;
}

header,
nav#menu,
#container,
section,
footer,
.content_all {
	min-width: 0;
	max-width: 599px;
	width: auto;
}

#main {
	position: static;
	height: 100%;
	background-color: #fff;
	z-index: 100;
}

#content {
	padding-top: 0;
}

/* ------------------- HEADER --------------- */
#header {
	position: static;
}

#header .col100 .col25,
#header .col100 .col75 {
	width: 50%;
}

#header .left {
	width: 48%;
}

#header .left img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

#header .right {
	width: 52%;
}

#header .language {
	text-align: right;
	margin-top: 0;
}

.catalogue .headerFirstRow {
	display: none; /* temp: since there is no login, there is nothing in this row */   
}

.headerThirdRow {
	min-width: 100%;
}

.catalogue .headerSecondRow {
	float: none;
	border-bottom: 1px solid #dbdbdb;
}

.headerSecondRow .contactLink,
.headerSecondRow .helpSetting a,
.headerSecondRow .NewsPreviewToggle {
	padding: 0 10px 0 10px;
	text-indent: -9999px;
}

.headerSecondRow .NewsPreviewToggle {
	padding: 0 !important;
	width: 20px;
}

.configSummary {
	display: inline-block;
	float: right;
	font-size: 11px;
}

.configSummary img {
	height: 13px !important;
}

.buttonCart {
	margin-bottom: 5px;
}

.catalogue .buttonCart img + span {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
}

.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,
#header .col100 .col75 {
	width: 50%;
}

/*--------------- search results - navleft----------- */
#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 { 
	border-bottom: 1px solid #cecece;
	background-color: transparent;
	display: block;
	padding: 9px 0 6px 7px;
	font-size: 1.2em;
	border-bottom: 1px solid #a9a9a9;
	color: #404040;
}

#navleft .contentnav > ul {
	list-style-type: none;
	padding: 0;
}

#navleft>.bloc {
	background-color: transparent;
	border: 0;
	min-height: 100px;
}

#navleft>.title h4,
#navleft>.title h5 {
	color: #404040;
}

#navleft .resultsList {
	list-style-type: none;
	padding: 0;
}

#navleft .resultsList li {
	border-top: 1px solid #dbdbdb;
}

#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 .noRecords {
	padding: 10px 0;
	font-size: .9em;
	font-style: italic;
}

#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 #a9a9a9;
	color: #ea4616;
}

#navleft .links a:hover {
	text-decoration: none;
}

#navleft .links br {
	display: none;
}

#navleft .links img.mobile {
	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;
}

.resultsList div {
	color: #404040;
}

.resultsList div span {
	color: #908f8f;
}

button.result {
	position: relative;
	left: 0;
	top: 100px;
	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;
}

.contentnav ul {
	min-height: 10px;
}

/* ---------------- BLOCS CONTENT -------------- */
.bloc .entry {
	width: 100%;
}

.bloc .entry .col30.label,
.bloc .entry .col30.lightlabel {
	width: 100%;
	float: none;
	display: block;
	color: #404040;
	background-color: #fcfcfc !important;
	padding: .5em .5em .5em 1em;
}

.bloc .entry .col30.whitelabel {
	background-color: white !important;
	color: #373737;
}

.whitelabel.lightlabel + .description {
	min-height: 31px;
}

.bloc .entry .description {
	width: 100%;
	float: none;
	display: block;
	padding: 0.5em 10px 0.5em 10px;
}

.entry .description select {
	min-width: 170px;
}

.myView .choice {
	padding-left: 0;
}

.tubeSystem {
	width: 100%;
	border-bottom: 1px solid #fff;
}

.changeTubeSystem td {
	padding: 8px 0;
}

/* ------------- CONTENT ---------------- */
.laboList ul {
	height: 20px;
	overflow: hidden;
	float: left;
	width: 90%;
}

.laboList .separator {
	margin: 0 3px;
}

.laboList ul + img {
	margin-top: 5px;
}

.stabilityTable {
	width: 100%;
	min-width: 250px;
	border: 1px solid #dbdbdb;
}

.stabilityTable th {
	background-color: #fcfcfc;
	color: #404040;
	font-weight: bold;
}

.stabilityTable th,
.stabilityTable td {
	text-align: left;
	padding: 5px 5px 5px 10px;
}

.primaryMatTube div.right,
.primaryMatTube div.left,
.secondaryMatTube {
	width: 100%;
}

.primaryMatTube .tubeSystem {
	border-width: 0 0 1px 0;
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.primaryMatTube .tubeSystem > div {
		display: inline-block;
		padding: .5em 1em .3em 0;
		vertical-align: top;
	}

	.primaryMatTube .tubeSystem > div:nth-child(2) {
		width: auto;
	}

	.primaryMatTube .tubeSystem > div:nth-child(3) {
		display: block;
	}
}

/* -------------- SEARCH BLOC ----------------- */
.bloc.search {
	width: calc(100% - 30px);
	margin-left: 30px;
	float: none;
}

.wrapsearch .mobile.right img {
	cursor: pointer;
}

.advancedsearch div label {
	font-size: 0.9em;
	width: 120px;
	vertical-align: top;
}

.alphaButton {
	background-image: url(../img/btn_letters.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 34px;
	height: 31px;
	cursor: pointer;
	border: none;
	margin-left: 20px;
}

.alpha {
	display: none;
}

.alphaMobile {
	width: 210px;
	padding: 0;
	margin: 0;
}

.alphaMobile li {
	display: inline-block;
	list-style-type: none;
}

.alphaMobile a {
	display: inline-block;
	padding: 4px 5px;
}

.alphaMobile a:hover {
	background-color: #F56617;
	text-decoration: none;
	color: #FFF;
}

.advancedsearch .domain select {
	width: 100%;
}

.advancedsearch .domain,
.advancedsearch .microbiology,
.advancedsearch .microbiology div.inlineBlock {
	float: none;
	border: none;
	padding-bottom: 0;
	margin-right: 0;
	padding-right: 0;
}

.wrapsearch {
	padding: 0.8em 0.5em 0.8em 0.5em;
}

.advancedsearch {
	padding: 0
}

.advancedsearch .filters,
.advancedsearch .wrapsearch {
	padding: 10px 10px 5px 25px;
}

.advancedsearch div label {
	display: inline-block;
}

.domains label {
	padding: 5px 0 0;
}

.advancedsearch .microbiology label {
	padding: 0;
	margin-top: 20px;
}

.microbiology div.inlineBlock {
	width: 100%;
}

.advancedsearch div select {
	margin-top: 0.5em;
	margin-bottom: 0.7em;
}

.advancedsearch .microbiology div.RadComboBox,
.advancedsearch .domain div.RadComboBox {
	width: 100% !important;
}

.advancedsearch div.microbiology .RadComboBox {
	width: 100%;
}

.RadSearchBox.inputSearch {
	width: 80%;
}

.promoTop {
	display: block;
	width: 100%;
	margin-left: 0;
	float: none;
	padding: 5px 5px 3px 29px;
	font-size: 1.1em;
	background-position: 4px center;
	min-height: 26px;
	background-size: 20px;
	line-height: 1.1em;
}

.xmas-hours {
	display: none;
}

/* ------------- search results pager ---------------- */
.bloc .entry {
	border-top: 1px solid #a9a9a9;
}

.resultsPanelPager.top {
	position: relative;
}

.bloc.filter-bg .filter {
	border-bottom: none;
}

.resultsPanelPager {
	text-align: right;
	padding: 5px 0;
	background-color: transparent;
	border-bottom: 1px solid #898989;
	height: 30px;
	width: 100%;
	float: right;
}

.resultsLeftPanelPager {
	text-align: center;
	border-top: 1px solid #585858;
	padding: 5px 0;
	background-color: transparent;
	height: 30px;
}

.resultsPanelPager a,
.resultsLeftPanelPager a {
	padding: 0 3px;
	color: #929292;
}
.resultsPanelPager .aspNetDisabled,
.resultsPanelPager .aspNetDisabled:hover {
	color: #696969;
}

/* Search results */
.systemSwitcherDropDown .rcbFooter {
	text-align: right;
}

.searchFilters .orderby,
.searchFilters .systemSwitcher,
.buttonSwitchSystem {
	float: none;
}

.systemSwitcherDropDown .rcbFooter .systemToggleButton {
	float: none;
}

.articleName {
	border-bottom: none;
	padding-bottom: 0;
	padding-right: 20px;
	margin-top: 0;
	display: block;
}

.tubeInfos:not(:empty) {
	border-top: 1px solid #CCC;
	padding-top: 5px;
}

.lastOrders .rgMasterTable {
	table-layout: auto !important;
}

.lastOrders .RadGrid_Default .rgDetailTable {
	width: 100% !important;
	margin-left: -3%;
	border-bottom: 1px solid #828282;
}

.lastOrders .buttonAddToBasket {
	padding-right: 24px !important;
}

.lastOrders .rbDecorated {
	display: none;
}

.lastOrders .RadGrid:first-child {
	width: 100% !important
}

.lastOrders .rgDetailTable tr td {
	display: block;
	width: 100% !important;
	border-bottom: none !important;
	padding: 1px 7px !important;
}

.lastOrders .rgDetailTable tr td:first-child {
	border-top: 1px solid #828282;
	display: table-cell !important;
	width: 50px !important;
	vertical-align: top;
}

.lastOrders .rgDetailTable tr td:first-child + td {
	border-top: 1px solid #828282;
	padding-top: 5px;
}

.lastOrders > .RadGrid_Default .rgDetailTable .rgAltRow td,
.lastOrders > .RadGrid_Default .rgDetailTable .rgRow td {
	border-top: none;
}

.lastOrders > .RadGrid_Default .rgDetailTable .rgAltRow td:first-child,
.lastOrders > .RadGrid_Default .rgDetailTable .rgRow td:first-child,
.lastOrders > .RadGrid_Default .rgDetailTable .rgAltRow td:nth-child(2),
.lastOrders > .RadGrid_Default .rgDetailTable .rgRow td:nth-child(2) {
	border-top: 1px solid #dbdbdb;
}

.lastOrders .rgDetailTable .rgRow:first-of-type td:first-child,
.lastOrders .rgDetailTable .rgRow:first-of-type td:first-child + td {
	border-top: none;
}

.lastOrders .rgDetailTable .thumbnail {
	margin-top: 5px;
}

.lastOrders .rgDetailTable tr td:empty {
	display: none;
}

.displayThumbnail {
	width: 90px;
}

.displayThumbnail .thumbnail {
	width: 80px;
}

.samplingEquipmentShop .displayThumbnail {
	width: 70px;
}

.samplingEquipmentShop .displayThumbnail .thumbnail {
	width: 60px;
}

.contentBasket .articleTable thead,
.contentBasket .articleTable colgroup {
	display: none;
}

.contentBasket .articleTable tr td {
	display: block;
	width: 100% !important;
	border-bottom: none;
	min-height: 0;
	padding: 2px 0;
}

.contentBasket .articleTable tr td.articleName-td {
	position: relative;
}

.contentBasket .articleTable tr td.articleName-td .articleName + .mobile {
	position: absolute;
	top: 4px;
	right: 5px;
}

.contentBasket .articleTable tr td:first-child {
	display: table-cell !important;
	width: 50px !important;
	vertical-align: top;
}

.contentBasket .articleTable tr td:first-child,
.contentBasket .articleTable tr td:nth-child(2) {
	border-top: 1px solid #dbdbdb;
}

.packageCol span.mobile,
.quantityCol span.mobile {
	display: inline-block;
	width: 45px;
	margin-bottom: 5px;
}

.packageCol .RadComboBox,
.quantityCol .RadInput {
	display: inline-block;
	margin-bottom: 4px;
}

.quantityCol .RadInput {
	margin-left: -3px;
}

.packageCol {
	border-top: 1px solid #CCC !important;
	padding-top: 7px !important;
}

.quantityCol {
	text-align: left;
}

.deleteArticleCol {
	text-align: right;
	padding: 5px;
}

.contentBasket .deleteArticle {
	border: 1px solid #CCC !important;
	margin: 0 15px 5px;
	padding: 5px;
	width: 20px;
}

.contentBasket .displayThumbnail {
	margin-left: 10px;
}

.contentBasket .quantityCol .RadInput input {
	margin-left: 3px !important;
}

.tooltipTubeName {
	max-width: 80%;
}

/* order sent message */
.orderSentMessage {
	margin-top: 25px;
}

.orderSentMessage .buttons .inlineBlock {
	margin-bottom: 5px;
}

/* login page */
.loginForm {
	width: 90%;
	margin: 50px auto;
}

.loginForm label {
	margin: 10px 0 3px;
	width: 100%;
}

.loginForm .txtRight {
	text-align: left;
	padding-top: 12px;
}

.loginForm input[type="text"],
.loginForm input[type="password"],
.loginForm .RadInput {
	height: 25px;
	padding: 2px;
	width: 87% !important;
}

.loginForm .txtRight .fl {
	float: none;
}

.loginForm table tr td {
	display: block;
	padding: 0 3px;
}

.forgotPwdLink {
	line-height: 32px;
}

/* ----------------- CONFIGURATION PAGE ----------------- */
.configuration {
	padding: 0.5em;
}

.iAm .externalProfiles {
	float: none;
	width: 100%;
}

.iAm table tr td {
	padding: 6px 0;
}

.myView .choice .label {
	width: 100%;
}

.myView .RadComboBox,
.myView .RadDropDownList,
.myView select {
	max-width: 100%;
}

.tubeSystemTable {
	width: 100%;
}

.bloc .configurationEntries .entry .col30.label {
	background-color: transparent !important;
	color: #4a4a4a;
	font-weight: bold;
}

.configurationEntries .buttonsEntry {
	border-top: none;
}

.configurationEntries .buttonsEntry .col30.label {
	display: none;
}

.configuration .bloc .entry.buttonsEntry .description {
	padding-top: 1em;
}

/* CARTOUCHE */
.articleInfoWrapper {
	width: 50%;
	width: calc(100% - 110px); 
	min-height: 90px;
}

.articleDescription {
	border-top: 0;
}

.rightActionZone {
	display: block;
	width: 100%;
	padding-left: calc( 100% - 260px );
}

.dropdownPrescriber {
	border: none;
}

.rightActionZone .dropdownPrescriber {
	text-align: left;
	padding-top: 10px;
	border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 335px) {
	.rightActionZone {
		padding-left: calc( 100% - 210px );
	}

	.RadButton.rbSkinnedButton.buttonAddToBasket {
		padding: 0 25px 0 20px;
		width: auto;
	}

	.RadButton.buttonAddToBasket .rbDecorated {
		padding: 0;
		width: 0;
		overflow: hidden;
		text-indent: 100%;
	}
}

/* --------------- REFERENCES VALUES ------------- */
.referencesValuesTable {
	display: block;
	border: none;
	background-color: transparent;
	font-size: 1em;
}

.referencesValues .tableHeader {
	display: none;
}

.referencesValues .tableRow {
	display: block;
}

.referencesValues .tableRow > div {
	padding: 0px 0 10px 10px;
	border: none;
}

.referencesValues .gender {
	display: block;
	width: 100%;
	margin-top: 3px;
	background-color: white;
	cursor: pointer;  
	line-height: 20px;
	padding: 3px 5px 3px 10px !important;
}

.referencesValues .arrow {
	display: table-cell !important;
}

.referencesValues .descr {
	margin-left: 5%;
	margin-bottom: 3px;
	font-size: 0.85em;
}

.selectedGender,
.selectedValues {
	color: #404040;
	background-color: #fcfcfc !important;
	border: 1px solid #dbdbdb !important;
}

.referencesValues .values {
	width: 95%;
	display: table;
	margin-left: 5%;
	margin-top: 3px;
	margin-bottom: -1px;
	padding: 0;
	background-color: white;
	table-layout: fixed;
}

.referencesValues .values tr td {
	padding: 3px 10px;
	border: 1px solid #dbdbdb;
	line-height: 20px;
	display: table-cell;
}

.referencesValues .minage,
.referencesValues .maxage {
	width: 27%;
}

.referencesValues .minref,
.referencesValues .maxref {
	width: 16%;
}

.referencesValues .arrow {
	width: 13%;
	cursor: pointer;
	padding: 3px 4px 3px 10px;
	display: table-cell;
}

.bloc .entry .desktop {
	display: none;
}

/* ------------ basket page ------------------ */
.prescriberAddress .sendingInfoLabel + .inlineBlock {
	width: 100%;
}

.addressBlock {
	width: 100%;
}

.editAddressBlock {
	width: 100%;
	font-size: 0.9em;
}

.editAddressBlock td {
	display: block;
	width: 100%;
}

.editAddressBlock .riSingle {
	width: 100% !important;
}

.editAddressBlock .riSingle[style*="width:40px"],
.editAddressBlock .riSingle[style*="width: 40px"] {
	width: 40px !important;
}

.editAddressBlock .npaCityFields .riSingle[style*="width:160px"],
.editAddressBlock .npaCityFields .riSingle[style*="width: 160px"] {
	width: 160px !important;
}

.orderButton {
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 20px;
}

.sendingInfoLabel {
	margin-bottom: 5px;
}

/* ------------ contact page ----------------- */
.contactForm .inlineBlock {
	display: block;
}

.contactForm .inlineBlock .RadInput {
	width: 100% !important;
}

.contactForm .inlineBlock .RadInput input {
	width: 90% !important;
}

.contactForm .inlineBlock .RadInput input.subjectField,
.contactForm .inlineBlock .RadInput .messageField {
	width: 90% !important;
}

.contactForm .generateButton {
	margin: 0 !important;
}

.contactForm .mainButton {
	margin: 10px 0 10px 0px;
}

.contactForm .longFields .inlineBlock .RadInput {
	width: 100% !important;
}

.contactForm .errorMsg[style*="display: inline"],
.contactForm .errorMsg[style*="display:inline"] {
	display: block !important;
	margin: 2px 0 10px;
}

/* serie - liste analyses */
.bloc .serieAnalysesList .rgRow .col30.lightlabel.whitelabel,
.bloc .serieAnalysesList .rgAltRow .col30.lightlabel.whitelabel {
	width: 70%;
	float: left;
}

.serieAnalysesList .rgRow .col70.description,
.serieAnalysesList .rgAltRow .col70.description {
	width: 30%;
	float: left;
}

.bloc .serieAnalysesList .entry .label {
	background-color: transparent !important;
	color: #444;
	font-size: 14px;
	padding: 1.2em 1em 0;
	margin: 0;
	line-height: 14px;
}

.bloc .serieAnalysesList .entry .description {
	width: 100%;
	float: none;
	padding: 0em 0.5em 0.5em 1em;
	line-height: 26px;
}

.serieAnalysesList table tbody tr:first-child td {
	border-top: 1px solid #dbdbdb;
}

.RadGrid_Default.serieAnalysesList table .rgRow > td,
.RadGrid_Default.serieAnalysesList table .rgAltRow > td {
	border-top: 1px solid #888 !important;
}

.RadGrid_Default.serieAnalysesList table .rgRow:first-child > td {
	border-top: none !important;
}

.bloc .serieAnalysesList .entry,
.bloc .serieAnalysesList .col30.lightlabel.whitelabel {
	background-color: #fff;
	padding-left: 0.2em;
}

.serieAnalysesList .col100.referencesValues {
	padding-top: 0;
}

.serieAnalysesList .referencesValuesTable {
	background-color: transparent;
	font-size: 0.95em;
}

.serieAnalysesList .referencesValuesTable .values tr td {
	font-size: 0.9em;
}

.serieAnalysesList .systemToggleButton {
	font-size: 11px;
	padding: 5px 4px;
}

.samplingEquipmentShop .entry {
	border-top: none;
}

/* ---------------- GENERIC ERROR PAGE -------------- */
.genericErrorMessage {
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}

.genericErrorMessage img {
	width: 35px;
	margin: 20px auto;
	display: block;
}

/* ------------ FIX TELERIK ---------------- */
.RadDropDownList .rddlInner,
.RadDropDownList_Default .rddlInner {
	border-radius: 0 !important;
}

.RadToolTip {
	max-width: 500px;
}

.RadToolTip .tooltipTubeImageWrapper img {
	max-height: 260px !important;
}

.RadToolTip .simpleTooltipTubeImageWrapper img {
	max-height: 300px !important;
}

.otherTubesContentWrapper .tooltipTubeInfos .tubeFormat {
	font-size: 1.2em;
}

.tooltipTubeImageWrapper img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.tooltipTubeInfos {
	font-size: 0.9em;
}

/* problem panel search results */
div[id*="searchResultLeftPanelPanel"] {
	z-index: 2000000;
}

div[id*="searchResultLeftPanelPanel"] > div {
	z-index: 1230000;
}

/* news */
#news .col75 {
	padding: 0 1em;
}

.allNews.col75 {
	padding: 0;
}

.allNews h3 {
	border: none;
	background-color: #818181;
	color: #fff;
	padding: 5px 1em;
}

.allNews h3 span {
	font-size: 11px;
}

/* OTHER MEDIA QUERIES */
@media screen and (max-width: 615px) {
	#header .col100 .col25,
	#header .col100 .col75 {
		width: 100%;
	}

	#header .col100 .col75 {
		padding-left: 0;
	}

	.logo img {
		margin-top: 0;
	}
}

@media screen and (max-width: 460px) {
	.UnilabsTabs .Ucatalog			{ background-image: url(/Images/unilabsTabs_catalog_big.png); }
	.UnilabsTabs .Ucatalog.selected	{ background-image: url(/Images/unilabsTabs_catalog_on_big.png); }

	.UnilabsTabs .Uprescr			{ background-image: url(/Images/unilabsTabs_prescription_big.png); }
	.UnilabsTabs .Uprescr.selected	{ background-image: url(/Images/unilabsTabs_prescription_on_big.png); }

	.UnilabsTabs .Uresult			{ background-image: url(/Images/unilabsTabs_result_big.png); }
	.UnilabsTabs .Uresult.selected	{ background-image: url(/Images/unilabsTabs_result_on_big.png); }

	.UnilabsTabs .Ushop				{ background-image: url(/Images/unilabsTabs_shop_big.png); }
	.UnilabsTabs .Ushop.selected	{ background-image: url(/Images/unilabsTabs_shop_on_big.png); }

	.UnilabsTabs {
		padding: 5px 0 1px;
	}

	.UnilabsTabs a {
		padding: 0;
		margin: 0 4%;
		padding-left: 0;
		width: 28px;
		height: 28px;
		line-height: 28px;
		background-size: 20px;
		background-position: 50%;
	}

	.UnilabsTabs a span {
		display: none;
	}

	.UnilabsTabs a[target="_blank"] {
		padding: 0;
		border-left: none;
	}

	.UnilabsTabs a[target="_blank"] span {
		display: block;
	}

	.RadSearchBox.inputSearch {
		width: 60%;
	}

	.RadToolTip .tooltipTubeImageWrapper img {
		max-height: 230px !important;
	}

	.RadToolTip .simpleTooltipTubeImageWrapper img {
		max-height: 260px !important;
	}

	.referencesValuesTable .values tr td {
		padding: 3px 5px;      
		line-height: 20px;
		font-size: 0.8em;
	}

	.referencesValues .arrow {
		padding: 4px 2px !important;
		width: 8%;
	}

	.referencesValues .values .arrow img {
		width: 15px;
	}

	.referencesValues .minref,
	.referencesValues .maxref {
		width: 19%;
	}

	.loginForm table {
		width: 100%;
	}

	/* Shop */
	.buttonsZone a.buttonCart span:not(:last-child) {
		display: none;
	}
}

@media screen and (max-width: 350px) {
	.wrapsearch .RadInput {      
		width: 83% !important;
	}

	.RadSearchBox.inputSearch {
		width: 50%;
		min-width: 160px;
	}

	/* Optimisation espace header */
	.headerSecondRow .buttonCart {
		padding: 0 5px 0 0;
	}

	/*.buttonCart span { padding: 0 5px 0 3px; }*/
	.headerSecondRow .news a.NewsPreviewToggle {
		padding: 0 5px;
	}

	.languageSwitcher {
		margin-left: 5px !important;
	}
}

@media screen and (min-width: 461px) and (max-width: 615px) {
	.headerSecondRow {
		width: auto;
	}

	.headerSecondRow .basket + .separation {
		display: none;
	}

	.headerSecondRow .languages {
		float: right;
	}
}

/* Catalogue */
@media screen and (min-width: 440px) and (max-width: 601px) {}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 601px) {	
	.catalogue .headerSecondRow .basket {
		height: 26px;
	}
}